/*============== RANJEET ===============*/
:root{
    --bg-theme: #25396e;
    --bg-success: #094f95;
    --theme-btn: #25396e;
    --color-logo: #2f339b;
    --bg-btns: #25396e;
    --btn-hover: #3f51b5;
    --theme-heading: #25396e;
    --course-title: #25396e;
    --bg-footer: #094f95;
    --theme-btn-hover: #3f51b5;
}
body {
    font-style: normal;
}
[v-cloak] {
    display: none;
}

.error {
    font-size: 12px;
    /*padding-left: 23px;*/
    color: red;
    font-weight: 600;
}

input:focus,
select:focus {
    outline: none !important;
    box-shadow: unset !important;
    border-color: #ccc !important;
}

.pointer-curser {
    cursor: pointer;
}

.small-font {
    text-transform: lowercase !important;
}

.head_menu_section {
    display: none;
}

.achievers_list td {
    font-size: 12px;
    padding: 8px 6px;
}

.achievers_list td .stud_img_sect {
    width: 100px;
    background: #fff;
    box-shadow: 0px 0px 6px 2px #ccc;
    margin: 30px 3px 15px;
    border-radius: 15px;
    height: 120px;
    text-align: center;
}

.achievers_list td .stud_img_sect img {
    border-radius: 15px;
    height: 100%;
}

.super_achievers_data {
    border: 1px solid #656565;
    padding: 15px 0;
}

.login_box {
    background: url(../images/cst_bg.png);
    width: 40%;
    margin: auto;
    padding: 65px;
    border-radius: 10px;
    background-position: center;
}

.login_inner_box {
    background: #f5f5f5bf;
    padding: 10px 25px;
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}

.cst_input-group input::placeholder {
    color: #000;
    padding-left: 5%;
    font-size: 13px;
}

.cst_input-group {
    position: relative;
}

.cst_input-group input {
    border-radius: 5px;
    border: none;
    margin: 5px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 25px;
    padding-left: 18%;
}

.cst_input-group .fa {
    position: absolute;
    margin: 5% 8%;
    color: #003665;
}

.cst_login_btn input {
    border-radius: 5px;
    border: none;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
    background: #34bad0;
    text-shadow: 3px 2px 2px #969595;
    width: 98%;
}

.forget_pass {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    color: #003665;
}

.forget_pass a {
    color: #003665;
    text-decoration: underline;
}

.forget_pass a:hover {
    color: #003665;
}

.cst_top_icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #34bad0;
    padding: 10px 13px;
    color: #fff;
    font-size: 25px;
    border-radius: 15px;
    box-shadow: 2px 3px 4px 0px #7d7b7b;
}

.cst_top_icon img {
    width: 20px;
}


/* ============ model box **************/

.red-text {
    color: #5dc0bd !important;
    font-weight: 600;
}

.margin-auto {
    margin: auto;
}

.next_ias_btn {
    background: linear-gradient(45deg, #1071D3, #5dc0c0) !important;
    padding: 10px 30px !important;
    border-color: #5dc0c0;
    color: #fff;
}

.my_btn {
    font-size: 14px;
    font-weight: 600;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.login-model-body {
    padding: 28px 10px 54px 10px;
}

#loginModal .close-btn {
    position: absolute;
    right: 21px;
}


/*------------------------ End top menu ------------------------------*/

header {
    --s: .5rem;
    padding-top: var(--s);
    margin-bottom:var(--s);
}

#footer_links {
    padding-bottom: 28px;
}

.right-shortcut-btn {
    position: fixed;
    right: 0;
    z-index: 9;
    top: 165px;
}

.my_cse .features {
    padding-left: 7%;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.right-shortcut-btn a {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 0px;
    margin: 8px 6px 6px 7px;
    color: #000;
    font-family: 'Myriad Pro';
    letter-spacing: 1px;
    font-weight: 600;
}

.right-shortcut-btn i {
    color: #005faf;
    font-weight: bold;
}

.right-shortcut-btn a:hover {
    text-decoration: none;
}

.right-shortcut-btn div {
    background: #fff;
    padding: 10px 0px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 3px solid #1071D3;
    border-right: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

ul.dropdown-menu.dropdown-menu-large ul li a {
    font-size: 14px;
    line-height: 16px;
}
.dropdown-menu-large .dropdown-header ul li a:hover {
    color: #1071D3;
    text-decoration: underline;
}
.padd-bottom-50 {
    padding-bottom: 50px;
}

.padd-bottom-25 {
    padding-bottom: 25px;
}

.padd-top-50 {
    padding-top: 50px;
}

.color-blue {
    color: #53b5e2 !important;
}

.mg-left-10 {
    margin-left: 10px;
}

.about_us .sidebar {
    width: 30%;
}

.padd-left-15 {
    padding-left: 15px;
}

.pd-50 {
    padding: 50px;
}

.pl-30 {
    padding-left: 30px;
}

.btn-hover-blue:hover {
    /*color: #46afe8 !important;
    background: none;
    text-decoration: none;
    border: 1px solid #46afe8;*/
    color: white !important;
    background: var(--btn-hover) !important;
    text-decoration: none;
    border: 1px solid #1071D3;
}

.btn-hover-green:hover {
    /* color: #3cebeb !important; */
    color: var(--btn-hover) !important;
    background: none;
    text-decoration: none;
    border: 1px solid #1071D3;
}

.live-classes:hover {
    /* background-color: #2476c9; */
    background-color: var(--btn-hover);
    color: #fff !important;
}

.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center;
    background-color: transparent;
}


/*======================= start dropdown menu =====================*/

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.my_header li:hover .dropdown-menu-large{
    display: block !important;
}
.submenu-item-menu {
    font-size: 13px;
    padding: 10px 25px;
    margin: 0px;
    background: #fff;
    color: #fff;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul>li {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #1071D3;
    font-size: 18px;
    display: block;
    font-weight: 600;
}

.dropdown-menu-large .dropdown-header:before {
    content: '';
    width: 8%;
    height: 2px;
    background: #1071D3;
    position: absolute;
    top: 33px;
}

.dropdown_col li {
    display: block !important;
    padding: 7px 10px !important;
}

.dropdown_col li:hover a,
.my_menu li:hover a {
    color: #0387b7;
}

.dropdown_col li:hover,
.my_menu li:hover {
    background: transparent !important;
    color: #0387b7;
}

.dropdown_col li.dropdown-header:hover,
.my_menu li.dropdown-header:hover {
    color: #1071D3;
}

.inner_li {
    display: flex;
}

.head_logo {
    padding: 5px 0px 0px;
    height: auto;
    display: flex;
    align-items: center;
}

.inner_li li {
    display: list-item !important;
    padding: 0 !important;
    margin-left: 25px;
}

.inner_li li a {
    font-weight: 400 !important;
}

.interview li {
    display: block !important;
}

.interview li a span {
    font-weight: 400;
}

.dropdown-menu {
    top: 94%;
    border-bottom: 8px solid #1071D3;
    border-radius: 0px;
    width: 50rem;
}


/*======================= End dropdown menu =====================*/

.my_header li:hover {
    /*color: #000;*/
    /*cursor: pointer;*/
    /*background-color: #0387b7;*/
}

.classroom .dropdown-toggle::after {
    display: none;
}

.my_header li:hover>.my_header li a {
    color: #fff !important;
}

.my_header li a:hover {
    text-decoration: none;
}

.dropdown_col:hover {
    background: transparent !important;
}

.navbar {
    padding: 0px 0px !important;
}

/*.back-gradiant {
    background: linear-gradient(45deg, #1071D3, #51b4e0);
}*/
/* .back-gradiant {
    background-image: linear-gradient(105deg, rgba(45,140,236,1) 0%, rgba(41,136,233,1) 100%);
} */

.top_bg {
    background-image: url(../images/bg_1.png);
    background-size: 100% 100%;
    padding-bottom: 150px;
}

#wave {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 1px 0px 12px;
    background-image: linear-gradient(to bottom, var(--bg-theme) 25%, #2a3295);
}

#wave .wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_1.png);
    background-repeat: repeat-x;
    background-size: 1270px;
}

#wave .wave.wave1 {
    animation: animate 15s linear infinite;
    z-index: 0;
    opacity: 1;
    animation-delay: -10s;
    top: 0px;
}

#wave .wave.wave2 {
    animation: animate2 10s linear infinite;
    z-index: 0;
    opacity: 0.5;
    animation-delay: 1s;
    top: 0px;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}

.footer_bg {
    background-image: url("../images/footer_bg.png");
    background-size: 100% 100%;
    padding-top: 222px;
}

#wave2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

#wave2 .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/footer_bg1.png); */
    background-image: linear-gradient(to top, #233d72 32%, #1d48a0 55%, transparent 76%), url(../images/footer_bg1.png);
    background-repeat: repeat-x;
    background-size: 1400px;
}

#wave2 .wave.wave1 {
    animation: animate 15s linear infinite;
    z-index: 0;
    opacity: 1;
    animation-delay: -10s;
    bottom: -30px;
}

#wave2 .wave.wave2 {
    animation: animate2 10s linear infinite;
    z-index: 0;
    opacity: 0.5;
    animation-delay: 1s;
    bottom: -14px;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}

.top_right_btn_box {
    margin-top: 5px;
}

.top_right_btn_box a {
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    background-color: #ffffff;
    color: white;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    padding: 0px;
    width: 150px;
    font-weight: 700;
    margin-right: 15px;
}

#live_classes {
    line-height: 32px;
}
a.live-classes {
    color: #000 !important;
}
.scholar {
    box-shadow: none !important;
    width: 123px;
}

.top_right_btn_box img {
    width: 8px;
    margin-top: -3px;
}

.top_right_btn_box a:hover {
    color: #b8c5d3;
    text-decoration: none;
}

.stu_portal a {
    /*background: #1071D3;*/
    background: #fff;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    transition: ease 1s;
}

.stu_portal a:hover {
    color: #000;
}

.scholarship a {
    /*background: #1071d3;*/
    background: #1071D3;
    color: #000;
    border: 1px solid #1071d3;
    border-color: #1071D3 !important;
    transition: ease 1s;
}

.scholarship a:hover {
    color: #fff;
}

.mobile_no a {
    box-shadow: none;
    font-size: 15px;
    color: #000;
}

.my_header {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.my_header li {
    display: inline-block;
    font-size: 13px;
    padding: 0px;
    transition: ease 0.3s;
    position: relative;
}

.optional_menu {
    border-right: 1px solid #000;
    padding: 0 10px !important;
    margin: 8px auto;
}

.p12-10 li {
    padding: 5px 10px;
}

.p12-10 li a {
    padding: 0 !important;
}

.scroll-lr {
    color: #8f8e8e;
    font-weight: 600;
}
.my_header >li>a {
    color: rgb(255, 255, 255) !important;
   
}

.my_header li a {
    color: #000;
    font-weight: 600;
    padding: 20px 9px;
    display: block;
    text-transform: uppercase;
}

.menu {
    margin-top: 1.5rem;
}

.ll {
    background-color: #f8f9fa;
    border: 4px solid #fff;
}

#carouselExampleIndicators1 {
    background-color: #f8f9fa;
    padding-bottom: 98px;
    padding-top: 15px;
}
#carouselExampleIndicators2 {
    background-color: #f8f9fa;
    padding-bottom: 41px;
    padding-top: 15px;
    margin-top: 20px;
}

.right_slide p {
    color: #000;
    line-height: 16px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #e2e2e2;
    margin: auto;
    width: 68%;
    font-size: 14px;
    font-weight: 500;
}

.right_slide p:last-child {
    border-bottom: none;
}

.right_slide p b {
    font-size: 18px;
}

.right_slide h4 {
    color: #e02c2e;
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Sansation';
}

.right_slide h5 {
    color: #9a9a9a;
}

.latest_course .item {
    padding: 0px 0 20px;
    /* border-left: 3px solid var(--color-logo); */
    box-shadow: 0px 0px 8px -4px var(--color-logo);
    margin: 10px;
    min-height: 150px;
}

#carousel1 .owl-prev span,
#carousel1 .owl-next span {
    display: none;
}

#carousel1 .owl-prev {
    background-image: url(../images/Slider-3.png);
    left: -25px;
}

#carousel1 .owl-next {
    background-image: url(../images/Slider-4.png);
    right: -25px;
}

#carousel1 .owl-prev,
#carousel1 .owl-next {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-size: cover;
    color: #ffffff !important;
    position: relative;
    transition: box-shadow 0.3s;
}

#carousel1 .owl-prev:hover,
#carousel1 .owl-next:hover {
    box-shadow: 2px 1px 10px #000000;
    border-radius: 100%;
}

.carousel_btn {
    color: #ffffff;
    border: 1px solid var(--theme-btn);
    padding: 7px 20px;
    transition: ease 0.3s;
    border-radius: 25px;
    font-size: 12px;
    background: var(--theme-btn);
    font-weight: 700;
}

.carousel_btn:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid ;
    background-color: var(--theme-btn-hover);
}

.latest_course .owl-nav {
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    width: 100%;
    font-size: 50px;
}

.latest_course .owl-prev {
    float: left;
}

.latest_course .owl-next {
    float: right;
}

.my_btn {
    background: #737479;
    color: #fff;
    border-radius: 10px;
    padding: 2px 12px;
    font-size: 14px;
    transition: ease 0.2s;
}

.my_btn:hover {
    background: #e02c2e;
    text-decoration: none;
    color: #fff!important;
}

.latest_course button:focus {
    outline: none;
}

.latest_course_heading {
    font-weight: bold;
    /* color: #2476c9; */
    color: var(--theme-heading);
}


/*==================tabs css ===================================*/

.tab button {
    height: 120px;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: left;
    margin-bottom: 3px;
    background: #9cc8f5;
    padding: 0px 15px;
    color: #fff;
    border: none;
    font-size: 16px;
    position: relative;
    font-weight: 700;
}

.tab button img {
    margin-right: 20px;
}

.tab button.active:before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    right: -5px;
    top: 46%;
    background: #1071D3;
    transform: rotate(45deg);
}

.tab_outer_icon {
    width: 44%;
    display: inline-block;
    padding: 15px 0;
    margin-right: 25px;
    margin-bottom: 9px;
}

.tabs_content {
    border-bottom: 2px solid #ccc;
    color: #7e7e7e;
}

.tabs_content a {
    color: #7e7e7e;
}

.tabs_content a:hover {
    color: #7e7e7e;
    text-decoration: none;
}

.tab_outer_icon span {
    float: left;
    padding-top: 3px;
    padding-right: 15px;
    display: block;
    height: 25px;
    color: #1071D3;
}

.tab_outer_icon p {
    font-size: 11px;
    margin-bottom: 0.5rem;
    padding-left: 27px;
    font-weight: 500;
}

.tab button:focus {
    outline: none;
}

.tab button.active {
    z-index: 2;
    background: #1071D3;
}


/*==================End tabs css ===================================*/


/*==================slider css ===================================*/

.carousel-control-next-icon {
    background-image: url(../images/Slider-1.png);
    right: -10px;
    transition: box-shadow 0.3s;
    border-radius: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
}

.carousel-control-next-icon:hover {
    box-shadow: 2px 1px 10px #000000;
    border-radius: 100%;
}

.carousel-control-prev-icon:hover {
    box-shadow: 2px 1px 10px #000000;
    border-radius: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 7%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url(../images/Slider-2.png);
    left: -10px;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #ccc !important;
}
#carouselExampleIndicators .carousel-item {
    padding: 15px;
    background: #fff;
    padding-bottom: 30px;
}
#carouselExampleIndicators2 .carousel-item {
    /* padding: 15px; */
    background: rgba(255, 255, 255, 0);
    /* padding-bottom: 30px; */
}
.carousel-indicators {
    bottom: -15px !important;
}

.couse_title {
    height: 50px;
    overflow: hidden;
    padding: 0px 3px;
    color: var(--course-title) !important ;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Sansation';
}
.couse_title a {
    /* color: #1071D3 !important ; */
    color: var(--course-title) !important ;
}

.couse_desci p{
    display: block;
    height: 50px;
}
.bg_whats {
    background-color: #f1f1f1;
    padding-bottom: 0px !important;
}


/*==================End slider css ===================================*/

.my_color {
    /* color: #1071d3; */
    color: var(--theme-heading);
}

.read_more_btn {
    text-decoration: none !important;
    font-weight: 600;
    /* color: #1071D3 !important; */
    color: var(--theme-heading) !important;
}

.read_more {
    /* color: #1071D3; */
    color: var(--theme-heading);
    border-radius: 3px;
    padding: 2px 30px;
    border: 1px solid #8b8b8b;
    transition: ease 0.3s;
}

.read_more:hover {
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #1071D3;
    background-color: #1071D3;
}

.read_more:hover {
    text-decoration: none;
    color: #5cb3e5;
}

.courses {
    border-bottom: 2px solid #e0e0e0;
    padding: 40px 0;
}

.courses p {
    font-family: 'Myriad Pro';
    color: #000;
    text-align: justify;
}

.bottom_underline {
    border-bottom: 2px solid #000;
    width: 20%;
    margin: auto;
}

.courses .bottom_underline {
    /* border-color: #1071D3; */
    border-color: var(--theme-heading);
    margin: 0;
    margin-bottom: 20px;
}

.my_text_color {
    color: #ed1c24;
    font-weight: 600;
}

h2 {
    font-family: 'Sansation';
}

.initiatives h3 {
    font-family: 'Sansation';
}


/*=================== start down tabs ===============*/

.toggle {
    font-family: 'Myriad Pro';
    margin: auto;
    font-weight: 600;
}

.toggle .supertabs {
    width: 100%;
}

.toggle .supertabs .supertab {
    float: left;
    background: #5cb3e5;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
    font-weight: 600;
    width: 31%;
}

.toggle .supertabs .supertab.active {
    color: #fff;
    background: #1071D3;
    position: relative;
}

.toggle .supertabs .supertab.active:before {
    content: '';
    background: #1071D3;
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -8px;
    left: 50%;
    transform: rotate(45deg);
}

.toggle .panels .panel {
    padding: 20px 10px;
    display: none;
}

.toggle .panels .panel:nth-child(2) {
    display: block;
}

