@charset "utf-8";

body {
    font-family: Poppins, sans-serif !important
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Poppins, sans-serif !important;
    outline: 0
}

a {
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: none !important
}

img {
    max-width: 100%;
    height: auto
}

li {
    list-style: none
}

section {
    position: relative
}

.table-responsive {
    width: 100%
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pd-20 {
    padding: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pt-70 {
    padding-top: 70px !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.ml-10 {
    margin-left: 10px !important
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

.front-section-padding {
    background: #fdf0e5;
    padding: 3em 0;
    border-top: 1px solid #ffd3b2;
    border-bottom: 1px solid #ffd3b2
}

.choose-ur-exam-tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .25);
    border-radius: 10px;
    overflow: hidden
}

.choose-ur-exam-tabs nav {
    width: 50%;
    height: 60%;
    display: flex;
    position: relative;
    margin: 0 auto
}

.choose-ur-exam-tabs nav .tab {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.choose-ur-exam-tabs nav .tab.active .block {
    background: #f1802b
}

.choose-ur-exam-tabs .block {
    width: 85%;
    border-radius: 4px;
    background: #595959;
    cursor: pointer;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px
}

.choose-ur-exam-tabs main {
    flex: 1;
    width: 300%;
    height: 100%
}

.choose-ur-exam-tabs main .tab_reel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: 3s cubic-bezier(.18, 1.14, .5, 1.18)
}

.choose-ur-exam-tabs main .tab_reel .tab_panel1, .choose-ur-exam-tabs main .tab_reel .tab_panel2, .choose-ur-exam-tabs main .tab_reel .tab_panel3 {
    width: 100%;
    padding: 10px;
    background: #f3f3f3;
    margin-top: 10px
}

.live-tests-exam-ul {
    position: fixed;
    top: 10em;
    right: 0;
    background: #fff;
    padding: 14px 10px 0;
    box-shadow: 0 0 7px 1px #969696;
    width: 60px;
    border-radius: 10px 0 0 10px;
    margin: 0;
    text-align: center;
    transition: all .25s ease-in-out;
    cursor: pointer;
    z-index: 9
}

/* .live-tests-exam-ul:hover{margin-right:1px} */

.live-tests-exam-ul .live-tests-box img {
    width: 50%;
    margin-top: -16px;
}

.live-tests-exam-ul li {
    margin-bottom: 10px
}

.live-tests-exam-ul li img {
    width: 80%
}

.live-tests-exam-ul li span {
    background: #232323;
    color: #fff;
    font-weight: 600;
    padding: 4px 5px;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.live-tests-exam-ul li h4 {
    margin: 0;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #f1802b;
    padding: 4px 0
}

#login-form {
    overflow: hidden
}

.login-form .modal-dialog {
    margin: 2em auto;
    width: 100%
}

.login-form .modal-dialog .login-form-box {
    width: 30%;
    margin: 0 auto
}

.login-form .login-form-box .login-form-header {
    transition: .6s;
    transform-style: preserve-3d
}

.login-form .flip {
    transform: rotateY(180deg)
}

.login-form .front-back-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/wp-content/themes/sp_theme_1/images/bg/Banner.webp) center center;
    width: 100%;
    height: 100%;
    background-size: 130% 58%;
    background-repeat: no-repeat;
    background-position: top
}

.login-form .login-form-box .login-form-header .back, .login-form .login-form-box .login-form-header .front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    backface-visibility: hidden
}

.login-form .login-form-box .login-form-header .front {
    z-index: 2;
    transform: rotateY(0);
    background: #fff
}

.login-form .login-form-box .login-form-header .back {
    transform: rotateY(180deg);
    background: #fff
}

.login-form .login-form-box .front-img {
    width: 20%;
    position: relative;
    top: 6px;
    left: 6px
}

.login-form .login-form-header button.close {
    color: #fff;
    opacity: 1;
    font-weight: 500;
    position: relative;
    right: 10px;
    background: #ff5b08;
    padding: 8px
}

.login-form .login-form-header .front-heading {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 30px
}

.login-form .login-form-header form {
    width: 70%;
    margin: 20px auto
}

.login-form .login-form-header form input {
    width: 100%;
    margin: 0 auto;
    border: none;
    color: #000;
    text-align: left;
    padding: 8px 10px;
    outline: 0;
    margin-bottom: 6px;
    font-weight: 500;
    border-radius: 2px;
    background: #f7f7f7
}

.login-form .login-form-header form input.capcha-input {
    width: 58%
}

.login-form .login-form-header form .captcha {
    width: 40%
}

.login-form .login-form-header form button {
    outline: 0;
    border: none;
    background: #ff7834;
    color: #fff;
    padding: 6px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 26px;
    border-radius: 4px
}

.login-form .login-form-header form #loginChangePassword {
    margin-top: -8px;
    margin-bottom: 60px;
    position: relative;
    top: 70px
}

.login-form .login-form-header form #RegisterOtp {
    margin-top: -8px;
    margin-bottom: 60px;
    position: relative;
    top: 70px
}

.login-form .login-form-header form #loginVerifyOtp {
    margin-top: -8px;
    margin-bottom: 60px;
    position: relative;
    top: 70px
}

.login-form .login-form-header .forget-pwd-link {
    color: #404040;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    font-weight: 600;
    float: right;
    padding: 10px
}

.login-form .login-form-header hr {
    width: 100%;
    margin: 0;
    border-top: 3px solid #9e9e9e
}

.login-form .login-form-header .front-social-link {
    margin: 0 auto;
    width: 60%
}

.login-form .login-form-header .front-social-link form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px
}

.login-form .login-form-header .front-social-link form .front-google-btn {
    width: 100%;
    background-color: #c4302b;
    color: #fff;
    padding: 10px 0;
    border: none;
    border-radius: 4px;
    outline: 0;
    margin: 20px auto
}

div.login-form-header .front-social-link form .front-google-btn .fa-google {
    font-size: 20px;
    position: relative;
    left: -4px;
    top: 3px
}

.login-form .login-form-header .front-social-link form .creat-acc-link {
    color: #404040;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer
}

.heading-line-bottom {
    border-bottom: 1px dashed grey;
    display: inline-block;
    margin: 0;
    position: relative;
    margin: 20px 0
}

.heading-line-bottom::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px
}

.heading-title {
    margin-top: 10px
}

.line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px
}

.plan_content {
    text-align: center;
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    margin: 20px auto 0;
    line-height: 24px
}

.top-header-section {
    padding: 4px 0;
    background: #f9f9f9
}

.top-header-section .header-download-link {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    padding: 2px 0
}

.top-header-section .header-download-link li {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    transition: all .25s ease-in-out
}

.top-header-section .header-download-link li:hover {
    color: #f1802b
}

.top-header-section .fa-mobile-phone {
    font-size: 20px;
    margin-right: 6px
}

.top-header-section .header-become-partner-ul {
    text-align: right;
    border-right: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    margin-bottom: 0;
    padding: 2px 0
}

.top-header-section .header-become-partner-ul li {
    display: inline-block
}

.top-header-section .header-become-partner-ul li a {
    color: #000;
    padding: 0 16px;
    border-radius: 40px;
    font-weight: 500;
    transition: all .25s ease-in-out
}

.top-header-section .header-become-partner-ul li a:hover {
    color: #f58635
}

.top-header-section .header-social-links {
    float: right;
    padding: 0;
    margin-bottom: 0
}

.top-header-section .header-social-links li {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 3px 0
}

.top-header-section .header-social-links li a {
    color: #fff
}

.top-header-section .header-social-links li.icon-fb {
    background: #343492
}

.top-header-section .header-social-links li.icon-tt {
    background: #00acee
}

.top-header-section .header-social-links li.icon-ig {
    /* background: #8425b5 */
    background: linear-gradient( 45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.top-header-section .header-social-links li.icon-yt {
    background: #c4302b
}

.top-header-section .header-social-links li.icon-ld {
    background: #0077b5
}

.navi-header-section {
    background: #f1802b;
    padding: 4px 0
}

.navi-header-section.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6
}

.navi-header-section .menuzord {
    background: 0 0;
    padding: 0
}

.navi-header-section .menuzord-logo {
    float: left;
    width: 10%
}

.navi-header-section div.menuzord-menu {
    float: left;
    width: 65%;
    margin-left: 30px;
    margin-top: 22px
}

.navi-header-section div.menuzord-menu ul {
    margin: 0;
    float: right;
}

.navi-header-section div.menuzord-menu ul li {
    float: left
}

.navi-header-section .mobile-login-btn.menuzord-menu {
    float: left;
    width: 22%;
    margin: 0;
    text-align: right;
    margin-top: 20px
}

.navi-header-section .mobile-login-btn.menuzord-menu li {
    float: left;
    width: 50%
}

.navi-header-section .mobile-login-btn.menuzord-menu li a {
    padding: 0
}

.navi-header-section .mobile-login-btn.menuzord-menu li a button {
    width: 100%
}

.navi-header-section .loregister {
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    background: #595959;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out;
    width: 80%
}

.navi-header-section .loregister a {
    color: #fff
}

.navi-header-section .loregister a:hover {
    color: #f58635
}

.navi-header-section .loregister:hover {
    background: #fff;
    color: #f58635 !important;
    border: 1px solid #f1802b
}

.navi-header-section .loregister i.fa {
    margin: 0 5px 0 0;
    font-size: 18px;
    float: left
}

.navi-header-section .menuzord-menu>li.active>a, .navi-header-section .menuzord-menu>li:hover>a {
    background: #ff8c36;
    color: #fff
}

.navi-header-section .menuzord-menu>li>a {
    padding: 6px 13px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.navi-header-section .menuzord .showhide {
    width: 60px;
    height: 46px;
    padding: 13px 0 0;
    display: none;
    float: right;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.navi-header-section .menuzord .showhide em {
    width: 20px;
    height: 3px;
    margin: 3.5px 20px 0;
    float: right;
    background: #777
}

.banner-section {
    /* padding: 3em 0; */
    background: #fdf0e5
}

.banner-section .banner-img {
    width: 100%
}

.banner-section .banner-notification-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #ffdcc1
}

.banner-section .banner-notification-box h4 {
    color: #656565;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    background: #fdf0e5;
    padding: 10px
}

.banner-section .banner-notification-box .banner-notification-list {
    background: #595959;
    padding: 0;
    max-height: 303px;
    overflow-y: auto;
    width: 100%
}

.banner-section .banner-notification-box .banner-notification-list .banner-notification-ul li {
    float: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    width: 100%;
    margin-bottom: 0
}

.banner-section .banner-notification-box .banner-notification-list .noti-clndr {
    min-width: 60px;
    float: left;
    background: #f58634
}

.banner-section .banner-notification-box .banner-notification-list .clndr-icon {
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    display: table;
    padding: 10px 0 0 0
}

.banner-section .banner-notification-box .banner-notification-list .date-text {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    margin: 0
}

.banner-section .banner-notification-box .banner-notification-list .noti-des {
    color: #fff;
    font-weight: 500;
    padding: 6px 10px 6px 10px;
    float: left;
    width: 84%;
    font-size: 12px
}

.marquee-links-section {
    display: flex;
    align-items: center;
    text-align: center;
}

.marquee-links-section a {
    color: #000;
    border-right: 1px solid white;
    padding: 0 10px;
    transition: all .25s ease-in-out;
    font-weight: 500;
}

.marquee-links-section a:last-child {
    border-right: none;
}

.marquee-links-section a:hover {
    color: #000;
}

.marquee-links-section a i {
    color: #f53c3c;
}

.trending-section {
    padding: 1em 0;
    background-image: linear-gradient(141deg, #d7e6f5 0, #9ee5ef 51%, #b8e5f142 75%);
    position: relative
}

.trending-section .trend-box {
    background: #fff;
    padding: 30px 20px;
    border: none;
    border-radius: 30px;
    transition: all .25s ease-in-out;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    width: 100%;
    display: flex;
    align-items: center;
    height: 250px
}

.trending-section .trend-box:hover {
    box-shadow: 0 2px 10px -2px #7e7e7e
}

.trending-section .trend-box img {
    box-shadow: 0 0 8px rgb(34 35 58 / 20%);
    border: 1px solid #e8e8e8;
    margin-left: -40px;
    border-radius: 15px;
    width: 40%;
    margin-right: 20px
}

.trending-trend-box-div {
    width: 100%
}

.trending-section .trend-box h4 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 24px
}

.trending-section .trend-box ul {
    margin: 0;
    padding-left: 20px
}

.trending-section .trend-box ul li {
    color: #171717;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 0;
    list-style: disc
}

.trending-section .trend-box ul li span {
    background: #595959;
    color: #fff;
    padding: 6px 18px;
    font-size: 14px;
    border: 2px dashed #fff;
    margin-left: 10px
}

.trending-section .trend-box button {
    width: 50%;
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin-top: 10px
}

.trending-section .trend-box button:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.category-section {
    padding: 3em 0;
    background: #fff
}

.category-section .topbenefits-box {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    height: 271px;
    border: 1px solid #e8e8e8;
    background: #fbfbfb;
    margin-bottom: 20px;
    transition: all .25s ease-in-out
}

.category-section .topbenefits-box:hover {
    box-shadow: 0 0 8px rgb(34 35 58 / 20%)
}

.category-section .topbenefits-box h4 {
    margin: 0;
    font-weight: 600;
    padding: 20px 0 10px;
    color: #f58635
}

.category-section .topbenefits-box p {
    margin: 0;
    color: #585858;
    font-weight: 500
}

.category-section .topbenefits-box img {
    width: 24%
}

.category-section .first-feature-img {
    background: #f58635;
    border-radius: 50%
}

.category-section .sixth-feature-img {
    background: #0bf;
    border-radius: 50%
}

.category-section .second-feature-img {
    background: #7a6fbe;
    border-radius: 50%
}

.category-section .third-feature-img {
    background: #2ecfb0;
    border-radius: 50%
}

.category-section .fourth-feature-img {
    background: #f4395a;
    border-radius: 50%
}

.category-section .fifth-feature-img {
    background: #e55631;
    border-radius: 50%
}

.available-section {
    background: #fcf995;
    z-index: 0;
    padding: 30px 0
}

.available-section .available-txt {
    margin: 0;
    color: #f58634;
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    padding: 10px 0;
    text-shadow: -2px 2px #6d6d6d
}

.available-section .gov-exam-txt {
    color: #a41111;
    font-size: 30px;
    font-weight: 600;
    margin: 0
}

.available-section .avl-lang-txt {
    margin: 0;
    color: #383838;
    font-size: 24px;
    font-weight: 600
}

.available-section .avl-lang-txt-coming {
    margin: 0;
    color: #1c74d2;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px
}

.upcoming-exm-section {
    padding: 3em 0
}

.upcoming-exm-section .exambox-box {
    box-shadow: 0 0 8px rgb(34 35 58 / 20%);
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 100px;
    margin-bottom: 20px;
    transition: all .25s ease-in-out
}

.upcoming-exm-section .exambox-box:hover {
    transform: scale(1.1)
}

.upcoming-exm-section .exambox-box img.upcoming-exam-icons {
    float: left;
    width: 50px
}

.upcoming-exm-section .examsection_box {
    color: #000;
    text-align: center;
    padding: 0
}

.upcoming-exm-section .upcoming-exam-box {
    color: #000;
    text-align: left
}

.upcoming-exm-section .upcoming-exam-box .demo-upcoming-img {
    float: right;
    width: 30px;
    margin-top: 6px;
    margin-left: 10px
}

.upcoming-exm-section .upcoming-exam-btn {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 10px auto 0;
    display: block
}

.upcoming-exm-section .upcoming-exam-btn:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.freedemo-section {
    background: #fdf0e5;
    padding: 3em 0;
    border-top: 1px solid #ffd3b2;
    border-bottom: 1px solid #ffd3b2
}

.freedemo-section h4 {
    font-size: 28px;
    color: #000;
    margin: 0;
    font-weight: 500;
    line-height: 34px
}

.freedemo-section .freedemo-btn {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin-top: 20px
}

.freedemo-section .freedemo-btn:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.freedemo-section img {
    width: 76%;
    height: 128px;
    float: right
}

.examcategory-section {
    padding: 3em 0
}

.project-thumb .box:after, .project-thumb .box:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 15px #777;
    transform: rotate(-3deg)
}

.project-thumb .box:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.project-gallery .project-thumb {
    position: relative;
    margin-bottom: 2em
}

.project-gallery .project-thumb::before {
    background: rgb(242 130 44 / 40%)
}

.project-gallery .project-thumb::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .5s ease 0s;
    visibility: hidden;
    width: 100%
}

.project-gallery .project-thumb .examcategory-see-btn {
    background: #f58635;
    color: #fff;
    font-size: 12px;
    border: 2px solid #f58635;
    padding: 2px 16px 4px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 0 auto
}

.project-gallery .project-thumb .examcategory-see-btn:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.examcategory-section .examcategory-seemore-btn {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 10px auto 0;
    display: block
}

.examcategory-section .examcategory-seemore-btn:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.project-thumb .box {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-top: 5px solid #f58635;
    padding: 14px 20px;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 197px;
    margin-bottom: 1em
}

.project-thumb .box h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #000
}

.project-thumb .box p {
    color: #484848;
    margin: 0;
    font-weight: 500
}

.project-thumb .box h6 {
    color: #000;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    padding-top: 10px
}

.project-thumb .box img {
    width: 50px
}

.stateexam-section {
    background: #fcf995;
    padding: 3em 0 2em;
    border-top: 1px solid #ffd3b2;
    border-bottom: 1px solid #ffd3b2
}

.stateexam-section img {
    width: 40%;
    margin: 0 auto;
    display: table
}

.stateexam-section h4 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    padding-bottom: 10px
}

.stateexam-section hr {
    margin: 0 auto;
    border-top: 3px solid #f1802b;
    width: 34%;
    margin-bottom: 20px;
}

.plan-pricing {
    padding: 3em 0
}

.plan-pricing .plan-notes {
    font-size: 12px !important;
    text-align: center;
    color: #f1802b;
    width: 100%;
    padding: 12px !important;
    display: block !important
}

.plan-pricing .prices-taxes-para {
    margin: 0;
    text-align: right;
    color: red;
    font-weight: 500
}

.plan-pricing .fa-check-circle {
    color: #2bd842;
    margin-right: 10px;
    font-size: 20px
}

.plan-pricing .fa-times-circle {
    color: #cc1616;
    margin-right: 10px;
    font-size: 20px
}

.plan-pricing .fa-clock-o {
    color: #ff328e;
    margin-right: 10px;
    font-size: 20px
}

.plan-pricing .plan-pricing-box {
    border: 1px solid #dadada;
    border-radius: 6px;
    box-shadow: 0 0 8px rgb(34 35 58 / 20%)
}

.plan-pricing .plan-pricing-box h2 {
    margin: 0;
    text-align: center;
    font-weight: 600;
    background: #efefef;
    padding: 20px 0;
    color: #000;
    letter-spacing: .5px
}

.plan-pricing .plan-pricing-box ul {
    margin: 0
}

.plan-pricing .plan-pricing-box ul li {
    padding: 14px 14px 14px 40px;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    display: flex;
    align-items: center
}

.plan-pricing .plan-pricing-box h6 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #f58636;
    padding: 10px 0
}

.plan-pricing .plan-pricing-box h6 span {
    font-size: 40px;
    font-family: serif !important;
    color: #f58636;
    margin-right: 10px
}

.plan-pricing .plan-pricing-box .plan-pricing-buy-btn {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 12px 30px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 0 auto;
    display: block;
    width: 100%
}

.plan-pricing .plan-pricing-box .plan-pricing-buy-btn:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.currentaffairs-section {
    background: #000;
    z-index: 5;
    padding: 3em 0
}

.currentaffairs-section div.crntaffr_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/wp-content/themes/sp_theme_1/images/cur-aff-back.png) center center;
    opacity: .5;
    width: 100%;
    height: 100%;
    filter: blur(5px)
}

.currentaffairs-section .current-affair-head {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.currentaffairs-section h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.currentaffairs-section .daily-news-bg p {
    color: #f1f1f1;
    margin: 0;
    padding: 10px 0;
    font-weight: 500;
    height: 140px;
    display: flex;
    align-items: center
}

.currentaffairs-section .weekly-video-bg p {
    color: #f1f1f1;
    margin: 0;
    padding: 10px 0;
    font-weight: 500;
    height: 140px;
    display: flex;
    align-items: center
}

.currentaffairs-section .mica-100-bg p {
    color: #f1f1f1;
    margin: 0;
    padding: 10px 0;
    font-weight: 500;
    height: 140px;
    display: flex;
    align-items: center
}

.currentaffairs-section .source_div {
    padding: 0 20px;
    color: #fff
}

.currentaffairs-section div.source_div p {
    padding: 0
}

.currentaffairs-section .ot-button-md {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 6px 0;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    display: block
}

.currentaffairs-section .ot-button-md:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.currentaffairs-section .ca-text {
    color: #fff !important;
    background: #0000008c;
    border-radius: 10px;
    padding: 0 0 0 10px
}

.currentaffairs-section .daily-news-bg {
    background: rgba(255, 255, 255, .25098039215686274);
    border-radius: 10px 0 0 10px;
    padding: 20px
}

.currentaffairs-section .weekly-video-bg {
    background: rgba(245, 134, 53, .3803921568627451);
    padding: 20px
}

.currentaffairs-section .mica-100-bg {
    background: rgba(16, 69, 116, .32);
    border-radius: 0 10px 10px 0;
    padding: 20px
}

.counter-section {
    padding: 3em 0
}

.counter-section .funfact {
    text-align: center
}

.counter-section .funfact i {
    font-size: 40px;
    color: #424242
}

.counter-section .funfact h2 {
    font-weight: 600
}

.mobilesection {
    padding: 3em 0;
    background: #000;
    z-index: 5
}

.mobilesection div.bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/wp-content/themes/sp_theme_1/images/app-ft-back.jpeg) center center;
    opacity: .3;
    width: 100%;
    height: 100%;
    filter: blur(5px)
}

