/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */


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

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

a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    margin: 0;
}

p {
    margin: 0;
}


body {
    font-size: 14px;
    font-weight: 400;
    background-color: #f9fafb;
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

/* color */
:root {
    --primary: #13c94a;
    --primary-hover: #16b924;
    --black: #334155;
    --white: #ffffff;
    --button: #13c94a;
    --button-hover: #16b924;
    --danger: #FF0000FD;
    --danger-hover: #FF2525FC;

    --facebook: #097BEA;
    --twitter: #1DA1F2;
    --linkedin: #0077B5;
    --pinterest: #B7081B;
    --instagram: #F60873;
}

/*fieldset{*/
/*    border-color: var(--black) !important;*/
/*    border-style: solid !important;*/
/*    border-width: 1px !important;*/
/*}*/
fieldset legend {
    font-size: 15px;
}

.select2 select2-container {
    width: 100% !important;
}

.facebook-tooltip {
    --bs-tooltip-bg: var(--facebook);
}

.twitter-tooltip {
    --bs-tooltip-bg: var(--twitter);
}

.linkedin-tooltip {
    --bs-tooltip-bg: var(--linkedin);
}

.pinterest-tooltip {
    --bs-tooltip-bg: var(--pinterest);
}

.instagram-tooltip {
    --bs-tooltip-bg: var(--instagram);
}


.btn {
    outline: none !important;
    font-family: 'Nunito', sans-serif;
    padding: 6px 13px;
    border-radius: 3px;
    box-shadow: none !important;
    font-size: 15px;
}


.btn-primary {
    border: 1px solid var(--button);
    background: var(--button) !important;
    color: var(--white) !important;
}

.btn-primary:hover {
    border-color: var(--button-hover) !important;
    background-color: var(--button-hover) !important;
}



.btn-red {
    border: 1px solid var(--danger);
    background: var(--danger) !important;
    color: var(--white) !important;
}

select+.select2-container--bootstrap-5 {
    outline: none !important;
    box-shadow: none !important;
}

.btn-red:hover {
    border-color: var(--danger-hover) !important;
    background-color: var(--danger-hover) !important;
}


.btn.btn-secondary {
    border: 1px solid var(--black);
    background: var(--black) !important;
    color: var(--white) !important;
}

.btn-secondary:hover {
    border-color: var(--button-hover) !important;
    background-color: var(--button-hover) !important;
}

.btn.btn-info {
    border: 1px solid #9ca3af;
    background: #9ca3af !important;
    color: var(--white) !important;
}

.btn.btn-danger {
    outline: none !important;
    font-family: 'Nunito', sans-serif;
    border-radius: 3px !important;
    box-shadow: none !important;
    font-size: 15px;
}

.btn-info:hover {
    border-color: #737780 !important;
    background-color: #737780 !important;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
}

.form-control {
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 6px;
    color: var(--black);
    border: 1px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.form-control::placeholder {
    color: #AAA;
}

.form-control:focus {
    border-color: var(--button)
}

select {
    cursor: pointer;
}


/* =============================  Header  ================================= */

.header_section {
    background: #343434;
}

.header_section .nav-item .nav-link:hover {
    color: var(--primary)
}

.header_section .navbar-toggler {
    border-radius: 2px;
    font-size: 30px;
    padding: 4px 11px;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
}

.header_section .nav-item .nav-link svg {
    margin-right: 2px;
}

.question_count {
    padding: 22px 20px !important;
    text-align: left;
}

.question_count span {
    background: #00662d;
    border-radius: 2px !important;
    position: relative;
    max-width: 230px;
    overflow-x: auto;
    scrollbar-width: thin;
    left: 15px;
    top: 3px;
    font-size: 13px;
}

/* =============================  Banner  ================================= */
.banner_section {
    padding: 100px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
}

.banner_section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
}

.banner_content h2 {
    font-size: 33px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 48px;
}

.banner_content h2 span {
    color: var(--primary);
    font-weight: 800;
}

.banner_content p {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

.shape-bottom.shape {
    transform: rotate(180deg);
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}


/* =============================  about  ================================= */
.about_section {
    background: #f1f5f9;
    padding: 0px 0px 50px 0px;
}

.about_content h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--black);
    letter-spacing: 1px;
}