.new_button_pad {
    padding: 10px 10px 10px 25px !important;
}

.new_button_pad_2 {
    padding: 4px 7px 4px 17px !important;
}

.table_btns:hover {
    background: #37b687;
    color: #fff;
    border-color: #37b687;
}

.prelims_table .my_bg.text-white th,
.prelims_table tr td {
    position: relative;
    border: 1px solid #37b687 !important
}

.prelims_table .my_bg.text-white th:before {
    content: '';
    height: 42px;
    width: .1%;
    background: #dadada;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translate(-50%, -50%);
}

.prelims_table .my_bg.text-white th:last-child:before {
    content: unset;
}

.prelims p {
    font-size: initial !important;
}

#accordion .card-body {
    /* padding:1.25rem 0; */
    border: 1px solid rgb(66, 174, 125);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#accordion_2 .card-body {
    padding: 1.25rem 0;
    border: 1px solid rgb(66, 174, 125);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#accordion_3 .card-body {
    padding: 1.25rem 0;
    border: 1px solid rgb(66, 174, 125);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#accordion_4 .card-body {
    padding: 1.25rem 0;
    border: 1px solid rgb(66, 174, 125);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fee_structure_table td {
    padding: 10px;
    position: relative;
    font-size: 13px;
    font-family: 'Sansation';
}

.fee_structure_table th {
    padding: 20px;
    position: relative;
    font-family: 'Sansation';
    text-transform: uppercase;
}

.fee_structure_table th:before,
.fee_structure_table td:before {
    content: '';
    width: 1px;
    height: 75%;
    position: absolute;
    background: #b7b7b7;
    top: 50%;
    transform: translate(0, -50%);
    right: -1px;
}

.fee_structure_table td:before {
    height: 50%;
}

.fee_structure_table th:last-child:before,
td:last-child:before {
    content: unset;
}

.fee_table_btn {
    display: inline-block;
    padding: 7px 15px;
    background: #1071D3;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
}

.fee_table_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #2d60af;
}

.myaccordion .card {
    margin-bottom: 15px;
    border: 1px solid #1071D3;
    border-radius: 5px;
}

.card-header {
    z-index: 1;
}

button.btn.btn-link.collapsed p {
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
    text-align: left;
    width: 95%;
}

button.btn.btn-link p {
    text-align: left;
    color: #fff;
    width: 95%;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .testseries_question li {
        max-width: unset !important;
        margin-right: -2px;
    }
    .tab-active .criteria_tab_box_text.test_question {
        padding: 18px 20px;
    }
    .testseries_question li:last-child {
        margin-right: 0;
    }
}


/*=================== End down tabs ===============*/

.rank_bg {
    background-image: url("../images/achievers_bg.png");
    background-size: cover;
    background-position: center;
}

.rank_bg h5 {
    font-weight: 600;
}

.top_rankers {
    box-shadow: 0px 0px 10px 2px #afafaf;
    background: #fff;
    padding: 10px 15px;
    width: 222px;
    display: flex;
    position: relative;
    margin-right: 60px;
}

.top_rankers:last-child {
    margin-right: 0px;
}

.top_rankers:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 85px;
    background: #007d99;
    top: -10px;
    left: -10px;
    z-index: -1;
    box-shadow: 0px 0px 7px 1px #adadad;
}

.top_rankers:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 35px;
    background: #007d99;
    bottom: -35px;
    left: 49.1%;
}

.center_box {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -43px;
    background: #188ba0;
    left: 44%;
    border: 6px solid #fff;
    box-shadow: 0px 0px 5px 1px #b5b1b1;
    transform: rotate(45deg);
    z-index: 1;
}

.rank_color {
    color: #007d99;
}

.rank_color_1 {
    color: #f39108;
}

.rank_color_2 {
    color: #1071D3;
}

.rank_color_3 {
    color: #cbcc66;
}

.rank_color_4 {
    color: #c997ca;
}

.rank_color_5 {
    color: #64c8fa;
}

.rank_color_6 {
    color: #6295f8;
}

.ranker_1:before,
.ranker_1:after,
.center_box_1 {
    background: #f39108;
}

.ranker_2:before,
.ranker_2:after,
.center_box_2 {
    background: #1071D3;
}

.ranker_3:after,
.ranker_4:after,
.ranker_5:after,
.ranker_6:after {
    top: -45px;
}

.center_box_3,
.center_box_4,
.center_box_5,
.center_box_6 {
    top: -53px;
}

.ranker_3:before,
.ranker_3:after,
.center_box_3 {
    background: #cbcc66;
}

.ranker_4:before,
.ranker_4:after,
.center_box_4 {
    background: #c997ca;
}

.ranker_5:before,
.ranker_5:after,
.center_box_5 {
    background: #64c8fa;
}

.ranker_6:before,
.ranker_6:after,
.center_box_6 {
    background: #6295f8;
}

.top_rankers img {
    width: 50px;
    height: 70px;
}

.top_rankers b {
    font-size: 30px;
}

.ranks {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    border-bottom: 2px solid #b9b9b9;
    padding-bottom: 30px;
}

.ranks:last-child {
    border: none;
}

.text-secondary {
    font-size: 15px;
    color: #3c3c3c!important
}

.marquee_sec {
    background: #004992;
    color: #fff;
    position: fixed;
    bottom: 0;
    font-weight: 600;
    font-size: 13px;
    padding: 5px;
    z-index: 99999;
    width: 100%;
}

section.mt-2.marquee_sec li {
    margin-right: 30px;
}

.view_btn {
    background: #424242;
    color: #fff;
    padding: 12px 30px;
    border-radius: 38px;
    margin: auto;
    transition: ease 0.3s;
    font-size: 14px;
}

.view_btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1071D3;
}

.books_bg {
    background-image: url("../images/books_bg.png");
    background-size: cover;
    background-position: center;
}

.books {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.books_content {
    width: 260px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #b9b9b9;
    border-radius: 30px;
    padding: 10px;
    padding-top: 150px;
    background: #fff;
    /*min-height: 270px;*/
}

.books_content h6 {
    min-height: 45px;
}

.books_div {
    margin-top: -120px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.books_div img {
    position: relative;
    top: 140px;
    width: 60% !important;
    left: 50%;
    transform: translate(-50%, 0);
    height: 210px;
}

.book_price {
    font-size: 12px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding: 5px;
}

.book_price strike:first-child {
    color: #a5a5a5;
    font-weight: 600;
}

.book_price strong {
    font-weight: 600;
}
#book_store .books_content {
    width: 260px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #b9b9b9;
    border-radius: 3px;
    padding: 10px;
    padding-top: 18px;
    background: #fff;
    /* min-height: 270px; */
}
#book_store .books_div {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}
#book_store .books_div img {
    height: 210px;
    left: 118px;
    position: relative;
    top: 0;
    width: 100% !important;
}
#carousel3 .owl-dots {
    text-align: center;
    padding-top: 15px;
    outline: none !important;
}

button:focus {
    outline: none;
}

#carousel3 .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #b9b9b9;
}

#carousel3 .owl-dots button.owl-dot.active {
    background-color: #b9b9b9;
}

.buy {
    background: #2ab796;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 10px;
    color: #fff;
    transition: ease 0.3s;
    font-weight: 600;
}

.buy:hover {
    color: #fff;
    text-decoration: none;
    background: #1071D3;
}

.details {
    background: #1071D3;
}

.details:hover {
    background: #2ab796;
}

.success_bg {
    /* background: #2d3192; */
    background: var(--bg-success);
    padding: 30px;
}

.success_stories_view_btn {
    background: #fff;
    color: #1071D3;
    padding: 10px 30px;
    border-radius: 38px;
    font-weight: bold;
    transition: ease 0.3s;
    font-size: 14px;
}

.success_stories_view_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #1071D3;
}

#carousel2 .owl-dots {
    text-align: center;
    padding-top: 15px;
}

#carousel2 .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #fff;
}

#carousel2 .owl-dots button.owl-dot.active {
    background-color: #fff;
}

#carousel2 .owl-dots button.owl-dot:focus {
    outline: none;
}

#carousel2 .item {
    background: #fff;
    padding: 2.5px;
    border-radius: 40px;
    margin-right: 50px;
}

.success_items {
    /* background: #1071D3; */
    background: var(--bg-success);
    border-radius: 35px;
    padding: 15px 10px;
}

.success_items p {
    font-size: 12px;
    margin-bottom: 0px;
    height: 108px;
    overflow: hidden;
    font-weight: 600;
}

.user-profile-test {
    width: 150px !important;
    float: left;
    min-height: 200px;
    padding-right: 20px;
    padding-bottom: 76px;
    position: relative;
    padding-left: 30px;
}

.success_items .user_img {
    width: 100%;
    border: 6px solid #cfcfcf;
    border-radius: 25px;
}

.success_btn:hover {
    text-decoration: none;
    color: rgb(202, 190, 190);
}

.dropdown-menu-about a,
.dropdown-menu-cse a,
.dropdown-menu-admission a {
    padding: 5px 10px !important;
}

.desabled-supertab {
    float: left;
    background: #5cb3e5;
    padding: 10px 129px;
    cursor: pointer;
    font-size: 20px;
    margin-right: 5px;
    font-weight: 600;
}

.success_btn {
    color: white;
    font-size: 14px;
    font-weight: 600;
    transition: ease 0.3s;
}

.inverted-top {
    width: 55px !important;
    /* background: #1071D3; */
    background: var(--bg-success);
    position: absolute;
    top: -16px;
    left: -9px;
    padding: 10px;
}

.inverted-bottom {
    position: absolute;
    width: 55px !important;
    /* background: #1071D3; */
    background: var(--bg-success);
    bottom: -18px;
    right: 32px;
    padding: 10px;
    border-radius: 13px;
}

.initiatives {
    border: 2px solid #61c9b0;
    padding: 20px;
    min-height: 366px;
}

.initiatives_imgs {
    text-align: center;
}

.initiatives_imgs img {
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    margin: 10px;
    width: 208px;
}

.social_imgs {
    margin: 25px;
    text-align: center;
}

.social_imgs img {
    width: 85px;
    margin: 15px;
}

.footer_column {
    /* border-right: 2px solid #7b7b7b; */
    min-height: 215px;
    color: white;
}


/* .footer_column:last-child {
    border: none;
} */

.footer_column ul {
    padding-left: 30px;
}

.footer_column ul li {
    margin: 5px 0;
}

.footer_column ul li a {
    color: white;
    font-weight: 600;
    transition: ease 0.3s;
    font-size: 15px;
}

.footer_column ul li a:hover {
    text-decoration: none;
    color: rgb(233, 224, 224);
}

.footer_column p {
    font-size: 14px;
    font-weight: 600;
}

.footer_column h5 {
    font-weight: 700;
    font-size: 17px;
}
a.footer_contactNo:hover , a.footer_email:hover {
    text-decoration: none;
    color: #fff !important;
}

/*=======================================================*/


/*=================  about us page ======================*/


/*=======================================================*/

.banner {
    height: 395px;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #45987c, #51b4e02b);
}

.banner-text {
    padding: 130px 5px;
}

.heading1 {
    text-transform: uppercase;
    color: #1071D3;
    font-weight: 600;
    font-family: 'Sansation';
}

.heading2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Sansation';
}

.heading2 span {
    border-bottom: 5px solid #1071D3;
}

.content-next p {
    color: #1d1d1d;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}

.our_vision {
    background: #1071d3;
    padding: 15px 20px;
    border-top: 8px solid #1071D3;
}
.our_vision_heading h3 {
    background-color: #004992 !important;
}

.our_vision p {
    color: #fff;
    padding-top: 10px;
    text-align: justify;
}

.heading3 {
    color: #fff;
}

.heading3 span {
    border-bottom: 5px solid #97d3ed;
}

#why-next {
    background: #f3f7fa;
}

.content-why-next {
    position: relative;
}

.v-line {
    position: absolute;
    height: 85px;
    background: #53b5e2;
    width: 4px;
    top: 8px;
}

.why-next-ul {
    list-style: none;
}

.why-next-ul img {
    width: 50px;
}

.why-next-ul li {
    font-size: 15px;
    list-style: none;
}

.why-next-ul h5 {
    font-weight: 600;
}

.why-next-ul ul li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #53b5e2;
}

.ul-margin-left {
    margin-left: -19px;
}

.with-12 {
    width: 14%;
    float: left;
}

.with-78 {
    width: 78%;
    float: left;
}

.my_bg-light {
    background-color: #f3f7fa;
}

.padd-18 {
    padding: 18px;
}


/*=======================================================*/


/*=================  CONTACT US ==============*/


/*=======================================================*/

.contact_us p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.latter-image {
    padding: 50px 10px;
}

.latter-image img {
    padding: 25px;
    width: 80%;
}

.contact_us_form input, .contact_us_form select, .contact_us_form option {
    box-sizing: border-box;
    z-index: 18;
    height: 45px;
    width: 100%;
    border: 1px solid rgb(227, 227, 227);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    font-family: "Open Sans";
    font-size: 14px;
    color: rgb(116, 125, 132);
    padding: 0px 12px;
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
}

.contact_us_form textarea {
    border-radius: 4px;
    border-color: rgb(227, 227, 227);
    padding: 10px 24px;
    font-size: 15px;
}
.address_block {
    background: #1071D3;
    padding: 15px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 8px 0px grey;
    background-image: linear-gradient(45deg, #25396e, transparent);
}
.btn-primary{
    background-image: linear-gradient(45deg, #1f4a8d, transparent);
}

.address_address p {
    font-size: 14px;
    display: block;
    height: 140px;
    font-weight: 600;
    font-family: "sansation"
}
.contact_us_form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: rgb(227, 227, 227);
}

.contact_us_form button {
    box-sizing: border-box;
    z-index: 15;
    height: 56px;
    width: 100%;
    cursor: pointer;
    /* background: -webkit-linear-gradient(left, rgb(224, 139, 83) 0%, rgb(204, 76, 2) 100%); */
    border: none;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 1;
    border-radius: 30px;
    transition: background 200ms ease 0s;
}

.contact_us_form {
    padding: 48px 15px 5px 15px;
}

.office-sec {
    background-color: rgba(57, 115, 230, .05);
    padding: 25px 0px;
}

.l-col-widget {
    margin-bottom: 40px;
    margin-top: 40px;
}

.icon-small {
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}

.l-col-widget h4 {
    line-height: 1.44;
    font-weight: 600;
    font-family: 'Sansation';
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}

.l-col-widget p {
    margin: 2px 0px;
    font-weight: 600;
    font-family: inherit;
}

.office-sec h2 {
    text-transform: uppercase;
}


/*=======================================================*/


/*=================  OPEN RESOURCES ======================*/


/*=======================================================*/

#open_resources_page h4 {
    padding: 15px;
    font-weight: bold;
    line-height: 40px;
}

.open_resources_box {
    xwidth: 33%;
    xdisplay: inline-block;
    margin: auto;
}

.icon_box {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #009cbd;
    margin: 20px auto 30px auto;
}

.open_resources_box a {
    text-align: center;
    background: #64cca7;
    padding: 7px 30px;
    box-shadow: 0px 4px 2px 0px #21996b;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 37px;
    text-transform: capitalize;
    border: none;
    transition: ease 0.3s;
    width: 254px;
    height: 60px;
    display: block;
    margin: auto;
}

.icon_box img {
    width: 100%;
    padding: 37px;
}

.bouble-line-btn {
    line-height: 23px;
    font-size: 22px;
}

.open_resources_box a:hover {
    color: #fff;
    cursor: pointer;
    background-color: #1071d3;
}


/*=======================================================*/


/*=================  DISTINGUISHED FACULTY ==============*/


/*=======================================================*/