.mobilesection .feature-items {
    padding: 20px 10px 0;
    clear: both;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.feature-item i, .mobilesection .feature-items i {
    display: inline-block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #f58636;
    overflow: hidden;
    border: 2px solid #f58636;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #f58636;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.mobilesection .feature-items h5 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff
}

.mobilesection .feature-items h5 span {
    position: relative;
    top: -22px;
    right: 10px
}

.mobilesection .feature-items p {
    color: #fff;
    margin: 0;
    line-height: 24px
}

.features-right, .mobilesection .features-left {
    margin-top: 20px
}

.mobilesection .mobile-app-center-img {
    width: 80%;
    margin: 0 auto;
    border-radius: 50px;
    display: table
}

.success-story {
    background-image: linear-gradient(141deg, #d7e6f5 0, #9ee5ef 51%, #b8e5f142 75%);
    padding: 3em 0
}

.success-story .buttons .btn-2 {
    margin-left: 10px;
    margin-top: 20px
}

.success-story .buttons .red {
    margin-left: 15px;
    margin-top: 20px
}

.success-story .success-div-box {
    background: #fff;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 0 7px -3px #000;
    margin-bottom: 1em;
    padding: 10px
}

.success-story .stories-top-text {
    text-align: left;
    padding: 10px 0 6px;
    font-size: 18px;
    color: #020202;
    font-weight: 700;
    margin: 0 0 1em;
    width: 100%
}

.success-story .stories-top-text span img {
    width: 4%;
    float: right;
    cursor: pointer
}

.success-story .success-name {
    margin: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    padding: 8px 0;
    color: #f1802b
}

.success-story .success-name-img img {
    width: 80px;
    margin: 0 auto;
    display: table;
    border-radius: 50%;
    height: 80px;
    background: #fff;
    padding: 4px;
    border: 2px solid #50d0dd
}

.success-story .success-state-name {
    margin: 0;
    text-align: center;
    color: #656565;
    font-size: 14px;
    padding: 2px
}

.success-story .success-story-content {
    margin: 0;
    padding: 6px 0 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.success-story .outreach-gallery-box {
    background: #2d2d2d;
    padding: 0 0
}

.success-story .no-padding {
    padding: 2px !important
}

.success-story .outreach-gallery-box img {
    width: 100%;
    height: 492px;
    cursor: pointer
}

.footer-section {
    position: relative;
    padding: 3em 0 0
}

.footer-section::before {
    background: rgb(0 0 0 / 65%) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.footer-section .footer-logo {
    width: 50%
}

.footer-section .footer-contact-ul {
    margin: 10px 0
}

.footer-section .footer-contact-ul li {
    color: #fff;
    font-size: 14px;
    padding-bottom: 4px
}

.footer-section .footer-contact-ul li a {
    color: #fff
}

.footer-section .footer-contact-ul li i {
    width: 14px;
    margin-right: 10px
}

.footer-section .footer-social-ul li {
    display: inline-block
}

.footer-section .footer-social-ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
    margin: 2px 10px 2px 0;
    color: #fff;
    padding: 4px 8px
}

.footer-section .footer-social-ul li a.icon-fb {
    background: #343492;
    padding: 4px 10px
}

.footer-section .footer-social-ul li a.icon-tt {
    background: #00acee
}

.footer-section .footer-social-ul li a.icon-ig {
    background: #8425b5
}

.footer-section .footer-social-ul li a.icon-yt {
    background: #c4302b
}

.footer-section .footer-social-ul li a.icon-ld {
    background: #0077b5
}

.footer-section .footer-head {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px
}

.footer-section .usefullink-ul {
    margin: 0;
    padding-left: 20px
}

.footer-section .usefullink-ul li {
    margin: 0;
    list-style: square;
    color: #fff;
    padding-bottom: 10px
}

.footer-section .usefullink-ul li a {
    color: #fff
}

.footer-section .usefullink-ul li a:hover {
    color: #d0d0d0
}

.footer-section .popular-exam-link-ul {
    margin: 0
}

.footer-section .popular-exam-link-ul li img {
    width: 16%;
    border: 1px solid #dedede;
    padding: 4px;
    float: left
}

.footer-section .popular-exam-link-ul li .popular-exam-box {
    float: left;
    width: 84%;
    padding-left: 10px
}

.footer-section .popular-exam-link-ul li .popular-exam-box h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0
}

.footer-section .popular-exam-link-ul li .popular-exam-box h4 a {
    color: #fff
}

.footer-section .popular-exam-link-ul li .popular-exam-box h4 a:hover {
    color: #d0d0d0
}

.footer-section .popular-exam-link-ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #929292;
    padding-bottom: 10px
}

.footer-section .footer-subscribe h5 {
    margin: 0;
    color: #fff;
    line-height: 21px;
    margin-bottom: 20px
}

.footer-section .footer-subscribe form input {
    margin: 0;
    float: left;
    width: 84%;
    height: 38px;
    color: #000
}

.footer-section .footer-subscribe form button {
    border: none;
    outline: 0;
    background: #f1802b;
    color: #fff;
    width: 16%;
    padding: 9px
}

.footer-section .tags a {
    border: 1px solid #a9a9a9;
    display: inline-block;
    font-size: 11px;
    margin: 5px 4px 5px -2px;
    padding: 5px 10px;
    color: #fff
}

.footer-section .tags a:hover {
    background: #f58634
}

.footer-section .tags {
    margin: 3em 0
}

.footer-section .footer-bottom {
    background: #757575;
    padding: 1em 0
}

.footer-section .footer-bottom p {
    margin: 0;
    color: #fff
}

.footer-section .footer-bottom ul {
    margin: 0
}

.footer-section .footer-bottom ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff
}

.footer-section .footer-bottom ul li a {
    color: #fff
}

.footer-section .footer-bottom img {
    width: 30px;
    position: fixed;
    right: 24px;
    bottom: 40px;
}

.exam-description-video-box {
    background: whitesmoke;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 2em;
}

.exam-description-video-box .exam-description-video-title {
    margin: 0;
    line-height: 18px;
    font-size: 13px;
    font-weight: 600;
    height: 74px;
}

.exambox_div {
    box-shadow: 0 0 10px -1px #404040;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 2em;
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: all .25s ease-in-out
}

.exambox_div:hover {
    transform: scale(1.1)
}

.exambox_div img.upcoming-exam-icons {
    float: left;
    width: 50px
}

.upcoming-exam-box {
    text-align: left;
    padding-left: 16px
}

.upcoming-exam-box .popular_text {
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px
}

.upcoming-exam-box p.upcoming-exam-sub-heading {
    margin-bottom: 0;
    color: #424242;
    font-weight: 700;
    font-size: 11px;
    padding: 4px 0 0
}

.upcoming-exam-box span {
    color: #000;
    font-weight: 500;
    font-size: 12px
}

.become-banner-section {
    background-image: url(https://sarkaripariksha.com/wp-content/themes/sp_theme_1/images/bp-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 0;
    border-bottom: 2px solid #0a3c72
}

.banner-head {
    text-align: center;
    color: #f1802b;
    font-weight: 700;
    margin: 0;
    font-size: 52px;
    text-shadow: 2px 2px 2px #034668;
    padding-bottom: 10px
}

.start-business {
    text-align: center;
    margin: 0;
    font-size: 30px;
    color: #034668;
    font-weight: 700
}

.enquire-now-btn {
    margin: 20px auto;
    display: table;
    background: #034668;
    padding: 16px 40px;
    border: none;
    font-size: 24px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 700
}

.enquire-now-btn a, .enquire-now-btn a:hover {
    color: #fff !important
}

.get-call {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.online-platform-section {
    padding: 3em 0
}

.online-head {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #0a3c72;
    margin: 0;
    padding-bottom: 10px
}

.lang-para {
    text-align: center;
    font-size: 24px;
    color: #0a3c72
}

.online-plat-ul li {
    float: left;
    list-style: disc;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin: 0 110px 0 0
}

.online-plat-ul li:last-child {
    margin: 0 !important
}

.register-now-section {
    background-image: linear-gradient(90deg, #034668 10%, #0c8b94 90%);
    padding: 3em 0
}

.register-now-head {
    color: #fff;
    font-size: 45px;
    margin: 0
}

.pay-amt {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 20px 0 0
}

.register-now-btn {
    margin: 28px auto;
    text-align: center;
    font-size: 34px;
    color: #fff;
    background: #034668;
    padding: 26px 30px;
    border-radius: 20px;
    cursor: pointer;
    display: table;
    box-shadow: 0 0 10px 2px #044769
}

.free-service-section {
    padding: 3em 0;
    border-bottom: 2px solid #0a3c72
}

.free-service {
    text-align: center;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    padding-bottom: 20px
}

.free-category-head {
    margin: 0;
    color: red;
    font-weight: 600;
    font-size: 22px
}

.free-category-para {
    color: #000;
    font-weight: 500;
    line-height: 18px;
    font-size: 16px
}

.free-cate-img {
    width: 100%;
    position: relative;
    top: 6px
}

.vas-business-section {
    padding: 3em 0
}

.vas-business-head {
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 30px
}

.vas-business-img {
    width: 40%
}

.bulk-sms-head {
    font-size: 17px;
    color: #0c3b6e;
    font-weight: 600
}

.bulk-sms-para {
    margin: 0;
    color: #000;
    font-size: 11px;
    font-weight: 600
}

.video-section {
    background-image: linear-gradient(90deg, #034668 10%, #0c8b94 90%);
    padding: 6em 0
}

.video-section iframe {
    width: 100%;
    height: 370px;
}

.video-know-imp {
    margin: 0;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 60px 0;
    line-height: 46px;
    font-weight: 500
}

.video-know-head {
    margin: 0;
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 0;
    font-weight: 700
}

.partner-network-section {
    padding: 3em 0
}

.sp-txt {
    margin: 0;
    font-size: 40px;
    color: #f58635;
    font-weight: 600
}

.partner-net {
    margin: 0;
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px
}

.partner-count {
    margin: 0 auto;
    font-size: 30px;
    color: #0a3a6f;
    font-weight: 700;
    padding: 10px 0 0
}

.partner-name {
    margin: 0;
    color: #0a3a6f;
    font-size: 18px;
    font-weight: 500
}

.testimonialshead-section {
    background: #e2e2e2;
    padding: 1em 0
}

.partner-word-txt {
    margin: 0;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #f58635;
    letter-spacing: 4px
}

.business-partner-section {
    background-image: linear-gradient(90deg, #034668 10%, #0c8b94 90%);
    padding: 3em 0
}

.become-para-txt {
    margin: 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px
}

.testimonial-section .no-js .owl-carousel, .testimonial-section .owl-carousel.owl-loaded {
    display: block
}

.testimonial-section .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item, .testimonial-section .owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.testimonial-section .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.testimonial-section .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.testimonial-section .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.testimonial-section .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.testimonial-section .owl-carousel .owl-item, .testimonial-section .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.testimonial-section .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px
}

.testimonial-section #customers-testimonials .item {
    text-align: center;
    padding: 50px 30px;
    margin-bottom: 0;
    opacity: .2;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.testimonial-section #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.testimonial-section #customers-testimonials.owl-carousel .owl-nav {
    display: none
}

.testimonial-section #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, .testimonial-section #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f58635;
    transform: translate3d(0, -50%, 0) scale(.7)
}

.testimonial-section #customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

.testimonial-section #customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    background: #fff;
    border: none
}

.testimonial-section #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #f58635;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px
}

.testimonial-section .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .02)
}

.testimonial-section .testi-content-txt {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px
}

.testimonial-section .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #f58635;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, .12), 0 5px 7px rgba(0, 0, 0, .05)
}

.testimonial-section .owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important
}

.testimonial-section .owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px
}

.testimonial-section .owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0;
    right: -33px
}

.testimonial-section .owl-carousel .prev-slide:hover {
    background-position: 0 -53px
}

.testimonial-section .owl-carousel .next-slide:hover {
    background-position: -24px -53px
}

.testimonial-section .owl-prev span {
    color: #fff;
    font-size: 40px;
    padding: 0 7px;
    background: #f58635
}

.testimonial-section .owl-next span {
    color: #fff;
    font-size: 40px;
    padding: 0 7px;
    background: #f58635
}

.testimonial-section .testi-head {
    margin: 0;
    font-size: 16px
}

.testimonial-section .owner-edu-para {
    margin: 0 0 10px !important;
    color: #0a3c71;
    font-weight: 700 !important
}

.testimonial-section .owl-carousel .owl-dots.disabled, .testimonial-section .owl-carousel .owl-nav.disabled {
    display: none
}

.register-now-modal .modal-header {
    display: none
}

.video-page-section {
    padding: 2em 0 0
}

section.videos_section {
    background: #424242;
    z-index: 5;
    padding: 3em 0
}

section.videos_section div.videos_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/video-page-bg.jpg) center center;
    opacity: .3;
    background-size: cover;
}

.videos_section .banner_sidesection {
    background: #fff;
    padding: 20px;
    color: #000;
    border-radius: 4px
}

.videos_section .banner_sidesection img {
    width: 50px
}

.videos_section .banner_sidesection h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-top: 10px
}

.videos_section .banner_sidesection button {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 4px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    margin: 0 auto;
    display: block
}

.videos_section .banner_sidesection button:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.videos_section .banner_sidesection ul {
    margin: 0 0 10px 20px
}

.videos_section .banner_sidesection ul li {
    font-size: 13px;
    font-weight: 500;
    list-style: disc;
    padding: 6px 0
}

.videos_section .banner_sidesection ul li a {
    color: #000
}

.videos_section .banner_sidesection .span1 {
    font-size: 40px;
    font-weight: 700;
    font-family: sans-serif !important
}

.videos_section .banner_sidesection .span2 {
    font-size: 12px;
    color: #f58636;
    font-weight: 700
}

.videos-section-iframe-box iframe {
    width: 100%;
    height: 359px;
}

.current-affair-bg {
    background: rgba(23, 21, 25, .07058823529411765)
}

.exam-info-bg {
    background: rgba(245, 134, 54, .3215686274509804)
}

.tips-tricks-bg {
    background: rgba(27, 27, 27, .1803921568627451)
}

.view-more-btn-video {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 10px auto
}

.view-more-btn-video:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.menuzord-menu>li.search form {
    float: left;
    padding: 22px 16px 17px
}

.menuzord-menu>li.search form input[type=text] {
    width: 160px;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    background: #f0f0f0;
    border-radius: 2px;
    outline: 0;
    -o-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out
}

.menuzord-menu>li.search form:hover input[type=text] {
    width: 160px
}

.menuzord-tabs {
    width: 100%;
    float: left
}

.menuzord-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.menuzord-tabs-nav>li>a {
    width: 100%;
    padding: 7px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #666;
    border: solid 1px #f0f0f0;
    outline: 0
}

.menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a {
    background: #f0f0f0
}

.menuzord-tabs-content {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    border: solid 1px #f0f0f0
}

.menuzord-tabs-content.active {
    display: block
}

.title-icon [class^=flaticon-]::after, .title-icon [class^=flaticon-]::before {
    font-size: 48px;
    margin-left: 10px
}

.title-icon {
    margin: 0 auto;
    max-width: 160px;
    position: relative
}

.title-icon::after {
    content: "";
    height: 2px;
    left: 24px;
    position: absolute;
    top: 10px;
    width: 30px
}

.title-icon::before {
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px
}

ol, ul {
    margin: 0;
    padding: 0
}

ol ul, ul ul {
    margin-left: 15px
}

.scrollToTop {
    background: #f58635;
    bottom: 15px;
    display: none;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999
}

.scrollToTop i {
    color: #fff;
    font-size: 42px
}

.scrollToTop:hover {
    background: rgba(0, 0, 0, .6);
    text-decoration: none
}

.mfp-close-btn-in .mfp-close {
    color: #eee;
    font-size: 64px
}

.styled-icon-info i {
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    width: 30px
}

#top-nav-search-btn .search-icon {
    color: #555;
    font-size: 17px;
    line-height: 1;
    padding: 5px
}

#top-nav-search-btn .search-icon:hover {
    color: #888
}

@media only screen and (max-width:1079px) {
    #top-nav-search-btn {
        margin-top: 12px
    }
}

#top-nav-search-form {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99991
}

#top-nav-search-form form {
    margin-bottom: 0
}

#top-nav-search-form input[type=text] {
    background: 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #292929;
    font-size: 24px;
    height: 100%;
    left: 15px;
    line-height: normal;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 90%
}

@media only screen and (max-width:1079px) {
    #top-nav-search-form input[type=text] {
        font-size: 18px;
        width: 80%
    }
}

#top-nav-search-form #close-search-btn {
    color: #bbb;
    float: right;
    font-size: 28px;
    line-height: 75px;
    margin: 0 15px 0 0;
    padding: 0
}

#top-nav-search-form #close-search-btn:hover {
    color: #555
}

@media only screen and (max-width:1079px) {
    #top-nav-search-form #close-search-btn {
        line-height: 60px
    }
}

.modern-header:not(.modern-header-white) #top-nav-search-btn .search-icon {
    color: #fff
}

.modern-header:not(.modern-header-white) .side-panel-trigger i {
    color: #fff
}

.boxed-layout {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px
}

.boxed-layout #wrapper {
    margin: 0 auto
}

@media (min-width:1200px) {
    .boxed-layout #wrapper {
        width: calc(1170px)
    }
}

.boxed-layout .header #header-logo {
    margin: 0;
    padding-top: 27px
}

@media only screen and (max-width:991px) {
    .boxed-layout {
        padding-top: 15px
    }

    .boxed-layout .navbar-header {
        padding: 15px 0
    }

    .boxed-layout .navbar-collapse .navbar-nav li a .caret {
        margin-right: 0
    }
}

.form-control {
    box-shadow: none;
    height: 45px;
    border: 1px solid #9a9a9a;
    margin-bottom: 1em
}

label {
    font-weight: 400
}

.form-control:focus, form input[type=color]:focus, form input[type=date]:focus, form input[type=email]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=text]:focus, form input[type=url]:focus, form select:focus, form textarea:focus {
    color: #404040;
    border-color: rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    outline: 0
}

.form-transparent .form-control {
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #f7f7f7
}

.form-transparent .form-control:focus, .form-transparent form input[type=color]:focus, .form-transparent form input[type=date]:focus, .form-transparent form input[type=email]:focus, .form-transparent form input[type=number]:focus, .form-transparent form input[type=password]:focus, .form-transparent form input[type=search]:focus, .form-transparent form input[type=tel]:focus, .form-transparent form input[type=text]:focus, .form-transparent form input[type=url]:focus, .form-transparent form select:focus, .form-transparent form textarea:focus {
    color: #f7f7f7;
    border: 1px solid rgba(255, 255, 255, .2)
}

.form-transparent textarea.form-control, .form-white textarea.form-control {
    height: 150px
}

.form-white .form-control {
    background: #fff
}

.form-transparent.form-line .form-control {
    border: none;
    border-bottom: 1px solid silver;
    padding-left: 0
}

.form-transparent.form-line textarea.form-control {
    height: 70px
}

form label {
    font-weight: 700
}

form .form-control.error {
    border: 2px solid #ee163b
}

form .error {
    color: #ee163b
}

form select+i.fa {
    color: #404040;
    float: right;
    font-size: 16px;
    margin-right: 4px;
    margin-top: -30px;
    padding-right: 5px;
    pointer-events: none
}

form.form-transparent select+i.fa {
    color: #fff
}

form select option {
    padding: 6px
}

form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none
}

.form-transparent .form-control::-moz-placeholder {
    color: #fff
}

table.no-border td {
    border: none !important
}

#checkout-shipping-address {
    display: none
}

.top-nav-cart-box .indicator, .top-nav-search-box .indicator {
    display: none
}

.services-tab .nav-tabs {
    border-bottom: 1px solid #f1f1f1;
    text-align: center
}

.services-tab .nav-tabs>li {
    border-left: 1px solid #eee;
    margin-bottom: 0;
    width: 20%
}

.services-tab .nav-tabs>li:first-child {
    border-left: none
}

.services-tab .nav-tabs>li>a {
    background-color: #fff;
    color: #a9a9a9;
    font-size: 13px;
    margin-right: 0;
    padding: 35px 20px;
    text-transform: uppercase
}

.services-tab .nav-tabs>li>a i {
    display: block;
    font-size: 36px;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: middle
}

.services-tab .nav-tabs>li a:focus, .services-tab .nav-tabs>li a:hover, .services-tab .nav-tabs>li.active>a, .services-tab .nav-tabs>li.active>a:focus, .services-tab .nav-tabs>li.active>a:hover {
    color: #fff
}

.services-tab .nav-tabs>li a:focus i, .services-tab .nav-tabs>li a:hover i, .services-tab .nav-tabs>li.active>a i, .services-tab .nav-tabs>li.active>a:focus i, .services-tab .nav-tabs>li.active>a:hover i {
    color: #fff
}

@media only screen and (max-width:1199px) {
    .services-tab .service-content {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:991px) {
    .services-tab .service-content {
        padding: 0 20px
    }
}

@media only screen and (max-width:767px) {
    .services-tab .nav.nav-tabs a {
        padding: 10px 0;
        font-size: 9px
    }

    .services-tab .nav.nav-tabs a i {
        font-size: 28px
    }
}

.vertical-tab .nav-tabs li a:active {
    color: #d3d3d3
}

.search-form-wrapper {
    position: relative
}

.search-form-wrapper.toggle {
    display: none
}

.search-form-wrapper.toggle.active {
    display: block
}

.search-form-wrapper form {
    padding: 10px;
    position: relative
}

.search-form-wrapper form label {
    margin: 0;
    position: absolute;
    right: 11px;
    top: 11px
}

.search-form-wrapper form label:before {
    color: #555;
    cursor: pointer;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 6px
}

.search-form-wrapper form input[type=text] {
    background-color: #fff;
    border: 1px solid silver;
    height: 46px;
    padding: 8px 17px;
    width: 100%
}

.search-form-wrapper form input[type=submit] {
    background-color: #fff;
    border-left: 1px solid silver;
    border: none;
    height: 44px;
    width: 50px;
    text-indent: -999px
}

.search-form-wrapper.form-absolute form {
    background-color: #333;
    position: absolute;
    right: 0;
    top: 12px;
    width: 370px;
    z-index: 99
}

.search-form-wrapper.round form input[type=text] {
    border-radius: 30px;
    border-width: 4px
}

.search-form-wrapper.round form input[type=submit] {
    height: auto;
    width: auto;
    margin-right: 10px;
    margin-top: 10px
}

.search-form-wrapper.round form label::before {
    color: silver
}

.text-hover-theme-colored {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.package-icon {
    color: #fff;
    font-size: 60px;
    opacity: .15;
    position: absolute;
    right: 15px;
    top: -8px
}

.d-name {
    display: block;
    line-height: 15px
}

.pricing-ribbon h5 {
    color: #fff;
    left: -60px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    transform: rotate(-45deg);
    width: 190px
}

.section-title .both-side-line::after {
    content: "";
    height: 2px;
    position: absolute;
    right: -40px;
    top: 10px;
    width: 30px
}

.section-title .both-side-line::before {
    content: "";
    height: 2px;
    position: absolute;
    left: -40px;
    top: 10px;
    width: 30px
}

.section-title .top-side-line::after {
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -8px;
    width: 40px
}

.section-title .left-side-line::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 35px
}

.section-title .right-side-line::before {
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 35px
}

.section-title .sub-title {
    margin: 0;
    position: relative;
    display: inline-block
}

.section-title .title {
    margin-top: 0;
    position: relative;
    line-height: 1
}

.section-title .icon i {
    font-size: 50px;
    position: absolute;
    top: -3px;
    left: 14px;
    opacity: .1
}

.section-title p {
    font-size: 14px
}

.section-title p.left-bordered {
    border-left: 2px solid silver;
    padding-left: 10px
}

.section-title p.right-bordered {
    border-right: 2px solid silver;
    padding-right: 10px
}

.section-title {
    margin-bottom: 30px
}

.section-title.title-border {
    padding-left: 30px
}

.section-title.title-border.title-right {
    border-left: 0;
    padding-left: 0;
    padding-right: 30px;
    text-align: right
}

.section-title.icon-bg p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0
}