.about_content p {
    font-size: 15px;
    color: var(--black);
    margin-bottom: 15px;
    line-height: 27px;
    text-align: justify;
}

.about_content ul li {
    padding: 8px 0px;
    color: var(--black);
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

/* =============================  Courses  ================================= */


.course_wrapper {
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.course_wrapper:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.course_wrapper .freatured_tag span {
    position: absolute;
    top: 7px;
    left: 9px;
    background: #FFC107;
    color: #212121;
    padding: 2px 12px;
    font-size: 13px;
    border-radius: 50px;
    font-family: 'Inter';
    font-weight: 600;
}

.course_wrapper .card-body h3 a {
    font-size: 18px;
    color: #212121;
    display: block;
    margin-bottom: 11px;
    transition: all 0.3s ease;
}

.course_wrapper .card-body h4 {
    font-size: 16px;
    color: var(--primary);
    font-weight: 600;
}

.course_wrapper .card-body h3 a:hover {
    color: var(--primary);
}


.course_wrapper .card-footer .address p i {
    font-weight: 800;
    color: #212121;
}

.course_wrapper .views small {
    font-size: 11px;
    font-weight: 600;
}


.sidebar_filter {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #EEE;
}

.sidebar_filter .btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sidebar_title h3 {
    font-size: 15px;
    font-weight: 700;
    color: #212121;
}


.course_details .freatured_tag span {
    position: absolute;
    top: 7px;
    left: 9px;
    background: #FFC107;
    color: #212121;
    padding: 2px 12px;
    font-size: 13px;
    border-radius: 50px;
    font-family: 'Inter';
    font-weight: 600;
}

.course_sort_info h2 {
    font-size: 21px;
    line-height: 30px;
    color: #212121 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin: 0;
}

.course_sort_info h6 {
    font-size: 13px;
    color: #777;
}

.course_sort_info h4 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
}

.course_sort_info p {
    font-size: 14px;
    color: #666;
    line-height: 27px;
}

.couses_tab .nav-pills .nav-link {
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    padding: 16px 1px;
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    background: #fff;
}

.couses_tab .nav-pills .nav-link.active {
    background: var(--primary) !important;
    color: #fff;
    border-color: var(--primary);
}

.course_details p {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.course_video iframe {
    border: 4px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.course_file a {
    font-size: 100px;
    border: 1px solid #f3f3f3;
    width: 100%;
    text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    background: #fff;
}

.search_form .btn-primary,
.search_form .btn-red {
    height: 48px;
    border-radius: 6px;
}

.question_list .accordion-item {
    border: 1px solid #EEE !important;
    margin-bottom: 8px;
    border-radius: 6px;
}

.question_list .accordion-item button {
    border-radius: 6px;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 16px;
    color: #212121 !important;
    font-weight: 600;
    cursor: pointer;
}

.question_list .accordion-item .accordion-button.collapsed {
    background: transparent !important;
    color: #212121 !important;
}

.question_list .accordion-item .accordion-button {
    background: var(--primary) !important;
    border-radius: 6px 6px 0px 0px;
    color: #fff !important;
}


.question_list .accordion-body {
    padding: 20px;
}

.question_list .accordion-body p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    line-height: 24px;
}


.question_list .add_btn .btn {
    padding: 8px 0px;
    width: 70px !important;
    font-size: 14px;
    border-radius: 6px !important;
}

.pagination_nav li a {
    font-size: 16px;
    color: #212121 !important;
    font-family: 'Inter', sans-serif;
    padding: 9px 18px;
    border: 1px solid #f2f2f2 !important;
    outline: none !important;
    box-shadow: none !important;
}

.pagination_nav .active>.page-link,
.page-link.active {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 9px 18px;
    border: 1px solid var(--button);
}

.pagination_nav .disabled>.page-link,
.page-link.active.disabled {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    padding: 9px 18px;
    border: 1px solid #f2f2f2 !important;
    outline: none !important;
    box-shadow: none !important;
}

.pagination_nav .active>.page-link span,
.page-link.active span {
    background: var(--primary) !important;
    color: #fff !important;
}

.question_wrap {
    background: #fff;
    padding: 15px;
    /* border: 1px solid #EEE; */
    border-radius: 10px;
}

.question_wrap h4 {
    font-size: 17px;
    margin-bottom: 12px;
    color: #212121;
}

.question_wrap span {
    font-size: 15px;
    color: #777;
}


/* =============================  Rooms  ================================= */

.room_wrapper {
    border: 1px solid #f0eded;
    overflow: hidden;
}

.room_wrapper .room_img {
    overflow: hidden;
    position: relative;
}

.room_img:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, transparent 80px);
    height: 50%;
    z-index: 5;
}