.admission-panel-box {
    background: #fff;
    padding: 20px 40px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.admission_ul {
    list-style: none;
}

.admission_ul li {
    font-weight: bold;
    margin: 0 15px;
    float: left;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.admission_ul li img {
    width: 100%;
}

.width-12 {
    width: 12%;
}

.width-72 {
    width: 72%;
}

.left-border {
    border-left: 2px solid #1071D3;
}


/*=======================================================*/


/*=================  PROFILE ==============*/


/*=======================================================*/

.user-data {
    text-align: center;
}

.full-width {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
}

.user-profile {
    float: left;
    width: 100%;
}

.username-dt {
    float: left;
    width: 100%;
    background-color: #5dc0bd;
    padding-top: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.usr-pic {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: -48px;
}

.usr-pic>img {
    float: none;
    border: 5px solid #fff;
    border-radius: 100px;
    width: 100%;
    height: 100%;
}

.user-specs {
    float: left;
    width: 100%;
    padding: 58px 0 15px 0;
}

.user-specs h3 {
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'sansation';
}

.user-specs span {
    color: #686868;
    font-size: 14px;
}

.profile-tabnav {
    border: 1px solid #e5e5e5;
}

.profile-tabnav li.nav-item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.profile-tabnav .nav-tabs .nav-link {
    border: none;
    background-color: none;
}

.profile-tabnav a.nav-link {
    color: #4a4a4a;
    font-size: 14px;
    font-family: sansation;
    font-weight: 600;
}

.nav-item a::before {
    top: 0;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    /* background-color: #903e94; */
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.nav-item a::before {
    top: 0;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1071d3;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.profile-tabnav ul li:hover {
    background: #5dc0bd;
}

.profile-tabnav ul li:hover a {
    color: #fff;
}

.card_profile_1 {
    width: 100%;
    background: rgba(253, 210, 49, 0.2);
    padding: 40px;
    border-radius: 8px;
    margin-right: 30px;
}

.card_profile_2 {
    width: 100%;
    margin-top: 10px;
    padding: 40px;
    border-radius: 8px;
    margin-right: 30px;
    background: rgba(155, 81, 224, 0.2)
}

.card_profile_3 {
    width: 100%;
    margin-top: 10px;
    padding: 40px;
    border-radius: 8px;
    margin-right: 30px;
    background: rgba(80, 211, 141, 0.2)
}

a.elementor-button,
.elementor-2204 .elementor-element.elementor-element-ccf5a43 .elementor-button {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: #6a93f5;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 35px 15px 35px;
}

.elementor-2204 .elementor-element.elementor-element-ccf5a43 .elementor-button {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6a93f5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.elementor-button span {
    text-decoration: inherit;
}

.elementor-2204 .elementor-element.elementor-element-ccf5a43 .elementor-button .elementor-align-icon-left {
    margin-right: 10px;
}

.elementor-button .elementor-align-icon-left {
    float: left;
    margin-right: 5px;
}

.elementor-button span {
    text-decoration: inherit;
}

.elementor-button .elementor-button-text {
    display: inline-block;
}

.mac-color {
    background-color: #fc769c !important;
}

.website-color {
    background: #fc9b76 !important;
}


/*=======================================================*/


/*=================  INSTRUCTION ==============*/


/*=======================================================*/

.Instructions-btn {
    padding: 15px 20px;
    border-radius: 6px;
    color: #000;
    border: 4px solid #cae5f0;
    background-image: linear-gradient(to right, #65d0a2, #4eb5de);
    font-weight: 700;
}

.instrction li {
    font-weight: 400;
    color: #5b666a;
    text-align: justify;
}

.ml-6 {
    margin-left: 4rem!important;
}

.in-hr {
    margin: 16px 0px !important;
}


/*=======================================================*/


/*=================  TESTIMONIAL ==============*/


/*=======================================================*/

.s_container {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 6px 3px #dcdbdb;
    margin-bottom: 30px;
}

.s_bg_grey #wave2 {
    background: #f5f5f5;
}

.s_testmonial_section {
    background: #f5f5f5;
    padding-top: 100px;
}

.s_testmonial_content {
    padding: 5px;
    /*height: 350px;*/
    text-align: center;
    overflow: hidden;
}

.s_testmonial_content span:first-child img {
    width: 24px;
    position: relative;
    top: -7px;
    margin-right: 5px;
}

.s_testmonial_content span:last-child img {
    width: 24px;
    position: relative;
    top: 6px;
    margin-left: 5px;
}

.s_testmonial_content p {
    font-size: 15px;
    font-weight: 500;
    color: #5b6567;
    display: initial;
    text-align: justify;
}

.s_testmonial_img {
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: center;
}

.s_testmonial_bg1 {
    background-image: url('../images/purple.png');
}

.s_testmonial_bg2 {
    background-image: url('../images/blue.png');
}

.s_testmonial_bg3 {
    background-image: url('../images/green.png');
    background-position-y: 15px;
}

.img-box-testi {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 6px solid #ffffff75;
    overflow: hidden;
    margin: auto;
}

.img-box-testi img {
    width: 100%;
}

.fonth2 {
    font-weight: 600;
    font-family: 'Sansation';
    color: #fff;
}

.fonth3 {
    color: #fff;
}

.s_name_details h4,
.s_name_details h5 {
    color: #fff;
}

.s_name_details {
    padding: 20px;
    /* padding: 10px 0; */
}

.details_bg1 {
    background: #8a5fbb;
}

.details_bg2 {
    background: #57a3f1;
}

.details_bg3 {
    background: #22c199;
}

.s_name_details h4 {
    font-weight: 600;
}

.s_name_details h5 {
    text-transform: uppercase;
}


/*=======================================================*/


/*=================  VIDEO GALLARY ==============*/


/*=======================================================*/

.video_gallery_top {
    background: #e2e2e29c;
    padding: 50px 0px;
}

.video_slider_top h4 {
    font-weight: bold;
    font-family: inherit;
}

.right_side_mw p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 14px 0px;
    font-weight: 600;
    font-family: 'sansation';
}

.right_side_mw a:hover {
    text-decoration: none;
}

.video_slider_top {
    width: 100%;
    height: 50px;
    background: #48b0e8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.video_gallery {
    background: #28282a;
    height: 412px;
    overflow: auto;
}

.related_video {
    top: 11px;
}

.related_play_btn {
    top: 60px;
}

.right_side_mw {
    margin-left: 0;
    margin-right: 0;
    min-height: 80px;
}

.right_side_mw:hover {
    background: #040404;
}

.cutom-bulests {
    top: 8px !important;
    right: -70px !important;
    left: auto !important;
}

.cutom-bulests li {
    width: 12px !important;
    height: 12px !important;
    background-color: #fff !important;
    color: #fff;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #fe5722 !important;
}


/*=======================================================*/


/*================= ANUBHAV MAIN PAGE ==============*/


/*=======================================================*/

.model-box-close-btn {
    background: linear-gradient(45deg, #1071D3, #51b4e0) !important;
    border-radius: 100% !important;
    padding: 8px !important;
    width: 40px !important;
    height: 40px !important;
    right: -15px;
    top: -15px;
    opacity: 1;
    position: absolute;
    cursor: pointer;
}

.model-box-close-btn span {
    padding: 0px;
    margin: 0px;
    line-height: 9px;
    color: #000;
    text-shadow: none;
}

.myvideo-model-box .modal-body {
    padding: 0px;
}

.myvideo-model-box .modal-content {
    background-color: #ccc;
}

.model-box-close-btn:hover {
    opacity: 0.9 !important;
}

.ex-modal-lg {
    max-width: 65% !important;
}

.youTubevideo {
    height: 400px;
}

.overlay-box {
    position: absolute;
    left: 0;
    top: -3px;
    height: 0;
    width: 100%;
    /* background-color: #5366cf; */
    background-color: rgba(0, 0, 0, 0.76);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}

.overlay-box .content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.overlay-box .content span {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.overlay-box .content h4 {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
}

.overlay-box .content h4 a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tab_innner_video:hover .overlay-box {
    height: 100%;
}

.overlay-box .content:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    height: 3px;
    width: 40px;
    color: #fff;
    background-color: red;
    content: "";
}

.image-box:before {
    position: absolute;
    right: -70px;
    bottom: 3px;
    height: 0;
    width: 0;
    border-bottom: 70px solid #d10209;
    border-left: 70px solid transparent;
    content: "";
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

.overlay-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(209, 2, 9, 0.39);
    /* background-color: #003a4f; */
    outline-offset: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.overlay-box .content a {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: none;
    font-family: 'sansation';
    text-transform: capitalize;
}

.padd-top-100 {
    padding-top: 80px;
}

.tab_innner_video:Hover .overlay-box {
    opacity: 1;
    visibility: visible;
}

.tab_innner_video:Hover .overlay-box .content {
    opacity: 1;
    visibility: visible;
    transition-delay: 500ms;
    z-index: 9;
}

.tab_innner_video:hover .overlay-box .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transition-delay: 300ms;
}

.tab_innner_video .image-box:hover:before {
    right: 0;
    bottom: 3px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-section .btn-box {
    margin-top: 70px;
}

.content-next li {
    padding-bottom: 15px;
    text-align: justify;
}

@media (min-width: 1600px) {
    .youTubevideo {
        height: 1000px;
    }
}

@media (min-width: 1400px) {
    .youTubevideo {
        height: 455px;
    }
}


/*=======================================================*/


/*================= LIVE/ONLINE CLASSES PAGE ==============*/


/*=======================================================*/

.login-box {
    background: #fff;
    padding: 15px 15px 3px 15px;
    border: 1px solid;
    border-radius: 5px;
}

.login-box h3 {
    font-size: 17px;
    padding: 10px 0px;
    font-weight: 700;
    font-family: 'sansation';
    text-transform: capitalize;
}

.login-box form label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #848484;
}

.login-box form input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    position: relative;
}

.login-box .form-group {
    position: relative;
}

.login-box form .form-icon {
    color: #6c757db0;
    position: absolute;
    top: 34px;
    right: 13px;
}

.login-box form input[type=text]:focus {
    border-bottom: 1px solid #000;
}

.login-box h4 {
    color: #00d2ff;
    font-family: 'sansation';
    font-weight: 700;
}

.login-box .btn-login {
    background: #1071D3;
    color: #fff;
    box-shadow: 1px 1px 11px 0px #1071D3;
    border-radius: 50px;
    margin: 8px 0px;
    padding: 6px 35px;
    border: none;
}

.login-box .btn-login:hover {
    background: #fff;
    color: #1071D3;
}


/*=======================================================*/


/*================= ANUBHAV PRELIMS PAGE ==============*/


/*=======================================================*/

.anubhav_mains_cards {
    text-align: center;
    box-shadow: 0 0 20px 0 #ccc;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
}

.anubhav_mains_cards h5 {
    font-weight: 600;
    margin: 10px 0;
    font-family: 'Sansation';
}

.anubhav_mains_cards p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.maim-sub-heading {
    color: #475a68;
    font-family: 'sansation';
    font-weight: 600;
}

.order-list-number li {
    font-family: 'sansation';
    font-weight: 400;
    line-height: 30px;
}

.order-list-number {
    padding-left: 17px;
}

.anubhav-card-prelims {
    padding: 47px 30px;
}

.anubhav-card-prelims img {
    height: 170px;
    margin-bottom: 10px;
}

.anubhav-card-prelims p {
    font-family: 'sansation';
}


/*=======================================================*/


/*=================  DISTINGUISHED FACULTY ==============*/


/*=======================================================*/

.green-btn {
    background-color: #1071D3;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border: 2px solid;
    box-shadow: 0px 2px 4px 0px #424242
}

.director {
    background-color: #f0f0f0;
    padding: 30px;
}

.director-image {
    position: relative;
    width: 100%;
    height: 227px;
    overflow: hidden;
}

.top_director_image {
    height: 295px;
}

.director-image img {
    width: 100%;
    transition: 1s ease;
    min-height: 275px;
}

.img-overlay {
    position: absolute;
    width: 94%;
    height: 91%;
    top: 0;
    border: 5px solid #f0f0f0b0;
    margin: 10px;
    transition: 1s ease;
}

.profile-content {
    padding-top: 15px;
    margin-bottom: 15px;
}

.profile-content h4 {
    text-transform: capitalize;
    min-height: 55px;
    font-weight: 600;
}

.profile-content-directore h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.profile-content-directore p {
    color: #1071d3 !important;
    font-weight: 600;
}

.profile-content p,
.director p {
    color: #7a7879;
    font-size: 15px;
    text-align: justify;
}

.defultul {
    list-style: none;
}

.defultul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.social-network {
    list-style: none;
    margin-left: -33px;
}

.social-network li {
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
    margin-right: 10px;
    width: 35px;
    height: 35px;
}

.social-network li:hover {
    color: #fff;
}

.social-network li:hover a {
    color: #fff;
}

.defultul li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #53b5e2;
}

.defultul1 {
    list-style: none;
}

.defultul1 li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 400;
}

.defultul1 li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #53b5e2;
}

.team-member {
    background-color: #f0f0f0;
    padding: 14px;
    box-shadow: 0px 3px 3px 0px #929292;
    margin-bottom: 20px;
    min-height: 620px;
}

.designation-cap {
    min-height: 40px;
}

.posts {
    color: #1071d3;
    font-size: 13px;
    margin: -10px;
    font-weight: 600;
}

.view_faculty {
    background: #67d1a1;
    color: #fff;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #67d1a1;
    transition: ease 1s;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.view_faculty:hover {
    color: #46afe8;
    background: none;
    text-decoration: none;
    border: 2px solid #46afe8;
}

.diffrent-over {
    height: 93%;
}

.director-image:hover .img-overlay {
    transform: rotate(180deg);
    transition: 1s ease;
    left: 1px;
    height: 96%;
    width: 92%;
    top: 1px;
}

.director-image:hover img {
    transform: scale(.9);
    transition: 1s ease;
}

.mar {
    margin: 11px;
}


/* =================== Director Desk =================================*/

.sidebar.director_desk {
    width: 25%;
    overflow: hidden;
    left: 0;
}

.director_desk .our_vision {
    padding: 0;
    background: transparent;
}

.director_desk_content h6 {
    font-weight: 700;
    margin: 30px 0;
}

.director_desk_content li {
    list-style: none;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.director_desk_content p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.director_desk_content h6 hr {
    margin: 0px;
    background: #000;
    height: 1px;
    width: 25%;
}


/*------------------------ test series --------------------------------*/

.test_series_container {
    padding: 85px 15px;
}

.my_class {
    width: 40%;
    text-align: center;
}

.heading_border {
    border-bottom: 2px solid #000;
    width: 100px;
    margin: auto;
}

.test_series_content p {
    text-align: justify;
    margin-top: 30px;
    font-size: 15px;
}

.test_series_cards {
    display: flex;
    background: #ed1c24;
    align-items: center;
    padding: 20px;
}

.test_series_card_icon {
    padding: 18px;
}

.test_series_card_content {
    padding-left: 20px;
    color: #fff;
    border-left: 2px solid #fff;
}

.test_series_card_btn {
    border: 1px solid #fff;
    padding: 6px 25px;
    border-radius: 25px;
    color: #fff;
    margin: 5px;
    font-weight: 600;
}

.test_series_card_btn:focus {
    outline: none;
    box-shadow: none;
}

.test_series_card_btn:hover {
    background: #fff;
    color: #ed1c24;
}

.test_series_cards_1 {
    background: #0060af;
}

.test_series_cards_1 .test_series_card_btn:hover {
    color: #0060af;
}


/*------------------ about cse --------------------------*/

.bottom_line {
    width: 115px;
    height: 3px;
    background: #0387b7;
}

.criteria_heading2 {
    color: #fff;
    font-size: 3em;
    font-family: 'Sansation';
    text-transform: uppercase;
}

.nationality {
    color: #1071D3;
    border-left: 5px solid #1071d3;
    padding-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.nationality span {
    font-size: 22px;
    color: #0060af;
}

.subheadeing_of_main {
    color: #1071D3 !important;
    text-transform: capitalize;
}

.criteria {
    padding: 15px 20px 1px 20px;
}

.criteria .bottom_line {
    background: #8ed0e9;
}

.criteria .nationality {
    padding-left: 0;
    border-left: 0;
    color: #fff;
}

.criteria ul {
    list-style: none;
    padding: 0;
}

.criteria ul li img {
    padding-right: 5px;
    margin-top: -2px;
    float: left;
}

.criteria ul li {
    display: block;
    padding: 8px;
    padding-left: 0;
    border-bottom: 1px solid #8ed0e9;
    color: #fff;
    padding: 17px 0px 16px 0px;
    font-size: 14px;
}

.criteria ul li a {
    color: #fff;
    text-decoration: none !important;
}

.criteria ul {
    padding-top: 15px;
}

.criteria_content-next {
    list-style: none;
    width: 75%;
}

.criteria_content-next li {
    padding-left: 50px;
    line-height: 2;
    color: #1d1d1d;
    font-size: 15px;
    font-weight: 400;
}

.criteria_content-next li:before {
    font-family: "FontAwesome";
    content: "\f064 ";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 3%;
    padding-top: 2px;
    color: #52b6e1;
}

.live_classes h4,
.faq_heading h4,
.optional h4,
.testseries_top h2,
.prelims h5,
.prelims h4,
.prelims h3 {
    font-weight: 600;
    font-family: sansation;
}

table.table.table-bordered.table-responsive,
.optional p,
.prelims p {
    color: #6d6d6d;
}

.heading-tabs {
    font-size: 26px;
    margin: 7px 0px 15px;
    font-weight: 400;
}


/* ---------------------- cse tab box -------------------------------- */

.about_cse_tab {
    width: 100%;
    padding-left: 0;
    margin: 0;
}

.sidebar {
    width: 22%;
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar .our_vision ul li:last-child,
.criteria .our_vision ul li:last-child {
    border-bottom: 0 !important;
}

.criteria_tab_box {
    text-align: center;
    color: #a4a4a4;
}

.criteria_tab_box h5 {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0;
}

.criteria_tab_box_text {
    padding: 20px 40px;
    background: #ebf1ee;
    margin-right: 8px;
    font-family: 'Sansation';
}


 .tab-active .criteria_tab_box .active_border {
    border-bottom: 3px solid #ed1c24;
    width: 70%;
    margin-top: 5px;
} 

.tab-active .criteria_tab_box {
    color: #fff;
    /* border-bottom: 5px solid #faf5f5; */
}

.tab-active .criteria_tab_box_text {
    background: #faf5f5;
    color: #4ab18d;
    font-size: 1em;
    font-weight: bolder;
}

.tab {
    position: relative;
    left: 0%;
}

ul.tabs-nav li {
    display: inline-block;
    position: relative;
}

ul.tabs-nav li a:hover {
    text-decoration: none;
}

.criteria_tab_content {
    background: linear-gradient(rgba(2, 0, 36, 1) 0%, #faf5f5 0%, #fff 30%);
    padding: 0px 25px;
}

.criteria_content-next b {
    font-weight: 700;
}

.note {
    border: 1px solid;
    width: 25px;
    margin-bottom: 1.5em;
}


/*======================= live classes =====================*/

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.live_classes_tab .criteria_tab_box_text {
    box-shadow: 3px 3px 5px 0px #ccc;
    padding: 18px;
    background: #ebf1ee;
    color: #0060af;
    border-left: unset;
    max-width: 270px;
    margin-right: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.live_classes_tab .active {
    transform: scale(1.1);
    color: #fff;
    background: #37b687;
}

.live_classes_tab .active:after {
    content: '';
    border: 11px solid #37b687;
    background: #37b687;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg);
    border-radius: 4px;
}

.live_classes p {
    text-align: center;
}

.faq_heading h4 {
    width: 120px;
    margin: auto;
    padding: 8px 20px;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.faq_table {
    border-color: #37b687;
    /* border-radius: 1em;
    overflow: hidden;
    background: #ccc; */
    text-align: center;
}

.table-bordered {
    border: 1px solid #37b687;
}

.table_headings {
    background: #e5f5fb;
}

.my_bg {
    background: #37b687;
}

.faq_btn {
    background: #37b687;
    width: 135px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    padding: 2px;
    margin-right: 45px;
    border: 2px solid transparent;
}

.login_button {
    background: #52b6e1;
    margin-right: 0;
}

.faq_btn:hover {
    border: 2px solid #37b687;
    background: transparent;
    color: #37b687;
    text-decoration: none;
}

.login_button:hover {
    border: 2px solid #52b6e1;
    color: #52b6e1;
}


/*---------------------------------------- optional page ------------------------------------*/

.tab_optional .criteria_tab_box_text {
    box-shadow: 3px 3px 5px 0px #ccc;
    padding: 10px;
    background: #f6f4f4;
    color: #0060af;
    border-left: unset;
    width: 13%;
    margin-right: -10px;
    border-top-right-radius: 15px;
    text-decoration: none;
}

.tab_optional .criteria_tab_box_text h5 {
    font-size: .9em;
    margin-bottom: 0;
    font-weight: 600;
    color: #585858;
}

.tab_optional .criteria_tab_box_text.active {
    background: #faf5f5 !important;
}

.tab_optional .criteria_tab_box_text.active h5 {
    color: #4ab18d;
}

.tab_optional .criteria_tab_box_text:nth-child(1) {
    z-index: 8;
    /*background: #f79193*/
    ;
    background: #ebf1ee;
}

.tab_optional .criteria_tab_box_text:nth-child(2) {
    z-index: 7;
    background: #f0c7c8;
    background: #ebf1ee;
}

.tab_optional .criteria_tab_box_text:nth-child(3) {
    z-index: 6;
    background: #eed7d7;
    background: #ebf1ee;
}

.tab_optional .criteria_tab_box_text:nth-child(4) {
    z-index: 5;
    background: #ebe1e1;
    background: #ebf1ee;
}

.tab_optional .criteria_tab_box_text:nth-child(5) {
    z-index: 4;
}

.tab_optional .criteria_tab_box_text:nth-child(6) {
    z-index: 3;
}

.tab_optional .criteria_tab_box_text:nth-child(7) {
    z-index: 2;
}

.tab_optional .criteria_tab_box_text:nth-child(8) {
    z-index: 1;
}

.optional_right {
    list-style: none;
    position: relative;
}

.optional_right li:before {
    font-family: "FontAwesome";
    content: "\f064 ";
    width: 25px;
    height: 25px;
    position: absolute;
    left: -15%;
    padding-top: 2px;
    color: #52b6e1;
}

.my_optional_cards {
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #36a874;
    border-radius: 10px;
}

.optional_left {
    margin-right: 10%;
    background: #e5f5fb;
    padding: 35px 25px;
    height: 100%;
}

.features {
    list-style: none;
    padding-left: 3%;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.features:before {
    font-family: "FontAwesome";
    content: "\f064 ";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 2%;
    padding-top: 2px;
    color: #52b6e1;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.faq_table th,
.faq_table td {
    vertical-align: middle;
}

.desktop_button {
    display: block;
    width: 100%;
    float: right;
}

.top_right_boxes {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.top_right_menu{
    display:flex;
    justify-content:center;
    align-items:center;
}

/* .top_boxes_bottom_sec{
    width:23%;
    float:right;
} */

.top_right_btn_box {
    margin-top: 5px;
    float: right;
}

.top_right_btn_box a {
    width: auto !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 13px;
    line-height: 32px;
}

.prelims p {
    font-weight: 400;
    font-size: 14px;
}

.prelims_table td,
.prelims_table thead th {
    border-bottom-width: 2px;
    max-width: 258px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
}

.prelims_table {
    font-family: sansation;
}

.headings_features {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.headings_features h3 {
    font-size: 1.5em;
}

.table_btns {
    background: #f1f1f1;
    padding: 0px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none !important;
    font-weight: 500;
}


/*--------------------------------- prelims top design ------------------------------*/

.before1:before,
.before3:before,
.before5:before {
    content: '';
    position: absolute;
    top: -7px;
    width: 108%;
    height: 50%;
    left: -6px;
    z-index: 9;
    border-radius: 108px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none !important;
}

.before1:before {
    border: 6px solid #df9c36;
}

.before2:before,
.before4:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 108%;
    height: 55%;
    left: -6px;
    border-radius: 108px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none !important;
    z-index: 9;
}

.before2:before {
    border: 6px solid #b3421b;
}

.before3:before {
    border: 6px solid #3c3f68;
    ;
}

.before4:before {
    border: 6px solid #035877;
}

.before5:before {
    border: 6px solid #228aa9;
}

.before1,
.before2,
.before3,
.before4,
.before5 {
    margin-right: 4px;
    position: relative;
    text-align: center;
    width: 150px;
    height: 310px;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 104px;
    padding: 60px 5px;
    box-shadow: 0px 0px 19px -11px;
}

.top_design_prelims {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.top_design_prelims p {
    margin: 0;
    color: #636363;
    padding: 25px 17px;
    font-weight: 600;
}

.text_blue {
    color: #0060af;
    font-weight: 600;
}


/*======================= syllabus page =====================*/

.cut_off_table {
    font-size: 15px;
}

.cut_off_table .my_bg th {
    border-color: #37b687;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
    box-shadow: 0 0 10px 0 #ccc;
}

.myaccordion .card {
    margin-bottom: 15px;
}

.myaccordion .card-header {
    border-bottom: 0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
}

.myaccordion .fa-stack i {
    color: #bebebe;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.card-body {
    background: #fff;
}

.myaccordion {
    margin-bottom: 3em;
}

.myaccordion li+li {
    margin-top: 10px;
}

.card-header {
    padding: 0px !important;
}

button.btn.btn-link {
    background: #1071D3;
    padding: 15px 25px;
    color: #fff;
}

button.btn.btn-link i {
    color: #fff;
}

button.btn.btn-link.collapsed {
    background: transparent;
    padding: 15px 25px;
    color: #000;
}

button.btn.btn-link.collapsed i {
    color: #ccc;
}

.card-body .features,
.card-body p {
    padding-left: 0%;
    font-size: 15px;
    font-weight: 600;
}

.tabs h6 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 15px;
    font-family: 'Sansation';
    text-transform: uppercase;
}

.note {
    width: 45px !important;
}

.syllabus_table a {
    color: #ed1c24;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.syllabus_table a:hover {
    color: #ed1c24;
}

.table_inner_content {
    display: flex;
    align-items: center;
}

.table_inner_content_text {
    padding-left: 1.5rem;
}


/*--------------------------- test series question page ----------------------------------*/

.tab-active .criteria_tab_box_text.test_question {
    background: #faf5f5;
    color: #4ab18d;
    padding: 15px 20px;
    padding-bottom: 30px;
}

.tab-active .criteria_tab_box_text.test_question h5 {
    font-size: 1.2em;
    font-weight: 700;
}

.criteria_tab_box_text.test_question h5 {
    font-size: .9em;
    font-weight: 600;
}

.testseries_question li {
    min-width: 19%;
}

.marquee_sec a {
    color: #fff;
}

.table_inner_content_design {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table_inner_content_design li {
    display: inline-block;
    width: 32%;
    padding: 5px;
    margin: 7px 0;
    border-left: 2px solid #dee2e6;
}

.table_inner_content_design li:first-child {
    border-left: 0;
}

.padd-5 {
    padding: 5px;
}

.my_top_heading {
    margin-bottom: 30px;
}

#quick_links,
#enquiry_form {
    position: fixed;
    display: none;
    right: 0;
    bottom: 18px;
    width: 335px;
    padding: 10px;
    background: #fff;
    z-index: 99;
    border: 2px solid #1071D3;
    height: auto;
    font-family: 'Sansation';
}
#enquiry_form {
    bottom: 30px;
}

#quick_links h4,
#enquiry_form h4 {
    position: relative;
    margin-bottom: 33px;
    font-weight: 600;
}

#quick_links h4:before,
#enquiry_form h4:before {
    content: '';
    position: absolute;
    width: 75px;
    bottom: -15px;
    left: 0;
    height: 3px;
    background: #1071D3;
}

#enquiry_form .form-control,
#quick_links .form-control {
    font-size: 12px;
    color: #7b7b7b;
    resize: none;
    border-radius: 30px;
}

.btn-enquiry {
    color: #fff;
    background: -webkit-linear-gradient(left, rgb(148, 115, 221) 0%, rgb(26, 201, 228) 100%);
    font-weight: 600;
    transition: all .4s ease;
    border-radius: 30px;
    width: 100%;
}

.btn-enquiry:hover {
    color: #0069d9;
    background: #ffffff;
    border: 1px solid #0069d9;
}

.close_form {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #1071D3;
    width: 25px;
    height: 25px;
    color: #000;
    border-radius: 50%;
}

.close_form em {
    position: absolute;
    top: 47%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

#quick_links ul li a {
    font-size: 14px;
    color: #000;
    padding: 8px 0;
    display: block;
    border-bottom: 1px dashed #1071D3;
    margin-right: 10px;
    font-weight: 400;
}

#quick_links ul {
    height: 375px;
    padding-left: 10px;
    overflow: auto;
}

#quick_links ul::-webkit-scrollbar {
    width: 5px;
}


/* Track */

#quick_links ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

#quick_links ul::-webkit-scrollbar-thumb {
    background: #1071D3;
    border-radius: 10px;
}


/* Handle on hover */

#quick_links ul::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


/*--------------------------- optional foundation ------------------------------*/

.tab_optional .criteria_tab_box_text.optional_foundation.active {
    background: #ed1c24 !important;
    border-radius: 0;
    position: relative;
    z-index: 9;
}

.criteria_tab_box_text.optional_foundation.active:before {
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-right: 78px solid transparent;
    border-top: 10px solid #ed1c24;
    border-left: 71px solid transparent;
}

.foundation_option {
    justify-content: left !important;
}

.my_found h5 {
    font-weight: 600;
    font-family: sansation;
}

.tab_optional .criteria_tab_box_text.optional_foundation {
    background: #fdeeef !important;
}

.tab_optional .criteria_tab_box_text.optional_foundation h5 {
    color: #e8868a;
}

.tab_optional .criteria_tab_box_text.optional_foundation.active h5 {
    color: #fff;
}


/*-------------------------- anubhav page --------------------------------*/

.anubhav_cards {
    display: flex;
    padding: 20px;
    background: linear-gradient(45deg, #0d455e, #327ea2);
    transition: max-height 1s;
    min-height: 257px;
}

.anubhav_cards p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.anubhav_cards h4 {
    font-weight: 700;
}

.anubhav_cards_1 {
    background: linear-gradient(45deg, #147355, #3ab692);
}

.anubhav_cards .test_series_card_btn:hover {
    background: #fff;
    color: #000;
}

.anubhav_cards .onhover_content {
    display: none;
}

.anubhav_cards:hover .onhover_content {
    display: block;
}

.anubhav_cards:hover {
    max-height: 546px;
}


/*----------------------------------- image gallery --------------------*/

#lightgallery h5 {
    font-weight: 700;
    margin-bottom: 0;
}


/*------------------- image gallery slider --------------------*/

.demo-wrap .demo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-user-select: none;
}

.slide-wrap {
    width: 100%;
    height: 465px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slide-wrap li {
    display: none;
    width: 400px;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0px 10px 20px #888;
}

.slide-wrap .inner {
    position: relative;
}

.slide-wrap .inner a {
    text-decoration: none;
    border: none;
    outline: none;
}

.slide-wrap img {
    width: 100%;
    border: none;
    outline: none;
}

.slide-wrap .inner a img {
    border: 4px solid #fff;
}

.slide-wrap .pos1 {
    display: block;
    width: 30%;
    height: 252px;
    top: 75px;
    left: 3%;
    z-index: 1;
}

.slide-wrap .pos2 {
    display: block;
    width: 40%;
    height: 333px;
    top: 50px;
    left: 15%;
    z-index: 2;
}

.slide-wrap .pos3 {
    display: block;
    width: 50%;
    height: 419px;
    top: 15px;
    left: 27%;
    z-index: 3;
}

.slide-wrap .pos4 {
    display: block;
    width: 40%;
    height: 333px;
    top: 50px;
    right: 15%;
    z-index: 2;
}

.slide-wrap .pos5 {
    display: block;
    width: 30%;
    height: 252px;
    top: 75px;
    right: 3%;
    z-index: 1;
}

.slide_content {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    display: block;
    padding: 8px;
}

.slide_content h5 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 1.3em;
}

.slide_content p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.slide-wrap .inner {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #2d60af;
    color: #fff;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.5em !important;
    line-height: 50px !important;
    text-align: center;
    font-style: normal;
}

.prev {
    left: 2%;
    background-position: 0px 0px;
}

.next {
    right: 2%;
    background-position: -52px 0px;
}

.my_img_gallery h5 {
    font-weight: 700;
    font-family: 'Sansation';
}

.slide_content {
    color: #000;
}

#demo_1 {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
}


/*------------------- End image gallery slider --------------------*/


/*-------------------- video gallery --------------------------*/

.video_content {
    background: url(../images/video_frame.png);
    width: 90%;
    padding: 5px 5px 60px 4px;
    margin: 20px auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.play_btn {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.related_video {
    position: absolute;
    border-radius: 5px;
}

.related_play_btn {
    width: 50%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.related_play_btn {
    top: 50%;
}


/*----------- tabs --------------*/

.video_gallery_tabs_box {
    width: 65%;
    border-radius: 30px;
    margin: auto;
    margin-top: 70px;
    box-shadow: 0 0 20px 2px #ccc;
    justify-content: space-between !important;
}

.video_tab_box_text.active {
    background: #67d1a1;
    border-radius: 50px;
    padding: 20px 15px;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

.video_tab_box_text.active:hover {
    color: #fff;
}

.video_tab_box_text {
    min-width: 20%;
    padding: 0 10px;
    color: #000;
    position: relative;
}

.video_tab_box_text h5 {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 0 10px;
    font-family: 'sansation';
}

.video_tab_box_text:before {
    content: '';
    width: 2px;
    height: 20px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_tab_box_text:last-child:before {
    content: unset;
}

.video_tab_box_text.active:before {
    content: unset;
}

.video_tab_box_text:hover {
    color: #000;
    text-decoration: none;
}

.tab_video_play_btn {
    width: 30%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 35%);
}

.tab_innner_video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video_description {
    padding: 10px;
    font-weight: 600;
    font-family: 'Sansation';
}

.tab_video_main_box {
    max-height: 1000px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 30px;
}

.tab_video_main_box::-webkit-scrollbar {
    width: 7px;
}

.tab_video_main_box::-webkit-scrollbar:hover {
    width: 10px;
}

.tab_video_main_box::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}

.tab_video_main_box::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.slider-ifream {
    height: 412px;
}

.register-btn,
.enroll-btn {
    color: #ffffff;
    padding: 8px 20px;
    transition: ease 0.3s;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.register-btn {
    background: #1071d3;
    border: 1px solid #1071d3;
}

.enroll-btn {
        background: #1071D3;
    border: 1px solid #1071D3;
}

.register-btn:hover,
.enroll-btn:hover {
    color: #fff;
    text-decoration: none;
}

.enroll-btn:hover {
    border: 1px solid #1071d3;
    background-color: #1071d3;
}

.register-btn:hover {
    border: 1px solid #e75a0e;
    ;
    background-color: #e75a0e;
    ;
}


/*----------------------------- seminar page --------------------------*/

.seminar-tabs-r {
    width: 80%;
    border-bottom: none !important;
}

.seminar-tabs-r li {
    margin-right: 8px;
}

.seminar-tabs-r li a {
    color: #949494;
    font-family: 'Sansation';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 15px;
    background: #f2f2f2;
}

.seminar-tabs-r li a.active {
    background: #2476c9;
    color: #fff;
}

.seminar-tabs-r li a.active {
    color: #fff;
}

.seminar-tabs-r li a:hover {
    text-decoration: none;
    background: #56a1c4;
    color: #fff;
}

.seminar_heading {
    font-weight: bold;
    text-transform: uppercase;
}

.seminar_heading_down_content {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.seminar_heading_down_content li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    font-weight: 600;
    color: #fff;
}

.seminar_para {
    color: #8b8b9a;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.seminar_img_block {
    border: 15px solid #fff;
    box-shadow: 0 0 20px 2px #ccc;
    margin-bottom: 20px;
    margin-right: 5px;
}

.seminar_img_block:before {
    content: '';
    width: 50%;
    height: 65%;
    position: absolute;
    background: linear-gradient( #48b0e7, #67d29e);
    top: 6%;
    right: 0;
    z-index: -1;
}

.seminar_right_small_img {
    width: 50%;
    position: absolute;
    bottom: 15%;
    left: -20%;
    z-index: 1;
    border: 7px solid #fff;
    box-shadow: 0 0 20px 2px #ccc;
}

.seminar_details {
    margin: 25px 0 0;
}

.seminar_details li {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
}

.seminar_details li img {
    width: 14%;
    margin-right: 10px;
}

.click_watch_btn:hover {
    background: linear-gradient( #48b0e7, #67d29e);
}

.click_watch_btn {
    background: linear-gradient(45deg, #50b4bc, #46b2c5);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    display: flex;
    width: 26%;
}

.click_watch_btn:hover {
    color: #fff;
    text-decoration: none;
}

.traiangle {
    clip-path: polygon(48% 0, 0% 100%, 100% 100%);
    transform: rotate(90deg);
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 5px 0 0 5px;
}

.seminar_content_box h5 {
    font-weight: 700;
    font-family: 'Sansation';
    margin-bottom: 0;
    min-height: 75px;
}

.seminar_content_box .seminar_heading_down_content li {
    font-size: 11px;
}

.seminar_content_box .click_watch_btn {
    padding: 5px;
    width: 39%;
    font-size: 13px;
    background: #2660a1;
    margin: auto;
}

.seminar_content_box .traiangle {
    width: 10px;
    height: 10px;
    margin: 5px 0 0 5px;
}

.seminar_content_box {
    background: #fff;
    border-radius: 10px;
    width: 80%;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0;
    overflow: hidden;
    box-shadow: 0 0 20px 2px #ccc;
}

.seminar_content_box:before {
    content: '';
    background: #2660a1;
    position: absolute;
    top: 5%;
    left: -3px;
    width: 8px;
    height: 70%;
    border-radius: 10px;
}

.seminar_content_full_box {
    position: absolute;
    width: 94%;
    background: #fff;
    left: 37px;
    top: 240px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    box-shadow: 0 20px 20px 2px #ccc;
    z-index: 2;
}

.seminar_content_full_box p {
    color: #000;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    padding: 25px;
    padding-bottom: 10px;
    margin: 3px 0px;
    text-align: justify;
    font-family: 'sansation';
    min-height: 120px;
}


/*.seminar_full_box_4, .seminar_full_box_5, .seminar_full_box_6 {
    bottom: -36%;
}*/

.seminar_inner_box_div li {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-left: -20px;
    background: #b2f4fe;
    padding: 26px 8px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    text-align: center;
    width: 36%;
    overflow: hidden;
    height: 100%;
}

.seminar_inner_box_div li img {
    width: 35px;
    padding-bottom: 10px;
}

.seminar_inner_box_div {
    margin-bottom: 0;
    float: right;
    width: 100%;
}

.seminar_inner_box_div li:last-child {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -19px;
    width: 52%;
    overflow: hidden;
}

.seminar_inner_box_div li:nth-child(2) {
    width: 22%;
    clip-path: polygon(25% 0%, 100% 0%, 76% 100%, 0% 100%);
    overflow: hidden;
}

.fade_boxes {
    margin-bottom: 6.5em;
    cursor: pointer;
}


/*.fade_boxes:before {
    content: '';
    width: 92%;
    height: 250px;
    background: #f7f6f5d1;
    position: absolute;
    top: 0;
    z-index: 1;
}
.fade_boxes:hover:before{
    content: unset;
}*/

.hidden {
    display: block;
}

.seminar_para:before {
    content: '';
    width: 50px;
    position: absolute;
    height: 55px;
    background: url(../images/seminar/mic.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: -5%;
    top: 5%;
}

.seminar_para:after {
    content: '';
    width: 50px;
    position: absolute;
    height: 55px;
    background: url(../images/seminar/speaker.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 10%;
    bottom: 5%;
}


/*------------------- search bar --------------------------*/

.search_box {
    width: 20%;
    position: absolute;
    right: 3%;
    top: -10px;
    border-left: 1px solid;
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    background: linear-gradient( 45deg, #48b0e7, #67d29e);
    border-radius: 30px;
    display: flex;
    height: 50px;
    padding: 10px;
}

.search_input::placeholder {
    color: #fff;
    font-family: 'Sansation';
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar .search_input {
    padding: 0 10px;
    width: 100%;
    color: #fff;
    transition: width 0.4s linear;
}

.searchbar .search_icon {
    background: white;
    color: #e81d27;
    width: 40px;
    height: 30px;
    text-decoration: none;
}

.search_icon {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.search_box input.search-text::-webkit-search-cancel-button {
    cursor: pointer;
}


/*============ Privacy Policy Page ====================*/

.banner-conent-center {
    color: #fff;
    padding: 150px 0px;
    font-family: 'Raleway';
}

.privacy-policy-page h2 {
    font-family: 'Raleway';
    padding-bottom: 30px;
}

.privacy-policy-page h5 {
    font-family: inherit;
}

.privacy-policy-page p {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #5b666a;
    text-align: justify;
}

.privacy-policy-page hr {
    margin: 30px 0px;
}


/* ================== super achivers =======================*/

.super_achiv p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.topper-nav-tabs {
    width: 100%;
    /* margin: auto; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, max-content));
    grid-gap: 16px;
    justify-content: center;
    padding: initial;
}

.topper-nav-tabs li {
    padding: 0px;
    text-align: center;
}

.topper-nav-tabs .nav-item a {
    background-image: linear-gradient(to right, #65d0a2, #49b1e6);
    color: #000;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
}

.topper-nav-tabs .nav-item a.active {
    background-image: linear-gradient(to right, #0b5da9, #de202c);
    color: #fff;
}

.team-member-a {
    width: 71%;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    height: 182px;
    margin: auto;
}

.bg-yellow {
    background-image: linear-gradient(#fbd246, #dab655);
}

.bg-blue {
    background-image: linear-gradient(#65cfdc, #5ab5ba);
}

.bg-green {
    background-image: linear-gradient(#54e6a8, #9bdebd);
}

.bg-dark-yellow {
    background-image: linear-gradient(#fb8c33, #d67a2f);
}

.team-member-a .imag-box {
    position: absolute;
    top: 8px;
    width: 95%;
    right: 9px;
    border-radius: 100%;
    height: 185px;
    cursor: pointer;
    overflow: hidden;
}

.team-member-a img {
    width: 100%;
}

.team-member-a:hover .team-overlay {
    height: 100%;
    cursor: pointer;
}

.team-member-a:hover .team-overlay-content {
    display: block;
}

.team-member-a:hover .team-main-content {
    display: none;
}

.team-overlay h5,
.team-overlay p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.team-overlay a {
    text-transform: capitalize;
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
}

.team-overlay {
    border-radius: 100%;
    width: 100%;
    position: absolute;
    height: 0;
    transition: .3s ease;
}

.team-overlay-bg-yellow {
    background-image: linear-gradient(to bottom right, #fbd246, #dab655);
}

.team-overlay-bg-blue {
    background-image: linear-gradient(to bottom right, #65cfdc, #5ab5ba);
}

.team-overlay-bg-green {
    background-image: linear-gradient(to bottom right, #54e6a8, #9bdebd);
}

.team-overlay-bg-dark-yellow {
    background-image: linear-gradient(to bottom right, #fb8c33, #d67a2f);
}

.team-overlay-content {
    font-size: 12px;
    font-family: 'Raleway';
    display: none;
    position: absolute;
    top: 50%;
    left: 39%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-29%, -50%);
    text-align: center;
}

.team-main-content {
    padding: 10px;
    display: block;
    font-family: 'Raleway';
}

.team-main-content h5 {
    text-transform: uppercase;
    font-weight: 600;
}

.team-main-content p {
    font-weight: 600;
    text-transform: capitalize;
}

.fc-yellow {
    color: #cf7e0b;
}

.fc-blue {
    color: #289da6;
}

.fc-green {
    color: #209e61;
}

.fc-dark-yellow {
    color: #d1641f;
}

.banner_preview img {
    width: 100%;
}

.que-ans a {
    display: block;
    width: 100%;
    overflow-wrap: break-word;
}

.seminar_close_btn {
    display: none !important;
}

.gallery-mobile-view {
    display: none;
}

.schedule_box_content p {
    margin-bottom: 0;
}


/*.gray_border{
    border-color: #dee2e6 !important;
}*/

.border-gray-top {
    border: 1px solid #dee2e6;
    border-color: #dee2e6 !important;
}

.border-gray-bottom {
    border-bottom: 1px solid #dee2e6;
    border-color: #dee2e6 !important;
}

.border-gray-left {
    border: 1px solid #dee2e6;
    border-color: #dee2e6 !important;
}

.border-gray-right {
    border: 1px solid #dee2e6;
    border-color: #dee2e6 !important;
}
/* ==================== BLOG SECTION CSS ============================*/
 .padding-top-30 { 
   padding-top: 30px;
   }
   .categories_title h5 {
   font-size: 24px;
   font-weight: 500;
   margin-bottom: 30px; 
   }
   .categories_title h5 a {
   font-size: 24px;
   font-weight: 500;
   color: #17222b;
   }
   .mb30 {
   margin-bottom: 30px;
   }
   .single_post {
   position: relative;
   z-index: 2;
   transition: all .3s;
   }
   .post_img {
   position: relative;
   z-index: 2;
   }
   .img_wrap {
   overflow: hidden;
   }
   .post_img img {
   object-fit: cover;
   width: 100%;
   }
   .post_type3 .single_post_text {
   padding: 20px 0;
   }
   .single_post_text .meta3 {
   margin-bottom: 10px;
   }
   .single_post_text .meta3 a:first-child {
   color: #ed534b;
   }
   .single_post_text a {
   color: #17222b;
   font-weight: 500;
   }
   .post_type3 .single_post_text a {
   font-size: 20px;
   font-weight: 700;
   line-height: 24px;
   }
   .single_post_text .meta3 a {
   font-size: 14px!important;
   position: relative;
   z-index: 2;
   line-height: 17px;
   font-weight: 500;
   margin-bottom: 5px;
   }
   .single_post_text .meta3 a:last-child {
   margin-left: 20px;
   color: #17222b;
   opacity: .75;
   }
   .single_post_text .meta3 a:last-child:before {
   position: absolute;
   content: "/";
   height: 20px;
   width: 10px;
   left: -18px;
   top: 50%;
   margin-top: -10px;
   line-height: 20px;
   color: #17222b;
   opacity: .3;
   text-align: center;
   }
   .space-10 {
   height: 10px;
   }
   .post_type3 .single_post_text .post-p {
   opacity: .85;
   font-size: 15px;
   line-height: 22px;
   }
   .padding5050 {
   padding: 50px 0;
   }
   .cpagination li {
   margin-right: 10px;
   }
   .cpagination li a {
       height: 38px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    color: #17222b;
    border: none;
    background: #e4e5e6;
    border-radius: 0!important;
   }
   .widget_tab ul {
   margin: 0;
   padding: 0;
   margin-bottom: 25px;
   border: none;
   }
   .widget_tab ul li {
   list-style: none;
   margin-right: 10px;
   width: 30.4%;
   }
   .widget_tab ul li a.active {
   color: #fff;
   background: #62c6bb;
   }
   .widget_tab ul li a:hover{
   background: #52b5dd;
   color: #fff;
   text-decoration: none;
   }
   .widget_tab ul li a {
   background: #fff;
   font-size: 12px;
   font-weight: 500;
   color: #000;
   text-transform: uppercase;
   box-shadow: 0 10px 40px rgba(0,0,0,.15);
   line-height: 12px;
   padding: 12px;
   width: 100%;
   text-align: center;
   display: inline-block;
   }
   .tab-pane.fade {
   transform: translateX(30px);
   transition: all .3s;
   }
   .tab-content>.active {
   display: block;
   }
   .widgets_small {
   padding-left: 120px;
   min-height: 77px;
   }
   .tab-pane.fade.active.show {
   transform: translateX(0px);
   transition: all .3s;
   }
   .widgets_small .post_img {
   position: absolute;
   left: 0;
   top: 0;
   height: 77px;
   width: 100px;
   }
   .widgets_small .post_img img {
   width: 140%;
   height: 100%;
   transition: all .3s;
   object-fit: cover;
   overflow: hidden;
   }
   .single_post_text .meta2 a:first-child {
   color: #ed1c24;
   }
   .single_post_text .meta2 a {
   font-size: 12px;
   text-transform: capitalize;
   position: relative;
   z-index: 2;
   line-height: 17px;
   margin-bottom: 5px;
   font-weight: 400;
   }
   .single_post_text .meta2 a:last-child {
   margin-left: 20px;
   color: #17222b;
   opacity: .75;
   }
   .single_post_text .meta2 a {
   font-size: 12px;
   text-transform: capitalize;
   position: relative;
   z-index: 2;
   line-height: 17px;
   margin-bottom: 5px;
   font-weight: 400;
   }
   .single_post_text .meta2 a:last-child:before {
   position: absolute;
   content: "/";
   height: 20px;
   width: 10px;
   left: -18px;
   top: 50%;
   margin-top: -10px;
   line-height: 20px;
   color: #17222b;
   opacity: .3;
   text-align: center;
   }
   .single_post_text h4 {
   font-size: 16px;
   color: #17222b;
   font-weight: 500;
   line-height: 21px;
   }
   .widgets_small .single_post_text a {
   line-height: 21px;
   }
   .space-15 {
   height: 15px;
   }
   .border_black {
   border-bottom: 1px dashed #dcdedf;
   }
   .widget-title {
   font-size: 24px;
   margin-bottom: 20px;
   font-weight: 500;
   text-transform: capitalize;
   position: relative;
   z-index: 2;
   display: inline-block;
   }
   span.tranding {
   height: 20px;
   width: 20px;
   display: inline-block;
   text-align: center;
   font-size: 10px;
   line-height: 24px;
   border-radius: 50%;
   background: #f55;
   color: #fff;
   position: absolute;
   left: 5px;
   top: -10px;
   }
   .post_type3 .post_img span.tranding {
   height: 30px;
   width: 30px;
   font-size: 12px;
   line-height: 30px;
   left: 10px;
   top: 10px;
   }
   .space-30 {
   height: 30px;
   }
   .widget .tagcloud a {
   display: inline-block;
   border: 1px solid #e1e1e1 !important;
   color: #09101f;
   padding: 8px 15px;
   border: none;
   border-radius: 0;
   font-weight: 400;
   font-size: 15px !important;
   margin-top: 8px;
   margin-right: 5px;
   }
   .widget .tagcloud a:hover, .widget .tagcloud a:focus {
   color: #ffffff;
   background-color: #0060afd1;
   border: 1px solid #0060af !important;
   }
   a.single_social {
   display: inline-block;
   padding: 12px;
   font-size: 18px;
   font-weight: 500;
   position: relative;
   z-index: 2;
   padding-left: 35px;
   background: #3b5998;
   margin: 4px 3px;
   color: #fff;
   width: 104px;
   line-height: 12px;
   }
   a.single_social span.follow_icon {
   position: absolute;
   left: 8px;
   font-size: 12px;
   height: 20px;
   width: 20px;
   line-height: 20px;
   text-align: center;
   top: 50%;
   margin-top: -10px;
   }
   a.single_social span.icon_text {
   display: block;
   line-height: 10px;
   font-size: 11px;
   margin-top: 5px;
   }
   a.social_twitter {
   background: #1da1f2;
   }
   a.social_youtube {
   background: #ff5050;
   }
   a.social_instagram {
   background: #9b45d5;
   }
   a.social_vimeo {
   background: #1ab7ea;
   }
   a.social_medium {
   background: #00ab6c;
   }
   .widget_search form label {
   display: block;
   margin-bottom: 0;
   }
   .widget_search form .screen-reader-text {
   display: none;
   }
   .widget_search form .search-field {
   background-color: transparent;
   height: 45px;
   padding: 8px 15px;
   border: 1px solid #eeeeee;
   background-color: #eeeeee;
   width: 100%;
   display: block;
   outline: 0;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   border-radius: 0;
   margin-bottom: 15px;
   }
  .widget_search form a {
    border: none;
    background-color: #51b4df;
    color: #ffffff;
    height: 36px;
    width: 37px;
    position: absolute;
    right: 22px;
    padding: 4px 11px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 4px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
 .cpagination li a span{
    position: absolute;
    top: 10px;
   }
   .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #53b6dd;
    border-color: #53b6db;
}
   /*=============== BLOG DETAILS PAGE CSS ============================ */
   .page_category h4, li.page_category {
   font-size: 16px;
   color: #ed534b;
   }
   .page_comments ul {
   margin: 0;
   padding: 0;
   }
   .page_comments li {
   color: #888e92;
   font-size: 15px;
   font-weight: 500;
   margin-right: 10px;
   }
   .page_comments li i {
   padding: 5px;
   }
   .inline li {
   display: inline-block;
   }
   .space-40 {
   height: 40px;
   }
   .space-10 {
   height: 10px;
   }
   .single_post_heading h1 {
    font-size: 35px;
    color: #6dd1a6;
    font-weight: 600;
   }
   .pre-next-date li{
    display: inline-block;
   }
   .pre-next-date{
    position: absolute;right: 0px;
    top: 0px;
   }
   .pre-next-date li a {
    padding: 5px 14px 7px 14px;
    background: #9c9c9c;
    color: #fff;
}
    .single_post_main_heading h1 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
   }
   .author {
   position: relative;
   z-index: 2;
   padding-left: 60px;
   display: inline-block;
   text-align: left;
   }
   .author .author_img {
   left: 0;
   position: absolute;
   top: 50%;
   height: 50px;
   width: 50px;
   margin-top: -25px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #e4e5e6;
   border-radius: 50%;
   overflow: hidden;
   }
   .author_img_wrap img, .comment_img img {
   border-radius: 50%;
   }
   .author a {
   color: #17222b;
   font-weight: 500;
   text-transform: capitalize;
   }
   .author ul {
   margin: 0;
   padding: 0;
   }
   .author ul li {
   list-style: none;
   display: inline-block;
   color: #73797f;
   font-size: 15px;
   }
   .author ul li a {
   color: #73797f;
   font-weight: 400;
   font-size: 15px;
   }
   .space-20 {
   height: 20px;
   }
   ul.social-network-blog {
   list-style: none;
   display: inline;
   margin-left: 0 !important;
   padding: 0;
   }
   ul.social-network-blog li {
   display: inline;
   margin: 0 5px;
   }
   .social-circle li a {
   display: inline-block;
   position: relative;
   margin: 0 auto 0 auto;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   text-align: center;
   width: 31px;
   height: 31px;
   font-size: 16px;
   }
   .social-network-blog .icomesg {
   background-color: #F56505;
   }
   .social-circle li i {
   margin: 0;
   line-height: 33px;
   text-align: center;
   }
   .social-circle i {
   color: #fff;
   -webkit-transition: all 0.8s;
   -moz-transition: all 0.8s;
   -o-transition: all 0.8s;
   -ms-transition: all 0.8s;
   transition: all 0.8s;
   }
   .social-network-blog .icoFacebook {
   background-color: #3B5998;
   }
   .social-network-blog .icoTwitter {
   background-color: #33ccff;
   }
   .social-network-blog .icowhatsapp {
   background-color: #1db130;
   }
   .social-network-blog .icowhatinsta {
   background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
   background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
   background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
   }
   a.socialIcon:hover, .socialHoverClass {
   color:#44BCDD;
   }
   .social-circle li a {
   display: inline-block;
   position: relative;
   margin: 0 auto 0 auto;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   text-align: center;
   width: 31px;
   height: 31px;
   font-size: 16px;
   }
   .boder-bottom-soiacl{
   border-bottom: 1px solid #dcdcdc;
   padding: 10px 0px;
   margin-bottom: 10px;
   }
   .social-circle li i {
   margin: 0;
   line-height: 33px;
   text-align: center;
   }
   .social-circle li a:hover i, .triggeredHover {
   -moz-transform: rotate(360deg);
   -webkit-transform: rotate(360deg);
   -ms--transform: rotate(360deg);
   transform: rotate(360deg);
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   -o-transition: all 0.2s;
   -ms-transition: all 0.2s;
   transition: all 0.2s;
   }
   .social-circle i {
   color: #fff;
   -webkit-transition: all 0.8s;
   -moz-transition: all 0.8s;
   -o-transition: all 0.8s;
   -ms-transition: all 0.8s;
   transition: all 0.8s;
   }
   .post-social-icons a {
   color: #fff;
   text-align: center;
   }
   .post-social-icons a i {
   border-right: 1px solid rgba(255, 255, 255, 0.5);
   margin-right: 5px;
   padding-right: 8px;
   font-size: 14px;
   line-height: 12px;
   }
   .post-social-icons>li.facebook {
   background: #3B5998;
   }
   .post-social-icons>li.twitter {
   background: #00aced;
   }
   .post-social-icons>li.gplus {
   background: #405DE6;
   }
   .post-social-icons>li.pinterest {
   background: #ce222b;
   }
   .comments-area {
   margin-top: 30px;
   }
   .comments-area .comments-title {
   margin-bottom: 30px;
   font-size: 25px;
   }
   .comments-area ol, .comments-area ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
   }
   .comments-area .comment-list {
   padding: 0;
   margin: 0;
   list-style-type: none;
   }
   .comments-area .comment-body {
   border-bottom: 1px dashed #eeeeee;
   padding-left: 70px;
   color: #09101f;
   margin-bottom: 20px;
   padding-bottom: 20px;
   }
   .comment-meta{
   display: block;
   }
   .comments-area .comment-author {
   font-size: 16px;
   margin-bottom: 8px;
   position: relative;
   z-index: 2;
   }
   .comments-area .comment-author .avatar {
   height: 50px;
   left: -65px;
   position: absolute;
   width: 50px;
   }
   .comments-area .comment-author .fn {
   font-weight: 600;
   }
   .comments-area .comment-metadata {
   color: #656565;
   margin-bottom: 10px;
   font-size: 14px;
   }
   .comments-area .comment-metadata a {
   display: inline-block;
   color: #656565;
   }
   .comments-area .comment-content p {
   font-size: 14px;
   font-weight: 400;
   }
   .comments-area .comment-respond .comment-form {
   overflow: hidden;
   }
   .comments-area .comment-respond .comment-notes {
   margin-top: 15px;
   margin-bottom: 30px;
   }
   .comments-area .comment-respond .comment-form-author {
   float: left;
   width: 50%;
   padding-right: 10px;
   margin-bottom: 20px;
   }
   .comments-area .comment-respond label {
   font-size: 16px;
   font-weight: 500;
   }
   .comment-form input, .comments-area .comment-respond textarea {
   display: block;
   width: 100%;
   background-color: #f4f4f4;
   border: none;
   padding: 1px 0 0 15px;
   height: 50px;
   outline: 0;
   border-radius: 2px;
   color: #09101f;
   }
   .comments-area .comment-respond .comment-form-email {
   float: left;
   width: 50%;
   padding-left: 12px;
   margin-bottom: 20px;
   }
   .comments-area .comment-respond .comment-form-url {
   float: left;
   width: 100%;
   margin-bottom: 20px;
   }
   .comments-area .comment-respond .comment-form-comment {
   float: left;
   width: 100%;
   }
   .comments-area .comment-respond textarea{
   height: auto !important;
   padding-top: 15px;
   }

   .tags-new ul {
    margin: -7px 0 20px;
    list-style: none;
    padding-left: 0;
    line-height: 1.6;
   font-size: 16px;
   }
   .tags-new ul li {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    padding-right: 10px;
    padding-left: 0px;
    background: transparent;
    font-size: 16px;
    color: #474747;
    line-height: 1.6;
   }
   .tags-new ul li a {
    color: #777;
    font-style: italic;
    font-size: 13px;
    background-color: #eee;
    border-radius: 4px;
    padding: 5px 8px;
   }
   .tags-new ul li a:hover{
          background: linear-gradient(45deg, #1071D3, #51b4e0);
    color: #fff;
   }
   .border-full{
          background: #53b6da;
          height: 8px;
    margin: 20px 0px;
   }
 .list-title {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}
.wrapper {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
.row .column.two:first-child {
    width: 50%;
}
.list-title h1 {
    font-size: 28px;
    color: #3b332c;
    line-height: 1;
    font-weight: 700;
}
.article-list .list-category article {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-right: 3%;
    font-size: 16px;
    position: relative;
}
.article-list .list-category article h6 {
    margin: 15px 0 35px;
    padding: 0 0 15px;
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    line-height: 1;
}
.article-list .list-category article .article-listing ul{
       margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.article-list .list-category article .article-listing ul li p strong {
    font-size: 22px;
    color: #191919;
    font-weight: 400;
}
.article-list .list-category article .article-listing ul li p {
    margin: 0 0 5px;
    color: #474747;
    line-height: 1.4;
}
.article-list .list-category article .article-listing ul li p {
    margin: 0 0 5px;
    color: #474747;
    line-height: 1.4;
}
.article-list .list-category article .article-listing ul li p span {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 0 0 px;
    font-size: 14px;
    opacity: .5;
}
.article-list .list-category article .article-listing ul li a {
    color: #6bcfa9;
    font-weight: 500;
}
.article-list .list-category article .article-listing ul li p span:last-child {
    margin: 0 0 0 0;
}
.article-list .list-category article .article-listing ul li {
    padding: 25px 0;
    font-family: inherit;
    border-bottom: 1px solid #ececec;
}
/* ===================== END OF BLOG SECTION ========================*/

@media (min-width: 1900px) {
    .slide-wrap {
        height: 630px;
    }
    .slide-wrap .pos1,
    .slide-wrap .pos5 {
        width: 25%;
        height: 470px;
    }
    .slide-wrap .pos2,
    .slide-wrap .pos4 {
        width: 35%;
        height: 520px;
    }
    .slide-wrap .pos3 {
        width: 50%;
        height: 580px;
    }
}

@media (min-width: 1024px) and (max-width: 1250px) {
    .my_header li a {
        font-size: 10px !important;
    }
    .dropdown-menu-large .dropdown-header {
        font-size: 12px !important;
    }
    h2 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    #wave2 .wave {
        background-size: 1270px;
    }
    #wave .wave {
        background-size: 1170px;
    }
    .latest_course .item {
        min-height: 110px;
    }
    .couse_title {
        height: 50px;
        font-size: 14px;
    }
    .carousel_btn {
        padding: 4px 16px;
        font-size: 10px;
    }
    #carousel1 .owl-prev,
    #carousel1 .owl-next {
        width: 30px;
        height: 30px;
    }
    .tab button {
        height: 90px;
        font-size: 13px;
    }
    .tab button img {
        margin-right: 0;
    }
    .tab_outer_icon {
        padding: 10px 0;
        margin-bottom: 3px;
    }
    h6 {
        font-size: 12px;
    }
    .books_div img {
        width: 130px;
    }
    .books_content {
        width: 220px;
    }
    .initiatives_imgs img {
        width: 165px;
    }
    .social_imgs img {
        width: 73px;
        margin: 10px;
    }
    .footer_column p,
    .footer_column ul li a {
        font-size: 12px !important;
    }
    .footer_column h5 {
        font-size: 14px;
    }
    .topper-nav-tabs li {
        /* width:calc(100%/3); */
        text-align: center;
    }
    .team-member-a,
    .team-member-a .imag-box {
        height: 150px;
    }
    .topper-nav-tabs {
        width: 100%;
    }
    .top_right_btn_box a {
        width: auto !important;
        margin: 5px;
    }

    .top_right_btn_box {
        float: left;
    }
    .our_vision {
        margin-top: 10px;
    }
    .books_div img {
        width: 50% !important;
        left: 39%;
    }
    .director-image:hover .img-overlay {
        left: 2px;
        top: 0px;
    }
    .team-member {
        min-height: 690px;
    }
    .director_desk_content h6 hr {
        width: 15%;
    }
    .table_inner_content_design li {
        width: 31%;
    }
    .note {
        margin-bottom: 1rem;
    }
    .testseries_question li {
        min-width: 18%;
    }
    .dropdown-menu-large .dropdown-header:before {
        top: 25px;
    }
    .my_top_heading {
        margin-bottom: 10px;
    }
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .test_series_content p {
        margin-top: 10px;
    }
    .test_series_card_btn {
        padding: 6px 15px;
    }
    .anubhav-card-prelims {
        padding: 15px;
    }
    .tab_optional .criteria_tab_box_text h5 {
        font-size: .8em;
    }
    .criteria_content-next li {
        padding-left: 5px;
    }
    .single-course .course-shap {
        bottom: 35px;
    }
    .single-course .course-footer .xs-ratting-content a {
        margin-bottom: 5px;
    }
    .privacy-policy-page h2 {
        padding-bottom: 0;
    }
    #open_resources_page h4 {
        padding: 0px;
        line-height: 25px;
    }
    .contact_us_form {
        padding-bottom: 25px;
    }
    .pt-5 {
        padding-top: 1.5rem !important;
    }
    .pd-50 {
        padding: 10px;
    }
    .seminar-tabs-r {
        width: 100%;
    }
    .seminar_inner_box_div li {
        width: 38%;
    }
    .seminar_content_box .click_watch_btn {
        width: 46%;
    }
    .seminar_content_full_box {
        left: 32px;
        bottom: -40%;
    }
    .seminar_img_block:before {
        height: 50%;
        bottom: 41%;
    }
    .seminar_right_small_img {
        bottom: 33%;
        left: -15%;
    }
    .click_watch_btn {
        width: 31%;
    }
    .director-image {
        height: 210px;
    }
    .img-overlay {
        width: 90%;
    }
    .top_director_image {
        height: 255px;
    }
    .martop-15 {
        margin-top: 3em;
        ;
    }
    .cst_para {
        margin-top: 1em;
    }
    .fade_boxes {
        margin-bottom: 6.5em;
    }
    .seminar_content_box h5 {
        min-height: 95px;
    }
    .seminar_content_full_box p {
        overflow: hidden;
        margin: 14px 0;
    }
    .anubhav_cards .onhover_content {
        display: block;
    }
    .video_gallery_tabs_box {
        width: 80%;
    }
    .slide-wrap .pos3 {
        height: 370px;
    }
    .slide-wrap .pos2,
    .slide-wrap .pos4 {
        height: 310px;
    }
    .overlay-box {
        height: 100%;
        background: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .anubhav_cards .onhover_content {
        display: block;
    }
    .fade_boxes {
        margin-bottom: 6em;
    }
    .tab_outer_icon {
        width: 44%;
    }
    .navbar-toggler {
        position: relative;
        left: 80%;
    }
    .toggle .supertabs .supertab {
        padding: 10px 60px;
    }
    .toggle .supertabs {
        display: flex;
    }
    .books {
        display: contents;
        width: 100%;
    }
    .books_div {
        margin-right: 40px;
        float: left;
    }
    .ranks:last-child {
        border: none;
        flex-flow: wrap;
        margin: 6% 30px auto;
    }
    .top_rankers {
        float: left;
        margin-right: 25px;
    }
    .ranker_5,
    .ranker_6 {
        margin-top: 12%;
    }
    .about_us .sidebar {
        width: 50%;
    }
    .with-78 {
        float: right;
    }
    .why-next-ul {
        padding: 0;
    }
    .our_vision {
        padding: 30px;
    }
    .heading3 {
        font-size: 28px;
    }
    .mar {
        margin: 9px;
    }
    .team-member .img-overlay {
        margin: 9px;
    }
    .content-next p {
        font-size: 15px;
        text-align: justify;
    }
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu-large>li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large>li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 8px !important;
        font-size: 15px;
    }
    .dropdown-menu-large .dropdown-header:before {
        top: 25px
    }
    .my_header ul {
        padding-left: 0;
    }
    .top_boxes_bottom_sec {
        float: unset;
    }
    .sidebar {
        width: 40%;
        position: relative;
        left: 2%;
    }
    .about_cse_tab {
        width: 100%;
    }
    .criteria_tab_box h5 {
        font-size: 1em;
    }
    .live_classes_tab .criteria_tab_box_text {
        padding: 20px;
        max-width: 235px;
    }
    .tab_optional .criteria_tab_box_text {
        width: 25%;
        margin-bottom: 15px;
        margin-right: -15px;
    }
    .nationality {
        font-size: 1.5em;
    }
    .optional_left h5 {
        font-size: 1em;
    }
   
    .top_right_btn_box {
        margin-top: 5px;
        float: left;
        /* margin: 5px 4px 0; */
    }
    .top_right_btn_box a {
        width: 165px;
        margin-right: 10px;
    }
    .desktop_button {
        display: unset;
        width: unset;
        float: unset;
    }
    .headings_features {
        display: flex;
        margin-top: 2em;
    }
    .headings_features h3 {
        font-size: 1.3em;
    }
    .top_design_prelims {
        display: block;
        padding: 30px 0;
        width: 100%;
        clear: both;
    }
    .before1,
    .before2,
    .before3,
    .before4,
    .before5 {
        margin-right: 2px;
        width: 130px;
        float: left;
        max-height: 300px;
        min-height: 300px;
        padding: 60px 5px;
    }
    .before1:before,
    .before3:before,
    .before5:before {
        content: '';
        position: absolute;
        top: -7px;
        width: 108%;
        height: 50%;
        left: -6px;
    }
    .top_design_prelims p {
        padding: 25px 2px;
    }
    .testseries_question li {
        max-width: 20%;
    }
    .criteria_tab_box_text.testseries_question {
        padding: 20px 15px !important;
    }
    .criteria_tab_box_text.test_question h5 {
        font-size: 0.7em;
    }
    .tab-active .criteria_tab_box_text.test_question h5 {
        font-size: .9em;
    }
    .video_gallery_tabs_box {
        width: 100%;
    }
    .video_content {
        padding: 26px;
        padding-left: 3px;
        padding-top: 3px;
    }
    .slide-wrap {
        height: 270px;
    }
    .slide-wrap .pos1,
    .slide-wrap .pos5 {
        width: 20%;
        height: 97px;
    }
    .slide-wrap .pos2,
    .slide-wrap .pos4 {
        width: 30%;
        height: 142px;
    }
    .slide-wrap .pos3 {
        width: 40%;
        height: 187px;
    }
    .slide_content {
        height: 35%;
    }
    .slide_content h5 {
        font-size: 1em;
    }
    .slide_content p {
        font-size: 16px;
    }
    .arrow {
        top: 50%;
        transform: translate(0, -50%);
    }
    .seminar_img_block:before {
        top: 16%;
        height: 85%;
    }
    .seminar_right_small_img {
        width: 40%;
        left: -3%;
        bottom: -2%;
    }
    .seminar_img_block {
        margin-top: 25px;
    }
    .seminar_para:before {
        right: 5%;
    }
    .seminar_content_box .click_watch_btn {
        width: 42%;
    }
    .seminar-tabs-r li {
        margin-bottom: 40px;
    }
    .seminar_content_full_box {
        position: absolute;
        width: 94%;
        background: #fff;
        left: 35px;
        bottom: -42%
    }
    .seminar_inner_box_div li {
        width: 49%;
    }
    .padd-top-100 {
        padding-top: 0px;
    }
    .pd-50 {
        padding: 0px;
    }
    .padd-top-50 {
        padding-top: 0px;
    }
    .table_inner_content_design li {
        width: 100%;
        border-left: 0;
    }
    .my_header li a {
        padding: 8px 9px;
    }
    .latter-image {
        padding: 0px 10px;
        text-align: center;
        margin-bottom: 0 !important;
    }
    .contact_us_form {
        margin-bottom: 20px;
    }
    .video_tab_box_text h5 {
        font-size: 16px;
        padding: 0;
    }
    .video_tab_box_text {
        padding: 0 5px;
        width: calc(100%/4);
    }
    .video_tab_box_text.active {
        padding: 7px 0px;
        font-size: 15px;
    }
    .team-member-a .imag-box,
    .team-member-a {
        height: 235px
    }
    .topper-nav-tabs {
        width: 100%;
    }
    .topper-nav-tabs li {
        width: calc(100%/3);
        text-align: center;
    }
    .top_right_btn_box a {
        width: auto !important;
        /* margin: 5px; */
    }
    .profile-content h4 {
        min-height: unset;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .login_box {
        width: 50%;
        padding: 33px 27px;
    }
    .seminar_content_box h5 {
        min-height: 95px;
    }
  
    .my_header li {
        font-size: 10px;
    }
    .right_slide p {
        width: 100%;
    }
    .right_slide h4 {
        font-size: 20px !important;
    }
    #carouselExampleIndicators1 {
        padding-bottom: 32px;
        padding-top: 1px;
    }
    #carouselExampleIndicators2 {
        padding-bottom: 32px;
        padding-top: 1px;
    }
    .right_slide p {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    #wave .wave {
        background-size: 1091px;
    }
    .top_rankers {
        width: 185px;
    }
    .text-secondary {
        font-size: 12px;
        color: #3c3c3c!important;
    }
    .initiatives_imgs img {
        padding: 2px 30px;
        border: 1px solid #e4e4e4;
        margin: 8px 12px;
        /* width: 43%; */
    }
    #wave2 .wave {
        background-size: 1496px;
    }
    .padd-top-50 {
        padding-top: 20px;
    }
    .about_us .sidebar {
        width: 33%;
        padding-top: 10px;
    }
    .director-image {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 190px;
    }
    .top_director_image {
        height: 240px;
    }
    .team-member {
        min-height: 635px;
    }
    .designation-cap {
        min-height: 28px;
    }
    .tabs h6 {
        font-size: 14px;
    }
    .padd-bottom-50 {
        padding-bottom: 20px;
    }
    .login-box h3 {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .login-box .btn-login {
        background: #1071D3;
        color: #fff;
        box-shadow: 1px 1px 11px 0px #1071D3;
        border-radius: 50px;
        margin: 5px 0px;
        padding: 2px 62px;
        border: none;
    }
    .login-box form input {
        font-size: 12px;
    }
    .single-course .course-shap {
        bottom: 53px;
    }
    .single-course .ts-course-el-title {
        font-size: 8px;
        text-align: center;
        height: 98px;
    }
    .rssss {
        height: 200px !important;
    }
    .single-course-item .single-course .course-title-area {
        position: relative;
        z-index: 1;
        margin-bottom: 10px;
        margin-top: 120px;
        min-height: 157px;
        overflow: hidden;
    }
    .single-course .ts-course-el-title a {
        font-size: 16px;
    }
    .latter-image img {
        padding: 25px;
        width: 76%;
        margin-left: 55px;
    }
    .centres-content {
        padding-top: 80px;
    }
    .cst_cards_div ul li {
        padding: 8px 0 !important;
        width: 14% !important;
    }
    .cst_cards_div ul li a {
        font-size: 12px;
    }
    .cst_penality_cards {
        margin-bottom: 3px;
    }
    .cst_cards_div {
        top: 28px;
    }
    .cst_cards_div ul {
        padding: 15px 0;
    }
    .books_div img {
        width: 42% !important;
        left: 39%;
    }
    .video_gallery_tabs_box {
        width: 82%;
    }
    .slider-ifream {
        height: 320px;
    }
    .video_gallery {
        background: #28282a;
        height: 326px;
        overflow: auto;
    }
}

@media (min-width: 640px) and (max-width: 730px) {
    .imfot-img {
        height: 300px;
    }
}

@media (min-width: 361px) and (max-width: 470px) {
    .top_right_btn_box a {
        padding: 0px;
        width: 95% !important;
        margin: 0 5px;
        font-weight: 600;
        line-height: unset !important;
        min-height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }
    .top_right_btn_box img {
        margin-top: 0px;
        margin-right: 2px;
    }
    .top_right_btn_box {
        margin: 5px 0;
        margin-right: 0px;
        float: left;
        width: calc(100%/3);
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .top_right_menu{
        display:block;
    }
    .online_fee {
        border-bottom: 2px solid #80808026;
        border-right: 0px !important;
    }
    .table td,
    .table th {
        /*padding: 1px !important;*/
        font-size: 14px !important;
        vertical-align: middle !important;
    }
    .seminar_content_full_box {
        left: 9px;
        bottom: 20%;
    }
    .seminar_inner_box_div li {
        clip-path: none;
        margin-left: 0px;
        background: #b2f4fe;
        padding: 10px 8px;
        width: 100%;
    }
    .seminar_close_btn {
        display: block !important;
        right: 10px;
        position: absolute;
        top: 5px;
        font-size: 20px !important;
        z-index: 9;
    }
    .dev-top .banner-text {
        padding: 55px !important;
    }
    .grounded-radiants_2 {
        width: 240px !important;
        height: 240px !important;
    }
    .grounded-radiants_3 {
        width: 210px !important;
        height: 210px !important;
    }
    ._image_before {
        width: 190px !important;
        height: 190px !important;
    }
    .s_desc_bg {
        padding: 135px 0 !important;
    }
    .s_desc_bg .rounded-right {
        height: 400px !important;
    }
    .testimonial p {
        letter-spacing: unset !important;
        font-size: 15px;
    }
    .testimonial {
        height: 365px !important;
    }
    .s_rank_details {
        top: 85px !important;
    }
    .icon_box img {
        padding: 24px;
    }
    .h2,
    h2 {
        font-size: 1.5rem;
    }
    .single-course .ts-course-el-title {
        font-size: 15px;
        text-align: center;
    }
    .login-box {
        margin-top: 30px;
    }
    .right-shortcut-btn a {
        font-size: 12px;
        margin: 6px 1px 6px 3px;
    }
    .model-box-close-btn {
        right: -6px;
    }
    .books_div img {
        width: 44% !important;
    }
    .right-shortcut-btn div {
        padding: 5px 0px;
    }
    #social-sidebar a {
        height: 35px !important;
        width: 30px !important;
        font-size: 18px !important;
        line-height: 35px !important;
    }
    .features {
        font-size: 14px;
    }
    .tab-active .criteria_tab_box_text.test_question h5 {
        font-size: 1em;
    }
    .ml-0-m {
        margin-left: 0px !important;
    }
    .nationality {
        font-size: 18px;
        margin-top: 15px;
    }
    .criteria_tab_content {
        padding: 0px 0px;
    }
    .padd-bottom-50 {
        padding-bottom: 10px;
    }
    .centres-content h1 {
        font-size: 20px !important;
        padding: 10px 0 0 !important;
        text-align: center;
    }
    .centres-box-img {
        width: 92% !important;
        height: 298px !important;
        margin: auto !important;
    }
    .centres-content p {
        font-size: 15px !important;
        text-align: center;
    }
    .l-col-widget {
        text-align: center;
    }
    .seminar_inner_box_div li:nth-child(2) {
        width: 100%;
        clip-path: none;
        overflow: hidden;
    }
    .seminar_inner_box_div li:last-child {
        clip-path: none;
        margin-left: 0px;
        width: 100%;
        overflow: hidden;
    }
    .cutom-bulests {
        right: -40px !important;
    }
    .heading1,
    .heading2,
    .criteria_heading2 {
        font-size: 2em;
    }
    .desk_content .heading1 {
        font-size: 1em;
    }
    .top_right_boxes {
        display: block !important;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    .tab_outer_icon {
        width: 100%;
        margin-right: 0;
    }
    .mt5 {
        margin-top: 1.5rem;
    }
    .books {
        display: block;
    }
    .books_content {
        margin: auto;
    }
    .top_boxes_bottom_sec {
        float: unset;
    }
    #carousel2 .item {
        margin-right: 0;
    }
    .top_rankers {
        margin: auto;
        margin-bottom: 25px;
    }
    .top_rankers:last-child {
        margin-right: auto;
    }
    .ranks {
        display: block;
        border: none;
        padding-bottom: 0;
    }
    .center_box,
    .top_rankers:after {
        display: none;
    }
    .top_right_btn_box a {
        padding: 0px 5px;
        width: 100px;
        margin: 0 5px;
        font-weight: 600;
        font-size: 9px;
    }
    #live_classes {
        line-height: 15px;
    }
    
    .navbar {
        padding: 10px 0px !important;
    }
    .navbar-toggler {
        position: relative;
        left: 80%;
    }
    .footer_column {
        border-right: none;
        min-height: 160px;
    }
    .initiatives {
        margin-bottom: 15px;
    }
    .banner-text {
        padding: 35px;
    }
    .banner {
        height: 200px;
    }
    .about_us .sidebar {
        width: 90%;
        margin: auto;
    }
    .with-78 {
        float: right;
    }
    .why-next-ul {
        padding: 0;
    }
    .mar {
        margin: 12px;
    }
    .team-member .img-overlay {
        margin: 13px;
    }
    .content-next p {
        font-size: 15px;
        text-align: justify;
    }
    .my_header ul {
        padding-left: 0;
    }
    .dropdown-menu-large {
        margin: 0;
    }
    .dropdown-menu-large .dropdown-header {
        font-size: 14px;
    }
    #carousel1 .owl-prev {
        left: -10px;
    }
    #carousel1 .owl-next {
        right: -10px;
    }
    #wave2 .wave {
        background-size: cover;
    }
    #wave .wave {
        background-size: cover;
    }
    .toggle .supertabs .supertab {
        padding: 10px;
        margin-right: 0px;
        font-size: 16px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: auto;
        height: auto;
    }
    .top_right_btn_box {
        margin: 5px 0;
        margin-right: 0px;
        float: left;
    }
    .criteria_tab_box h5 {
        font-size: 1.4em;
    }
    .about_cse_tab {
        width: 100%;
        text-align: center;
    }
    .team-member {
        min-height: unset;
    }
    .footer_bg {
        padding-top: 50px;
    }
    .demo-wrap {
        margin-bottom: 45px;
    }
    .sidebar {
        width: 100%;
        position: unset;
    }
    .skew_text_number {
        left: -52px;
    }
    .criteria_content-next {
        width: 100%;
    }
    .criteria_content-next li {
        padding-left: 25px;
    }
    .tab_optional .criteria_tab_box_text {
        width: 40%;
        margin-bottom: 15px;
        margin-right: -15px;
    }
    .my_optional_cards {
        margin-bottom: 15px;
    }
    .desktop_button {
        display: unset;
        width: unset;
        float: unset;
    }
    .headings_features h3 {
        font-size: 1.5em;
        float: left;
        padding-right: 30px;
    }
    .headings_features {
        display: block;
    }
    .before1,
    .before2,
    .before3,
    .before4,
    .before5 {
        border-radius: 5px;
        padding: 15px 5px;
        margin-bottom: 10px;
        width: 100%;
    }
    .top_design_prelims {
        display: block;
        padding: 30px 0;
    }
    .before1:before,
    .before2:before,
    .before3:before,
    .before4:before,
    .before5:before {
        content: unset;
    }
    .anubhav_cards,
    .test_series_cards {
        display: block;
    }
    .test_series_card_icon {
        text-align: center;
    }
    .test_series_card_content {
        padding: 0;
        border-left: 0;
        text-align: center;
    }
    .video_content {
        width: 100%;
        padding: 19px;
        padding-left: 2px;
        padding-top: 4px;
    }
    .video_tab_box_text {
        padding: 10px 15px;
        margin: auto;
    }
    .video_gallery_tabs_box {
        margin: auto;
        box-shadow: none;
        width: 80%;
        margin-top: 45px;
    }
    .video_tab_box_text:before {
        content: unset;
    }
    .slide-wrap {
        height: 265px;
    }
    .slide-wrap .pos1,
    .slide-wrap .pos2,
    .slide-wrap .pos3,
    .slide-wrap .pos4,
    .slide-wrap .pos5 {
        width: 100%;
        height: 254px;
        left: 0;
    }
    .slide_content h5 {
        font-size: 1em;
    }
    .slide_content p {
        font-size: 15px;
    }
    .seminar_content_box .click_watch_btn {
        width: 45%;
    }
    .click_watch_btn {
        width: 45%;
    }
    .seminar-tabs-r li a {
        font-size: 18px;
        display: block;
        text-align: center;
    }
    .seminar-tabs-r li {
        margin-bottom: 10px;
        width: 100%;
    }
    .seminar_details li:nth-child(2) img {
        width: 23%;
    }
    .seminar_heading_down_content li {
        margin-bottom: 5px;
    }
    .seminar_para:before {
        right: 5%;
        top: 10%;
    }
    .seminar_para:after {
        right: 15%;
        bottom: 15%;
    }
    .seminar_img_block:before {
        top: 15%;
        height: 85%;
    }
    .seminar_right_small_img {
        width: 40%;
        left: 0%;
        display: none;
    }
    .seminar_img_block {
        margin-top: 15px;
    }
    .search_box {
        width: 80%;
        position: relative;
        right: 0;
    }
    .topper-nav-tabs li {
        padding: 6px 37px;
    }
    .topper-nav-tabs {
        width: 86%;
        margin: auto;
    }
    .team-member-a {
        width: 73%;
        margin: auto;
    }
    .inner_box {
        width: calc(100%/5);
    }
    .note {
        margin-bottom: .5em;
    }
    .width-12,
    .width-72 {
        width: 100%;
    }
    .padd-top-100 {
        padding-top: 0px;
    }
    .pd-50 {
        padding: 0px;
    }
    /*.padd-top-50 {
        padding-top: 0px;
    }*/
    .user-profile-test {
        width: 100% !important;
        padding: 15px;
    }
    .user-profile-test img {
        width: 70% !important;
        margin: auto;
    }
    .inverted-bottom {
        right: 0;
    }
    .table_inner_content_design li {
        width: 100%;
        border-left: 0;
    }
    .initiatives_imgs img {
        width: calc(100%/3);
        margin: 5px;
        padding: 15px 2px;
    }
    .social_imgs img {
        width: calc(100%/4);
        margin: 5px;
    }
    .my_header li a {
        padding: 8px 9px;
    }
    .latter-image {
        padding: 0px 10px;
        margin: 0 !important;
        text-align: center;
    }
    .latter-image img {
        width: 7% !important;
        padding: 0;
        position: absolute;
        top: -30px;
        left: 10%;
    }
    .contact_head {
        font-size: 1.1rem;
    }
    .contact_us_form {
        margin-bottom: 20px;
        padding-top: 40px;
    }
    /*------------------------ top menu ------------------------------*/
    .head_menu_section {
        margin-top: 5px;
        display: block;
        border-top: 2px solid #5dc0c7;
        padding-top: 6px;
        width: 100%;
    }
    .head_menu_section ul {
        margin-bottom: 0;
        display: flex;
        flex-flow: wrap;
    }
    .head_menu_section ul li a {
        color: #000;
        font-weight: 600;
        font-family: 'Sansation';
        text-decoration: none !important;
        font-size: 12px;
    }
    /* .head_menu_section ul li:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 60%;
        right: 0;
        background: #b7b7b7;
        top: 50%;
        transform: translate(0,-50%);
    }
    .head_menu_section ul li:last-child:before{
        content:unset;
    } */
    .head_menu_section ul li {
        padding: 5px 0px;
        width: calc(100%/3);
        text-align: center;
    }
    .head_menu_section ul li:hover {
        background: #0387b7;
    }
    .head_menu_section ul li:hover a {
        color: #fff;
    }
    .head_menu_section ul li:hover:before {
        background: #0387b7;
    }
    .related_video {
        width: 100%;
    }
    .related_video {
        position: relative;
    }
    .profile-content h4,
    .designation-cap {
        min-height: unset;
    }
    #wave2 .wave {
        /* background-color: #58bbb9; */
        background-color: var(--bg-footer);
        background-image: unset;
    }
    .mart15 {
        margin-top: 1.5rem !important;
    }
    .mart5 {
        margin-top: .5rem !important;
    }
    .tab-active .criteria_tab_box .active_border {
        width: 100%;
    }
    .criteria_tab_box_text {
        padding: 12px 15px;
    }
    ul.tabs-nav li {
        margin-bottom: 10px;
        width: 100%;
    }
    .myaccordion {
        margin-bottom: 1.5em;
    }
    .paddb15 {
        padding-bottom: 1.5rem;
    }
    .centres-box-img img {
        height: 100%;
        margin-top: 0 !important;
    }
    .courses {
        padding: 20px 0;
    }
    .marb5 {
        margin-bottom: .5rem !important;
    }
    .paddt3 {
        padding-top: 1.2em !important;
    }
    #open_resources_page h4 {
        padding: 15px 0 0;
        font-weight: unset;
        line-height: unset;
        font-size: 1em;
    }
    .icon_box {
        width: 100px;
        height: 100px;
    }
    .open_resources_box a {
        width: 150px;
        padding: 7px 15px;
        font-size: 16px;
        height: unset;
    }
    .marr0 {
        margin-right: 0 !important;
    }
    .open_resources_btn_width {
        width: 250px !important;
    }
    .admission_ul li {
        min-height: 75px;
        text-align: center;
        justify-content: center;
    }
    .left-border {
        border-left: 0;
    }
    .admission_ul li img {
        width: 25%;
        margin: auto;
    }
    .ex-modal-lg {
        max-width: 100% !important;
    }
    .overlay-box {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.14);
    }
    .seminar-tabs-r {
        width: 100%;
    }
    .team-member-a .imag-box,
    .team-member-a {
        height: 235px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .login_box {
        width: 100%;
        padding: 33px 27px;
    }
    .single-course .course-enrole-list li {
        width: 46%;
        vertical-align: text-top;
    }
    .course-thumb img {
        max-width: 67%;
    }
    /*.img-gallery-overlay{
        display: none;
    }*/
    .my_modal:hover .img-gallery-overlay {
        transform: none;
        transition: none;
        height: inherit;
        top: inherit;
    }
    .slider-ifream {
        height: 216px;
    }
    .carousel.pointer-event {
        margin-bottom: 30px;
    }
    .video_tab_box_text {
        padding: 10px 0px;
        margin: auto;
        background: #cccccc45;
        width: 40%;
        margin: 5px;
        border-radius: 50px;
        overflow-wrap: break-word;
    }
    .video_tab_box_text h5 {
        font-weight: 600;
        font-size: 13px;
        margin-bottom: 0;
        padding: 0 5px;
        font-family: 'sansation';
    }
    .video_gallery_tabs_box {
        width: 100%;
        justify-content: center !important;
    }
    .video_tab_box_text.active {
        padding: 10px 0px;
    }
    .register-btn,
    .enroll-btn {
        padding: 8px 15px;
    }
    .tab-active .criteria_tab_box_text.test_question {
        padding-bottom: 15px;
    }
    .mb-v-1,
    .mb-v-2 {
        float: none !important;
    }
    .mb-v-2 {
        margin-left: 0px !important;
    }
    .my_modal:hover img {
        transform: unset;
        transition: 1s ease-in-out;
    }
    #demo {
        display: none;
    }
    #image_gallery_carousel .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
    }
    #image_gallery_carousel .owl-nav button {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #2d60af !important;
        position: absolute;
    }
    #image_gallery_carousel .owl-prev {
        left: 0;
    }
    #image_gallery_carousel .owl-next {
        right: 0;
    }
    #image_gallery_carousel .owl-nav button span {
        font-size: 3em;
        color: #fff;
        line-height: 20px;
        font-weight: 600;
    }
    .gallery-mobile-view {
        display: block;
    }
    .dis-none {
        display: none;
    }
    #mobile_img_slider .carousel-indicators {
        bottom: -35px !important;
        background: #fff;
        margin: 15px 0;
    }
    .slide_content {
        text-align: center;
    }
    .mar-top-3 {
        margin-top: 0;
    }
    .mar-bottom-3 {
        margin-bottom: 1em;
    }
    .director-image {
        height: 280px;
    }
    .paddt15 {
        padding-top: 1.5em !important;
    }
    .l-col-widget {
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .right_content {
        font-size: 13px;
        width: 125px !important;
        position: absolute;
        right: 8px;
    }
    .youTubevideo {
        height: 160px;
    }
    .anubhav_cards:hover {
        max-height: 685px;
    }
    .anubhav_cards .onhover_content {
        display: block;
    }
    .director p {
        color: #212529;
        font-weight: 400;
    }
    .slide_content {
        bottom: 10px;
    }
    .que-ans span {
        width: 7%;
        height: 70px;
    }
    .anubhav-card-prelims {
        padding: 46px 20px;
    }
    .single-course .ts-course-el-title {
        height: 90px;
    }
    .img-overlay {
        width: 93%;
        height: 92%;
    }
    .director-image {
        height: 350px;
    }
    .top_director_image {
        height: 275px;
    }
    .fade_boxes {
        margin-bottom: 6em;
    }
    .seminar_content_full_box p {
        max-height: 153px;
    }
    .padding-b-35 {
        padding-bottom: 35px;
    }
}