.section-title.icon-bg .page-title {
    font-size: 38px;
    line-height: 52px
}

.section-title.icon-bg .page-title i {
    font-size: 42px;
    line-height: 1.3;
    position: absolute;
    opacity: .15;
    left: 0;
    right: 0;
    margin: 0 auto
}

.title-border {
    position: relative
}

.title-border::after {
    content: "";
    height: 100%;
    left: -14px;
    position: absolute;
    top: 0;
    width: 2px
}

.title-dots {
    background: url(/wp-content/themes/sp_theme_1/images/title-dots.png) repeat scroll 0 0;
    height: 30px;
    margin-bottom: 20px
}

.title-dots span {
    color: #fff;
    font-family: raleway;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding: 7px 10px;
    text-transform: uppercase
}

.title-dots.small {
    height: 24px;
    margin-bottom: 15px
}

.title-dots.small span {
    font-family: raleway;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 9px
}

.services-list li {
    border: medium none;
    padding: 0 !important
}

.services-list li.active {
    position: relative;
    padding-left: 30px
}

.services-list ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #111;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 45px;
    width: 100%;
    -webkit-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease
}

.services-list li.active a {
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600
}

.services-list li.active::after {
    color: #fff;
    content: "\e686";
    font-family: Pe-icon-7-stroke;
    font-size: 35px;
    right: 10px;
    position: absolute;
    top: 5px
}

.brochured li a {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 16px 30px;
    width: 100%;
    -webkit-transition: all .1s ease !important;
    -o-transition: all .1s ease !important;
    transition: all .1s ease !important
}

.brochured li a i {
    font-size: 18px;
    margin-right: 12px;
    vertical-align: middle
}

.project-gallery:hover .project-thumb::before {
    opacity: 1;
    bottom: 0;
    visibility: visible
}

.project-caption {
    top: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    visibility: hidden;
    width: 100%
}

.project-caption h3 {
    font-size: 22px;
    opacity: 0;
    position: relative;
    bottom: -40px;
    transition: all .2s ease .2s
}

.project-gallery:hover h3 {
    opacity: 1;
    bottom: 0
}

.project-caption p {
    opacity: 0;
    position: relative;
    bottom: -40px;
    transition: all .3s ease .3s
}

.project-gallery:hover p {
    opacity: 1;
    bottom: 0
}

.project-caption a {
    opacity: 0;
    position: relative;
    bottom: -40px;
    transition: all .2s ease .2s
}

.project-gallery:hover a {
    opacity: 1;
    bottom: 0
}

.top-course-thumb {
    position: relative
}

.top-course-thumb::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    width: 100%
}

.top-course-thumb:hover::after {
    opacity: .8;
    border: 8px solid rgba(255, 255, 255, .15)
}

.top-course-thumb .desc-box {
    left: 0;
    margin: -15px auto;
    position: absolute;
    right: 0;
    height: 100%;
    text-align: center;
    top: 30px
}

.top-course-thumb .desc-box .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    left: 0;
    margin: -15px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    z-index: 1
}

.top-course-thumb .desc-box .off {
    font-size: 42px;
    font-weight: 600;
    left: 0;
    margin: -15px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
    z-index: 1
}

.top-course-thumb .desc-box .signup {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    margin: -15px auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: underline;
    top: 64%;
    z-index: 1
}

.feature-item {
    overflow: hidden
}

.feature-item .thumb {
    position: relative
}

.feature-item .thumb .title {
    bottom: -75%;
    color: #fff;
    height: 100%;
    padding: 10px 20px 20px;
    position: absolute;
    transition: all .3s ease-in-out 0s;
    width: 100%
}

.feature-item:hover .thumb .title {
    bottom: 0;
    opacity: .9;
    padding-top: 30px
}

.feature-item .thumb .title h3 {
    color: #fff;
    margin: 0 0 15px
}

.feature-item .thumb .title i {
    margin-top: 8px
}

.feature-item .thumb img {
    transition: all .3s ease-in-out 0s
}

.feature-item:hover .thumb img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.features-icon-box {
    position: relative;
    transition: all .3s ease-in-out 0s
}

.features-icon-box .features-box-number {
    font-size: 48px;
    font-weight: 600;
    left: 24px;
    opacity: .06;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out 0s
}

.features-icon-box:hover .features-box-number {
    font-size: 64px
}

.featured-blog {
    overflow: hidden;
    position: relative
}

.featured-blog-details {
    bottom: -18%;
    padding: 30px;
    position: absolute;
    transition: all .4s ease-in-out 0s;
    width: 100%
}

.featured-blog:hover .featured-blog-details {
    bottom: 0
}

.reply-box .form-group input {
    border-radius: 0;
    height: 45px;
    margin-bottom: 30px
}

.featured-blog {
    overflow: hidden;
    position: relative
}

.featured-blog-details {
    bottom: -18%;
    padding: 30px;
    position: absolute;
    transition: all .4s ease-in-out 0s;
    width: 100%
}

.featured-blog:hover .featured-blog-details {
    bottom: 0
}

@media only screen and (max-width:991px) {
    .top-course-thumb {
        max-width: 430px
    }

    .top-course-thumb .desc-box .off {
        font-size: 46px;
        top: 46%
    }

    .top-course-thumb .desc-box .title {
        font-size: 24px;
        top: 38%
    }

    .top-course-thumb .desc-box .signup {
        top: 60%
    }
}

.line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px
}

.line-bottom-theme-colored2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.line-bottom-theme-colored2:after {
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px
}

.line-bottom-rounded-theme-colored2 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 4px
}

.line-bottom-rounded-theme-colored2:after {
    border-radius: 15px;
    bottom: -1px;
    content: "";
    height: 4px;
    border-radius: 6px;
    left: 0;
    position: absolute;
    width: 42px
}

.double-line-bottom-theme-colored2 {
    margin-bottom: 20px;
    margin-top: 8px;
    padding-bottom: 5px;
    position: relative
}

.double-line-bottom-theme-colored2:after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 64px
}

.double-line-bottom-theme-colored2:before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 24px
}

.diamond-line-centered-theme-colored2 {
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 5px;
    position: relative
}

.diamond-line-centered-theme-colored2:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90px
}

.diamond-line-centered-theme-colored2:before {
    border: 3px solid #fff;
    bottom: -5px;
    content: "";
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 14px;
    z-index: 3;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.diamond-line-centered-theme-white {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
    position: relative
}

.diamond-line-centered-theme-white:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90px;
    background-color: #fff
}

.diamond-line-centered-theme-white:before {
    background-color: #fff;
    border: 3px solid #fff;
    bottom: -5px;
    content: "";
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 14px;
    z-index: 3;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.diamond-line-left-theme-colored2 {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
    position: relative
}

.diamond-line-left-theme-colored2:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 90px
}

.diamond-line-left-theme-colored2:before {
    border: 3px solid #fff;
    bottom: -5px;
    content: "";
    height: 14px;
    left: 15px;
    position: absolute;
    right: 0;
    width: 14px;
    z-index: 3;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.line-bottom-centered {
    position: relative;
    margin: 10px 0 35px;
    font-size: 20px;
    font-weight: 700
}

.line-bottom-centered:after {
    bottom: -13px;
    content: "";
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 40px
}

.line-bottom-double-line-centered {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.line-bottom-double-line-centered::before {
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20px
}

.line-bottom-double-line-centered::after {
    bottom: 7px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px
}

.read-more {
    position: relative
}

.read-more::after {
    content: "\f054";
    font-family: fontawesome;
    font-size: 11px;
    margin-left: 5px;
    vertical-align: middle
}

.read-more:hover::after {
    margin-left: 8px;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.border-dashed-1px {
    border: 1px dashed #fff
}

.mfp-close-btn-in .mfp-close {
    right: 5px;
    top: 5px
}

.portfolio-filter a {
    color: #333
}

.play-btn {
    border-radius: 50%;
    font-size: 72px;
    height: 56px;
    line-height: 56px;
    transition: all .1s ease-in-out 0s;
    width: 56px
}

.vertical-align-middle {
    vertical-align: middle
}

.call-to-action {
    display: inline-block
}

.header-search {
    cursor: pointer;
    display: inline-block;
    margin-left: 18px;
    margin-top: 0
}

.search-menu {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.search {
    border: medium none;
    box-shadow: none;
    overflow: hidden;
    position: absolute;
    right: 70px;
    top: 2px;
    width: 330px;
    z-index: -1
}

.search-menu i.search {
    height: inherit;
    margin: 0;
    position: static;
    width: inherit
}

.search-menu i {
    color: #fff;
    display: block;
    font-size: 14px;
    position: relative;
    top: 8px;
    left: 8px
}

.header-search .search-form {
    border-top: 1px solid #86bc42;
    float: right;
    width: 290px
}

.search-form {
    overflow: hidden
}

.search .search-form {
    transform: scaleY(0);
    transition: all 150ms ease-in-out 0s
}

.search.open .search-form {
    transform: scaleY(1);
    z-index: 1
}

.search .search-form input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    height: 49px;
    padding: 0 50px 0 15px;
    width: 100%
}

.search .search-form button[type=submit] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #86bc42;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .3s ease 0s
}

button.tckt_btn {
    background: 0 0;
    border: 1px solid;
    padding: 1px 16px;
    color: #fff
}

form.form section.plan i.fa-angle-down {
    font-size: 26px;
    float: right;
    position: relative;
    right: 34px;
    top: 6px;
    color: #444
}

div.register-form .modal-content {
    height: 500px;
    width: 400px;
    background: #f1f1f1
}

div.modal-content.xyz h4 {
    padding: 0 22px;
    font-weight: 500;
    font-size: 22px;
    color: #000
}

div.modal-content.xyz div.examsection_box p {
    margin: 0;
    font-size: 12px;
    color: #000;
    font-weight: 500
}

div.textarea.form-control {
    margin: 10px 0
}

.modal-sm {
    width: 30%
}

.resend-otp-modal-link {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.resend-otp-modal-link a {
    color: #fff
}

div.login-form-header i.fa-key {
    font-size: 24px;
    margin: 0 auto 0;
    font-weight: 700;
    display: table;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 12px 13px 16px;
    border-radius: 50%
}

div.login-form-header form.mobi_no {
    margin: 2em auto
}

div.login-form-header form.mobi_no input {
    border: 1px solid #f58635
}

div.login-form-header form.mobi_no button {
    background: #f58635;
    padding: 8px 50px
}

div.get_form {
    width: 50%;
    margin: 0 auto
}

div.get_form input {
    width: 100%;
    margin-bottom: 1em;
    background: #ffffffc7;
    border: none;
    border-radius: 10px;
    color: #000;
    text-align: center;
    padding: 8px 10px
}

div.get_form button {
    background: #f2dac9;
    border: 1px solid #f58634;
    padding: 4px 50px;
    color: #000;
    border-radius: 10px;
    margin: 46px auto;
    display: table;
    transition: color .3s linear, background .3s linear
}

div.upcoming-exam-box h5 {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: 20px
}

div.upcoming-exam-box p.upcoming-exam-sub-heading {
    margin-bottom: 0;
    color: #424242;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 0
}

div.upcoming-exam-box span {
    color: #000;
    font-weight: 500;
    font-size: 12px
}

.tabs-left>li a.active {
    background: #f9b98c !important;
    color: #000 !important
}

.icofont.icofont-volleyball-alt {
    display: none
}

.nav.nav-tabs>li>a {
    padding: 10px 14px;
    text-align: left;
    font-size: 15px;
    color: #000;
    margin: 0;
    letter-spacing: .1px;
    border-bottom: 1px solid #f3f3f3
}

.nav-tabs>li.active a, .nav-tabs>li.active a:focus, .nav-tabs>li.active a:hover {
    color: #000 !important;
    background: 0 0 !important;
    border: none !important;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border: none !important;
    color: #000 !important;
    background: #e1e9ec
}

.tab-content {
    padding: 0
}

div.outer_tabs_center {
    display: flex
}

div.outer_tabs_center div.inner {
    margin-right: 5px
}

#mock-test-plan hr {
    margin: 5px auto 3em;
    width: 10% !important
}

#tutorial-plan hr {
    margin: 5px auto 3em;
    width: 10% !important
}

#special-plan hr {
    margin: 5px auto 3em;
    width: 10% !important
}

#video-plan hr {
    margin: 5px auto 3em;
    width: 10% !important
}

#mock-test-plan .plan_cat {
    font-size: 30px !important;
    font-weight: 700
}

#tutorial-plan .plan_cat {
    font-size: 30px !important;
    font-weight: 700
}

#special-plan .plan_cat {
    font-size: 30px !important;
    font-weight: 700
}

#video-plan .plan_cat {
    font-size: 30px !important;
    font-weight: 700
}

div.panel-pricing .list-group-item {
    display: none
}

div.panel-pricing li.grey form {
    display: none
}

.price li {
    font-size: 14px !important
}

.media-heading {
    margin-bottom: 0;
    border: none;
    font-size: 18px;
    padding: 0
}

ul.whysp_ul {
    margin-top: 2em
}

section.services.whysp {
    background: #232323;
    padding: 30px 0
}

section.services.whysp h2 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0
}

section.services.whysp p {
    color: #fff;
    text-align: center
}

section.services.whysp ul.whysp_ul li i {
    border: 1px solid #fff;
    padding: 13px;
    margin: 8px 0;
    color: #fff;
    width: 55px;
    height: 55px;
    background-color: transparent;
    float: left
}

section.services.whysp ul.whysp_ul li {
    float: left;
    width: 100%
}

section.services.whysp ul.whysp_ul li h4 {
    color: #fff;
    padding: 0 0 0 80px;
    margin-bottom: 0
}

section.services.whysp ul.whysp_ul li p {
    color: #fff;
    padding: 0 0 0 80px;
    text-align: left;
    font-size: 12px
}

.upcomingexamlist_section .box .fa {
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 17px;
    font-size: 25px;
    text-shadow: 1px 1px 20px rgba(255, 255, 255, .5);
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #f58635;
    -webkit-box-shadow: 0 5px 17px -7px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 5px 17px -7px rgba(0, 0, 0, .75);
    box-shadow: 0 5px 17px -7px rgba(0, 0, 0, .75);
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px
}

.upcomingexamlist_section .box:after, .upcomingexamlist_section .box:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 15px #777;
    transform: rotate(-3deg)
}

.upcomingexamlist_section .box:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

div.project-caption button {
    margin: 10px auto;
    display: table;
    background: 0 0;
    border: 1px solid #b5b5b5;
    padding: 3px 24px;
    color: #fff;
    border-radius: 10px
}

form.otp_form input[type=number] {
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #00000030;
    margin-left: 5px;
    border-radius: 5px;
    background: #f58635a6;
    color: #272727
}

form.otp_form input[type=number]::-webkit-inner-spin-button, form.otp_form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

div.login-form-header form.otp_form button {
    background: #f58635;
    padding: 8px 50px
}

div.login-form-header form.otp_form {
    width: 73%
}

#style-3::-webkit-scrollbar {
    width: 8px;
    background-color: #606062;
    border-radius: 50px
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #606062
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 50px
}

.mySlides {
    display: none
}

span.icon-switcher img {
    margin-right: 10px;
    border: 1px solid grey;
    border-radius: 50%;
    width: 68px
}

div.style-switcher-wrap h3 {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 15px 15px;
    margin-bottom: 0;
    background: #fff;
    margin: 0
}

div.style-switcher-wrap hr {
    margin: 0;
    background: #c5c5c5;
    height: 1px
}

.form h3.lbs {
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
    border-bottom: 1px solid #ababab
}

.form label.free-label {
    border: 1px solid #9a9a9a;
    padding: 4px 48px;
    margin-right: 10px;
    margin-bottom: 2em
}

.form label.basic-label {
    border: 1px solid #9a9a9a;
    padding: 4px 48px;
    margin-right: 10px;
    margin-bottom: 2em
}

.form label.premium-label {
    border: 1px solid #9a9a9a;
    padding: 4px 48px;
    margin-right: 10px;
    margin-bottom: 2em
}

.modal-body {
    padding: 10px 20px
}

.modal-header .close {
    padding: 10px 15px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1
}

.modal-header ul {
    border: none
}

.modal-header ul li {
    margin: 0
}

.modal-header ul li a {
    border: none;
    border-radius: 0
}

.modal-header ul li.active a {
    color: #e12f27
}

.modal-header ul li a:hover {
    border: none
}

.modal-header ul li a span {
    margin-left: 10px
}

.modal-body .form-group {
    margin-bottom: 10px
}

.fade {
    opacity: 1
}

.main-content {
    position: relative;
    z-index: 100;
    padding: 17em 0 0 0 !important;
    background: #fff;
    margin-bottom: 60px
}

.header-wrap {
    position: relative;
    background-color: #3d4e5b;
    color: #fff
}

section.disclaimer-section {
    background: #424242;
    z-index: 5;
    padding: 8em 0 0
}

section.disclaimer-section div.disclaimer_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(http://www.clayton-mcculloh.com/newsite/sites/default/files/images/disclaimers.jpg) center center;
    opacity: .3;
    width: 100%;
    height: 100%
}

section.disclaimer-section .plan_heading {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase
}

section.disclaimer-section .plan_content {
    text-align: center;
    margin: 10px auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 60px
}

section.privacy-section {
    background: #424242;
    z-index: 5;
    padding: 8em 0 0
}

section.privacy-section div.privacy_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://devnetwork.io/wp-content/uploads/2018/10/Privacy-1920x1024.jpg) center center;
    opacity: .3;
    width: 100%;
    height: 100%
}

section.privacy-section .plan_heading {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase
}

section.privacy-section .plan_content {
    text-align: center;
    margin: 10px auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 60px
}

section.terms-section {
    background: #424242;
    z-index: 5;
    padding: 8em 0 0
}

section.terms-section div.terms_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://www.prolificlondon.co.uk/sites/prolificlondon.co.uk/files/styles/hero/public/tandcs.png?itok=LQWYiSuL) center center;
    opacity: .3;
    width: 100%;
    height: 100%
}

section.terms-section .plan_heading {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase
}

section.terms-section .plan_content {
    text-align: center;
    margin: 10px auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 60px
}

.MsoListParagraphCxSpLast, .MsoListParagraphCxSpMiddle {
    text-indent: inherit !important
}

.MsoTableGrid {
    width: 90%
}

section.exam-intro-section {
    background: #424242;
    z-index: 5;
    padding: 6em 0 0
}

section.exam-intro-section div.exam-intro-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://images.pexels.com/photos/419635/notebook-empty-design-paper-419635.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) center center;
    opacity: .3;
    width: 100%;
    height: 100%
}

section.exam-intro-section div.exam_name_summary {
    box-shadow: none;
    padding: 0
}

section.exam-intro-section .exam_name_summary .exam_name {
    color: #fff;
    font-weight: 600
}

section.exam-intro-section .exam_name_summary .sumr_head {
    font-weight: 600
}

section.exam-intro-section img {
    background: #fff;
    padding: 10px
}

section.exam-intro-section .font_normal {
    font-size: 18px;
    margin-left: 10px
}

section.exam-intro-section div.exam_name button.summarypopup {
    border: 1px solid #fff !important;
    text-decoration: none !important;
    color: #fff !important;
    background: 0 0 !important;
    border-radius: 5px;
    padding: 2px 10px;
    margin-left: 10px
}

section.exam-intro-section #nvt {
    border: none;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 0;
    background: #f58634
}

section.exam-intro-section #nvt3 {
    border: none;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 0;
    background: #f58634
}

section.exam-intro-section .dropdown-content a {
    color: #000;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 500
}

section.exam-details-section .exam_date_pattern .important_dates {
    padding: 0;
    background: #fff;
    border: 1px solid #d4d4d4
}

section.exam-details-section .exam_date_pattern .exam_pattern {
    padding: 0;
    background: #fff;
    border: 1px solid #d4d4d4
}

section.exam-details-section .exam_age_links .age_and_fee {
    padding: 0;
    background: #fff;
    border: 1px solid #d4d4d4
}

section.exam-details-section .exam_age_links .exam_links {
    padding: 0;
    background: #fff;
    border: 1px solid #d4d4d4;
    margin-left: 20px
}

section.exam-details-section .exam_date_pattern {
    float: left;
    width: 100%;
    margin-bottom: 3em
}

section.exam-details-section .exam_age_links {
    float: left;
    width: 100%;
    margin-bottom: 3em
}

section.exam-details-section .exam_pat_div1 .sixcol {
    width: 50%;
    float: left
}

section.exam-details-section .exam_name_bg {
    width: 25% !important;
    margin-right: 5%;
    margin-left: 5%;
    border-radius: 50%
}

section.exam-details-section .exam_heads {
    background: #f58634
}

section.exam-details-section {
    background: #eaeaea
}

section.exam-details-section .table>thead>tr>th {
    border: none;
    font-weight: 500
}

section.exam-details-section .patTable td {
    border-left: none
}

section.exam-details-section .patTable {
    border-left: none
}

section.exam-details-section .patTable th {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px
}

section.error-section {
    background: #909090;
    z-index: 5;
    padding: 10em 0 2em
}

section.error-section .plan_heading {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

section.error-section a img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 30px
}

section.error-section img.main-img {
    height: 400px;
    width: 500px;
    min-width: 600px;
    max-width: 500px;
    position: relative;
    left: -150px
}

.loader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(/wp-content/plugins/tet-india/images/loading_image.gif) 50% 50% no-repeat
}

.upcomingexamlist_section .box {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-top: 5px solid #f58635;
    padding: 14px 20px;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    min-height: 186px
}

div.project-caption input.btn-primary {
    margin: 0 auto;
    display: table;
    background: #f58636;
    border: none
}