.room_wrapper .room_img img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.room_wrapper:hover .room_img img {
    transform: rotate(4deg) scale(1.1);
}

.room_wrapper .card-body span {
    background: rgb(255 140 50 / 8%);
    color: #FF8C32;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    padding: 4px 11px;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 14px;
    font-weight: 600;
}

.room_wrapper .card-body span img {
    display: inline-block;
    margin-top: -3px;
}

.room_wrapper .card-body h5 {
    margin-bottom: 8px;
}

.room_wrapper .card-body h5 a {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: var(--black);
    transition: all 0.2s ease;
}

.room_wrapper .card-body h5 a:hover {
    color: var(--primary);
}

.room_wrapper .card-body p {
    font-size: 14px;
    color: #777;
    margin-bottom: 19px;
}

.room_wrapper .card-body p i {
    color: var(--primary);
    font-weight: bold;
}

.room_wrapper .card-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.room_wrapper .card-body ul li {
    font-size: 15px;
    border: 1px dashed #ebebeb;
    background: #8bc34a0d;
    border-radius: 3px;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color: var(--black);
    font-weight: bold;
}

.room_wrapper .card-footer {
    background: #f3f4f6;
    border-top: 1px solid #EEE;
}

.room_wrapper .card-footer .price h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
}

.room_wrapper .card-footer .price h4 sub {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.room_wrapper .reserve_btn .btn {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 3px;
}


/* =============================  Service  ================================= */

.service_section {
    padding: 50px 0px;
}

.section_heading h3 {
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
}

.section_heading p {
    color: #555;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
}

.service_wrapper {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 22px 10px;
    height: 100%;
    border: 1px solid #ddd;
    transition: all 0.2s ease !important;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
}

.service_wrapper .service_content h4 {
    font-size: 15px;
    color: #444;
    line-height: 24px;
}

.service_wrapper:hover {
    border-color: var(--primary);
    transform: scale(1.03) !important;
}

.service_wrapper .icon img {
    width: 40px;
}

.service_wrapper .icon i {
    font-size: 40px;
    color: var(--primary);
}

.section_heading h3 span {
    color: var(--primary);
}

/* =============================  Photo Shoot  ================================= */
.photo_shoot_section {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background: #fff;
    padding: 50px 0px;
}


.photo_shoot_content h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 22px;
}

.photo_shoot_content h4 span {
    color: var(--primary);
}

.photo_shoot_content p {
    font-size: 16px;
    color: #868686;
    line-height: 23px;
    margin-bottom: 25px;
}

.photo_shoot_content .btn-primary {
    outline: none !important;
    border: 1px solid #ddd;
    background: transparent !important;
    color: var(--black) !important;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    padding: 12px 42px;
    border-radius: 0px;
    font-size: 14px;
    box-shadow: none !important;
}

.photo_shoot_content .btn-primary:hover {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}


/* =============================  Pricing  ================================= */

.pricing_section {
    padding: 50px 0px;
}

.pricing_table .form-control {
    background: #fff !important;
    font-size: 14px;
    width: 130px;
    border: 1px solid #CCC;
}