/* new css */

.seminar {
    /* background: #2476c9 !important;
    border-color: #1d7cdb !important; */
    background: var(--bg-btns) !important;
    border-color: var(--bg-btns) !important;
    box-shadow: none !important;
}

.stu-portal {
    box-shadow: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    .head_logo {
        justify-content: center;
        /* margin-bottom: 20px; */
    }
    .my_btn {
        font-size: 11px;
    }
    .top_bg .navbar {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #carouselExampleIndicators,
    #carouselExampleIndicators .carousel-inner,
    #carouselExampleIndicators .carousel-item,
    #carouselExampleIndicators .carousel-item img {
        height: 100%;
    }
    #carouselExampleIndicators2,
    #carouselExampleIndicators2 .carousel-inner,
    #carouselExampleIndicators2 .carousel-item,
    #carouselExampleIndicators2 .carousel-item img {
        height: 100%;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    #carouselExampleIndicators,
    #carouselExampleIndicators .carousel-inner,
    #carouselExampleIndicators .carousel-item,
    #carouselExampleIndicators .carousel-item img {
        height: 100%;
    }
    #carouselExampleIndicators2,
    #carouselExampleIndicators2 .carousel-inner,
    #carouselExampleIndicators2 .carousel-item,
    #carouselExampleIndicators2 .carousel-item img {
        height: 100%;
    }
}
#social-sidebar {
    left: 0;
    position: fixed;
    top: 30%;
    z-index: 1000;
    list-style: none;
    padding-left: 0;
}
#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }
 