.project-gallery:hover .project-caption {
    top: 0;
    opacity: 1;
    visibility: visible;
    background: rgb(0 0 0 / 60%);
    height: 197px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    padding: 20px
}

.project-gallery:hover .project-caption ul li {
    margin: 0 0 10px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
    color: #fff
}

.project-gallery:hover .project-caption ul li a {
    color: #fff
}

.project-gallery:hover .project-caption ul li a:hover {
    color: #fff !important
}

.project-gallery:hover .project-caption .read-more-btn {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 10px auto 0;
    display: block
}

.project-gallery:hover .project-caption .read-more-btn:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

input[type=checkbox] {
    margin: 0 7px;
    line-height: normal;
    width: 17px;
    height: 17px;
    background-color: #13067b
}

.lbs {
    position: relative;
    color: #000;
    font-size: 13px;
    text-align: left;
    margin-bottom: 0;
    padding: 10px 0
}

.modal-body {
    margin: 0
}

.scrollToTop {
    bottom: 90px
}

.category-box img {
    float: left;
    width: 30px;
    margin-right: 10px
}

.view-link {
    float: right;
    color: #00f;
    font-weight: 700;
    text-decoration: underline
}

.category-view {
    float: right;
    color: #00f;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: 2px;
    right: 8px;
    text-decoration: underline
}

.plan-right-side {
    background: #f7c535;
    padding: 20px;
    color: #000;
    border: 1px solid #d4d4d4
}

.heading-plan-right-side {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.plan-right-side img {
    width: 70px;
    position: relative;
    top: 6px
}

.plan-right-side h3 {
    font-size: 20px;
    font-weight: 500
}

.plan-right-side .span1 {
    font-size: 30px;
    font-weight: 700;
    color: #29449c
}

.plan-right-side .span2 {
    font-size: 14px;
    color: #000
}

.plan-right-side ul {
    margin: 20px 0 20px 20px;
    float: left;
    width: 100%
}

.plan-right-side ul li {
    font-size: 16px;
    font-weight: 500;
    list-style: disc
}

.plan-right-side input[type=submit] {
    background: #58595b;
    border: 1px solid #606062;
    padding: 4px 20px;
    margin: 0 auto;
    display: table;
    color: #fff
}

.category-popular-box {
    border-bottom: 1px solid #c1c1c1;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px
}

.category-popular-box img {
    width: 25px;
    margin-right: 10px
}

.popular-right-side-box ul {
    padding: 10px 40px;
    color: #000
}

.popular-right-side-box ul li {
    list-style: disc
}

.popular-right-side-box ul li span {
    font-size: 14px !important;
    line-height: inherit !important
}

.popular-right-side-box p, .popular-right-side-box span {
    font-size: 14px !important;
    line-height: inherit !important;
    color: #000;
    font-family: Poppins, sans-serif !important
}

.popular-right-side-box a {
    font-size: 14px !important;
    line-height: inherit !important;
    color: #2196f3 !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700
}

.category-popular-box .category-popular-text {
    font-size: 14px;
    margin: 0;
    color: #000;
    font-weight: 500
}

.tabs-left>.nav-tabs {
    border-bottom: 0
}

.pill-content>.pill-pane, .tab-content>.tab-pane {
    display: none
}

.pill-content>.active, .tab-content>.active {
    display: block
}

.tabs-left>.nav-tabs>li {
    float: none
}

.tabs-left>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:focus, .tabs-left>.nav-tabs>li>a:hover {
    border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:focus, .tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd
}

.popular_box {
    margin: 0 0 1em 0;
    box-shadow: 0 0 10px 2px #ddd;
    padding: 10px 6px;
    border-radius: 5px
}

.services-item .service-icon i, .services-item .service-icon img {
    width: 40px;
    line-height: 50px;
    font-size: 50px
}

.popular_box p {
    font-size: 12px;
    padding: 0 0 0 60px;
    margin: 0;
    font-weight: 600;
    color: #fff
}

.services-item .service-icon:after {
    display: none
}

.tabs_cate {
    width: 30px;
    margin-right: 5px;
    background: #fff;
    border-radius: 50%
}

.sorting-btn {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 12px 0;
    border-bottom: 2px solid;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%
}

.portfolio figure h4 {
    font-size: 14px !important;
    margin-left: 50px;
    line-height: 20px !important
}

.tab-content {
    float: left;
    width: 100%;
    overflow: auto
}

.port_image {
    width: 42px
}

.sorting-btn li {
    cursor: pointer;
    padding: 0 12px;
    padding: 0 12px;
    padding: 0 12px;
    padding: 0 .75rem;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    padding-right: 5px;
    display: inline-block
}

.tabs-left {
    display: table;
    border: none;
    width: 100%
}

.tabs-left>li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #eaeaea
}

.icofont-volleyball-alt {
    font-size: 20px;
    margin-right: 5px
}

.tabs-left>li a {
    display: block;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 17px;
    color: #4c4c4c
}

.tabs-left>li a.active {
    background: #c3d1d8
}

.leftside_menu {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin: 10px 0 20px 10px
}

.leftside_menu ul {
    margin: 0
}

.leftside_menu ul li a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #f3f3f3 !important
}

.leftside_menu ul li a:hover {
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #f3f3f3 !important
}

.leftside_menu ul .exname.active {
    background: #ffdfcf
}

.all-exam-page-header {
    padding-bottom: 1em
}

.choose-ur-exam-section {
    padding: 3em 0
}

.choose-ur-exam-section .tab {
    text-align: center
}

.choose-ur-exam-section .tab .tablinks {
    background: #ffdfcf;
    color: #000;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #ffc8ad;
    font-size: 16px
}

.choose-ur-exam-section .tab .tablinks.active {
    background: #f18639;
    color: #fff
}

.leftside_link.active {
    background: #d1d1d1;
    display: block;
    color: #000;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 15px
}

.leftside_link {
    display: block;
    color: #000;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 15px
}

.categories_box {
    float: left;
    width: 100%;
    background: #fdf0e5
}

.clsRegister input[type=date], .clsRegister input[type=password], .clsRegister input[type=text] {
    margin-left: 0
}

.mandatory {
    color: red
}

#dicsountMsg {
    color: red
}

.clsRegister {
    width: 70%;
    margin: 30px 1em;
    border: 1px solid #444;
    border-collapse: initial
}

.clsRegister td {
    padding: 8px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    border-right: 1px solid #cecece
}

#card_number {
    font-weight: 400;
    color: #444
}

#scratch_code {
    font-weight: 400;
    color: #444
}

#code_amount {
    font-weight: 400;
    color: #444
}

#code_plan {
    font-weight: 400;
    color: #444
}

#msgBox {
    text-align: center;
    margin-bottom: 0
}

.loading_scratch_card {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(/wp-content/plugins/tet-india/images/loading_image.gif) 50% 50% no-repeat
}

#scratch_card_loading.loading_scratch_card {
    overflow: hidden
}

#scratch_card_loading.loading_scratch_card {
    display: block
}

#verify_scratch_code {
    background: #f58636;
    border: 1px solid #606062;
    padding: 4px 20px;
    color: #fff
}

.verifyButtonDIV {
    padding-left: 1em
}

.contact-form-left {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #adadad;
    border-radius: 4px
}

.form_div {
    border: 1px solid #b5b5b5;
    padding: 20px;
    min-height: auto;
    background: #fff
}

.form_div legend.our_off {
    background: #fbdbc2;
    font-size: 18px;
    text-align: center;
    padding: 6px 0;
    border: none;
    color: #000;
    border-top: 2px solid #f1812c;
    border-bottom: 2px solid #f1812c;
    font-weight: 500
}

.disc_text {
    background: #f5f5f5;
    border: 1px solid #c1c1c1;
    padding: 10px;
    margin: 10px 0;
    font-size: 12px
}

.captcha_img {
    margin-right: 20px;
    float: left;
    min-height: 40px;
    margin-top: 10px
}

.download-mobile-app {
    text-align: center;
    background: #fce4d2;
    padding: 3em 0;
    border-top: 3px solid #f1802b
}

.download-mobile-app h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.download-mobile-app h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 14px 0;
    color: #f1802b
}

.download-mobile-app p {
    margin: 0;
    font-size: 18px;
    padding: 0 0 30px;
    font-weight: 500
}

.google-play-size {
    width: 12%
}

.current-affairs-detail-page .box_news {
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin-bottom: 10px !important;
    float: left;
    width: 100%
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff !important;
    border-right: 6px solid #f58634;
    background-color: #595959;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    font-weight: 500
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: #f58636 !important;
    background-color: #fde9db;
    font-size: 14px;
    font-weight: 700
}

.nav-pills>li>a {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    color: #444 !important;
    border-radius: 0;
    padding: 10px 15px;
    display: block
}

div.box_tab ul.nav {
    border: 1px solid #e6e6e6
}

.page1, .page2 {
    color: #444;
    padding: 10px;
    background-color: #fff
}

.page2 {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    display: none;
    padding: 2em 2em 5em 2em
}

.current-affairs-detail-page .page2 li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 10px
}

.current-affairs-detail-page .page2 li a img {
    margin-top: 0 !important;
    margin-right: 21px !important;
    width: 20%;
    float: left;
    margin-left: 0
}

.tab-content {
    padding: 10px
}

.current-affairs-detail-page .page1 ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0
}

.img_latest {
    margin-top: 1em;
    border: 2px solid #44444461;
    border-radius: 10px
}

.current-affairs-detail-page .head_news {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 0
}

.current-affairs-detail-page .head_news p {
    font-weight: 700
}

.current-affairs-detail-page .head_news span {
    font-weight: 700
}

.news_link {
    color: #000 !important
}

.news_link:hover {
    color: #000 !important
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(/wp-content/plugins/tet-india/images/loading_image.gif) 50% 50% no-repeat
}

body.loading .loader {
    overflow: hidden
}

body.loading .loader {
    display: block
}

.result_sectioncard {
    height: 500px;
    overflow: auto;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 10px -2px #000
}

.page1, .page2 {
    padding: 10px
}

.page1 {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff
}

.page2 {
    width: 100%;
    height: 100%;
    position: relative;
    display: none
}

.revert {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-backface-visibility: hidden;
    -moz-transform: translateX(0)
}

.revert.out {
    -webkit-transform: rotateY(-90deg) scale(.9);
    -webkit-animation-name: flipouttoleft;
    -webkit-animation-duration: 175ms;
    -moz-transform: rotateY(-90deg) scale(.9);
    -moz-animation-name: flipouttoleft;
    -moz-animation-duration: 175ms
}

.revert.in {
    -webkit-animation-name: flipintoright;
    -webkit-animation-duration: 225ms;
    -moz-animation-name: flipintoright;
    -moz-animation-duration: 225ms
}

.revert.out.reverse {
    -webkit-transform: rotateY(90deg) scale(.9);
    -webkit-animation-name: flipouttoright;
    -moz-transform: rotateY(90deg) scale(.9);
    -moz-animation-name: flipouttoright
}

.revert.in.reverse {
    -webkit-animation-name: flipintoleft;
    -moz-animation-name: flipintoleft
}

@-webkit-keyframes flipouttoleft {
    from {
        -webkit-transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(-90deg) scale(.9)
    }
}

@-moz-keyframes flipouttoleft {
    from {
        -moz-transform: rotateY(0)
    }

    to {
        -moz-transform: rotateY(-90deg) scale(.9)
    }
}

@-webkit-keyframes flipouttoright {
    from {
        -webkit-transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(90deg) scale(.9)
    }
}

@-moz-keyframes flipouttoright {
    from {
        -moz-transform: rotateY(0)
    }

    to {
        -moz-transform: rotateY(90deg) scale(.9)
    }
}

@-webkit-keyframes flipintoleft {
    from {
        -webkit-transform: rotateY(-90deg) scale(.9)
    }

    to {
        -webkit-transform: rotateY(0)
    }
}

@-moz-keyframes flipintoleft {
    from {
        -moz-transform: rotateY(-90deg) scale(.9)
    }

    to {
        -moz-transform: rotateY(0)
    }
}

@-webkit-keyframes flipintoright {
    from {
        -webkit-transform: rotateY(90deg) scale(.9)
    }

    to {
        -webkit-transform: rotateY(0)
    }
}

@-moz-keyframes flipintoright {
    from {
        -moz-transform: rotateY(90deg) scale(.9)
    }

    to {
        -moz-transform: rotateY(0)
    }
}

div.project-caption input.btn-primary {
    margin: 0 auto;
    display: table;
    background: #f58636;
    border: none;
    position: absolute;
    top: 120px;
    left: 72px
}

.project-gallery:hover .project-caption {
    top: 0;
    opacity: 1;
    visibility: visible
}

div.hover-details h5 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0
}

div.hover-details h6 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0
}

div.hover-details h4 {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 10px 0
}

.pricingTable11 {
    text-align: center;
    background: #fff;
    margin: 0 -15px 30px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable11 .pricingTable-header {
    padding: 40px 0;
    background: #f7f7f7;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable11:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable11 .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable11 .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}

.pricingTable11 .month {
    display: block;
    font-size: 14px;
    color: #525252;
    font-weight: 700
}

.pricingTable11 .month span {
    font-size: 18px;
    font-weight: 700
}

.pricingTable11:hover .month, .pricingTable11:hover .month span, .pricingTable11:hover .price-value, .pricingTable11:hover .pricingTable-header i {
    color: #fff !important
}

.pricingTable11 .heading {
    font-size: 40px;
    color: #656565;
    font-weight: 700;
    font-family: sans-serif !important;
    margin: 0;
    padding: 20px 0
}

.pricingTable11 .pricingTable-signup .quick_buy_now {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 0 auto;
    display: block;
    width: 50%
}

.pricingTable11 .pricingTable-signup .quick_buy_now:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.pricingTable11 .pricing-content ul {
    list-style: none;
    margin: 0
}

.pricingTable11 .pricing-content ul li {
    color: #000;
    text-align: left;
    padding: 10px 30px;
    border-bottom: 1px solid #e4e4e4
}

.pricingTable11 .pricing-content ul li.plan-notes {
    color: #f1802b;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding: 10px 4px;
    height: 55px
}

.pricingTable11 .pricing-content ul li i.fa-check-circle {
    color: #2bd842;
    font-size: 22px;
    position: relative;
    top: 3px;
    right: 3px
}

.pricingTable11 .pricing-content ul li i.fa-times-circle {
    color: #cc1616;
    font-size: 22px;
    position: relative;
    top: 3px;
    right: 3px
}

@media screen and (max-width:990px) {
    .pricingTable11 {
        margin: 0 0 20px
    }
}

.loader_plan {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(/wp-content/plugins/tet-india/images/loading_image.gif) 50% 50% no-repeat
}

#loading_image_plan.loader_plan {
    overflow: hidden
}

#loading_image_plan.loader_plan {
    display: block
}

.category-all-tabs {
    background: #f58634;
    float: left;
    width: 100%;
    padding: 10px;
    width: 2000px;
    margin: 0
}

.category-all-tabs li {
    float: left;
    padding: 4px 37px;
    text-align: center;
    border-right: 1px solid #fff;
    cursor: pointer;
    margin-bottom: 0
}

.category-all-tabs li:last-child {
    padding-right: 0
}

.category-all-tabs li a {
    color: #fff;
    font-size: 16px
}

.category-all-tabs li a:hover {
    color: #fff !important
}

.category-all-tabs li:last-child {
    border-right: transparent
}

.nav-sticky-head {
    float: left;
    width: 100%;
    margin-bottom: 2em;
    overflow-x: scroll;
    overflow-y: hidden
}

#myHeader::-webkit-scrollbar {
    height: 6px;
    background-color: #f5f5f5
}

#myHeader::-webkit-scrollbar-thumb {
    background-color: rgb(89 89 89);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

#myHeader::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, .3) 0 0 6px inset;
    background-color: #f5f5f5
}

.category-list-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 1em;
    box-shadow: 0 0 6px -2px #a0a0a0;
    border-radius: 4px;
    float: left;
    width: 100%
}

.category-list-box h4 {
    margin: 0;
    font-weight: 600;
    font-size: 15px
}

.navi-exam-ul {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0
}

.navi-exam-ul a {
    color: #00f;
    padding-right: 4px
}

.category-exam-name {
    padding: 4px 0 0 80px;
    font-weight: 600
}

.category-exam-name h4 {
    color: #000;
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

.category-exam-name .langs {
    margin: 0;
    padding-top: 8px;
    color: #737373
}

.category-exam-name h1 {
    margin: 0;
    font-size: 13px;
    color: #595959
}

.buy-now-txt {
    margin: 0 8px 0;
    text-align: center;
    border: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    background: #f58634;
    float: right;
    cursor: pointer;
    padding: 6px 16px;
    color: #fff;
    border-radius: 4px;
    transition: all .25s ease-in-out
}

.buy-now-txt:hover {
    background: #595959
}

.demo-buy-btn {
    float: left;
    width: 100%;
    padding: 10px 0
}

.exam-title {
    margin: 0;
    padding: 4px 0 10px;
    font-size: 18px;
    color: #f58634;
    font-weight: 600
}

.exam-description {
    margin: 0;
    font-size: 14px;
    text-align: justify;
    color: #464646;
    line-height: 20px;
    font-weight: 500
}

.exam-description p span, .exam-description span {
    font-size: 14px !important
}

.exam-description table tr td {
    padding: 10px;
    border: 1px solid #cacaca
}

.information-headings {
    padding-left: 6em;
    padding-top: 1em
}

.information-headings li {
    list-style: disc;
    color: #000;
    font-weight: 400;
    padding: 4px 0
}

.category-list-box .eligibility-ul {
    margin-top: 10px;
    border-left: 2px solid #f38534;
    padding: 16px 20px;
    background: #f7f7f7;
    margin-bottom: 30px
}

.category-list-box .eligibility-ul li {
    margin-bottom: 20px
}

.category-list-box .eligibility-ul li i {
    font-size: 30px;
    float: left;
    background: #f48534;
    padding: 10px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #fff
}

.category-list-box .eligibility-ul li .eligibilityul-box table {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    background: #fef0e6
}

.category-list-box .eligibility-ul li .eligibilityul-box table th {
    background: #f9bd91;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    border: 1px solid #8a8a8a
}

.category-list-box .eligibility-ul li .eligibilityul-box table td {
    background: #fff;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    color: #3e3e3e;
    border-right: 1px solid #8a8a8a;
    border-left: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a
}

.category-list-box .eligibility-ul li .eligibilityul-box {
    padding: 2px 70px
}

.category-list-box .eligibility-ul li .eligibilityul-box h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 6px
}

.category-list-box .eligibility-ul li .eligibilityul-box p {
    margin: 0;
    color: #737373;
    font-weight: 500;
    padding-bottom: 4px;
    font-size: 14px
}

.category-list-box .share-text {
    margin-bottom: 6px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 6px;
    line-height: 22px
}

.category-list-box .banner_sidesection ul {
    margin: 0;
    padding-left: 20px
}

.category-list-box .banner_sidesection ul li {
    list-style: circle;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 0
}

.category-list-box .banner_sidesection ul li a {
    color: #000
}

.category-list-box .exam_text {
    float: left;
    width: 33%;
    font-weight: 600;
    text-align: center;
    margin: 10px auto
}

.category-list-box .exam-details-table {
    margin: 0
}

.category-list-box .exam-details-table tr th {
    background: #fbfbfb;
    border: 1px solid #d4d4d4 !important
}

.category-list-box .exam-details-table tr td {
    border: 1px solid #d4d4d4
}

.category-list-box .evideo-title {
    padding: 4px 0 10px;
    font-size: 12px;
    color: #f58634;
}

.rdMedium {
    margin-bottom: 0 !important;
    margin-top: 4px !important;
    width: fit-content !important
}

.btn_signin {
    text-transform: uppercase;
    outline: 0;
    background: #1251ac !important;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #fff !important;
    font-size: 14px;
    -webkit-transition: all .3 ease;
    transition: all .3 ease;
    cursor: pointer
}

.btn_verifyotp {
    text-transform: uppercase;
    outline: 0;
    background: #1251ac !important;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #fff !important;
    font-size: 14px;
    -webkit-transition: all .3 ease;
    transition: all .3 ease;
    cursor: pointer
}

.formselect {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px
}

.outline-btn {
    cursor: pointer;
    background: #fff;
    color: #000 !important;
    border-color: #fff
}

.main-btn, .outline-btn, .white-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid #888 !important;
    border-radius: 3px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

span.errcapctha {
    color: #ff0800ba;
    font-weight: 700;
    position: relative;
    top: -10px;
    padding: 2px 20px;
    border-radius: 2px
}

div.side_section2 h3 {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 2px solid #444;
    padding-bottom: 6px;
    width: 66%;
    margin-bottom: 20px;
    color: #444
}

div.side_section2 p {
    font-size: 16px;
    font-weight: 700;
    color: #444
}

div.side_section ul {
    padding-left: 1.5em;
    padding-top: 10px;
    font-size: 18px
}

div.side_section2 ul {
    padding-left: 0;
    padding-top: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2em
}

div.side_section ul li {
    list-style: disc
}

div.side_section2 img.scan {
    width: 70px;
    margin: 0 auto;
    display: table
}

div.side_section2 img.play {
    width: 150px;
    margin: 0
}

div.side_section h4 {
    text-align: center;
    padding: 10px
}

