@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 400;
    color: #130f40;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.42857143;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #2c3e50;
    font-size: 16px;
}

h1 {
    font-size: 70px;
    line-height: 80px;
    color: #130F40;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    color: #130F40;
}

h3 {
    font-size: 24px;
    line-height: 34px;
    color: #130F40;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #696969;
}

.container {
    max-width: 1240px;
}

.btn-default a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #FF630E;
    padding: 14px 30px;
    border-radius: 4px;
    margin-top: 50px
}

.btn-default a:hover {
    background-color: #130f40
}

.overlay {
    position: relative
}

.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 15, 64, 0.8)
}

.bg-gray {
    background-color: #f7f7f7 !important;
}

.shadow-none {
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

/*--------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------*/
.preloader {
    background-color: #130f40;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.d-table {
    width: 100%;
    height: 100%
}

/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}

.scroll-area i {
    width: 35px;
    height: 40px;
    background-color: #0D8950;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.scroll-area i:hover {
    background: #000;
}

/*-------------------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------------------*/
.header-area {
    background: #FEFEFE;
}

.header-course-search {
    flex-basis: 100%;
    position: relative;
    overflow: hidden;
}

.header-course-search input {
    background-color: #EBFAF3;
    border: 1px solid rgb(210, 242, 227);
    padding-left: 20px;
    height: 49px;
}

.header-course-search input:focus {
    background-color: transparent;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #27ca7d;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.header-course-search button {
    position: absolute;
    z-index: 9999;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 80px;
    background: #27ca7d;
    color: #fff;
    text-align: center;
    line-height: 54px;
    font-size: 21px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
}

.header-btm-area {
    padding: 20px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative
}

.main-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-logo {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.site-logo img {
    max-width: 160px;
}

.main-menu-area {
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    z-index: 99;
}

.header-cart {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
}

.header-log-reg {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
}

.main-menu-area ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.main-menu-area ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.main-menu-area ul li a.active {
    color: #27CA7D;
}

.main-menu-area ul li a:hover {
    color: #27CA7D;
}

.main-menu-area .sub-menu {
    position: absolute;
    top: 40px;
    z-index: 1;
    background-color: #fff;
    width: 200px;
    text-align: left;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #27CA7D;
}

.main-menu-area .sub-menu li {
    border-bottom: 1px solid #e6f0fa;
    display: block;
}

.main-menu-area .sub-menu li:last-child {
    border-bottom: 0px;
}

.main-menu-area ul .sub-menu li a {
    font-size: 17px;
}

.main-menu-area ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.header-cart a {
    color: #27CA7D;
    font-size: 20px;
    position: relative;
}

.header-cart a:hover {
    color: #BC2029;
}

.header-cart a span {
    position: absolute;
    right: -15px;
    top: -6px;
    background-color: #27CA7D;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 13px;
    width: 18px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.header-log-reg ul {
    background-color: #27CA7D;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
}

.header-log-reg ul li {
    display: inline-block;
    color: #fff;
    padding: 7px 0;
}

.header-log-reg ul li small {
    padding: 0 10px;
}

.header-log-reg ul li a {
    color: #fff;
    font-size: 15px;
}

.header-area.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1)
}