#social-sidebar a {
    /*background: rgba(0, 0, 0, .7);*/
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;  
    font-size: 24px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
    left: 120%;
    opacity: 1;
}
#social-sidebar a.side_tweet,
#social-sidebar a.side_fb,
#social-sidebar a.side_telegram,
#social-sidebar a.side_insta,
#social-sidebar a.side_gPlus,
#social-sidebar a.side_wp,
#social-sidebar a.side_youTube{
    margin-bottom: 2px;
}
#social-sidebar a.side_tweet {
    background: #00aced;
}
#social-sidebar a.side_wp {
    background: #00e676;
}
#social-sidebar a.side_linkedin {
    background: #23527c;
}
#social-sidebar a.side_fb{
    background: #3B5998;
}
#social-sidebar a.side_youTube {
    background: #E34429;
}
#social-sidebar a.side_gPlus {
    background: #E34429;
}
#social-sidebar a.side_telegram {
    background: #39a0bd;
}
#social-sidebar a.side_insta {
    background: #e1306c;
}
#social-sidebar a span {
  text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
}
#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
.panel-info {
    border-color: #bce8f1;
}
#loginbox .panel-info>.panel-heading {
    color: #fff;
    background-color: var(--bg-theme);
    border-color: var(--bg-theme);
    font-size: 18px;
    font-weight: bold;
    /* background: url(../images/footer_bg1.png); */
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    text-transform: uppercase;
}
#loginbox .panel-info {
    border-color: #bce8f1;
}
#loginbox .panel {
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 18px 0 rgba(0,0,0,.05);
}
#loginbox .panel-body {
    padding: 15px;
}
.contact-errormsg{color: red;}
#loginbox .forgot-link {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}
/* .tg-widgettitle {
    margin: 0 0 15px;
    background: var(--bg-theme);
    padding: 12px 10px;
    color: #fff;
} */
.tg-widgettitle {
    margin: 0 -15px 15px -15px;
    background: var(--bg-theme);
    padding: 12px 30px;
    color: #fff;
}
.blog-cat-bg {
    background-image: linear-gradient(71deg, #004992, #0e5cb0);
    padding-bottom: 30px;
}
.tg-widgettitle h2{margin-bottom:0;font-size: 25px;}
.tg-widgetcontent ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
}
.tg-widgetcontent ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0px;
    line-height: inherit;
    list-style-type: none;
    font-size: 17px;
    border-bottom: 2px solid #f4f4f494;
}
.tg-widgetcontent ul li a {
    color: white;
}