.tooltip {
    display: inline-block;
    font-family: Poppins, sans-serif
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.call-request-modal {
    z-index: 9999
}

.call-request-modal .modal-dialog-centered {
    margin: 150px auto !important;
    width: 70% !important
}

.call-request-modal .modal-body {
    background: #d5e7ea;
    padding: 20px
}

.white-partner-head {
    color: #484848;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 10px;
    font-size: 30px;
    margin: 0 0 10px;
    border-bottom: 1px solid #000
}

.call-request-form {
    box-shadow: 0 0 6px 1px #6b6b6b;
    border: 1px solid #9a9a9a;
    padding: 20px;
    background: #fff;
    margin: 1em auto 0;
    float: left;
    width: 100%
}

.call-request-btn {
    background: #f58634;
    border: 1px solid #000;
    color: #fff;
    padding: 6px 16px;
    font-size: 16px;
    border-radius: 4px
}

.call-request-modal .form-group {
    margin-bottom: 0
}

.call-request-form label {
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500
}

.call-request-close {
    position: absolute;
    right: 4px;
    background: 0 0;
    border: transparent;
    font-size: 20px;
    top: 0;
    z-index: 999
}

.call-request-ul {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.call-request-ul li.contact {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-align: center
}

.call-request-ul li {
    font-size: 14px;
    text-align: center;
    color: #313131
}

.register-now-modal {
    z-index: 9999
}

.register-now-modal .modal-dialog-centered {
    margin: 150px auto !important;
    width: 70% !important
}

.register-now-form label {
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500
}

.register-now-modal .modal-body {
    background: #dadada;
    padding: 0
}

.register-now-form {
    padding: 20px;
    margin: 1em auto 0;
    float: left;
    width: 100%
}

.register-now-modal .form-group {
    margin-bottom: 0
}

@media only screen and (max-width:768px) {
    .pt-80 {
        padding: 0 !important
    }

    .online-plat-ul li {
        float: none;
        margin: 0;
        text-align: center
    }

    .trending-now-section marquee {
        width: 58% !important;
    }

    .register-now-btn {
        font-size: 30px;
        display: block
    }

    .bulk-sms-head {
        font-size: 14px
    }

    .sp-txt {
        text-align: center
    }

    .partner-net {
        text-align: center
    }

    .partner-word-txt {
        letter-spacing: 0;
        font-size: 32px
    }

    .call-request-modal .modal-dialog {
        width: 70% !important
    }
}

.checkout-form-section {
    padding: 3em 0
}

.checkout_box {
    width: 60%;
    box-shadow: 2px 2px 10px 2px #989898;
    margin: 0 auto;
    padding: 30px 40px;
    border-radius: 5px
}

.checkout_box .bg {
    background: #fff
}

.checkout_box .table_head {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 10px
}

.whitelabel-checkout-form {
    box-shadow: 0 0 6px 1px #444;
    border: 1px solid #444;
    width: 70%;
    padding: 20px;
    margin: 0 auto
}

.checkout_place_btn {
    border: transparent;
    color: #fff;
    padding: 4px 20px;
    margin: 20px 0 0;
    background: #343492
}

.checkout_place_btn:hover {
    color: #fff
}

.thankyou-section {
    padding: 3em 0
}

.thanku_box {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 6px 2px #ddd
}

.thanku_title {
    border-bottom-color: #000;
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 20px;
    width: 36%;
    margin: 0 auto;
    background: 0 0
}

.thanku_title h3 {
    color: #000
}

.thanku_table {
    width: 50%;
    margin: 10px auto
}

.thanku_table td {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    font-weight: 700
}

.sorry_text {
    font-size: 16px;
    text-align: center;
    color: #444
}

.cancel_text {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 10px
}

.try_again_text {
    font-size: 16px;
    text-align: center;
    color: #444
}

.techform-form {
    width: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px 1px #afafaf;
    border: 1px solid #ddd;
    padding: 10px 20px
}

.buynow-modal-btn {
    color: #fff;
    border: none;
    padding: 4px 20px;
    background-color: #0049a7
}

.social {
    position: fixed;
    left: 0;
    top: 24%;
    width: 4%;
    z-index: 9
}

.social ul {
    padding: 0;
    transform: translate(-264px, 0);
    margin: 0
}

.social ul li {
    transition: all 1s ease 0s;
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
    border-radius: 0 30px 30px 0;
    display: block;
    margin: 8px 90px;
    padding: 0;
    text-align: left;
    width: 220px
}

.social ul li i {
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    height: 40px
}

.social ul li .fa-whatsapp {
    background: #14cc14;
    color: #fff
}

.social ul li .fa-facebook-f {
    background: #3a5794;
    color: #fff
}

.social ul li .fa-twitter {
    background: #00a7e7;
    color: #fff
}

.social ul li .fa-youtube {
    background: #ea0202;
    color: #fff
}

.social ul li .fa-telegram {
    background: #3dabd6;
    color: #fff
}

.social ul li a i {
    border: none;
    margin-bottom: -2px;
    margin-left: 27px
}

.social span {
    display: inline-block;
    position: relative;
    top: -3px;
    text-decoration: none;
    color: #000;
    left: 10px;
    width: 149px;
    font-size: 13px;
    text-align: right
}

.social ul li:hover {
    transform: translate(174px, 0);
    background: #fff;
    font-weight: 500
}

.social ul li:hover i {
    transform: rotate(360deg);
    transition: all 1s ease 0s
}

.nomargin {
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500
}

.result-table {
    width: 100%;
    border: 1px solid #ddd
}

.result-table tr td {
    text-align: left;
    padding: 8px;
    color: #000;
    font-weight: 500
}

.schoolReg {
    color: #fff
}

#new-modal {
    z-index: 9999
}

.free-form-modal .free-form-dialog {
    margin: 0 auto !important;
    width: 80%;
    position: absolute;
    top: 31%;
    left: 10%
}

.modal-form-feature {
    padding: 2em;
    background: #eee2ef
}

.form-enter-details {
    padding: 2em 2em 0
}

.form-enter-details h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    padding-bottom: 12px
}

.form-enter-details p {
    color: #f58634;
    font-weight: 500;
    margin: 0
}

.form-modal-fill {
    margin: 0;
    padding: 2em 0 10px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 10px
}

.form-modal-fill label {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    width: 100%
}

.form-modal-fill input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 30px;
    font-size: 14px;
    padding-bottom: 6px
}

.form-modal-fill select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 10px;
    font-size: 14px;
    padding-bottom: 6px
}

.form-modal-fill button {
    background: #f58634;
    border: none;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    margin: 30px auto 0
}

.enroll-login-link {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 40px 0 0;
    text-align: right
}

.enroll-login-link a {
    color: #f58634;
    text-decoration: underline
}

#fm_message {
    color: red
}

.english-medium-box h2 {
    text-align: center;
    font-size: 26px;
    margin-top: 10px;
    word-spacing: 4px;
    line-height: 38px
}

.english-medium-box h2 span {
    color: #f58634;
    font-size: 30px
}

.english-box {
    background: #f7f7f7;
    border: 1px solid #bcbcbc;
    box-shadow: 0 0 6px 1px #7e7e7e;
    padding: 1em 1em 0
}

.english-box img {
    width: 10%;
    float: left;
    border-right: 3px solid #959595;
    padding-right: 10px
}

.english-box div h4 {
    margin: 0;
    padding-left: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: -4px
}

.english-box div h4 span {
    color: #1b7619;
    font-weight: 700
}

.name-holder {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 600
}

.name-holder span {
    color: #1b7619;
    font-size: 26px
}

.slogan-txt {
    margin: 0;
    padding: 10px 0 0;
    font-size: 24px;
    font-weight: 700
}

.form-enter-details .count-user {
    padding: 0;
    font-size: 15px;
    color: #000
}

.form-enter-details .count-user span {
    color: #f58634;
    font-size: 20px
}

.free-modal-img {
    width: 78%
}

.support-txt {
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 3px
}

.logo-box-modal {
    margin: 0;
    padding-bottom: 10px
}

.author-name {
    margin: 0;
    text-align: center;
    padding: 6px 0 0;
    color: #000;
    font-weight: 600
}

.take-free-box {
    background-color: #ffd7b9;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 11em;
    text-align: center;
    z-index: 5;
    cursor: pointer;
    border-radius: 0 10px 10px 0
}

.take-free-box h4 {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

.csc-logo-modal {
    width: 85px;
    height: 42px
}

.section-header h2 {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 26px
}

.section-header {
    margin-bottom: 30px
}

.text-theme-colored2 {
    color: #f58635 !important
}

.diamond-line-centered-theme-colored2::before, .diamond-line-left-theme-colored2::before {
    box-shadow: 0 0 3px 3px #f58635;
    background: #f58635
}

.diamond-line-centered-theme-colored2:after, .diamond-line-left-theme-colored2:after {
    border: 1px solid #f58635
}

.btn-theme-colored {
    color: #fff;
    background-color: #f58636;
    border-color: #f58636
}

.btn-theme-colored2 {
    background-color: #f58634;
    color: #fff;
    border-color: #f58635
}

.tabs-left>li {
    float: none !important;
    margin: 0;
    border-bottom: 1px solid #eaeaea
}

#school-exams .center_container {
    width: 23%
}

.center_container {
    height: 86px;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    width: 32.1%;
    float: left;
    margin-right: 10px;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    transition: all .25s ease-in-out
}

.center_container:hover {
    box-shadow: 0 0 6px 0 #8e8e8e
}

.center_container .center_container_school {
    width: 23.1%
}

.all-exam-details-box {
    width: 100%;
    padding-left: 10px
}

.all-exam-details-box h4 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    text-align: left
}

.all-exam-details-box p.upcoming-exam-sub-heading {
    text-align: left;
    color: #5a5a5a;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    padding-top: 2px
}

#buynow_plan .modal-dialog {
    margin: 30px auto;
    width: 80%
}

#buynow_plan .modal-dialog .modal-body {
    padding: 0
}

#buynow_plan .modal-dialog .modal-body .aeh1 {
    font-size: 24px;
    color: #000;
    margin: 0
}

#buynow_plan .modal-dialog .modal-body .pclas {
    margin: 0;
    color: #000;
    font-weight: 500;
    padding: 10px 0
}

#buynow_plan .modal-dialog .modal-body .buynow-modal-single-plan-form .pricingTable11 {
    margin: 0;
    padding: 0
}

#buynow_plan .modal-dialog .modal-body .buynow-modal-single-plan-form .buy_now {
    width: 34%;
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 20px auto 0;
    display: block
}

#buynow_plan .modal-dialog .modal-body .buynow-modal-single-plan-form .buy_now:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

#buynow_plan .modal-dialog .modal-content .modal-header h4 {
    padding: 0;
    font-size: 18px;
    margin: 0
}

#buynow_plan .modal-dialog .modal-content .modal-header .close {
    padding: 0;
    margin-top: 0
}

#buynow_plan .modal-dialog .modal-body .form {
    margin: 10px auto
}

#buynow_plan .modal-dialog .modal-body .buynow-modal-single-plan-form {
    margin: 20px auto 0;
    width: 50%;
    background: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dadada
}

#buynow_plan .modal-dialog .modal-content .exambox_div {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    margin: 0;
    box-shadow: 0 0 8px rgb(183 183 183 / 34%);
    padding: 10px;
    height: 160px
}

#buynow_plan .modal-dialog .modal-content .exambox_div:hover {
    transform: none;
    box-shadow: 0 0 8px rgb(34 35 58 / 20%)
}

#buynow_plan .modal-dialog .modal-content .exambox_div img {
    width: 50px;
    float: left
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box {
    padding-left: 14px;
    text-align: left;
    width: 100%
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box h5 {
    font-size: 14px;
    margin: 0;
    color: #000;
    line-height: 20px;
    padding-bottom: 4px
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box h6 {
    margin: 0;
    color: #f58635;
    padding-bottom: 2px;
    font-size: 12px
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box .plans-row-section label {
    padding: 0;
    font-weight: 600;
    margin: 0;
    color: #000;
    letter-spacing: .3px;
    padding-bottom: 4px;
    font-size: 12px
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box .plans-row-section input {
    margin-right: 2px;
    margin-top: 2px !important
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box .plans-row-section {
    float: left;
    width: 100%
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box .plans-row-section p {
    padding: 0;
    font-weight: 600;
    margin: 0;
    color: #444;
    letter-spacing: .3px;
    padding-bottom: 0;
    font-size: 12px
}

#buynow_plan .widget.dark {
    padding: 0 20px 20px;
    height: 500px;
    overflow: auto
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box .buy_now {
    width: 52%;
    background: #f58635;
    color: #fff;
    font-size: 13px;
    border: 2px solid #f58635;
    padding: 4px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin-top: 10px
}

#buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box .buy_now:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.plans-filter-modal .filterDiv {
    display: none
}

.plans-filter-modal .show {
    display: block
}

.plans-filter-modal #myBtnContainer #filterSelectPlan {
    display: none
}

.plans-filter-modal .btn {
    outline: 0 !important;
    padding: 6px 10px;
    background: #fdf0e5;
    cursor: pointer;
    margin: 6px auto 0;
    border: 1px solid #d0d0d0;
    font-weight: 500;
    font-size: 13px
}

.plans-filter-modal .btn:hover {
    background-color: #ddd
}

.plans-filter-modal .btn.active {
    background-color: #666;
    color: #fff
}

.plans-filter-modal hr {
    float: left;
    width: 100%;
    border: 1px solid #d4d4d4;
    margin: 10px auto
}

section.edusoft-banner-section {
    background: #000;
    z-index: 0;
    position: relative;
    padding: 3em 0 !important;
    border-top: none
}

section.edusoft-banner-section h1 {
    color: #fff;
    margin: 0;
    font-size: 24px
}

section.edusoft-banner-section p {
    font-size: 18px;
    margin: 0;
    padding: 20px 0
}

section.edusoft-banner-section img {
    width: 30px;
    width: 30px
}

section.edusoft-banner-section button {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 10px auto 0;
    display: block
}

section.edusoft-banner-section button:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

section.edusoft-banner-section button a.schoolReg {
    color: #fff !important;
    text-decoration: none
}

section.edusoft-banner-section div.edusoft-banner-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://sarkaripariksha.com/wp-content/themes/academy/whitelabel_content/img/online-3412473_1920.jpeg) center center;
    opacity: .3;
    width: 100%;
    height: 100%
}

.learning-image-cycle {
    padding: 3em 0
}

.learning-image-cycle .benefits-lms-txt {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #2b2b2b;
    background: #fce0cb;
    width: 80%;
    border: 1px solid #b9b9b9;
    padding: 10px 0
}

.edusoft-section {
    padding: 3em 0;
    background: #fefaf6;
    border-top: 1px solid #ffe3cf;
    border-bottom: 1px solid #ffe3cf
}

section.edusoft-section div.feature-box img {
    width: 50px;
    float: left;
    border: 2px solid #f18639;
    border-radius: 50%;
    padding: 2px
}

section.edusoft-section div.feature-box {
    padding: 14px 10px;
    box-shadow: 0 2px 7px 0 #c5c5c5;
    margin-bottom: 1em
}

section.edusoft-section div.feature-box h4 {
    margin: 0;
    padding: 6px 0 0 60px;
    font-size: 15px;
    font-weight: 700
}

section.edusoft-section div.feature-box p {
    margin: 0;
    padding: 6px 0 0 60px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0
}

section.product-section {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #cacaca
}

section.product-section div.feature-box img {
    width: 50px;
    padding: 2px;
    margin: 0 auto 20px;
    display: table
}

section.product-section div.feature-box {
    padding: 10px 12px;
    border: 1px solid #dadada;
    margin-bottom: 1em
}

section.product-section div.feature-box h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

section.product-section div.feature-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    padding: 6px 0
}

section.video-section {
    margin-bottom: 1em;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #cacaca
}

section.video-section .banner_sidesection {
    background: #fdeee3;
    border: 1px solid #d2d2d2;
    padding: 12px;
    color: #000;
    border-radius: 3px
}

section.video-section .banner_sidesection img {
    width: 70px
}

section.video-section .banner_sidesection h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

section.video-section .banner_sidesection ul {
    margin: 10px 20px 20px
}

section.video-section .banner_sidesection ul li {
    font-size: 13px;
    font-weight: 500;
    list-style: disc
}

section.video-section .banner_sidesection button {
    background: #f58636;
    border: 1px solid #606062;
    padding: 4px 20px;
    margin: 0 auto;
    display: table;
    color: #fff
}

section.video-section .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0
}

.fluid-width-video-wrapper embed, .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.system-req-section {
    padding: 3em 0
}

.system-req-section h2 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px
}

.system-req-section table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd
}

.system-req-section table tr th {
    text-align: center;
    color: #000;
    font-size: 15px;
    background: #f7f7f7;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #bdbdbd
}

.system-req-section table tr td {
    color: #000;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #bdbdbd;
    background: #fff
}

.system-req-section tr:nth-child(even) {
    background-color: #f2f2f2
}

.form-box-section {
    background: #efefef;
    padding: 4em 0
}

.form-box-section h2 {
    padding: 0;
    text-align: center;
    margin: 0;
    color: #f18639;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 1em
}

.form-box-section input[type=text], mail, select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical
}

.form-box-section label {
    padding: 12px 12px 12px 0;
    display: inline-block
}

.form-box-section input[type=submit] {
    background-color: #f18639;
    padding: 6px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 30px auto 0;
    display: table
}

.form-box-section input[type=submit]:hover {
    background-color: #45a049
}

.form-box-section .mail-add {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin-bottom: 14px
}

.learning-image-cycle img {
    width: 80%;
    margin: 0 auto;
    display: table
}

div.row.benefits-box {
    border-radius: 15px;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto
}

div.row.benefits-box ul li {
    font-size: 14px;
    color: #464646;
    font-weight: 500
}

div.row.benefits-box ul {
    text-align: center
}

div.row.benefits-box h4 {
    margin: 0;
    color: #2d2d2d;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center
}

div.row.benefits-box div.benefits-table-box {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 10px
}

h5.benefits-box-des {
    text-align: center;
    border: 2px solid #f18639;
    padding: 12px 0;
    font-size: 15px;
    margin: 10px 0 0;
    background: #f18639;
    color: #fff;
    border-radius: 5px;
    font-weight: 700
}

ul.features-ul {
    margin-bottom: 0;
    padding: 10px 20px
}

ul.features-ul li {
    list-style: decimal;
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 10px
}

h6.feature-price {
    background: #f18639;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-right: 1px dashed #fff;
    border-left: 1px dashed #fff
}

p.price-des {
    text-align: center;
    padding: 5px 0;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
    width: 100%;
    font-size: 12px
}

.edusoft-section .box-feature {
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    padding: 20px
}

.edusoft-section .box-feature h2 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #2b2b2b;
    background: #fce0cb;
    border: 1px solid #b9b9b9;
    padding: 10px 0;
    margin: 0
}

.edusoft-section .grade-subject-list {
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    padding: 20px
}

.edusoft-section .grade-subject-list h2 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #2b2b2b;
    background: #fce0cb;
    border: 1px solid #b9b9b9;
    padding: 10px 0;
    margin: 0
}

.grade-subject-list table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    margin: 10px auto;
    width: 100%
}

.grade-subject-list table tr th {
    text-align: center;
    color: #000;
    font-size: 15px;
    background: #f7f7f7;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #bdbdbd
}

.grade-subject-list table tr td {
    color: #000;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #bdbdbd
}

.float-right {
    float: right
}

.school-register .modal-dialog {
    margin: 20px auto !important;
    width: 60% !important
}

.lms-modal-form-box {
    width: 100%;
    background: #fff;
    display: table;
    margin: 0 auto;
    padding: 2em 4em;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 #ddd;
    border: 1px solid #ddd
}

.lms-modal-form-box input, .lms-modal-form-box select {
    width: 100%;
    padding: 6px 14px;
    margin-bottom: 10px;
    height: 40px;
    border: 1px solid #6b6b6b;
    border-radius: 0
}

.lms-modal-form-box .btn {
    color: #fff;
    display: inline-block;
    width: 20%;
    margin: 0;
    padding: 10px 0;
    background-color: #f58634
}

.lms-modal-form-box h4 {
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
    font-size: 22px;
    margin-top: 0
}

.captcha-img {
    margin-bottom: 10px;
    float: left;
    height: 40px;
    width: 26%
}

@media only screen and (max-width:600px) {
    section.edusoft-banner-section {
        margin: 0 !important
    }

    .desktop-hide ul {
        justify-content: end !important;
    }

    div.col-md-5.box-feature {
        margin-bottom: 2em
    }

    .system-req-section .row {
        overflow: auto
    }

    .lms-modal-form-box .btn {
        width: 100%
    }

    .lms-modal-form-box {
        padding: 2em 1em
    }

    .CaptchaImageCode .capcode {
        width: 38%
    }
}

.live-side-ul li .live-side-ul-head {
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 14px
}

.live-side-ul li .live-side-ul-list {
    background: #fef0e6;
    padding: 4px 10px;
    color: #f58634;
    margin-bottom: 2px;
    cursor: pointer;
    transition: all .25s ease-in-out
}

.live-side-ul li .live-side-ul-list:hover {
    background: #dfdfdf
}

.live-side-ul li .live-side-ul-no {
    background: #fef0e6;
    padding: 4px 10px;
    color: red
}

.current-affairs-page {
    padding-bottom: 0
}

.current-affairs-detail-page {
    padding: 1em 0
}

.current-affairs-detail-page .current-affairs-detail-box {
    background: #e8e8e8;
    padding: 1em 2em;
    border: 1px solid #c1c1c1;
    margin: 0;
    margin-bottom: 3em
}

.current-affairs-detail-page .current-affairs-detail-box h4 {
    font-size: 18px;
    color: #1f1f1f;
    margin: 26px auto;
    font-weight: 600;
    line-height: 26px
}

.current-affairs-detail-page .current-affairs-detail-box button {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin-top: 20px
}

.current-affairs-detail-page .current-affairs-detail-box button:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

.current-affairs-detail-page .box_tab {
    background: #fff
}

.current-affairs-detail-page .box_tab ul li {
    margin: 0
}

.current-affairs-detail-page .result_sectioncard .head_title {
    font-size: 20px;
    background: #fdf0e5;
    border: 1px solid #ffcda8;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
    color: #000
}

.current-affairs-detail-page .page1 p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600
}

.current-affairs-detail-page .default-img {
    width: 80%;
    margin: 0 auto;
    display: block
}

.categoryexam-page-section {
    padding-bottom: 1em
}

.category-details-page-section .category-details-page-box {
    box-shadow: 0 0 8px rgb(34 35 58 / 20%);
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px
}

.category-details-page-section .category-details-page-box h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px
}

.category-details-page-section .category-details-page-box p {
    margin: 0;
    font-weight: 500;
    color: #525252;
    padding: 4px 0
}

.category-details-page-section .category-details-page-box .lang-para {
    display: none
}

.category-details-page-section .category-details-page-box .popular_text {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    padding: 4px
}

.category-details-page-section .category-details-page-box .popular_text .upcoming-exam-sub-heading {
    color: #f1802b;
    font-size: 12px
}

.category-details-page-section {
    padding: 2em
}

.category-details-page-section .category-details-page-box .category-box {
    background: #fff;
    margin-bottom: 6px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0
}

.category-details-page-section .category-details-page-box .category-box .category-section-box {
    width: 100%
}

.category-details-page-section .category-details-page-box .category-section-box p {
    padding: 0;
    margin-bottom: 8px !important
}

.category-details-page-section .category-details-page-box .category-section-box p span {
    font-size: 14px !important
}

.category-details-page-section .category-details-page-box .category-section-box p strong span {
    font-size: 17px !important;
    font-weight: 600;
    color: #000
}

.category-details-page-section .category-details-page-box .category-section-box p span strong {
    font-size: 17px !important;
    font-weight: 600;
    color: #000
}