.pricing_table table .pricing-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing_table table .pricing-plan .pricing-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pricing_table table {
    min-width: 1000px;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.pricing_table .pricing-plan-name {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing_table .pricing-currency {
    font-size: 16px;
    color: #777;
    font-family: 'Nunito', sans-serif;
    margin-bottom: auto;
}

.pricing_table .price {
    font-size: 28px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    margin-left: 2px;
    line-height: 1em;
}

.pricing_table .price-taxes {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #6e6e6e;
    font-size: 13px;
}

.pricing_table table th {
    border: 1px solid #cbd5e185;
    background: #f0fdfa;
    padding: 20px;
    border-bottom: 0;
    vertical-align: middle;
}

.pricing_table table tr td {
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    padding: 15px;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.pricing_table table tr td:first-child {
    width: 30%;
    text-align: left;
}

.pricing_table table tr td strong {
    color: #334155;
}

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


.footer_top {
    background: #1a1919;
    border-bottom: 1px solid #222;
    padding: 5px 0px;
}

.footer-bottom {
    background: #1b1b1b;
}

.text-lg {
    font-size: 22px !important;
}

.footer_top p {
    color: #fff;
    font-size: 16px;
}

.footer_top p i {
    font-size: 36px;
    vertical-align: middle;
}

.footer_widget p {
    font-size: 12px;
    color: #666;
}

.widget_heading h4 {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
}

.about_company p {
    font-size: 13px;
    text-align: justify;
    color: #666;
    line-height: 28px;
}

.payment_methods h3 {
    font-size: 12px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
}

.payment_methods img {
    width: 50px;
    border: 1px solid #EEE;
    background: #fff;
    padding: 3px;
}

.services_link ul li a,
.quick_links ul li a,
.quick_links ul li p,
.quick_links ul li p strong {
    display: inline-block;
    padding: 5px 0px;
    color: #666;
    font-size: 14px;
}

.services_list ul li {
    display: inline-block;
    font-size: 13px;
    color: #555;
}

.services_link ul li a:hover,
.quick_links ul li a:hover {
    color: var(--primary);
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.newsletter_form p {
    font-size: 13px;
    color: #666;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 6px;
}

.newsletter_form span {
    font-size: 13px;
    color: var(--primary);
    font-family: 'Nunito', sans-serif;
    margin-bottom: 6px;
    font-weight: 500;
}

.newsletter_form .form-control {
    font-size: 15px;
    font-family: Inter, sans-serif;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    height: 50px;
    padding: 7px 10px;
    border-radius: 6px;
    color: var(--black);
    background: #f5f5f5 !important;
    border-bottom: 2px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.newsletter_form .form-control:focus {
    border-color: var(--primary);
}

.newsletter_form .btn-primary {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 19px;
    border-radius: 0px 50px 50px 0px;
    height: 50px;
}

.social_link h3 {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 20px;
}

.social_link ul li a {
    border: 1px solid #8bc34a21;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    line-height: 40px;
    border-radius: 2px;
    transition: all 0.2s ease !important;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
}

.social_link ul li a:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--white);
}

.social_link ul li .fb:hover {
    background-color: var(--facebook) !important;
    border-color: var(--facebook) !important;
}

.social_link ul li .tw:hover {
    background-color: var(--twitter) !important;
    border-color: var(--twitter) !important;
}

.social_link ul li .lin:hover {
    background-color: var(--linkedin) !important;
    border-color: var(--linkedin) !important;
}

.social_link ul li .pin:hover {
    background-color: var(--pinterest) !important;
    border-color: var(--pinterest) !important;
}

.social_link ul li .insta:hover {
    background-color: var(--instagram) !important;
    border-color: var(--instagram) !important;
}

.social_link ul li {
    display: inline-block;
    margin-right: 12px;
}

.social_link ul li:last-child {
    margin-right: 0;
}

.footer_bottom {
    border-top: 1px solid #EEE;
    padding-top: 20px;
    margin-top: 20px;
}

.copyright p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.copyright p a {
    color: var(--primary);
}

/* =============================  Breadcrumb  ================================= */

.breadcrumb_section {
    position: relative;

}

.current_page {
    padding-bottom: 6px;
}

.breadcrumb_section .d-flex {
    background: #f1f5f9;
    padding: 15px 20px;
    border-radius: 4px;
}

.current_page h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.breadcrumb_section ul li {
    display: inline-block;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: var(--primary);
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

/* =============================  Singin   ================================= */
.signin_form {
    padding: 30px;
    background: #fff;
    border: 1px solid #EEE;
    border-radius: 12px;
}

.signin_form .heading h3 {
    color: var(--black);
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
}

.signin_form .create_account p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.signin_form .create_account p a {
    color: var(--primary);
    font-weight: bold;
}

.signin_form .form-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
}

.signin_form .form-check label {
    cursor: pointer;
    font-size: 15px;
}

.signin_form .form-check .form-check-input {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #c6c6c6 !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.signin_form .form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.signin_form .password_forgot a {
    font-weight: 600;
    font-size: 14px;
    color: var(--black);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.signin_form .password_forgot a:hover {
    color: var(--primary)
}

.signin_form .btn-primary {
    height: 50px;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.text-danger {
    color: red !important;
}

.text-success {
    color: var(--button) !important;
}

/* =============================  About   ================================= */
.about_articel h3 {
    font-size: 19px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 22px;
}

.about_articel p {
    font-size: 15px;
    margin-bottom: 23px;
    color: #555;
    line-height: 28px;
    text-align: justify;
}

/* =============================  Contact   ================================= */
.contact_info {
    background: rgb(255, 255, 255);
    padding: 20px;
    height: 100%;
    border-radius: 3px;
    border: 1px dashed #f0f0f0;
    border-bottom: 1px dashed var(--primary);
}

.contact_info .info p {
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    padding: 3px 0px;
    color: #666;
}

.contact_info .info p a:hover {
    color: var(--primary);
}

.contact_section .title h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 12px;
}

.contact_form {
    background: #fff;
    padding: 20px;
}

.contact_form textarea.form-control {
    min-height: calc(8.5em + 0.75rem + 2px);
}


.custome_page .page_content p {
    font-size: 14px;
    line-height: 30px;
    color: #444;
    margin: 0;
    text-align: justify;
    margin-bottom: 20px;
}

.contact_form p {
    font-size: 14px;
    color: #666;
    line-height: 27px;
}

/* =============================  Faq   ================================= */

.faq_list .accordion-item {
    border: 1px solid #EEE !important;
    margin-bottom: 12px;
    border-radius: 0px !important;
}

.faq_list .accordion-item button {
    font-size: 15px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    padding: 19px 19px;
    font-family: 'Nunito', sans-serif;
}

.faq_list .accordion-body {
    padding: 20px 20px;
}

.faq_list .accordion-body p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    text-align: justify;
    color: #777;
}

.faq_list .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: #fff !important;
    border-radius: 0px !important;
}

.faq_list .accordion-button::after {
    background-image: none !important;
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transform: rotate(0deg);
}

.faq_list .accordion-button:not(.collapsed)::after {
    content: "\f106";
}


.otas_check .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user_serviec_list h4 {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: var(--black);
}


.interested_list .form-check label {
    cursor: pointer;
    font-size: 15px;
    border: 1px dashed #a0adfa0f;
    padding: 13px 11px;
    background: #a0adfa0f;
    width: 100%;
    min-height: 76px;
    align-items: center;
    border-radius: 4px;
    vertical-align: middle;
    display: flex;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.interested_list .form-check label:hover {
    border: 1px dashed var(--primary);
}

.interested_list .form-check-input:checked~label {
    color: #000000;
    border: 1px dashed var(--primary);
    background: #8bc34a4d;
}

.interested_list .form-check .form-check-input {
    padding: 0;
    margin: 0;
    display: none;
}

.interested_list .form-check {
    margin: 0;
    padding: 0;
}

.property_check .form-group,
.channel_check .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.signin_form .heading p {
    font-size: 15px;
    color: #777;
}

.stretched-link::after {
    z-index: 6;
}

.hostfully-search-widget-form {
    padding: 0px 0px !important;
}

.hostfully-search-widget-form>div {
    flex: inherit !important;
    width: 28% !important;
}

.hostfully-search-widget-wrapper input,
.hostfully-search-widget-wrapper select {
    height: 50px !important;
    border: 1px solid #5e5e5e !important;
    font-size: 13px !important;
    font-family: 'Inter', sans-serif !important;
    cursor: pointer !important;
    outline: none !important;
}

form#hostfully-search-widget-form button {
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600;
    border-radius: 4px !important;
    height: 50px !important;
    outline: none !important;
    border: 1px solid var(--button) !important;
    background: var(--button) !important;
    color: var(--white) !important;
    font-family: 'Nunito', sans-serif;
    padding: 10px 28px !important;
    box-shadow: none !important;
}


form#hostfully-search-widget-form button:hover {
    background-color: var(--primary-hover) !important;
}

#leadWidget input[type="text"],
#leadWidget input[type="email"],
#leadWidget select {
    border: none;
    width: 100%;
    height: 50px !important;
    padding: 7px 10px;
    outline: none !important;
    border-radius: 6px;
    color: var(--black);
    background: #f5f5f5 !important;
    border-bottom: 2px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

#leadWidget input[type="text"]:focus,
#leadWidget input[type="email"]:focus,
#leadWidget select:focus {
    border-color: var(--primary) !important;
}