.tg-detailpage > .tg-themepost > .tg-themepostcontent {
    position: relative;
    /* padding: 0 185px 30px 0; */
    /*border-bottom: 2px solid #8080802e;*/
}
.tg-detailpage > .tg-themepost > .tg-themepostcontent > .tg-themeposttags {
    font-size: 16px;
    line-height: 19px;
    padding-left: 0;
    font-family: "Sansation";
    font-weight: 600
}
.tg-themeposttags li {
    padding: 0 2px 0 5px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.tg-detailpage .tg-themeposttitle {
    border: 0;
    margin: 0;
    padding: 0 0 21px;
    display: block;
    /* height: 75px; */
}
.tg-themeposttitle h1 {
    margin: 0;
    color: #333;
    font-size: 28px;
    line-height: 31px;
    font-family: 'Sansation';
    font-weight: bold;
}
.tg-themeposttitle h3 a {
    color: #1071D3;
}

.tg-themepostinfo {
    color: #666;
    width: 100%;
    float: left;
    list-style: none;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    border-bottom: 2px solid #80808029;
}
.tg-infodata {
    padding: 8px 0;
    overflow: hidden;
}
.tg-infodata span {
    display: block;
}
.tg-themepostinfo li:first-child {
    padding-left: 0;
}
.tg-themepostinfo li {
    float: left;
    padding: 0 20px;
    line-height: inherit;
    list-style-type: none;
}
.tg-tagsandpsotshares {
    width: 100%;
    float: left;
    padding: 30px 0;
    /* border: 1px solid #ddd; */
    border-left: 0;
    border-right: 0;
}
.tg-tagstext, .tg-sharetext {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.tg-sharetext span {
    line-height: 30px;
}
.tg-tagstext span, .tg-sharetext span {
    width: 15px;
    float: left;
    color: #333;
    text-transform: capitalize;
    font-family: "Sansation"
}
.tg-tagstext .tg-tags, .tg-sharetext .tg-socialicons {
    margin: -5px;
}
.tg-tagstext .tg-tags, .tg-sharetext .tg-socialicons {
    /* width: auto; */
    /* float: none; */
    overflow: hidden;
    display: flex;
}
.tg-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px;
}
.tg-socialicons li a {
    width: 30px;
    height: 30px;
    color: #fff;
    display: block;
    background: #000;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    text-transform: capitalize;
}
.tg-checkbox.tg-facebook, li.tg-facebook a {
    background: #3b5999;
}
.tg-checkbox.tg-twitter, li.tg-twitter a {
    background: #55acee;
}
.tg-checkbox.tg-rss, li.tg-rss a {
    background: #00e676;
}
.tg-sharetext .tg-socialicons li {
    padding: 5px;
}
.tg-titleborder {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}
.tg-titleborder h2 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}
.tg-newsandarticle {
    width: 100%;
    float: left;
    margin: -10px 0 -15px;
}
.tg-newsandarticle .tg-newspost {
    padding: 15px;
}
.tg-themepost {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    /*box-shadow: 0px 2px 5px 0px grey;*/
}
article.tg-themepost.tg-newspost{
 box-shadow: 0px 2px 5px 0px grey;   
}
.tg-featuredimg {
    margin: 0 0 15px;
    width: 100%;
    float: left;
    /* background: #333; */
    /* max-height: 350px; */
    /* overflow: hidden; */
    padding-bottom: 1px;
}
/*#tg-latestnews .tg-featuredimg a img, #tg-content .tg-featuredimg a img {
    height: 166px;
}*/
.tg-featuredimg a img {
    /*height: 70px;*/
    z-index: 1;
    display: block;
    position: relative;
}
.tg-themepostcontent {
    width: 100%;
    float: left;
    /* padding: 20px 0 0; */
}
.tg-grid .tg-newspost .tg-matadata, .tg-list .tg-newspost .tg-matadata {
    width: 100%;
    padding: 0 0 15px;
}
.tg-themepostcontent .tg-matadata {
    margin: 0 0 12px;
}
.tg-matadata {
    float: left;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
}
.tg-matadata li:first-child {
    padding-left: 0;
}
.tg-matadata li {
    float: left;
    position: relative;
    padding: 0 7px 0 8px;
    line-height: inherit;
    list-style-type: none;
}
.tg-matadata li a {
    color: #666;
    display: block;
    line-height: inherit;
}
.tg-newspost .tg-themeposttitle, .tg-eventpost .tg-themeposttitle {
    border: 0;
    margin: 0;
    padding: 0 0 15px;
}
.tg-themeposttitle {
    width: 100%;
    float: left;
    margin: 0 0 13px;
    padding: 2px 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    /* height: 50px; */
}
.tg-themeposttitle h3 {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
}
.tg-navigation .tg-themeposttitle h3 a, .tg-themeposttitle h3 a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-family: "Sansation";
    font-weight: bold;
}
.tg-description {
    width: 100%;
    float: left;
    display: block;
}
.tg-description p {
    font-size: 14px;
    /* margin: 0; */
    margin-bottom: .5rem;
    font-family: 'Sansation';
    display: block;
    /* height: 87px; */
}
.tg-description p a {
    color: #1071D3;
}