.category-details-page-section .category-details-page-box .category-section-box p span span {
    font-size: 17px !important;
    font-weight: 600;
    color: #000
}

.signup-page-header-section .login-form.formanimate {
    padding: 20px 30px;
    background: #fff;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 4px
}

.signup-page-header-section .form .register-form {
    display: none;
    padding: 20px 30px;
    background: #fff;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 4px
}

.signup-page-header-section .login-page div.form h4 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 16px
}

.signup-page-header-section input {
    width: 100%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
    font-weight: 500
}

.signup-page-header-section .enter-captcha {
    text-align: left;
    margin: 0;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 600;
    color: #5f5f5f
}

.signup-page-section {
    padding: 2em 0
}

.signup-page-section .side_section h3 {
    font-size: 34px;
    font-weight: 600;
    color: #404040;
    margin: 0
}

.signup-page-section .side_section p {
    font-size: 14px;
    font-weight: 500;
    color: #6b6b6b;
    margin: 0;
    padding: 20px 0
}

.signup-page-section .side_section .play {
    width: 20%
}

.signup-page-section .app_dashboard {
    width: 68%;
    margin: 0 auto;
    display: block
}

.signup-page-header-section .form .message a {
    color: #f1802b;
    text-decoration: none;
    font-weight: 600
}

.signup-page-header-section .form .message {
    margin: 0;
    color: #404040;
    font-size: 14px;
    margin-top: 6px
}

.scratch-code-page-section .instruction-box {
    box-shadow: 0 0 8px rgb(34 35 58 / 20%);
    border: 1px solid #e8e8e8;
    padding: 20px;
    background: #fff;
    border-radius: 15px
}

.scratch-code-page-section .instruction-box .inst-head {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #d4d4d4;
    color: #f1802b;
    background: #f7f7f7;
    padding: 10px;
    margin: 10px auto
}

.scratch-code-page-section .instruction-box ul li {
    display: flex;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #353535
}

.scratch-code-page-section .inst-bold {
    font-weight: 600;
    color: #000;
    min-width: 70px
}

.scratch-code-page-section .instruction-box ul .terms-text {
    padding: 0;
    font-size: 13px;
    color: #272727;
    margin-bottom: 10px
}

.scratch-code-page-section .scratch-card-form {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 8px rgb(34 35 58 / 20%);
    border: 1px solid #e8e8e8;
    padding: 0 0 20px;
    border-radius: 4px;
    display: table;
    float: right;
    background: #fff
}

.scratch-code-page-section .scratch-card-form img {
    margin: 0 auto;
    display: table
}

.scratch-code-page-section .clsRegisterHeader {
    background: #f58634;
    color: #fff;
    text-align: center;
    padding: 12px;
    margin: 0;
    font-size: 18px;
    font-weight: 500
}

.scratch-code-page-section .code-text {
    margin: 0;
    padding: 20px 0 10px;
    font-size: 14px;
    font-weight: 600
}

.scratch-code-page-section #txtDiscountCode {
    padding: 10px;
    font-weight: 500;
    width: 60%;
    margin: 0 0 10px;
    border: 1px solid #bbb
}

.scratch-code-page-section input.red_bt_small.click_loading {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    letter-spacing: .3px;
    margin: 0 auto
}

.scratch-code-page-section input.red_bt_small.click_loading:hover {
    border: 2px solid #f58635;
    background: #fff;
    color: #f58635
}

/* ********************************************************* VIDEO PAGE CSS */

.video-tabs-details-page {
    padding: 3em 0;
}

.video-tabs-details-page .video-tabs-details-head {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.video-tabs-details-page .tab {
    float: left;
    width: 28%;
    height: auto;
    border-bottom: 1px solid #bfbfbf;
}

.video-tabs-details-page .tab button {
    display: block;
    background-color: #ffffff;
    color: black;
    padding: 12px;
    width: 100%;
    font-weight: 600;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    border: 1px solid #bfbfbf;
    border-bottom: none;
}

.video-tabs-details-page .tab button:last-chlid {
    border-bottom: none;
}

.video-tabs-details-page .tab button i {
    font-weight: 700;
    margin-right: 6px;
}

.video-tabs-details-page .tab button:hover {
    background-color: #dedede;
}

.video-tabs-details-page .tab button.active {
    background-color: #dedede;
}

.video-tabs-details-page .tabcontent {
    float: left;
    padding: 0 0 0 20px;
    width: 72%;
    transition: 0.3s;
}

.video-tabs-details-page .video-tabs-details-box {
    background: #fff;
    box-shadow: 0px 0px 8px rgb(34 35 58 / 20%);
    border: 1px solid #e8e8e8;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    height: 110px;
}

.video-tabs-details-page .video-tabs-details-box img {
    width: 28%;
    height: auto;
    border-radius: 6px;
}

.video-tabs-details-page .video-tabs-details-box h5 {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.video-tabs-details-page .video-tabs-details-box .video-tabs-details-box-div {}

.video-tabs-details-page .video-tabs-details-box-bg {
    float: left;
    width: 100%;
    padding: 20px;
    background: #efefef;
    border-radius: 4px;
    border: 1px solid gainsboro;
}

@charset "utf-8";

@media only screen and (max-width:768px) {
    .section-header h2 {
        font-size: 26px !important;
        line-height: 30px !important
    }

    .carousel-control.left, .carousel-control.right {
        right: 0 !important;
    }

    .carousel, .carousel-inner, .carousel-inner .item {
        height: 200px !important;
    }

    .login-form .modal-dialog .login-form-box {
        width: 96% !important
    }

    .login-form .login-form-header .front-heading {
        font-size: 20px !important
    }

    .login-form .login-form-header .front-social-link {
        width: 80% !important
    }

    .top-header-section {
        padding: 4px 0 0 !important
    }

    .header-become-partner-ul {
        border-right: transparent !important;
        border-left: transparent !important
    }

    .top-header-section .header-download-link {
        text-align: center !important
    }

    .top-header-section .header-download-link li {
        display: block !important;
        border-bottom: 1px solid #dcdcdc !important;
        padding-bottom: 10px !important
    }

    .top-header-section .header-become-partner-ul li {
        text-align: center !important;
        padding: 4px 6px !important;
        background: #fdf0e5 !important;
        margin-bottom: 8px !important;
        border: 1px solid #ffcfab !important;
        font-size: 13px !important
    }

    .top-header-section .header-become-partner-ul li a span {
        padding: 0 0 !important
    }

    .live-tests-exam-ul {
        top: 1em !important
    }

    .all-pages-header-section .all-pages-header-bg {
        display: none;
    }

    .all-pages-header-section .all-pages-header-box h1.all-pages-header-head {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .all-pages-header-section .all-pages-header-box .all-pages-header-para {
        padding-right: 0 !important;
    }

    .navi-header-section .menuzord-logo {
        width: 30% !important
    }

    .navi-header-section .menuzord-logo img {
        width: 100% !important
    }

    .navi-header-section div.menuzord-menu {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px !important
    }

    .navi-header-section div.menuzord-menu ul li {
        float: left !important;
        width: 100% !important;
        background: #fff !important;
        border-bottom: 1px solid #d2d2d2 !important
    }

    .navi-header-section .menuzord-menu>li>a {
        color: #000 !important;
        width: 100% !important;
        padding: 10px 14px !important;
        font-size: 14px !important
    }

    .navi-header-section .menuzord-menu>li.active>a, .navi-header-section .menuzord-menu>li:hover>a {
        background: #ffa968 !important
    }

    .navi-header-section .mobile-login-btn.menuzord-menu {
        width: 100% !important;
        margin: 0 !important;
        text-align: left !important;
        margin-top: 10px !important
    }

    .mobile-login-btn .loregister {
        width: 98% !important;
        background: #fff !important;
        margin-bottom: 10px !important;
        color: #000 !important;
        margin: 0 !important;
        border: 1px solid #989898 !important
    }

    .banner-bg {
        height: 170px !important;
        border: none !important;
        margin-bottom: 10px !important
    }

    .banner-section .banner-notification-box .banner-notification-list .noti-clndr {
        min-width: 50px !important
    }

    .banner-section .banner-notification-box .banner-notification-list .noti-des {
        width: 80% !important
    }

    .available-section .available-txt {
        font-size: 42px !important
    }

    .upcoming-exm-section .exambox-box {
        height: auto !important
    }

    .project-thumb .box {
        height: auto !important
    }

    .stateexam-section .state-exam {
        height: 132px !important
    }

    .currentaffairs-section div.crntaffr_bg {
        background-size: cover !important
    }

    .counter-section .funfact {
        background: #fdf0e5 !important;
        padding: 10px !important;
        border: 1px solid #ffd5b5 !important;
        margin-top: 10px !important
    }

    .footer-section .footer-head {
        margin-top: 10px !important
    }

    .footer-section .footer-logo {
        width: 30% !important
    }

    .footer-section .footer-bottom p {
        text-align: center !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #737373 !important;
        margin-bottom: 10px !important
    }

    .footer-section .footer-bottom ul {
        padding-bottom: 40px !important
    }

    .footer-section .footer-bottom ul li {
        padding-bottom: 10px !important;
        padding: 0 3px !important;
        font-size: 12px;
        text-align: center
    }

    .exambox_div {
        height: auto !important;
        width: 80% !important;
        margin: 10px auto !important
    }

    .MsoTableGrid {
        width: 100% !important
    }

    .trend-box img {
        left: 0 !important;
        margin: 0 auto 20px !important;
        display: block !important;
        width: 70% !important
    }

    .trend-box h4 {
        padding: 0 0 10px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 20px !important;
        text-align: center !important
    }

    .trending-section .trend-box ul {
        padding: 0 20px !important
    }

    .trending-section .trend-box button {
        display: block !important;
        margin: 10px auto 0 !important
    }

    .trend-box .btn-view-more {
        padding: 0 !important
    }

    .trend-box {
        display: block !important;
        height: auto !important;
        margin-bottom: 20px !important
    }

    .category-section .topbenefits-box {
        height: auto !important
    }

    .free-form-modal .modal-dialog.free-form-dialog {
        margin: 37em auto 0 !important
    }

    .free-form-modal .name-holder span {
        font-size: 20px !important
    }

    .free-form-modal .modal-form-feature {
        height: auto !important
    }

    .free-form-modal .form-enter-details h4 {
        font-size: 23px !important
    }

    .free-form-modal .english-box img {
        width: 30% !important;
        float: none !important;
        border-right: none !important;
        padding-right: 0 !important;
        margin-right: 0 !important
    }

    .free-form-modal .english-box div h4 {
        height: auto !important;
        padding: 12px 0 0 !important;
        font-size: 16px !important
    }

    ul.menuzord-menu .loregister {
        color: #000 !important
    }

    section.currentaffairs_section .ot-button-md {
        padding: 4px 16px !important
    }

    .project-gallery {
        height: auto !important
    }

    .project-gallery:hover .project-caption {
        height: 197px !important
    }

    .stateexam-section hr {
        margin-bottom: 20px !important
    }

    .plan-pricing .plan-pricing-box {
        margin-bottom: 20px !important
    }

    .mobilesection .mobile-app-center-img {
        margin: 20px auto 0 !important;
        width: 100% !important
    }

    .mobilesection .feature-items img {
        width: 28% !important
    }

    .mobilesection .feature-items {
        padding: 0 !important;
        text-align: center
    }

    .box_tab {
        margin-bottom: 1em !important
    }

    .result_sectioncard {
        margin-bottom: 1em !important
    }

    .front-section-padding {
        margin-top: 0 !important
    }

    .google-play-size {
        width: 50% !important
    }

    .sm-text-center {
        text-align: center !important
    }

    .search-menu i {
        top: 8px !important;
        left: 0 !important
    }

    .header-social-links {
        width: 100% !important;
        padding: 10px 0 !important;
        display: none !important
    }

    .head-row {
        padding: 0 4px !important
    }

    .header-search {
        margin: 10px 0 !important
    }

    ul.mb-sm-20 {
        margin: 0 !important;
        float: left !important
    }

    .icon-switcher {
        top: 6em !important
    }

    a.feedback_btn {
        top: 30em !important
    }

    .notification {
        width: 100% !important;
        right: 0 !important;
        padding: 0 12px !important;
        position: relative !important
    }

    .notification_box .noti_clndr {
        min-width: 60px !important
    }

    .notification_box .noti_des {
        font-size: 11px !important;
        width: 78% !important;
        padding: 2px 0 0 4px !important
    }

    div.rs-parallaxlevel-0.mybanner_head {
        display: none !important
    }

    div.rs-parallaxlevel-0.mybanner_descri {
        display: none !important
    }

    section.bannersection_section {
        height: auto !important;
        padding: 0 0 20px !important;
        margin: 0 !important
    }

    .media-heading {
        background: #fff !important;
        margin-bottom: 16px !important;
        padding: 5px 3px !important;
        font-size: 13px !important;
        border: 1px solid #7d7d7d !important;
        border-radius: 4px !important
    }

    .upcoming-exm-section {
        padding: 3em 0 !important
    }

    section.freedemo_section {
        padding: 20px 40px !important
    }

    section.freedemo_section h1 {
        font-size: 20px !important;
        padding-bottom: 10px !important
    }

    section.freedemo_section .ot-button-md {
        font-size: 14px !important;
        padding: 6px 20px !important
    }

    section.upcomingexamlist_section {
        padding: 0 30px !important
    }

    div.features-txt {
        padding: 0 30px !important
    }

    .pricing-table {
        margin-bottom: 20px !important
    }

    .plan_content {
        width: 100% !important
    }

    .freedemo-section img {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin-top: 20px !important
    }

    .stateexam_section img {
        width: 50px !important
    }

    .stateexam_section h4 {
        font-size: 14px !important
    }

    .state-exam {
        margin-bottom: 10px !important
    }

    .daily-news-bg {
        border-radius: 0 !important
    }

    .weekly-video-bg {
        border-radius: 0 !important
    }

    .mica-100-bg {
        border-radius: 0 !important
    }

    section.mobilesection .feature-items p {
        height: auto !important
    }

    .outreach-gallery-box {
        margin: 0 !important
    }

    .widget-subscribe {
        margin-bottom: 20px !important
    }

    #buynow_plan .widget.dark {
        height: 600px !important;
        margin: 20px 0 0 !important;
        padding: 0 0 !important
    }

    li.m-0.pl-10.pr-10 span {
        padding-right: 0 !important
    }

    .header-top .widget {
        width: 100% !important
    }

    .header-top .widget .styled-icons {
        width: 100% !important
    }

    .outreach-gallery-box img {
        height: auto !important
    }

    .sticky-wrapper.is-sticky .menuzord .showhide em {
        background: #000 !important
    }

    .menuzord .showhide em {
        background: #fff !important
    }

    .categories_box .tab-content {
        height: auto !important
    }

    .center_container {
        width: 100% !important;
        margin-right: 0 !important
    }

    #buynow_plan {
        padding-right: 0 !important
    }

    #buynow_plan .modal-dialog {
        margin: 20px auto !important;
        width: 100% !important
    }

    #buynow_plan .modal-dialog .modal-body .form {
        width: 100% !important;
        margin: 0 !important
    }

    #buynow_plan .modal-dialog .modal-body .buynow-modal-single-plan-form .pricingTable11 .pricing-content ul li {
        font-size: 14px !important;
        display: flex !important;
        padding: 10px !important
    }

    #buynow_plan .modal-dialog .modal-body .buynow-modal-single-plan-form .pricingTable11 .pricing-content ul li i.fa-check-circle {
        font-size: 20px !important;
        top: 0 !important;
        right: 0 !important;
        margin-right: 10px !important
    }

    #buynow_plan .modal-dialog .modal-body .buynow-modal-single-plan-form .buy_now {
        width: 100% !important
    }

    #buynow_plan .modal-dialog .modal-content .exambox_div {
        width: 100% !important;
        margin-bottom: 10px !important
    }

    #buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box .plans-row-section label {
        display: contents !important
    }

    div.login-form .modal-content.regi {
        margin: 0 auto !important
    }

    form.scratch-card-form {
        width: 100% !important
    }

    #txtDiscountCode {
        width: 100% !important
    }

    section.videos_section {
        padding: 20px !important
    }

    section.becomepartner_section {
        padding-top: 0 !important
    }

    section.edusoft-banner-section {
        margin: 0 !important
    }

    div.col-md-5.box-feature {
        margin-bottom: 2em !important
    }

    .system-req-section .row {
        overflow: auto !important
    }

    .lms-modal-form-box .btn {
        width: 100% !important
    }

    .lms-modal-form-box {
        padding: 2em 1em !important
    }

    .CaptchaImageCode .capcode {
        width: 38% !important
    }

    .quiz-details-new-box .quiz-details-new-details {
        left: 0 !important;
        margin: 0 auto 10px !important
    }

    .quiz-details-new-box {
        padding: 20px !important;
        width: 100% !important;
        display: block !important;
        height: auto !important
    }

    .quiz-details-new-box .quiz-details-new-details h4 {
        font-size: 16px !important
    }

    .quiz-details-new-box .start-quiz-btn {
        float: none !important;
        margin: 20px auto 0 !important
    }

    .sky-tabs>ul>li {
        padding: 0 !important
    }

    .current-affairs-page .box_news p {
        margin: 0 !important
    }

    .quiz-section .quiz-section-box {
        width: 100% !important
    }

    .quiz-section .quiz-section-box .img-box {
        width: 80% !important;
        padding: 14px !important
    }

    .quiz-section .quiz-section-box p {
        font-size: 14px !important
    }

    .scratch-code-page-section .instruction-box {
        margin-bottom: 20px !important
    }

    .daily-quiz-hrline {
        display: block !important
    }

    .videos_section .fluid-width-video-wrapper {
        padding-top: 74% !important;
        margin-bottom: 20px !important
    }

    .videos_section .fluid-width-video-wrapper #iframe_play {
        height: 100% !important
    }

    section.videoscontent_section h6 {
        padding-top: 10px !important;
        text-align: center !important;
        background: #fff !important;
        font-size: 14px !important
    }

    .vas-business-section .custom-col-5 {
        width: 50% !important
    }

    .bulk-sms-para {
        color: #333 !important;
        font-size: 11px !important;
        margin-bottom: 30px !important;
        height: 75px !important
    }

    .testimonial-section .owl-carousel .owl-nav {
        text-align: center !important;
        display: none !important
    }

    .choose-ur-exam-tabs nav {
        width: 100% !important
    }

    .choose-ur-exam-tabs .block {
        padding: 10px 16px !important;
        width: 90px !important
    }

    .category-list-box img {
        width: 20% !important
    }

    .social {
        top: 50% !important
    }

    .navi-exam-ul {
        text-align: center !important
    }

    .plans-filter-modal #myBtnContainer #filterSelectPlan {
        display: block !important
    }

    .plans-filter-modal .btn {
        display: none !important
    }

    .testimonial-section #customers-testimonials .item {
        padding: 50px 0 !important
    }

    .checkout_box {
        width: 100% !important;
        padding: 20px !important
    }

    #btn_apply_disc {
        margin-top: 10px !important
    }

    .thanku_title {
        width: 100% !important
    }

    .thanku_table {
        width: 100% !important
    }

    .learning-image-cycle img {
        width: 50% !important;
        margin: 0 auto 20px !important
    }

    .learning-image-cycle .benefits-lms-txt {
        font-size: 14px !important;
        width: 100% !important
    }

    div.row.benefits-box {
        width: 100% !important
    }

    /* ********************************************************* VIDEO PAGE CSS */
    .video-tabs-details-page .video-tabs-details-div {
        padding: 20px !important;
    }

    .video-tabs-details-page .tab {
        width: 100% !important;
    }

    .video-tabs-details-page .tabcontent {
        padding: 0 !important;
        width: 100% !important;
        margin-top: 14px !important;
    }
}

@media screen and (orientation:landscape) and (min-device-width:770px) and (max-device-width:990px) {
    .top-header-section .header-become-partner-ul li {
        width: 49% !important;
        text-align: center !important;
        padding: 4px !important;
        background: #fdf0e5 !important;
        margin-bottom: 5px !important;
        border: 1px solid #ffcfab !important
    }

    .top-header-section .header-become-partner-ul li a span {
        padding: 0 0 !important
    }

    .top-header-section .header-social-links li {
        margin-left: 6px !important
    }

    .top-header-section .header-download-link li {
        font-size: 12px !important
    }

    .top-header-section .header-become-partner-ul {
        padding: 0 10px !important
    }

    .navi-header-section .menuzord .showhide em {
        background: #fff !important
    }

    .navi-header-section div.menuzord-menu {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        overflow: auto !important;
        height: 200px !important
    }

    .navi-header-section div.menuzord-menu ul li {
        float: left !important;
        width: 100% !important;
        background: #fff !important;
        border-bottom: 1px solid #d2d2d2 !important
    }

    .navi-header-section .menuzord-menu>li>a {
        color: #000 !important;
        width: 100% !important;
        padding: 10px 14px !important;
        font-size: 14px !important
    }

    .navi-header-section .mobile-login-btn.menuzord-menu {
        width: 100% !important
    }

    .trending-section .trend-box img {
        left: 0 !important;
        margin-left: -30px !important
    }

    .trending-trend-box-div {
        padding-left: 20px !important
    }

    .trending-section .trend-box h4 {
        font-size: 18px !important;
        line-height: 22px !important
    }

    .trending-section .trend-box button {
        width: 60% !important;
        padding: 6px !important
    }

    .examcategory-section .project-thumb .box {
        height: 181px !important
    }

    .stateexam-section hr {
        margin-bottom: 20px !important
    }

    .stateexam-section h4 {
        font-size: 14px !important
    }

    .plan-pricing .plan-notes {
        font-size: 11px !important
    }

    .plan-pricing .plan-pricing-box {
        margin-bottom: 20px !important
    }

    .currentaffairs-section .ot-button-md {
        font-size: 14px !important;
        font-weight: 600 !important
    }

    .currentaffairs-section .weekly-video-bg {
        height: 306px !important
    }

    .currentaffairs-section .daily-news-bg {
        height: 306px !important
    }

    .success-story .outreach-gallery-box img {
        height: auto !important
    }

    .live-tests-exam-ul {
        top: 3em !important
    }

    .footer-section .footer-bottom {
        padding: 1em 0 60px !important
    }

    footer-social-ul {
        margin-bottom: 20px !important
    }

    .login-form .modal-dialog .login-form-box {
        width: 50% !important
    }

    #login-form {
        overflow: auto !important
    }

    .top-header-section .header-download-link {
        padding: 24px 0 !important
    }

    .center_container {
        width: 48% !important;
        margin-right: 6px !important;
        margin-bottom: 6px !important
    }

    .sky-tabs>ul>li {
        padding: 0 !important
    }

    .nav.nav-tabs>li>a {
        padding: 10px !important
    }

    .popular_text {
        font-size: 14px !important
    }

    #buynow_plan .modal-dialog .modal-body .buynow-modal-single-plan-form {
        width: 60% !important
    }

    #buynow_plan .modal-dialog {
        width: 90% !important
    }

    #buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box h5 {
        font-size: 14px !important
    }

    div.modal-content.xyz div.examsection_box p {
        display: inline-block !important
    }

    #buynow_plan .modal-dialog .modal-content .exambox_div .examsection_box .plans-row-section label {
        width: auto !important;
        display: contents !important
    }

    .quiz-section .quiz-section-box {
        width: 100% !important
    }

    .quiz-details-new-box .quiz-details-new-details {
        left: -18px !important
    }

    .quiz-details-new-box {
        width: 100% !important
    }
}