.header-area.sticky .header-search {
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-area.sticky .header-btm-area {
    padding: 16px 0
}

.sidebar-inner {
    position: relative;
    padding: 45px;
}

.sidebar-close {
    position: absolute;
    top: 48px;
    right: 45px;
}

.sidebar-logo {
    padding-bottom: 30px;
    border-bottom: 1px solid #f000;
}

.sidebar-logo img {
    max-width: 140px;
}

.sidebar-wrap {
    position: fixed;
    right: -485px;
    top: 0;
    width: 445px;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sidebar-wrap.sidebar-opened {
    right: 0px;
}

.header-toggle-btn a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-width: 5px;
    color: #130f40
}

.header-toggle-btn {
    display: none
}

.header-toggle-btn a::before {
    position: absolute;
    content: "";
    height: 46px;
    width: 46px;
    top: 50%;
    border-radius: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #130f40;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav {
    background: transparent;
    margin-top: 0;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #130F40;
    border-top: 1px solid #ebebeb !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
}

.sidebar-close-btn {
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: -6px;
    font-size: 24px !important;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.sidebar-content .search-form {
    margin: 20px 0 25px;
}

.sidebar-content .search-form span {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 20px;
    color: #a19e9e;
}

.sidebar-content .contact-info {
    padding: 0;
}

.sidebar-content .contact-info li {
    margin: 0;
    padding: 6px 0
}

.sidebar-content .social-icon li {
    display: inline-block;
}

.sidebar-content .social-icon li a {
    margin: 0 10px 0 0;
}

.sidebar-content .social-icon {
    margin: 20px 0 30px;
}

.sidebar-content .social-icon li span {
    margin-right: 10px;
    font-size: 16px
}

.sidebar-content .header-log-reg {
    margin-bottom: 30px;
}

.header-search {
    margin: 25px 0;
}

/*banner*/

.slider-area-full {
    position: relative;
}

.silder-single-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.silder-single {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 115px;
}

.slider-single-full h4 {
    color: #FF630E;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}

.slider-single-full h2 {
    font-size: 53px;
    line-height: 64px;
    color: #fff;
    font-weight: 700;

}

.slider-single-full p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

/*Animation*/
.active .silder-single h2,
.active .silder-single a,
.active .silder-single p,
.active .hero-slider-img img,
.active .hero-slider-img .image-2,
.active .slider-single-full h4 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .silder-single p {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.active .silder-single a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.active .hero-slider-img img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.active .hero-slider-img .image-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.active .slider-single-full_2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    opacity: 0.6 !important;
    background: #2d2011;
    z-index: -1;
    padding: 30px;
}

.slider-area-full .owl-dots {
    display: none;
}

.baner-bottom {}

.baner-bottom ul {
    margin: 45px 0px 0;
}

.baner-bottom ul li {
    display: inline-block;
    margin-right: 19px;
}

.baner-bottom ul li a {
    display: block;
    background-color: #FF630E;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.baner-bottom ul li .btn-bg {
    background-color: #fff;
    color: #FF630E;
}

.baner-bottom ul li .btn-bg:hover {
    background-color: #FF630E;
    color: #fff;
}

.baner-bottom ul li a:hover {
    color: #FF630E;
    background-color: #fff;
}

.owl-nav {
    display: flex;
    justify-content: end;
}

.banner-slider-area .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 44%;
    right: 45px;
    background: #1edb82;
}

.banner-slider-area .owl-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: absolute;
    top: 44%;
    left: 45px;
    border-radius: 5px;
    background: #1edb82;
}

.banner-slider-area .owl-prev:hover {
    background: #fff;
    color: #27CA7D;
    border: 1px solid #84D3AE;
    transition: all 0.3s ease-in;
}

.banner-slider-area .owl-next:hover {
    background: #fff;
    color: #27CA7D;
    border: 1px solid #84D3AE;
    transition: all 0.3s ease-in;
}


.slider-area-full .owl-dots {
    position: absolute;
    bottom: 1%;
    counter-reset: dots;
    width: 30px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.slider-area-full .owl-dots .owl-dot {
    margin: 15px 6px;
    border: 0;
    background: none;
    cursor: pointer;
}

.banner-slider-area .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: white;
    width: 12px;
    height: 12px;
    position: relative;
    transition: all 0.3s ease;
}

.slider-area-full .owl-dots .owl-dot.active span {
    background: #BC2029;
}

.slider-area-full .owl-dots {
    display: none;
}

.slider-area-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid #BC2029;
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}

.slider-area-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

/*product-slider*************************************************************************************/
.section-title h2 {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
}

.product-area {
    background-color: #f7f7f7;
}

.section-padding {
    padding: 70px 0;
}

.pt-40 {
    padding-top: 40px;
}