#program_detail .content-next h2 {
    color: #1071D3;
    border-left: 5px solid #1071d3;
    padding-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#program_detail .content-next p span,#program_detail .content-next p {
    font-family: "Sansation";
}
#program_detail .content-next ul li ul {
    padding-left: 20px;
}
#program_detail .content-next ul li ul li:before, #program_detail .content-next ol li ul li:before{
    font-family: "FontAwesome";
    content: "";
    list-style: unset;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 6%;
    padding-top: 2px;
    color: #52b6e1;
}
#program_detail .content-next ul li ul ,#program_detail .content-next ol li ul{
    list-style: initial;
}
#program_detail .content-next ul,#program_detail .content-next ol{
    list-style: none;
}
#program_detail .content-next ul li:before,#program_detail .content-next ol li:before{
    font-family: "FontAwesome";
    content: "\f064 ";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 2%;
    padding-top: 2px;
    color: #52b6e1;
}
.schedule_box {
    box-shadow: 0 0 20px 0 #dfdfdf;
    border-radius: 10px;
    padding: 35px;
    font-family: 'Sansation';
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    border: 2px solid #dfdfdf;
}
.schedule_box:before {
    content: '';
    background: url(../images/schedule_box_icon.png);
    width: 20%;
    height: 20%;
    right: 15px;
    bottom: 20px;
    position: absolute;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
}
.schedule_box_content {
    padding-top: 18px;
    padding-bottom: 10px;
}
.schedule_box_btn {
    background: #5fc2a0;
    padding: 5px 20px;
    border-radius: 15px;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: none !important;
    display: block;
    width: 75%;
    text-align: center;
    transition: 0.5s;
}
.schedule_box_btn:hover {
    background-color: #1071d3;
}
.schedule_box h3 {
    font-size: 18px;
}
.selection_img img {
    height: 103px;
    border-radius: 50%;
    width: 100px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: #fff;
    color: #335168;
    border-radius: 3px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 10px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.online_fee_icon img ,.offline_fee_icon img{
    height: 70px;
}
.fee_type {
    border: 1px solid #8080803d;
    padding: 20px;
    box-shadow: 0px 0px 13px -1px #8080803d;
    border-radius: 3px;
}
.online_fee {
    border-right: 2px solid #80808026;
}
.single_online_fee {
    border-right: 0;
}
.batch_timing p {
    padding-top: 12px;
    font-weight: bold;
    color: #2d60af;
}
.batchTiming_div {
    background: #3ef2aa;
    position: absolute;
    top: -49px;
    padding: 10px;
    justify-content: center;
    box-shadow: 0px 0px 13px -1px #8080803d;
    border-radius: 3px;
}
.online_fee_title h3 , .offline_fee_title h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Sansation';
}
.online_fee_cost h4 , .offline_fee_cost h4 {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Sansation';
}
.online_fee_gstTag h6 {
    font-size: 14px;
    font-family: 'Sansation';
}
#fee_block1 .discountTag {
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -5px;
    background: red;
    color: #fff !important;
    padding: 5px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0px 0px 10px -4px grey;
    animation: blink 2s ease-in infinite;
}
#fee_block0 .discountTag {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -5px;
    background: red;
    color: #fff !important;
    padding: 5px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0px 0px 10px -4px grey;
    animation: blink 2s ease-in infinite;
}
#fee_block .discountTag {
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 16px;
    background: red;
    color: #fff !important;
    padding: 5px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0px 0px 10px -4px grey;
    animation: blink 2s ease-in infinite;
}
@keyframes blink {
  from, to { opacity: 1;background: #00c3da; }
  50% { opacity: 1;background: red; }
}
span.strike:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    right: 4px;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-31deg);
    color: #757575;
}