@media only screen and (max-width:600px) {
    section.planprice_sp_section {
        padding: 5em 0 20px !important;
    }

    section.planpricing_section {
        padding: 0 30px;
    }

    div.modal.fade.in div.modal-dialog {
        width: 100% !important;
    }

    section.disclaimer-section {
        padding: 0;
    }

    section.disclaimer-content-section {
        padding: 0 30px;
    }

    section.privacy-section {
        padding: 0;
    }

    section.privacy-content-section {
        padding: 0 30px;
    }

    section.terms-section {
        padding: 0;
    }

    section.terms-content-section {
        padding: 0 30px;
    }
}

@media only screen and (max-width:600px) {
    .scratch-card-section {
        padding: 1em;
    }

    form.scratch-card-form {
        width: 100%;
        padding: 0;
    }

    #txtDiscountCode {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .form {
        max-width: initial;
        margin: 10px;
    }

    div.side_section2 h3 {
        width: 100%;
        font-size: 18px;
    }

    .captcha {
        width: 70px;
    }
}

@media only screen and (max-width:600px) {
    section.exam-intro-section {
        padding: 0 20px;
    }

    .exam_date_pattern .important_dates {
        width: 84% !important;
        margin: 0 auto;
    }

    section.exam-details-section .exam_name_bg {
        display: none;
    }

    .cnt {
        padding: 20px 0 !important;
        height: auto !important;
    }

    section.exam-details-section .exam_date_pattern .exam_pattern {
        width: 84% !important;
        margin: 10px auto;
    }

    section.exam-details-section .exam_age_links .age_and_fee {
        width: 84% !important;
        margin: 10px 30px;
        float: left;
        min-height: auto;
    }

    section.exam-details-section .exam_date_pattern {
        margin-bottom: 0 !important;
    }

    section.exam-details-section .exam_age_links .exam_links {
        width: 84% !important;
        margin: 10px 30px;
        float: left !important;
        min-height: auto;
    }

    section.exam-details-section .patTable {
        margin-top: 60px !important;
    }

    .exam-details-section .exam_notification {
        width: 84% !important;
        float: left !important;
        margin: 0 30px;
        background: #fff;
    }
}

@media only screen and (max-width:1199px) {
    .project-thumb .project-caption .title {
        font-size: 17px;
        margin-bottom: 10px !important;
    }

    .project-thumb .project-caption .description {
        font-size: 12px;
    }

    .feature-item .thumb .title h3 {
        font-size: 20px;
    }

    .feature-item .thumb .title i {
        margin-top: 6px;
    }
}