.product-grid {
    background-color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.product-grid:hover {
    box-shadow: 3px 6px 25px 0 rgba(13, 13, 13, 0.13);
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid .product-quick-view {
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 55px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-350%) scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.product-grid .product-quick-view:hover {
    color: #fff;
    background-color: #E22020;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.product-grid:hover .product-quick-view {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.product-grid .product-content {
    text-align: left;
    padding: 15px 10px;
    position: relative;
}

.product-grid .rating {
    color: #E2BC0A;
    font-size: 12px;
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
}

.product-grid .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 4px 15px 0;
    display: inline-block;
}

.product-grid .title a {
    color: #666;
    transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
    color: #27CA7D;
}

.product-btm {
    display: flex;
    justify-content: space-between;
    align-self: center;
    align-content: center;
}

.product-grid .price {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FF2A65;
    padding-top: 5px;
}

.product-grid .add-to-cart {
    color: #555151;
    font-size: 13px;
    text-transform: uppercase;
    width: 109px;
    padding: 7px 8px;
    border: 1px solid #534f4f;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.product-grid .add-to-cart:hover {
    color: #fff;
    background-color: #27CA7D;
    border-color: #27CA7D;
}

.product-grid .product-links li {
    display: inline-block;
    margin: 0 2px;
}

.product-grid .product-links li a {
    color: #999;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    border: 1px solid #c1c6c1;
    display: inline-block;
    padding: 5px 9px;
    text-align: center;
    background: transparent;
}

.product-grid .product-links li a:hover {
    color: #fff;
    background: #ff2a65;
    border: 1px solid transparent;
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin: 0 0 30px;
    }
}

.product-bottom {
    text-align: center;
    margin: 0 auto;
    padding-top: 26px;
}