.orbirental-capture-widget-wrapper {
    margin-bottom: 9px;
}

.leadWidget>form.orbirental-capture-widget-form>button {
    margin: 10px 6px 6px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter, sans-serif;
    font-size: 13px !important;
    border-radius: 4px !important;
    height: 50px !important;
    outline: none !important;
    border: 1px solid var(--button) !important;
    background: var(--button) !important;
    color: var(--white) !important;
    padding: 10px 28px !important;
    box-shadow: none !important;
}

.orbirental-capture-widget-form {
    background: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 25px;
}

div.orbirental-calendar-widget {
    background: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 25px;
    border: none !important;
}

.orbirental-calendar-widget table.orbirental-calendar-widget-month {
    width: 400px !important;
    height: 400px !important;
    border: 1px solid #EEE;
    border-radius: 6px;
}

.orbirental-calendar-widget table tr.month_head {
    background: var(--primary);
    color: var(--white) !important;
    cursor: default;
    font-family: 'Nunito', sans-serif;
}

.orbirental-calendar-widget table.orbirental-calendar-widget-month {
    border-spacing: 0 !important;
}

.orbirental-calendar-widget table.orbirental-calendar-widget-month div.check_in_reserved div.orbirental-calendar-widget-day-afternoon,
.orbirental-calendar-widget table.orbirental-calendar-widget-month div.check_out_reserved div.orbirental-calendar-widget-day-morning,
.orbirental-calendar-widget table.orbirental-calendar-widget-month div.reserved div {
    color: #ffffff;
    background-color: var(--button) !important;
    border-color: var(--button) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}