@media only screen and (max-width:991px) {
    .feature-item .thumb .title {
        bottom: -78%;
    }

    .project-thumb .project-caption .title {
        font-size: 17px;
        margin-bottom: 10px !important;
    }

    .project-thumb .project-caption .description {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .project-thumb .project-caption .title {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .project-thumb .project-caption .description {
        font-size: inherit;
    }
}

@media only screen and (max-width:479px) {
    .feature-item .thumb .title {
        bottom: -80%;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
    font-size: 11px;
    color: #c31f1f;
    float: right;
    margin-left: 70px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me_new {
    animation: blinker 2s linear infinite;
    font-size: 12px;
    color: #fff;
    margin-left: 0px;
    /* background: #c52525; */
    padding: 0px 2px;
    border-radius: 2px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* * Menuzord-Responsive-Megamenu * -----------------------------------------------*/

/*Item name: Menuzord - Responsive MegamenuAuthor: marcoarib - marco.arib@gmail.comLicense: http://codecanyon.net/licenses*/

.menuzord, .menuzord * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.menuzord {
    width: 100%;
    padding: 0 30px;
    float: left;
    position: relative;
    background: #fff;
}

.menuzord a {
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}

/* scrollable menu */

.menuzord-menu.scrollable>.scrollable-fix {
    display: none;
}

/* 2 - BRAND======================================*/

.menuzord-brand {
    margin: 18px 30px 0 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}

/* 3 - MENU======================================*/

.menuzord-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Right alignment */

.menuzord-menu.menuzord-right {
    float: right;
}

/* Menu items */

.menuzord-menu>li {
    display: inline-block;
    float: left;
}

.menuzord-menu>li>a {
    padding: 26px 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    outline: 0;
    line-height: 1.42857143;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/* Active/hover state (Menu items) */

.menuzord-menu>li.active>a, .menuzord-menu>li:hover>a {
    color: #333;
}

/* 4 - DROPDOWN======================================*/

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99999;
    min-width: 180px;
    white-space: nowrap;
    background: #fff;
}

.menuzord-menu ul.dropdown li ul.dropdown {
    left: 100%;
}

/* Dropdown items */

.menuzord-menu ul.dropdown li {
    clear: both;
    width: 100%;
    border: 0 none;
    font-size: 12px;
    position: relative;
}

.menuzord-menu ul.dropdown li a {
    width: 100%;
    background: none;
    padding: 10px 25px 10px 22px;
    color: #888;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    -o-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear;
}

/* Hover state (dropdown items) */

.menuzord-menu ul.dropdown li:hover>a {
    padding-left: 22px;
    padding-right: 19px;
    color: #333;
}

/* Dropdown left alignment */

.menuzord-menu ul.dropdown.dropdown-left {
    left: none;
}

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
    left: -100%;
}

/* 5 - DROPDOWN/MEGAMENU INDICATORS======================================*/

.menuzord-menu li .indicator {
    margin-left: 3px;
}

.menuzord-menu li ul.dropdown li .indicator {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 15px;
}

/* 6 - MEGAMENU======================================*/

.menuzord-menu>li>.megamenu {
    width: 100%;
    padding: 20px 30px;
    left: 0;
    position: absolute;
    display: none;
    z-index: 99999;
    border-top: solid 1px #f0f0f0;
    background: #fff;
}

/* 7 - MEGAMENU WIDTHS======================================*/

/* Half width */

.menuzord-menu>li>.megamenu.megamenu-half-width {
    width: 50%;
    left: auto;
}

/* Quarter width */

.menuzord-menu>li>.megamenu.megamenu-quarter-width {
    width: 25%;
    left: auto;
}

/* 8 - GRID SYSTEM======================================*/

.menuzord-menu>li>.megamenu .megamenu-row {
    width: 100%;
    margin-top: 15px;
}

.menuzord-menu>li>.megamenu .megamenu-row:first-child {
    margin-top: 0;
}

.menuzord-menu>li>.megamenu .megamenu-row:before, .menuzord-menu>li>.megamenu .megamenu-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.menuzord-menu>li>.megamenu .megamenu-row:after {
    clear: both;
}

.menuzord-menu>li>.megamenu .megamenu-row .col1, .menuzord-menu>li>.megamenu .megamenu-row .col2, .menuzord-menu>li>.megamenu .megamenu-row .col3, .menuzord-menu>li>.megamenu .megamenu-row .col4, .menuzord-menu>li>.megamenu .megamenu-row .col5, .menuzord-menu>li>.megamenu .megamenu-row .col6, .menuzord-menu>li>.megamenu .megamenu-row .col7, .menuzord-menu>li>.megamenu .megamenu-row .col8, .menuzord-menu>li>.megamenu .megamenu-row .col9, .menuzord-menu>li>.megamenu .megamenu-row .col10, .menuzord-menu>li>.megamenu .megamenu-row .col11, .menuzord-menu>li>.megamenu .megamenu-row .col12 {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.menuzord-menu>li>.megamenu .megamenu-row [class*="col"]:first-child {
    margin-left: 0;
}

.menuzord-menu>li>.megamenu .megamenu-row .col1 {
    width: 5.583333333333%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col2 {
    width: 14.166666666666%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col3 {
    width: 22.75%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col4 {
    width: 31.333333333333%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col5 {
    width: 39.916666666667%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col6 {
    width: 48.5%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col7 {
    width: 57.083333333333%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col8 {
    width: 65.666666666667%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col9 {
    width: 74.25%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col10 {
    width: 82.833333333334%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col11 {
    width: 91.416666666667%;
}

.menuzord-menu>li>.megamenu .megamenu-row .col12 {
    width: 100%;
}

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)======================================*/

.menuzord .showhide {
    width: 60px;
    height: 46px;
    padding: 13px 0 0;
    display: none;
    float: right;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/* Show/hide button icon */

.menuzord .showhide em {
    width: 20px;
    height: 3px;
    margin: 3.5px 20px 0;
    float: right;
    background: #777;
}

/* 10 - ICONS (parent menu items)======================================*/

.menuzord-menu>li>a>i {
    margin: 0 5px 0 0;
    font-size: 18px;
    float: left;
    line-height: 20px;
}

/* 11 - SEARCH FIELD======================================*/

/* Form */

.menuzord-menu>li.search form {
    float: left;
    padding: 22px 16px 17px;
}

/* Input */

.menuzord-menu>li.search form input[type="text"] {
    width: 160px;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    background: #f0f0f0;
    border-radius: 2px;
    outline: 0;
    -o-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out;
}

.menuzord-menu>li.search form:hover input[type="text"] {
    width: 160px;
}

/* 12 - VERTICAL TABS======================================*/

.menuzord-tabs {
    width: 100%;
    float: left;
}

.menuzord-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.menuzord-tabs-nav>li>a {
    width: 100%;
    padding: 7px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #666;
    border: solid 1px #f0f0f0;
    outline: 0;
}

.menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a {
    background: #f0f0f0;
}

.menuzord-tabs-content {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    border: solid 1px #f0f0f0;
}

.menuzord-tabs-content.active {
    display: block;
}

/* 13 - COLOR SCHEMES======================================*/

/* blue */

.menuzord.blue .menuzord-menu>li.active>a, .menuzord.blue .menuzord-menu>li:hover>a, .menuzord.blue .menuzord-menu ul.dropdown li:hover>a {
    color: #4A89DC;
}

/* green */

.menuzord.green .menuzord-menu>li.active>a, .menuzord.green .menuzord-menu>li:hover>a, .menuzord.green .menuzord-menu ul.dropdown li:hover>a {
    color: #37BC9B;
}

/* red */

.menuzord.red .menuzord-menu>li.active>a, .menuzord.red .menuzord-menu>li:hover>a, .menuzord.red .menuzord-menu ul.dropdown li:hover>a {
    color: #E9573F;
}

/* orange */

.menuzord.orange .menuzord-menu>li.active>a, .menuzord.orange .menuzord-menu>li:hover>a, .menuzord.orange .menuzord-menu ul.dropdown li:hover>a {
    color: #ff670f;
}

/* yellow */

.menuzord.yellow .menuzord-menu>li.active>a, .menuzord.yellow .menuzord-menu>li:hover>a, .menuzord.yellow .menuzord-menu ul.dropdown li:hover>a {
    color: #F6BB42;
}

/* purple */

.menuzord.purple .menuzord-menu>li.active>a, .menuzord.purple .menuzord-menu>li:hover>a, .menuzord.purple .menuzord-menu ul.dropdown li:hover>a {
    color: #967ADC;
}

/* pink */

.menuzord.pink .menuzord-menu>li.active>a, .menuzord.pink .menuzord-menu>li:hover>a, .menuzord.pink .menuzord-menu ul.dropdown li:hover>a {
    color: #D770AD;
}

/* 14 - MOBILE MODE (RESPONSIVE MODE)======================================*/

@media (max-width: 900px) {

    /* Responsive menu container */
    .menuzord-responsive.menuzord {
        padding: 0;
    }

    /* Brand */
    .menuzord-responsive .menuzord-brand {
        margin: 8px 30px 10px 20px;
        font-size: 20px;
        line-height: 1.55;
    }

    /* Show/hide button */
    .menuzord-responsive .showhide {
        margin: 0;
    }

    /* Menu */
    .menuzord-responsive .menuzord-menu {
        width: 100%;
        float: left !important;
    }

    /* scrollable menu*/
    .menuzord-responsive .menuzord-menu.scrollable {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .menuzord-responsive .menuzord-menu.scrollable>.scrollable-fix {
        display: block;
    }

    /* Menu items */
    .menuzord-responsive .menuzord-menu>li {
        width: 100%;
        display: block;
        position: relative;
    }

    .menuzord-responsive .menuzord-menu>li>a {
        width: 100%;
        padding: 12px 20px;
        display: block;
        border-bottom: solid 1px #f0f0f0;
    }

    .menuzord-responsive .menuzord-menu>li:first-child>a {
        border-top: solid 1px #f0f0f0;
    }

    /* Dropdown */
    .menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
        width: 100%;
        left: 0;
        position: static;
        border: none;
        background: #fff;
        float: left;
    }

    /* Dropdown items */
    .menuzord-responsive .menuzord-menu ul.dropdown li {
        position: relative;
    }

    .menuzord-responsive .menuzord-menu ul.dropdown li a {
        border-bottom: solid 1px #f0f0f0;
    }

    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>a {
        padding-left: 40px !important;
    }

    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>a {
        padding-left: 60px !important;
    }

    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
        padding-left: 80px !important;
    }

    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li:hover>a {
        padding-left: 50px !important;
    }

    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li:hover>a {
        padding-left: 70px !important;
    }

    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li:hover>a {
        padding-left: 90px !important;
    }

    /* Dropdown/megamenu indicators */
    .menuzord-responsive .menuzord-menu li .indicator {
        width: 60px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 22px;
        text-align: center;
        line-height: 43px;
        border-left: solid 1px #f5f5f5;
    }

    .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
        height: 38px;
        right: 0;
        top: 0;
        font-size: 18px;
        line-height: 36px;
    }

    /* Megamenu */
    .menuzord-responsive .menuzord-menu>li>.megamenu {
        width: 100% !important;
        left: 0 !important;
        position: static;
        border-top: none;
        border-bottom: solid 1px #f0f0f0;
    }

    .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row [class*="col"] {
        float: none;
        display: block;
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
    }

    .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row:first-child [class*="col"]:first-child {
        margin-top: 0;
    }

    .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row {
        margin-top: 0;
    }

    /* Search field */
    .menuzord-responsive .menuzord-menu>li.search form {
        width: 100%;
        margin: 4px 0;
        padding: 10px 16px !important;
    }

    .menuzord-responsive .menuzord-menu>li.search form input[type="text"] {
        width: 100%;
    }

    /* Tabs */
    .menuzord-responsive .menuzord-tabs-nav {
        width: 100%;
    }

    .menuzord-responsive .menuzord-tabs-content {
        width: 100%;
    }
}

.mobile-bars {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .mobile-bars {
        display: block !important;
        margin-bottom: 10px;
        font-size: 20px !important;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: '\f10b';
}

.fa-facebook-f:before, .fa-facebook:before {
    content: '\f09a';
}

.fa-twitter:before {
    content: '\f099';
}

.fa-instagram:before {
    content: '\f16d';
}

.fa-youtube:before {
    content: '\f167';
}

.fa-linkedin-square:before {
    content: '\f08c';
}

.fa-linkedin:before {
    content: '\f0e1';
}

.fa-telegram:before {
    content: '\f2c6';
}

.fa-lock:before {
    content: '\f023';
}

.fa-user-o:before {
    content: '\f2c0';
}

.fa-google:before {
    content: '\f1a0';
}

.fa-chevron-left:before {
    content: '\f053';
}

.fa-chevron-right:before {
    content: '\f054';
}

.fa-calendar:before {
    content: '\f073';
}

.fa-mail-forward:before, .fa-share:before {
    content: '\f064';
}

.fa-angle-double-right:before {
    content: '\f101';
}

.fa-arrow-right:before {
    content: '\f061';
}

.fa-newspaper-o:before {
    content: '\f1ea';
}

.fa-file-video-o:before {
    content: '\f1c8';
}

.fa-question-circle-o:before {
    content: '\f29c';
}

.fa-clock-o:before {
    content: '\f017';
}

.fa-check-circle:before {
    content: '\f058';
}

.fa-pencil-square:before {
    content: '\f14b';
}

.fa-database:before {
    content: '\f1c0';
}

.fa-users:before {
    content: '\f0c0';
}

.fa-sitemap:before {
    content: '\f0e8';
}

.fa-whatsapp:before {
    content: '\f232';
}

.fa-envelope-o:before {
    content: '\f003';
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-angle-up:before {
    content: '\f106';
}

.fa-check-circle:before {
    content: '\f058';
}

.fa-times-circle:before {
    content: '\f057';
}

.fa-language:before {
    content: '\f1ab';
}

.fa-refresh:before {
    content: '\f021';
}

.fa-bookmark:before {
    content: '\f02e';
}

.fa-share-alt:before {
    content: '\f1e0';
}

.fa-share-alt:before {
    content: '\f1e0';
}

.fa-circle:before {
    content: '\f111';
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: '\f00d';
}

.fa-globe:before {
    content: '\f0ac';
}

.fa-home:before {
    content: '\f015';
}

.fa-video-camera:before{
    content: "\f03d";
}

.fa-key:before {
    content: '\f084';
}

.fa-list:before {
    content: '\f03a';
}

.fa-list-alt:before {
    content: '\f022';
}

.fa-tasks:before {
    content: '\f0ae';
}

.fa-book:before {
    content: '\f02d';
}

.fa-headphones:before {
    content: '\f025';
}

.fa-laptop:before {
    content: '\f109';
}

.fa-bell:before {
    content: '\f0f3';
}

.fa-info-circle:before {
    content: '\f05a';
}

.fa-male:before {
    content: '\f183';
}

.fa-phone:before {
    content: '\f095';
}

.fa-envelope:before {
    content: '\f0e0';
}

.fa-check:before {
    content: '\f00c';
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: '\f044';
}

.fa-angle-double-left:before {
    content: '\f100';
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: '\f19c';
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: '\f071';
}

.fa-pause:before {
    content: '\f04c';
}

.fa-user:before {
    content: '\f007';
}

.fa-angle-right:before {
    content: '\f105';
}

.fa-history:before {
    content: '\f1da';
}

.fa-hand-point-right:before {
    content: '\f0a4';
}

.fa-bars:before {
    content: '\f0c9';
}

.fa-plus-circle:before {
    content: '\f055';
}

.fa-line-chart:before {
    content: '\f201';
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: '\f1e3';
}

.fa-shield:before {
    content: '\f132';
}

.fa-calendar-check-o:before {
    content: '\f274';
}

.fa-trophy:before {
    content: '\f091';
}

.fa-user-circle-o:before {
    content: '\f2be';
}

.fa-user-o:before {
    content: '\f2c0';
}

.fa-cogs:before, .fa-gears:before {
    content: '\f085';
}

.fa-check-square-o:before {
    content: '\f046';
}

.fa-flag:before {
    content: '\f024';
}

.fa-desktop:before {
    content: '\f108';
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: '\f080';
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-pinterest:before {
content: '\f0d2';
}
.fa-pinterest-square:before {
content: '\f0d3';
}
.fa-search:before {
content: '\f002';
}
.fa-bell:before {
content: '\f0f3';
}
/* New current affair page */

.all-pages-header-section {
    background: #fff;
    z-index: 5;
    padding: 2em 0;
    position: relative;
    /* border-bottom: 1px solid #cdcdcd; */
}

.all-pages-header-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-size: 112% 100% !important;
}

.all-pages-header-section .all-pages-header-box .all-pages-header-para {
    margin: 0;
    padding-right: 18em;
    padding-top: 14px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.all-pages-header-section .all-pages-header-box .all-pages-header-head {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.all-pages-header-section .all-pages-header-box .all-pages-header-head a {
    color: #e36c13;
}

.all-pages-header-section .all-pages-header-box .all-pages-header-head i {
    font-size: 10px;
    margin: 0 4px;
}

.all-pages-header-section .all-pages-header-box .current-affairs-header-btn {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    outline: none;
    margin-top: 20px;
    padding: 6px 10px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #cacaca;
}

.all-pages-header-section .all-pages-header-box .current-affairs-header-btn.active-btn {
    background: #595959;
    color: #fff;
    border: 1px solid #595959;
}

.current-affairs-details-right-bottom .current-affairs-details-head {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.current-affairs-details-section .current-affairs-details-right .current-affairs-details-ul {
    margin-top: 20px;
}

.current-affairs-details-section .current-affairs-details-right .current-affairs-details-ul li {
    box-shadow: 0px 4px 7px -2px #cacaca;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 4px solid #f1802b !important;
    margin-bottom: 16px;
    border: 1px solid #e8e8e8;
}

.current-affairs-details-section .current-affairs-details-right .current-affairs-details-ul li h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
}

.current-affairs-details-section .current-affairs-details-right .current-affairs-details-ul li h5:hover {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #008d7f;
}

.current-affairs-details-section .current-affairs-details-right .current-affairs-details-ul li h4 {
    margin: 0;
    font-weight: 600;
}

.current-affairs-details-section .current-affairs-details-right .current-affairs-details-ul li p {
    margin: 0;
    padding-top: 8px;
    font-weight: 500;
    color: #868686;
    font-size: 12px;
    line-height: 19px;
}

.current-affairs-details-section #latest_news .fa-repeat {
    font-size: 18px;
    padding: 0 0;
    margin-bottom: 10px;
    font-weight: 800;
}

/* .current-affairs-details-section .current-load-more-btn {
    padding: 4px 10px;
    display: block;
    background: #8a8a8a;
    border: 1px solid #828282;
    color: #ffff;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
} */

.current-affairs-details-section .current-load-more-btn {
    padding: 7px 16px;
    display: block;
    border: 1px solid #828282;
    color: #828282;
    font-weight: 600;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 15px;
}

.current-affairs-details-section .current-affairs-details-left {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 1em;
}

.current-affairs-details-section .current-affairs-details-left h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #008d7f;
    padding-bottom: 8px;
    text-decoration: underline;
    font-family: 'Noto Sans', sans-serif !important;
}

.current-affairs-details-section .current-affairs-details-left h6 {
    font-size: 13px;
    color: #606060;
    font-weight: 600;
    margin: 0;
    padding: 4px 0;
}

.current-affairs-details-section .current-affairs-details-left p {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 20px;
    font-family: 'Noto Sans', sans-serif !important;
}

.all-pages-header-section .all-pages-header-box .current-affairs-header-btn a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.current-affairs-section {
    background: #fff;
    padding: 2em 0;
}

.current-affairs-section .right-side-box {
    background: whitesmoke;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #efefef;
    box-shadow: 0 0px 6px 0px #ddd;
    margin-bottom: 2em;
}

.current-affairs-section .category-wise-record-ul ul li {
    list-style: none !important;
    display: flex;
    align-items: center;
}

.current-affairs-section .right-side-box ul li i {
    padding: 6px;
    font-size: 20px;
    border-radius: 2px;
    height: 34px;
    width: 34px;
    text-align: center;
    margin-right: 10px;
}

.current-affairs-section .right-side-box h4 {
    margin: 0;
    font-size: 14px;
    color: black;
    margin-bottom: 10px;
    line-height: 20px;
}

.current-affairs-section .right-side-box ul.data-wise-ul {
    height: 200px;
    overflow: auto;
}

.current-affairs-section .right-side-box ul li {
    border-bottom: 1px solid #d8d8d8;
    padding: 6px 0;
    list-style: inside;
    font-size: 13px;
}

.current-affairs-section .right-side-box ul li a {
    color: #000;
    font-weight: 500;
}

.current-affairs-section .right-side-box ul li a:hover {
    color: #f1802b;
}

.current-affairs-section .video-section-box {
    background: whitesmoke;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #efefef;
    box-shadow: 0 0px 6px 0px #ddd;
    margin-bottom: 2em;
}

.current-affairs-section .video-section-box iframe {
    width: 100%;
}

.current-affairs-section .video-section-box img {
    width: 8%;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
}

.current-affairs-section .video-section-box h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Noto Sans', sans-serif !important;
    line-height: 20px;
}

.current-affairs-section .video-section-box h6 {
    margin: 10px auto 0;
    background: #b7202f;
    padding: 8px 20px;
    color: white;
    font-weight: 600;
    border: 1px solid #b7202f;
    transition: all .25s ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.current-affairs-section .video-section-box h6:hover {
    background: #fff;
    color: #dc3545;
}

.current-affairs-section .download-pdf-section-box {
    display: flex;
    align-items: center;
    padding: 14px;
    width: 100%;
    border-radius: 5px;
    transition: all .25s ease-in-out;
    background-image: linear-gradient(188deg, #e4f7ff 0%, #44cbff 50%, #2cc5ff 75%);
    margin-bottom: 2em;
}

.current-affairs-section .download-pdf-section-box:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 32%);
}

.current-affairs-section .download-pdf-section-box img {
    width: 20%;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
}

.current-affairs-section .download-pdf-section-box h4 {
    margin: 0;
    font-size: 14px;
    padding-left: 16px;
    line-height: 16px;
    color: #fff;
    width: 100%;
}

.current-affairs-section .download-pdf-section-box h6 {
    margin: 0;
    background: #0db0ef;
    padding: 8px 20px;
    color: white;
    font-weight: 600;
    border: 1px solid #0db0ef;
    transition: all .25s ease-in-out;
    border-radius: 4px;
}

.current-affairs-section .download-pdf-section-box h6:hover {
    background: #fff;
    color: #3ecaff;
}

.current-affairs-section .navigate-para {
    margin: 0;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.current-affairs-section .navigate-para span a {
    color: #f1802b;
    font-weight: 700;
}

.current-affairs-section .all-news-section-box {
    background: #fff;
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    border-radius: .42rem;
    padding: 20px;
    /* margin: 20px auto 0; */
    float: left;
    width: 100%;
    border: 1px solid #dadada;
}

.current-affairs-section .all-news-section-box h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000;
}

.current-affairs-section .all-news-section-box h2 {
    font-size: 14px;
    font-weight: 600;
    color: #0077b5;
    margin: 0;
    padding-bottom: 6px;
}

.current-affairs-section .all-news-section-box h3 {
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 14px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #000;
}

.current-affairs-section .all-news-lang-span {
    float: right;
    font-size: 12px;
    font-weight: 600;
}

.current-affairs-section .all-news-lang-span .english-span {
    margin: 0 4px;
    cursor: pointer;
}

.current-affairs-section .all-news-lang-span .hindi-span {
    margin: 0 4px;
    cursor: pointer;
}

.current-affairs-section .all-news-section-box h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    background: whitesmoke;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #efefef;
    font-family: 'Noto Sans', sans-serif !important;
}

.current-affairs-section .all-news-section-ul p {
    align-items: normal !important;
}

.current-affairs-section .all-news-section-box p {
    margin: 0;
    padding: 8px 0 0;
    font-size: 12px;
    font-weight: 500;
    text-indent: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
}

.current-affairs-section .all-news-section-box p span {
    font-size: 13px !important;
    font-weight: 500;
    line-height: 20px !important;
    font-family: 'Noto Sans', sans-serif !important;

}

.bookmark-news-right {
    float: right;
    margin-left: 10px;
}

.bookmark-news-right .fa-facebook {
    background: #2b3bb1;
    color: #fff;
    padding: 4px 7px;
    border-radius: 50%;
    cursor: pointer;
}

.bookmark-news-right .fa-bookmark {
    background: #f1802b;
    color: #fff;
    padding: 4px 6px;
    border-radius: 50%;
    cursor: pointer;
}

.current-affairs-section .published-div {
    display: flex;
    align-items: center;
}

.current-affairs-section .all-news-section-div {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.current-affairs-section .all-news-section-ul ul {
    padding-left: 20px;
}

.current-affairs-section .all-news-section-ul ul li {
    list-style: disc;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 6px;
}

.current-affairs-section .pdf-section-right-side-box {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #efefef;
    box-shadow: 0 0px 6px 0px #ddd;
}

.current-affairs-section .pdf-section-right-side-box h3 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.current-affairs-section .pdf-section-right-side-box ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.current-affairs-section .pdf-section-right-side-box ul li a {
    color: #000;
    font-weight: 500;
    margin-left: 0;
}

.current-affairs-section .pdf-section-right-side-box ul li img {
    width: 10%;
}

.current-affairs-section .video-section-box-modal .video-modal-box {
    width: 80%;
    background: #f9f9f9;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0 0 6px 0px #d8d8d8;
}

.current-affairs-section .video-section-box-modal .video-modal-box iframe {
    width: 100%;
    height: 300px;
    position: relative;
}

.current-affairs-section .video-section-box-modal .video-modal-box h4 {
    text-align: center;
    background: #545454;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.current-affairs-section .view-more-btn {
    padding: 0;
    border: none;
    margin: 20px auto 0;
    display: block;
}

.current-affairs-section .view-more-btn a {
    background: #dc3545;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #dc3545;
    border-radius: 4px;
    letter-spacing: 0.7px;
    font-size: 12px;
    transition: all .25s ease-in-out;
    margin: 0;
}

.current-affairs-section .view-more-btn a:hover {
    background: #fff;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.current-affairs-section .close-btn {
    background: #545454;
    color: #fff;
    border: 1px solid #545454;
    outline: none;
    font-size: 12px;
    padding: 4px 14px;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    transition: all .25s ease-in-out;
}

.current-affairs-section .close-btn:hover {
    background: #fff;
    color: #545454;
}

.current-affairs-section .pdf-download-modal .pdf-download-box {
    padding: 20px;
}

.current-affairs-section .pdf-download-modal .pdf-download-box h4 img {
    width: 6%;
    background: #319ac3;
    padding: 6px;
    border-radius: 50%;
    margin-right: 6px;
}

.current-affairs-section .pdf-download-modal .pdf-download-box h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.current-affairs-section .video-section-box-modal .modal-header h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    color: #000;
}

.current-affairs-section .video-section-box-modal .modal-header h4 img {
    width: 6%;
    background: #319ac3;
    padding: 6px;
    border-radius: 50%;
    margin-right: 6px;
}

.current-affairs-section .social-share-modal .social-share-modal-box {
    text-align: center;
    background: #f7f7f7;
    padding: 4em 0 3em;
}

.current-affairs-section .social-share-modal .social-share-modal-box a {
    font-size: 20px;
    text-align: center;
    padding: 4px 10px;
    color: #fff;
    margin: 0 4px;
    display: inline-block;
    width: 40px;
    border-radius: 4px;
    transition: all .25s ease-in-out;
}

.current-affairs-section .social-share-modal .social-share-modal-box a.facebook-btn {
    background: #343492;
}

.current-affairs-section .social-share-modal .social-share-modal-box a.twitter-btn {
    background: #00acee;
}

.current-affairs-section .social-share-modal .social-share-modal-box a.instagram-btn {
    background: #8425b5;
}

.current-affairs-section .social-share-modal .social-share-modal-box a.youtube-btn {
    background: #c4302b;
}

.current-affairs-section .social-share-modal .social-share-modal-box a.linkedin-btn {
    background: #0077B5;
}

.current-affairs-section .social-share-modal .social-share-modal-box a.telegram-btn {
    background: #0077B5;
}

.current-affairs-section .social-share-modal .social-share-modal-box h4 {
    margin: 0;
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 17px;
}

.current-affairs-section .affairs-drpdwn-box {
    display: none;
}

@media only screen and (max-width: 600px) {
    .current-affairs-section .affairs-drpdwn-box {
        display: block;
    }

    .current-affairs-section .all-news-lang-span {
        margin-top: -5px;
    }

    .current-affairs-section .affairs-drpdwn-box .accordion {
        background-color: #555588;
        color: #fff;
        cursor: pointer;
        padding: 14px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 14px;
        transition: 0.4s;
        font-weight: 500;
        border-radius: 4px;
    }

    .current-affairs-section .affairs-drpdwn-box .accordion:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .current-affairs-section .affairs-drpdwn-box .active:after {
        content: "\2212";
    }

    .current-affairs-section .affairs-drpdwn-box .panel {
        max-height: 0;
        overflow: hidden;
        margin: 0;
        transition: max-height 0.2s ease-out;
        border: none;
        margin-bottom: 10px;
    }

    .current-affairs-section .affairs-drpdwn-box .panel ul {
        padding: 6px 20px;
        background: #f3f3f3;
    }

    .current-affairs-section .affairs-drpdwn-box .panel .today-current-affairs-ul li {
        list-style: none !important;
        display: flex;
        align-items: center;
    }

    .current-affairs-section .affairs-drpdwn-box .panel .today-current-affairs-ul li i {
        color: #017f9b;
        background: #ddd;
        padding: 6px;
        font-size: 20px;
        border-radius: 2px;
        height: 34px;
        width: 34px;
        text-align: center;
        margin-right: 10px;
    }

    .current-affairs-section .affairs-drpdwn-box .panel ul li {
        border-bottom: 1px solid #d8d8d8;
        padding: 6px 0;
        list-style: inside;
        font-size: 13px;
    }

    .current-affairs-section .affairs-drpdwn-box .panel ul li a {
        color: #000;
        font-weight: 600;
    }

    .current-affairs-section .all-news-section-box {
        margin-bottom: 2em;
        padding: 20px 10px !important;
    }

    .current-affairs-section .right-side-box {
        display: none;
    }
}

.current-affairs-header {
    margin-bottom: 1em;
}

.current-affairs-header h1 {
    font-size: 20px;
    margin: 0;
}

.current-affairs-header .plan_content {
    width: 100%;
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 0;
    text-align: justify;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

.trending-now-section {
    padding: 1em 0;
    background: #008d7f;
}

.trending-now-section h4 {
    margin: 0;
    float: left;
    background: #f1802b;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
    color: #fff;
    margin-right: 10px;
}

.trending-now-section marquee {
    width: 88%;
    padding: 6px 0 0;
    font-weight: 600;
    color: #fff;
}

.trending-now-section marquee a {
    color: #fff;
}

.current-affairs-details-section {
    padding: 3em 0;
}

/* ********************************************* DAILY NEWS BANNER PAGE SECTION CSS */

.daily-news-banner-page {
    padding: 3em 0;
    background: #bcdefe;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main {
    position: relative;
    background: black;
    z-index: 5;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    height: 374px;
    padding: 20px;
    border: 1px solid #dbdbdb;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main h5 a {
    color: #fff;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main p {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main .daily-news-banner-page-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    opacity: 0.5;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main h5 a:hover {
    text-decoration: underline !important;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main-n {
    position: relative;
    z-index: 5;
    border-radius: 6px;
    display: flex;
    align-items: normal;
    height: 386px;
    padding: 20px;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main-n h6 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main-n h5 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main-n h5 a {
    color: #000;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-main-n p {
    margin: 0;
    font-weight: 500;
    color: #747474;
    font-size: 14px;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box {
    position: relative;
    background: #000;
    z-index: 5;
    padding: 26em 20px 20px;
    border-radius: 6px;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box-n {
    padding: 26em 20px 20px;
    border-radius: 6px;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box .daily-news-banner-page-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    opacity: 0.5;
}

/* .daily-news-banner-page .daily-news-banner-left .daily-news-banner-box h6 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
} */

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box h5 {
    margin: 0;
    padding: 10px 0;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
}

/* .daily-news-banner-page .daily-news-banner-left .daily-news-banner-box h5 a {
    color: #fff;
} */

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box h5 a:hover {
    text-decoration: underline !important;
}

.daily-news-banner-page .daily-news-banner-left .daily-news-banner-box p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box {
    position: relative;
    background: #000;
    z-index: 5;
    margin-bottom: 1em;
    border-radius: 6px;
    width: 48%;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    height: 180px;
    padding: 20px;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-1 {
    position: relative;
    z-index: 5;
    margin-bottom: 1em;
    border-radius: 6px;
    width: 48%;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    height: 180px;
    padding: 20px;
    background-image: linear-gradient(12deg, #f1802b, #f1802b);
    color: #ffffff;
    font-weight: 600;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-1 h6 {
    margin: 0;
    font-size: 18px;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-1 h5 a {
    color: #fff;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-2 {
    position: relative;
    /* background: #000; */
    z-index: 5;
    margin-bottom: 1em;
    border-radius: 6px;
    width: 48%;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    height: 180px;
    padding: 20px;
    background-image: linear-gradient(12deg, #f1802b, #f1802b);
    color: #ffffff;
    font-weight: 600;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-2 h6 {
    margin: 0;
    font-size: 18px;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-2 h5 a {
    color: #fff;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-3 {
    position: relative;
    /* background: #000; */
    z-index: 5;
    margin-bottom: 1em;
    border-radius: 6px;
    width: 48%;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    height: 180px;
    padding: 20px;
    background-image: linear-gradient(12deg, #f1802b, #f1802b);
    color: #ffffff;
    font-weight: 600;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-3 h6 {
    margin: 0;
    font-size: 18px;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-3 h5 a {
    color: #fff;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-4 {
    position: relative;
    z-index: 5;
    margin-bottom: 1em;
    border-radius: 6px;
    width: 48%;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    height: 180px;
    padding: 20px;
    background-image: linear-gradient(12deg, #f1802b, #f1802b);
    color: #ffffff;
    font-weight: 600;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-4 h6 {
    margin: 0;
    font-size: 18px;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box-4 h5 a {
    color: #fff;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box .daily-news-banner-page-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    opacity: 0.5;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box h6 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box h5 {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box h5 a {
    color: #fff;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box h5 a:hover {
    text-decoration: underline !important;
}

.daily-news-banner-page .daily-news-banner-right .daily-news-banner-box p {
    margin: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

/* *********************************************** DAILY NEWS DEATAILS PAGE SECTION CSS */

.daily-news-details-page {
    padding: 3em 0;
    background: whitesmoke;
}

.news-headings {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}

.news-headings .news-headings-line {
    height: 4px;
    flex: 1;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row-content {
    background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    box-shadow: 0 0 6px 0px #d2d2d2;
    border: 1px solid #e6e6e6;
    margin: 0px auto 10px;
    border-radius: 4px;
}

.daily-news-details-box ul, .daily-news-details-box ol {
    padding: revert;
    margin: revert;
}

.daily-news-details-box ul li, .daily-news-details-box ol li {
    list-style: inherit;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row-content .daily-news-details-frst-sec-content p {
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 15px;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row-content h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #6c6c6c;
    font-family: 'Noto Sans', sans-serif !important;
    /* display: flex; */
    padding-right: 90px;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row-content h1 .all-news-lang-span {
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row-content table tr td p strong span {
    font-size: 14px !important;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row-content p strong span {
    font-size: 18px !important;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row-content p span {
    font-size: 14px !important;
    font-family: 'Noto Sans', sans-serif !important;
}

.daily-news-back-btn {
    background: #008d7f;
    padding: 3px 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.daily-news-details-page .all-news-lang-span {
    float: right;
    font-weight: 600;
    color: #000;
    text-align: right;
}

.daily-news-details-page .all-news-lang-span a {
    color: #000;
}

.news-headings .news-heading-text {
    margin: 0;
    font-size: 22px;
    margin-right: 20px;
    font-weight: 600;
    color: #f1802b;
    font-family: 'Noto Sans', sans-serif !important;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row {
    display: flex;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec {
    width: 100%;
    margin-right: 30px;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec img {
    width: 100%;
    margin-bottom: 1em;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-top: 0;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec h5 {
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec h5 a {
    color: #000;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec h5 a:hover {
    text-decoration: underline !important;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec h4 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec p {
    margin: 0;
    font-weight: 600;
    color: #646464;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul {
    width: 100%;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    margin-top: 20px;
    float: right;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul button a {
    color: #fff;
    font-size: 12px;
    background: #f63a0b;
    border: 1px solid #f63a0b;
    padding: 6px 20px;
    border-radius: 4px;
    transition: all 0.25s ease-in-out 0s;
    font-weight: 500;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul button a:hover {
    color: #f63a0b;
    background: #fff;
    border: 1px solid #f63a0b;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul ul li img {
    width: 50%;
    border-radius: 2px;
    height: 90px;
    margin-right: 10px;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul ul li h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul ul li h6 a {
    color: #e96908;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul ul li h6 a:hover {
    text-decoration: underline !important;
}

.daily-news-details-page .daily-news-details-box .daily-news-details-frst-row .daily-news-details-frst-sec-ul ul li p {
    margin: 0;
    font-weight: 600;
    padding-top: 6px;
}

.daily-news-details-page .daily-quiz-box {
    box-shadow: 0 0 30px #523f690d;
    border-radius: .42rem;
    margin: 0 auto;
    transition: all .25s ease-in-out;
    border: 1px solid #ffe4e1;
    display: flex;
    align-items: center;
    padding: 10px;
    background-image: linear-gradient(330deg, #f16f6f 0%, #fd5c5c 50%, #dd3535 75%);
}

.daily-news-details-page .daily-quiz-box h4 {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.daily-news-details-page .daily-quiz-box button {
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    width: 60%;
}

.current-affairs-details-right-bottom-img {
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #efefef;
    box-shadow: 0 0px 6px 0px #ddd;
    margin-bottom: 1em;
}

.current-affairs-details-right-bottom {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #efefef;
    box-shadow: 0 0px 6px 0px #ddd;
    margin-bottom: 1em;
}

.current-affairs-details-right-bottom li {
    border-left: 4px solid #f1802b !important;
    border: 1px solid #dadada;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    width: 100%;
    border-radius: 0 10px 10px 0;
}

.current-affairs-details-right-bottom li i {
    margin: 4px 10px 0 0;
    font-size: 22px;
}

.current-affairs-details-right-bottom .current-affairs-list a {
    color: #000000;
    font-family: 'Noto Sans', sans-serif !important;
}

.daily-news-details-page .banner_sidesection {
    background: #343492;
    padding: 20px;
    color: #000;
    border-radius: 4px;
}

.daily-news-details-page .banner_sidesection img {
    width: 50px;
}

.daily-news-details-page .banner_sidesection h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding-top: 10px;
}

.daily-news-details-page .banner_sidesection .span1 {
    font-size: 40px;
    font-weight: 700;
    font-family: sans-serif !important;
    color: #fff;
}

.daily-news-details-page .banner_sidesection .span2 {
    font-size: 12px;
    color: #f58636;
    font-weight: 700;
}

.daily-news-details-page .banner_sidesection ul {
    margin: 0 0 10px 20px;
}

.daily-news-details-page .banner_sidesection ul li {
    font-size: 14px;
    font-weight: 600;
    list-style: disc;
    padding: 4px 0;
    color: #fff;
}

.daily-news-details-page .banner_sidesection button {
    background: #f58635;
    color: #fff;
    font-size: 14px;
    border: 2px solid #f58635;
    padding: 4px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    margin: 0 auto;
    display: block;
}

.daily-news-details-page .daily-news-details-frst-sec-content table {
    width: 100% !important;
    height: auto !important;
    background-color: #fff !important;
    border: none !important;
}

.daily-news-details-page .daily-news-details-frst-sec-content table tr {
    height: auto !important;
}

.daily-news-details-page .daily-news-details-frst-sec-content table tr td p {
    margin: 0 !important;
    text-indent: 0 !important;
}

.daily-news-details-page .daily-news-details-frst-sec-content table tr td {
    padding: 10px !important;
    height: auto !important;
    border: 1px solid #a4a4a4 !important;
    background-color: whitesmoke !important;
    width: auto !important;
}

.daily-news-details-page .news-analysis-box {
    background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    box-shadow: 0 0 6px 0px #d2d2d2;
    border: 1px solid #e6e6e6;
    margin: 0px auto 10px;
    border-radius: 4px;
}

.daily-news-details-page .news-analysis-box h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 3px solid #e0e0e0;
    padding-bottom: 10px;
}

.current-affairs-details-right-bottom .upcoming-list li img {
    width: 15%;
    margin-right: 10px;
    object-fit: contain;
}

.current-affairs-details-right-bottom .upcoming-list li h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.current-affairs-details-right-bottom .upcoming-list li p {
    margin: 0;
    padding: 4px 0;
    font-weight: normal;
}

.current-affairs-details-right-bottom .upcoming-list li span {
    font-weight: normal;
}

.daily-news-details-page .daily-news-details-frst-sec-content .currentTableDiv {
    overflow: auto;
}


/* recharge process */
.wht-recharge-process-section {
    padding: 3em 0;
}

.wht-recharge-process-section .wht-recharge-process-box {
    background: whitesmoke;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    width: 60%;
    margin: 0 auto;
}

/* recharge process */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    height: 400px;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}