.product-bottom a {
    background: linear-gradient(270deg, #25C97D -3.33%, #4CE389 100%);
    border-radius: 1px;
    padding: 10px 12px;
    display: inline-block;
    color: #fff;
}

.product-slider .owl-nav {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 15px;
    top: -103px;
}

.owl-next,
.owl-prev {
    width: 50px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF2A65;
    border: 0.2px solid #000000;
    border-radius: 1px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 5px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.owl-prev {
    margin-right: 15px;
}

.owl-next:hover,
.owl-prev:hover {
    background: #31825C;
}

.product-area2 {
    background: #fff;
}

/*-------------------------------------------------------------------------------------
    writter
---------------------------------------------------------------------------------------*/
.writter-area {
    background-color: #f7f7f7;
}

.wirtter-single {
    background-color: #fff;
}

.writter-header {
    background-color: #27ca7d;
    height: 126px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.writter-img {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

.writter-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    max-width: 157px;
}

.writter-content {
    margin-top: 71px;
    padding: 10px 20px;
    text-align: center;
}

.writter-content a {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #FF2A65;
}

.writter-content a:hover {
    color: #27ca7d;
}

.writter-content p {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.wirtter-single {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 22px;
}

.writter-detail {
    background-color: #f7f7f7;
}

.wirtter-single2 {
    background-color: #fff;
    margin-bottom: 30px;
    border-bottom-left-radius: 90px;
    border-top-right-radius: 60px;
    position: relative;
    z-index: 1;
}

.wirtter-single2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image: url('../images/writter/mask-writter.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    border-bottom-left-radius: 90px;
}

.wirtter-single2 .writter-header {
    background-color: transparent;
    height: 80px;
    border-top-right-radius: 60px;
}

.writter-content2 {
    padding-top: 306px;
    text-align: center;
    padding-bottom: 2px;
}

.writter-content2 a {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 12px;
    display: inline-block;
}

.writter-content2 h6 {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.writter-img2 img {
    border-radius: 50%;
}

.writter-img2 {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 27px;
    right: 0px;
    top: 119px;
}




.writter-button {
    margin-bottom: 10px;
}

.writter-button a {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background: #4CE389;
    border-radius: 27px;
    padding: 8px 23px;
    display: inline-block;
    transition: all 0.3s ease;
}

.writter-button a:hover {
    background: #FF2A65;
    color: #fff;
    transition: all 0.3s ease;
}

/*-------------------------------------------------------------------------------------
    product
---------------------------------------------------------------------------------------*/
.products-section {
    background-color: #f7f7f7;
}

.product-grid2 {
    padding: 18px;
    margin-bottom: 20px;
}

.product-grid2 .product-links {
    display: flex;
}

.product-grid2 .product-content {
    text-align: left;
    padding: 6px 3px;
    position: relative;
}

.product-grid2 .price {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #FF2A65;
    padding-top: 5px;
}

.product-grid2 .product-links li a {
    color: #999;
    font-size: 11px;
    padding: 6px 8px;
}

/*details*/
.book_details {
    background: #E5ECE9;
}

.book_image_info .book_info .other_info {
    width: 70%;
    margin: 18px 0 0;
    z-index: 1;
}

.book_image_info .book_info .other_info .info_type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.book-content {
    margin-top: 13px;
    margin-bottom: 30px;
}

.book-content h4 {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: #5E5F5E;
}

.book-content h4 span {
    padding-left: 5px;
}

.book_image {
    text-align: end;
}

.book_image {
    position: relative;
    z-index: 1;
}

.book_image::before {
    position: absolute;
    content: '';
    background-image: url('../images/product/b1.png');
    width: 55%;
    height: 54%;
    left: 95px;
    bottom: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.book_image::after {
    position: absolute;
    content: '';
    background-image: url('../images/product/b1.png');
    width: 40%;
    height: 40%;
    right: -70px;
    top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.book_image img {
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
}


.btn {
    color: #fff;
    background: #27CA7D;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 12px;
    border: 1px solid #27CA7D;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
    border-radius: 5px;
}
.btn:focus {
    color: #27CA7D;
}

.btn:hover {
    color: #27CA7D;
}

.btn:before {
    content: "";
    background: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.btn:hover:before {
    left: auto;
    right: 0;
    width: 100%;
}

.input-group-text {
    color: #ffff;
    text-align: center;
    background-color: #ff2a65;
    border: 1px solid #ff2a65;
    border-radius: .25rem;
}

.button-group {
    margin-top: 24px;
}

.all-rating {
    margin-top: 13px;
}

.all-rating ul li {
    color: #52d496;
    padding: 5px;
}

.book-info {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 44px;
    margin-top: 40px;
}

.book-info p {
    line-height: 30px;
}

/*category-page*/
.category-page {
    background-color: #E5ECE9;
}

.category-box {
    padding: 30px 20px;
    border: 6px solid #27ca7d;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
}

.category-box:hover {
    background-color: #EBFAF3;
}

.category-box .icon img {
    height: 50px;
    width: auto;
}

.category-box h4 {
    padding-top: 18px;
    min-height: 83px;
    margin-bottom: 0;
}

.category-box h4 a {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 124.2%;
}

.category-box h4 a:hover {
    color: #27ca7d;
}

/*comments-page*/
.comments-page {
    background-color: #E5ECE9;
}

.single-review {
    display: flex;
    justify-content: space-evenly;
    background: #FFFFFF;
    border-radius: 5px;
    align-items: center;
    padding: 22px;
    margin-bottom: 18px;
    height: auto;
    min-height: 325px;
}

.singl-review-cap {
    width: 55%;
    text-align: center;
    border-right: 2px solid #52d496;
    padding-right: 19px;
    margin-right: 38px;
}

.single-cap-left h5 {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #253D4E;
}

.single-cap-left span {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #253D4E;
}

.single-review .review-thum img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.detail-rating.ratin-review {
    margin-top: 20px;
}

.detail-rating ul {
    display: flex;
    justify-content: center;
}

.detail-rating ul li i {
    font-size: 12px;
    color: #52D496;
    padding: 0 5px;
}


/*location-area*/
.location-page {
    background-color: #E5ECE9;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    text-align: center;
    background: #fff;
}

.brand-item-inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    width: 100%;
}

.brand-item-inner .icon img {
    width: 52px;
    height: 30px;
}

.brand-item-inner .icon {
    background: #EBFAF3;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    line-height: 63px;
}

.brand-content {
    text-align: start;
}

.brand-item-inner p {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #253D4E;
    margin-bottom: 8px;
    width: 85%;
}

.brand-item-inner p.phone {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #253D4E;

}

.brand-item-inner h5 {
    line-height: 17px;
    padding-top: 10px;
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #253D4E;
}

.brand-item-inner img {
    margin: auto;
    width: 90%;
    opacity: 0.8;
}

.d-grid:not(.dsn-isotope) {
    display: grid;
}

.grid-sm-4 {
    grid-template-columns: repeat(3, 1fr);
}

.border-bottom {
    border-bottom: 2px dotted #27ca7d !important;
}

.border-right {
    border-right: 2px dotted #27ca7d !important;
}


/*accademy-area*/
.accadem-section {
    background-color: #EEEEEE;
}

.accademy-img img {
    width: 90%;
    height: auto;
}

.accademy-box {
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
}

.accademy-box .content {
    margin-left: 12px;
}

.accadem-content h6 {
    width: 80%;
    text-align: start;
    position: relative;
}

.accadem-content h6::before {
    position: absolute;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #737171;
    left: 0;
    bottom: 0;
}

.accademy-box .content h5 {}

.accademy-box .content p {
    font-size: 14px;
    line-height: 12px;
    color: #696969;
}

/*.notice-area*/
.notice-area {
    background-color: #E5ECE9;
}

.notice-left {
    background: #fff;
    padding: 60px 36px;
    position: relative;
    max-width: 510px;
    width: 100%;
    border-radius: 5px;
    float: right;
}

.notice-left .img {
    position: absolute;
    top: -10px;
    right: 55px;
}

.notice-left .img {
    position: absolute;
    top: 8px;
    right: 55px;
}

.notice-left .img img {
    max-width: 52px;
    width: 100%;
    height: auto;
}

.notice-left .title {
    margin-bottom: 18px;
}

.notice-single {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin-bottom: 20px;
}

.notice-single .icon {
    margin-right: 10px;
}

.notice-single .icon i {
    font-size: 25px;
    color: #27ca7d;
}

.notice-content p {
    margin-bottom: 0px;
}

.notice-content .time {
    text-align: end;
    float: right;
    color: #3a3838;
}

.notice-right h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 41px;
    line-height: 82px;
    color: #243C4D;
    text-shadow: 2px 3px 5px #243C4D;
}

.notice-right p {}

.notice-right a {
    background: linear-gradient(270deg, #25C97D -3.33%, #4CE389 100%);
    border-radius: 1px;
    padding: 10px 12px;
    display: inline-block;
    color: #fff;
}

/*comment-area*/
.comment-area {
    background-color: #EEEEEE;
}

.single-cap-left2 {
    padding: 17px 28px !important;
}

.review-thum2 {
    border-right: 1px solid green;
    padding-right: 20px;
}

.video-single {
    position: relative;
}

.video-single img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.video-single .technology-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    display: -moz-box;
    display: flex;
    margin-left: 0px;
}

.video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #fff;
    border: 3px solid #27ca7d;
}

.video-btn i {
    font-size: 19px;
    font-weight: 700;
    color: #27ca7d;
    position: absolute;
    top: 0;
    left: 2px;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 100%;
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*contact-form*/
.contact-area {
    background-color: #E5ECE9;
}

.contact-full-content {
    width: 100%;
    background-color: #EBFAF3;
    height: 100%;
}

.contact-full-content .left-content {
    width: 55%;
    float: left;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    z-index: 1;
}

.contact-full-content .left-content::before {
    position: absolute;
    left: 21px;
    right: 0;
    content: '';
    width: 100%;
    height: 90%;
    background: url('../images/banner/contact.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.contact-full-content .right-content h5 {
    font-size: 18px;
    color: #27ca7d;
    font-weight: 400;
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
}

.contact-full-content .right-content {
    width: 44%;
    display: block;
    overflow: hidden;
    padding: 40px 45px;
}

.contact-box {
    margin-bottom: 114px;
}

.contact-nav ul li {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 34px;

    color: #525252;


}

.contact-form2 {
    padding-top: 33px;
}

.contact-form2 .form-control {
    display: block;
    width: 100%;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #31d98a;
    border-radius: 6px;
}

.contact-form2 .form-control:focus {
    box-shadow: 0 0 0 1px rgb(39, 202, 125);
}

.contact-form2 button {
    background: linear-gradient(270deg, #25C97D -3.33%, #4CE389 100%);
    border-radius: 1px;
    padding: 10px 12px;
    display: inline-block;
    color: #fff;
    border: none;
    outline: none;
}

/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/
.footer-top-area {
    background: #253D4E;
    padding: 90px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget.logo {
    padding-right: 40px;
}

.footer-widget h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-widget li {
    padding: 0 0 15px;
}

.footer-widget li a {
    display: block;
    color: #dedede;
    font-weight: 400;
}

.footer-widget li a:hover {
    color: #27CA7D;
}

.footer-widget.footer-cat li i {
    color: #27CA7D;
    padding-right: 5px;
}

.footer-widget.logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-widget.logo p {
    color: #dedede;
}

.footer-widget.logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-widget.logo p,
.footer-bottom-area p {
    color: #dedede;
}

.footer-widget.logo h6 {
    color: #fff;
    font-weight: 700;
    margin: 25px 0 10px;
}

.footer-social-icons li {
    display: inline-block;
    padding-right: 15px;
}

.footer-social-icons li a,
.footer-widget.footer-contact li p {
    color: #fff;
}

.footer-social-icons li a:hover,
.recent-post-cont a:hover {
    color: #27CA7D;
}

.footer-post-single {
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-post-thumb {
    float: left;
    width: 30%;
}

.recent-post-cont {
    float: left;
    width: 70%;
    padding: 0 20px 0 10px;
}

.recent-post-thumb img {
    border-radius: 5px;
}

.recent-post-cont a {
    display: block;
    color: #dedede;
    font-weight: 400;
}

.recent-post-cont span {
    color: #dedede;
    font-size: 13px;
}

.footer-widget.footer-contact li {
    color: #dedede;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 25px;
}

.footer-widget.footer-contact li i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    color: #27CA7D;
}

.footer-widget.footer-contact li i.fa.fa-map-marker {
    font-size: 30px;
}

.footer-widget.footer-contact li i.fa.fa-phone {
    font-size: 24px;
}

.footer-widget.footer-contact .info {
    margin-top: 10px;
}

.footer-bottom-area {
    background: #253d4e;
    padding: 20px 0;
}




/*cart start*****************************************/
.table_page{
    margin-bottom: 20px;
}
.cart-tabel{
  width: 100%!important;
}
.table-responsive table thead {

}
.table_page table thead tr th {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
}
.table_page table tbody tr td, .table_page table thead tr th {
  padding: 10px;
  text-align: center;
}

.product_thumb a img {
    width: 51px;
    height: 62px;
    border-radius: 3px;
}
#cart_area_two .plus-minus-input {
  justify-content: center;
}
.plus-minus-input {
  display: flex;
  align-items: center;
}
#cart_area_two .table_page table tbody tr td.product_quantity input {
  margin: 0 9px;
}
.table_page table tbody tr td.product_quantity input {
    height: 45px;
    padding: 0 5px 0 5px;
    background: none;
    border: 1px solid #58c80c;
    display: block;
    color: #000;
}
.table-responsive table tbody tr td {
    font-weight: 501;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #c1b7b7;
    color: #404040;
}

.product_name a {
  color: #000;
}
.product_name a:hover {
  color: #80B500;
}


.cart-page{
  background: #fff;
}
.erorr-text{
  text-align: center;
}
.erorr-text h1 {
  font-weight: 400;
  font-size: 200px;
  text-shadow: 2px 17px 5px rgba(17, 17, 16, 0.28);
  line-height: 165px;
  text-align: center;
}
.erorr-text form button {
  background: orange;
  color: #fff;
  padding: 1px 20px;
}
.erorr-text input{
  min-height: 47px;
  background: #fff;
  border: 1px solid #ddd;
}

.erorr-text h3 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.product_quantity{
  display: table-cell;
}

.product_quantity span {
    border: 1px solid gray;
    color: #000;
    background: #27CA7D;
}
.cart-button a {
  background: #80B500;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
}
.cart-button a:hover{
  background: green;
}
.product_remove a{
  color: #E60A30;
}

/*////qty*/
.product-qty{
  display: flex;
  margin-top: 20px;
  color: #000;
}
.product-qty .qtys{
  padding-top: 6px;
}

.counter-qty {
    margin: 0;
    display: flex;
    justify-content: center;
    margin-left: 11px;
}
.counter-qty input {
  width: 150px;
  border: 0;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
  background: #80B500;
  color: #000;
  appearance: none;
  outline: 0;
  font-weight: bold;
}
.counter-qty span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #FFF;
    user-select: none;
    border: 1px solid #27CA7D;
}
.product-qty.product_quantity {
    justify-content: center;
}
.button-bar.pt-20.text-end {
    text-align: end;
}
.card-price {
    background: #27ca7d;
}
.price-header {
    padding: 10px 6px 0px 11px;
}

/*login-page*/
.register-page {
    background-color: #E5ECE9;
}
.login-form-2 {
  max-width: 420px;
  margin: 0 auto;
}
.form-container {
    padding: 40px;
    box-shadow: 0px 5px 15px rgba(121, 121, 121, 0.5);
}
.form-container .form-icon {
    color: #27CA7D;
    font-size: 55px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50px;
    box-shadow: 7px 7px 10px #568e74, -7px -7px 10px #8abda5;
}
.form-container .title{
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 20px;
}
.form-container .form-horizontal .form-group{
  margin: 0 0 25px 0;
}
.form-container .form-horizontal .form-group label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 8px;
}
.form-container .form-horizontal .form-control{
    color: #000;
    background: #ecf0f3;
    font-size: 15px;
    height: 50px;
    padding: 20px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .form-control:focus{
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    outline: none;
}
.form-container .form-horizontal .form-control::placeholder{
    color: #808080;
    font-size: 14px;
}

.form-container .form-horizontal .btn{
    display: block;
    width: 100%;
}
/*student-dashboard*/
.student-info {
    border: 1px solid #b8cac2;
}
.stundent-header {
    border-bottom: 1px solid #b8cac2;
    padding: 10px 12px;
    background: #27ca7d;
    color: #fff;
}
.stundent-header h5 a{
    color:#fff;
}
.student-img {
    text-align: center;
    padding: 40px 0;
}
.student-img img {
    width: 190px;
    height: auto;
    border-radius: 50%;
}
.student-list {
    padding: 10px 20px;
}
.student-list ul li:first-child{
    border-top: 1px solid #b8cac2;
}
.student-list ul li {
    border-bottom: 1px solid #b8cac2;
    padding: 12px 0;
}
.student-list ul li a {
    color: #6a6969;
}
.student-list ul li a i {
    padding-right: 5px;
    color: #27ca7d;
}
.student-list ul li a:hover{
     color: #27ca7d;
}
.student-profile-input .form-control {
    display: block;
    width: 100%;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #b4d3c4;
    border-radius: 6px;
}
.student-profile-input .form-control:focus {
    box-shadow: none;
    border: 1px solid #87dfb4;
}

/*abc*/
.mcq-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  align-content: center;
  display: flex;
  align-items: center;
  z-index: 999;
  position: relative;
}
.mcq-banner-content {
  text-align: start;
}
.mcq-banner-content h4{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  color: #FFFBFB;
}

.mcq-banner-content p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 39px;
  color: #FFFBFB;
  width: 60%;
  text-align: start;
}
/*mcq-page*/
.container-2{
  max-width: 1200px;
}
.mcq-page {
  background: #D3F0F9;
  padding-top: 70px;
  margin-top: -30px;
  z-index: -1;
  left: 0;
  right: 0;
  position: static;
  padding-bottom: 50px;
}
.mcq-content {
  background: #ffff;
  padding: 53px 100px;
  margin-top: -70px;
}
.mcq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mcq-header.sticky {
    position: fixed;
    z-index: 99;
    width: 80%;
    top: 86px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    animation: sticky 1s;
    border-bottom: 1px solid #ffffff;
    background: #bce1cf;
    padding: 10px;
}
.watch {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.watch::before {
  position: absolute;
  content: '';
  clear: both;
  left: 19px;
  bottom: 0;
  /* background: url('assets/images/banner/watch_bottom.png'); */
  width: 100%;
  height: 9px;
  z-index: -1;
  background-repeat: no-repeat;
}
.watch .timer {
  padding-left: 5px;
}
.watch .img img {
  width: 40px;
  height: 40px;
}
.wathc-button a {
    background: #27CA7D;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
}
.wathc-button a:hover{
  background:#0E0A38;
}


.quiz-options {
    margin: 60px 0;
}

.quiz-options .title{
font-family: 'Hind Siliguri';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
margin-bottom: 5px;
color: #253D4E;
display: flex;
}

[type=radio] {
    border: 0;
    height: 0.0625rem;
    width: 0.0625rem;
    position: absolute;
}
.quiz-options input:invalid + label {
  background: #fff;
}

.quiz-options label {
  display: flex;
  align-items: center;
  background: #F7F7F7;
  border: 1px solid #D7D3D3;
  border-radius: 2px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  font-family: 'Hind Siliguri';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #253D4E;
  line-height: 22px;
}

.quiz-options label:hover .alphabet {
    background: #24AE1F;
    color: #fff;
}

.quiz-options label .alphabet {
    padding: 11px 26px 11px 25px;
    width: 3.3rem;
    margin: 0px 13px 0 0;
    display: flex;
    justify-content: center;
    color: #000;
    background: #27ca7d;
    color: #FFF;
}

.input-single:checked + label {
    background: #27CA7D;
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}
.input-single:checked + label .alphabet {
    background: #166d44;
    color: #FFF;
}
.label-single:checked+label {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: .6px #fff;
}

.label-single:checked+label .alphabet {
    background: #000;
    color: #fff;
}


/*mcq-result*/
.answer-ques-page {
  background: #ffff;
  padding: 53px 200px;
  margin-top: -70px;
}
.result-box {
  border: 2px solid #E8E8E8;
  border-radius: 24px;
  padding: 65px 30px 50px 30px;
  margin-top: 45px;
  position: relative;
}
.result-box .title {
  background: #ffff;
  position: absolute;
  content: '';
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 64px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result-box .title h3 {
  font-family: 'Hind Siliguri';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  color: #0E0A38;
}
.top-single {
  background: #FFFEFE;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 16px 40px;
  display: inline-block;
  text-align: center;
}
.result-top {
  display: flex;
  justify-content: space-between;
}
.top-single span h4{
  font-family: 'Hind Siliguri';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 49px;
  text-align: center;
  color: #047396;
}
.top-single p {
  font-family: 'Hind Siliguri';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #047396;
}

.top-single2 span h4,
.top-single2 p{
  color: #6155E2;
}
.top-single3 span h4,
.top-single3 p{
  color: #DA0505;
}

.top-single4 span h4,
.top-single4 p{
  color: #0FA70A;
}
.result-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
.bottom-single {
  background: #FFFEFE;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px 40px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.bottom-single .icon img{
  width:65px;
  height: auto;
}
.bottom-single .bottom-content h4{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}
.bottom-single .bottom-content p{
  font-family: 'Hind Siliguri';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #0E0A38;
}
.bottom-content {
  margin-top: 10px;
}
.mcq-qus-result{
  position: relative;
}
.mcq-qus-result h2{
  text-align: center;
  padding-top: 30px;
  position: relative;
}


.mcq-qus-result h2::before {
  position: absolute;
  content: '';
  width: 243px;
  height: 2px;
  background: #C2C2C2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.mcq-footer {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.mcq-footer p {
  font-family: 'Hind Siliguri';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 49px;
  color: #0E0A38;
  background: #EFEFEF;
  border-radius: 62px 78px 0px 0px;
  display: inline-block;
  width: 180px;
  text-align: center;
}
.result-score {
  margin-top: 40px;
  margin-bottom:0px;
}
.score-left {
  background: #FFFEFE;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  float: left;
  width: 40%;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.score-right {
  width: 60%;
  overflow: hidden;
  padding-left: 18px;
}
.score-single {
  padding: 6px;
}
.score-left h4{
  font-family: Hind Siliguri;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}

.skillbar {
  width: 100%;
  border-radius: 10px;
  background: #FFFEFE;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  height: 56px;
}
.skillbar .progrese {
  font-weight: 900;
  font-size: 0.7em;
  text-align: center;
  padding: 1em;
  width: 50%;
  color: #fff;
  border-radius: 10px;
  position: relative;
  background: #FDC7AA;
  height: 100%;
}
.skillbar .progrese .skillName {
  position: absolute;
  left: 10%;
  top: 30%;
  font-family: 'Hind Siliguri';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.update_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.update_submit button {
    color: #27ca7d;
    padding: 11px 12px;
    display: inline-block;
    border: 1px solid #27ca7d;
    outline: none;
    background: transparent;
    margin-left: 4px;
    border-radius: 5px;
}

.order_table table tbody tr td {
    font-weight: 501;
    text-transform: capitalize;
    text-align: start !important;
    border-bottom: 1px solid #c1b7b7;
    color: #404040;
}

.active_list{
    background: #b6d3c5!important
}

.ssl-img img{
  width: 100%;
  height: auto;
}