.orbirental-calendar-widget table tr.day_head>td {
    text-align: center;
    width: 0;
    font-size: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #212121;
}


/*  User dashboard  */
.user_profile .nav-item img {
    border-radius: 50px !important;
    border: 1px solid #f1f1f1 !important;
    margin-right: 4px;
    width: 45px;
}

.dashboard_section {
    padding-left: 241px;
    padding-right: 40px;
}

.dashboard_section .main_content {
    min-height: 770px;
}

.user_profile .nav-link {
    padding: 10px 20px !important;
}

.dashboard_section .fixied_menu {
    overflow: hidden;
}

.dashboard_section .sidebar_menu {
    height: calc(100vh - (3.5rem + 1px));
    background: #ffffff;
    width: 212px;
    position: fixed;
    top: 58px;
    padding: 10px;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    left: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.activeMenu {
    left: 0 !important;
}

.dashboard_section .sidebar_menu ul li a {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    border-radius: 4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #333333;
    padding: 9px 12px;
    background: #dddddd;
}

.dashboard_section .sidebar_menu ul li a.active {
    background: var(--button);
    color: #fff;
}

.dashboard_section .sidebar_menu ul li a.eligible:hover {
    background-color: var(--button);
}


.dashboard_section .sidebar_menu ul li a img {
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}

.main_content .company_name h3 {
    font-family: 'Nunito', sans-serif;
    color: var(--black);
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 5px;
}

.main_content .progress_cover h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #555;
}