span.strike:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    right: 1px;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-151deg);
    color: #757575;
}
.single-widget.categories .card-header {
    font-size: 16px;
    border-bottom: 2px solid #fff;
    padding: 10px;
}
.single-widget.categories .card-header:last-child {
    border-bottom: 0
}
.single-widget.categories .card-header:hover {
    background: #2d60af;
}
.single-widget.categories .card-header {
    padding: 10px !important;
    margin-bottom: 0;
    background-color: rgb(94 194 161);
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
    color: #fff;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 4px;
    position: relative;
    /*background: #fff;*/
    text-indent: -9999em;
    border-top: 1.1em solid #08387f;
    border-right: 1.1em solid #08387f;
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid blu;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.courses_single{
    border-top: 2px solid #e0e0e0;
    padding: 20px 0;
}
.courses_single .course-required ol li, .courses_single .course-required ul li {
    padding: 10px 0;
}

#program_detail .content-next table ul li:before, #program_detail .content-next  table ol li:before{
    position:relative;
    content:''
}
@media (min-width: 1290px){
    .container{
        max-width: 1260px !important;

    }
}
.back-gradiant {
    background-color: var(--bg-theme);
    margin-left: -15px;
    margin-right: -15px;
}

#program_detail .content-next table ul li:before, #program_detail .content-next  table ol li:before{
    position:relative;
    content: '\f192';
}

@media screen and(max-width:540px){
    .content-next{
        overflow-x:auto;
    }
}

.content-next table {width: 100% !important;}

.selectedyrbutton{
    display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding-left: 0px !important;
	margin-top: 5px;
}
.selectedyrbutton > li{
    list-style: none;
    width: 100%;
	text-align: center;
    background: rgb(66,54,25);
    background: linear-gradient(90deg, rgba(66,54,25,0.7945553221288515) 0%, rgba(52,136,81,1) 0%, rgba(88,194,124,1) 100%);
	color: white;
	border-radius: 15px;
    margin: 5px;
    font-size: 1.3rem;
    letter-spacing: 1px;
	border: 1px solid rgb(131, 131, 88);
	box-shadow: 2px 2px 5px lightgray;									
}
.selectedyrbutton > li:hover {
    background: rgb(26, 82, 155);
    cursor: pointer;
    box-shadow: 4px 4px 5px lightblue;

}
.selectedyrbutton > li.active {
    background: rgb(66,54,25);
    background: linear-gradient(90deg, rgba(66,54,25,0.7945553221288515) 0%, rgba(26,126,246,1) 0%, rgba(29,143,184,1) 100%);
    cursor: pointer;
    pointer-events: none;

}
.modal-dialog.top-left.two, .modal-dialog.bottom-left.two{
    width: 50%;
    float: left;
    max-width: 50%;
    padding: 10px;
    margin: 0px;
}
.modal-dialog.top-right.two, .modal-dialog.bottom-right.two{
    width: 50%;
    float: right;
    max-width: 50%;
    padding: 10px;
    margin: 0px;

}
.modal-dialog.top-left.two img, .modal-dialog.top-right.two img, .modal-dialog.bottom-left.two img, .modal-dialog.bottom-right.two img{
    max-width: 100%;
}
.modal-dialog.top-left.three, .modal-dialog.bottom-left.three{
    width: 50%;
    float: left;
    max-width: 50%;
    padding: 10px;
    margin: 0px;
}
.modal-dialog.center.three{
    max-width: fit-content;
    padding: 10px;
    margin: 0px;
    display: flex;
    margin: auto;
}
.modal-dialog.center.three img {
    width: fit-content;
    max-width: 100%;
}
.modal-dialog.top-right.three, .modal-dialog.bottom-right.three{
    width: 50%;
    float: right;
    max-width: 50%;
    padding: 10px;
    margin: 0px;

}
.modal-dialog.top-left.three img, .modal-dialog.top-right.three img, .modal-dialog.bottom-left.three img, .modal-dialog.bottom-right.three img{
    max-width: 100%;
}

.modal-dialog.top-left.four, .modal-dialog.bottom-left.four{
    width: 50%;
    float: left;
    max-width: 50%;
    padding: 10px;
    margin: 0px;
}
.modal-dialog.top-right.four, .modal-dialog.bottom-right.four{
    width: 50%;
    float: right;
    max-width: 50%;
    padding: 10px;
    margin: 0px;

}
.modal-dialog.top-left.four img, .modal-dialog.top-right.four img, .modal-dialog.bottom-left.four img, .modal-dialog.bottom-right.four img{
    max-width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.ramaNav, #navbarSupportedContent{
    /* background-color: rgb(45, 49, 146); */
    background-color: var(--bg-theme);
    padding-right: 15px;
    /* margin-left: -15px;
    margin-right: -15px; */
}
@media screen and (max-width: 768px){
    .ll{
        margin-top:  12px;
    }
    div#carouselExampleIndicators1 {
        height: 20.5rem;
        overflow-y: auto;
    }
}

.edkt-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.edkt-flex > *{
    flex: 1;
}
.footer_column h5 {
    margin-bottom: 0.75rem;
}
/* new  */

.head_logo img.img-fluid {
    max-height:4rem !important;
    height: calmp(3rem, 2.5rem + 3vw, 4.5rem)
}
img[src=""], img:not([src]) {
    display:none
}
iframe{
    max-width: 100% !important;
    margin-inline:auto
}
.top_right_btn_box.stu_portal> a {
    min-width: 3rem;
}
@media (max-width: 992px){
    .head_logo, .top_right_boxes {
        justify-content: center;
    }
    ul.navbar-nav.my_header {
        width: clamp(280px, 85%, 600px) !important;
        margin: auto;
    }
    .navbar-toggler-icon{
        background: #ffffff;
        border-radius: 2px;
    }
}