.main_content .progress_cover h6 span {
    color: var(--black);
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.property_form {
    background: #fff;
    padding: 20px;
    border: 1px solid #EEE;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border-radius: 8px;
}

.property_form .header p {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.property_form .header h3 {
    font-size: 17px;
    color: var(--black);
    font-weight: 800;
}

.property_form .form-check-label {
    cursor: pointer;
}

.property_form .form-check-input {
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    vertical-align: middle;
    margin-top: 2px;
}

.progress_cover .progress {
    background: #cbd5e1;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.country-select.inside {
    width: 100%;
}

#map {
    height: 400px;
}

.property_form .alert {
    display: inline-block;
    padding: 10px 14px;
    border: none !important;
    border-radius: 2px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    margin: 0 !important;
    width: 100%;
}


.property_form strong {
    color: var(--black);
    font-size: 13px;
}

.property_form .progress-bar {
    background-color: var(--primary);
}

.property_form .image-uploader {
    border-bottom: none !important;
}

.property_form .upload-text {
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 6px;
    color: var(--black);
    background: #f5f5f5 !important;
    border: none !important;
    border-bottom: 2px solid #e8e8e8 !important;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.property_form table tr td {
    border: 1px solid #EEE;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    padding: 14px 12px;
}

.property_form table {
    min-width: 400px;
}

.property_form .header h3 img {
    vertical-align: middle;
    margin-top: -4px;
}


.user_profile button {
    background: transparent;
}

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

.user_profile .dropdown-menu {
    border: 1px solid #DDD;
    margin-top: 6px;
    border-radius: 4px;
}

.user_profile .dropdown-menu {
    position: absolute !important;
}

.user_profile .dropdown-menu li a {
    padding: 10px 13px !important;
}

.question_cover {
    background: #fff;
    padding: 15px;
    /* border: 1px dashed #EEE; */
    border-radius: 0px;
}

.question_cover .form-control {
    border: none;
    border-bottom: 1px dashed #333333;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    height: 14px;
}

.question_cover .input-group-text {
    padding: 0px 0px;
    background: transparent;
    border: none !important;
    font-size: 13px;
    font-weight: 600;
    padding-right: 4px;
    color: #333333;
}

.question_cover .question_paper_name {
    border: 1px solid #EEE;
    padding: 10px;
    border-radius: 4px;
}

.question_cover .question_paper_name h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.question_cover .question_paper_name p {
    font-size: 13px;
    color: #777;
}

.question_cover .question_paper_name span {
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.question_cover .logo {
    border: 1px solid #d6d6d6;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    min-height: 55px;
    line-height: 55px;
    margin-bottom: 2px;
    width: 100%;
    height: 115px;
}

.question_cover .school {
    border: 1px solid #d6d6d6;
    padding: 18px;
    border-radius: 4px;
}

.question_cover .candidate_instruction .heading {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin: 0;
}

.section_graph .heading {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin: 0;
}

.candidate_instruction ul li {
    font-size: 14px;
    color: #444;
    padding: 4px 0px;
}

.section_graph .table td {
    border: 1px solid #DDD;
    height: 32px;
}

.section_graph .table th {
    border: 1px solid #EEE;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.grand_total h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.grand_total_box {
    border: 1px solid #ddd;
    width: 50%;
    height: 55px;
    border-radius: 5px;
    margin-left: 15px;
}

/* .question_wrapper {
    max-height: 1000px;
    overflow: hidden;
    overflow-y: auto;
} */

.question_wrapper .free_writing_question {
    margin-bottom: 20rem !important;
}

.question_wrapper .multiple_choice_questions {
    margin-bottom: 2rem !important;
}

.question_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.question_wrapper::-webkit-scrollbar-button {
    background: #f9fafb;
}

.question_wrapper::-webkit-scrollbar-track-piece {
    background: #f9fafb;
}


.student_info_form {
    background: #fff;
    padding: 15px;
    border: 1px solid #EEE;
    border-radius: 5px;
}

.student_info_form form span {
    display: inline-block !important;
}

.student_info_form canvas {
    vertical-align: middle;
    background: #EEE;
    border-radius: 6px;
    max-width: 100%;
}

.select_question {
    background: #fff;
    padding: 15px;
    border: 1px solid #EEE;
    border-radius: 5px;
}

.select_question h4 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.question_item {
    padding: 10px 0px;
    margin-bottom: 9px;
    border-radius: 6px;
    background: #ffffff;
    font-size: 13px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 4px;
    word-break: break-word;
}

.question_item .btn-primary {
    width: 30px;
    text-align: center;
    padding: 3px 5px;
}

.select_question {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.select_question::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.select_question::-webkit-scrollbar-button {
    background: #f9fafb;
}

.select_question::-webkit-scrollbar-track-piece {
    background: #f9fafb;
}

.select_question::-webkit-scrollbar-thumb {
    background: #eee;
}

.toast-success {
    background-color: var(--button) !important;

}

.toast-error {
    background-color: red !important;
}

.toast-message {
    color: #ffffff;
}

.select2-container--bootstrap-5 .select2-selection {
    box-shadow: none !important;
    outline: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
}

/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.v-card {
    position: relative;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
}


.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}

.pricing-section .outer-box {
    max-width: 1100px;
    margin: 0 auto;
}


.pricing-section .row {
    margin: 0 -30px;
}

.pricing-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    margin: 0 auto;
    border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #40cbb4;
    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}


.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #40cbb4;
    border-radius: 50%;
    font-size: 50px;
    color: #40cbb4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg);
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.pricing-block .price {
    display: block;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    color: #40cbb4;
}


.pricing-block .features {
    position: relative;
    max-width: 200px;
    margin: 0 auto 20px;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}

.pricing-block .features li.false:before {
    color: #e1137b;
    content: "\f057";
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .features li:last-child {
    border-bottom: 0;
}

.pricing-block .btn-box {
    position: relative;
    text-align: center;
}

.pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #40cbb4;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
    color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
    color: #40cbb4;
    background: none;
    border-radius: 0px;
    border-color: #40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
    background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #1d95d2;
    background: none;
    border-radius: 0px;
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
    color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
    border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
    background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
    color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #ffc20b;
    background: none;
    border-radius: 0px;
    border-color: #ffc20b;
}

.navbar-brand img {
    max-width: 180px;
    height: 60px;
}

.widget_heading img {
    width: 180px;
    height: 60px;
}

.dashboard_card {
    background: #333333;
    padding: 16px 12px;
    border-radius: 6px;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.dashboard_card .card_body h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 7px;
}

.dashboard_card .card_body a,
.dashboard_card .card_body span {
    font-size: 13px;
    font-weight: 400;
}

.loading-spinner {
    display: none;
}

.loading-spinner.active {
    display: inline-block;
}

.pagination_nav .page-link {
    font-size: 15px;
}

.custom_table table {
    min-width: 900px;
}

.routine_table table {
    min-width: 1200px;
}


.select2-selection.select2-selection--single {
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 11px 10px !important;
    height: 45px !important;
    border-radius: 6px;
    color: var(--black);
    border: 1px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.break_point span {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(.5turn);
    /*margin-top: 100px !important;*/
}

.font-size16.py-2 {
    font-weight: 700;
    font-size: 15px;
}

.alert-warning {
    margin: 0px !important;
}

.w-10 {
    min-width: 104px;
}

.modal-header {
    align-items: center;
    min-height: 3.5rem;
    background: 0 0;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f2f2;
}

.modal-footer {
    background: #f6f8fb;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #EEE;
}

.modal-title {
    font-size: 18px !important;
    color: #1b1b1b;
}

.modal-content {
    border: none !important;
    border-radius: 10px !important;
}

.modal-header .btn-close {
    border: none !important;
    box-shadow: none !important;
}

select {
    outline: none !important;
    box-shadow: none !important;
}

button.close {
    outline: none !important;
    box-shadow: none !IMPORTANT;
    border: none !IMPORTANT;
    background: transparent !important;
    font-size: 20px;
}

.modal-blur {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.search_paper_modal .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.search_paper_modal .modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.search_paper_modal .modal.modal-static .modal-dialog.modal-dialog-zoom {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.question_wrapper .heading h2 {
    font-size: 22px;
    color: #444;
}

.question_file {
    border: 1px solid #EEE;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    width: 100%;
}

.question_file:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.question_file img {
    margin-bottom: 12px;
    max-width: 130px;
}

.file_name {
    font-size: 15px;
    font-weight: 500;
    color: #1b1b1b;
    margin-bottom: 12px;
}

.question_file .btn {
    margin-bottom: 12px;
    font-size: 14px;
    padding: 2px 5px;
    font-weight: 600;
}

.level p {
    font-size: 15px;
    color: #444;
}

.subject_name h1 {
    font-size: 18px;
    font-weight: 700;
    color: #1b1b1b;
}

.see_all a {
    font-size: 15px;
    color: #444;
}

.see_all a:hover {
    color: #2196F3;
}

.quck_links {
    padding: 15px 0px;
}

.quck_links ul li {
    display: inline-block;
}

.quck_links ul li a {
    color: #888;
    font-size: 13px;
    border-left: 1px solid #333;
    padding: 0px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.quck_links ul li a:hover {
    color: #ddd;
}

.quck_links ul li:first-child a {
    border-left: 0px;
}

.mobile_footer a {
    font-size: 14px;
    color: #d2cfcf;
    font-weight: 500;
}

.mobile_footer a:hover {
    color: #fff;
}

.mobile_footer {
    padding: 12px 0px;
}
