@charset "utf-8";

/* ------------------------------------------------------------------
 * Name         : IMT GLOBAL
 * File         : style.css
 * Author       : Retina Soft
 * Author URI   : contact.retinasoft@gmail.com
 * All Rights Reserved.
 * --------------------------------------------------------------------- */

/*===================== TABLE OF CONTENT =======================

1. Google Fonts
2. Typography Css
3. CROSS BROWSER COMPATABILITY
4. Body Scrollbar
5. Night Mode Btn
6. Search cate scroll
7. Header
8. Category Model
9. Category Model
10. Cart Offset Overlay
11. Cart Radio Btn
12. Quantity box
13. Filters Overlay
14. Category Radio Btn
15. Index Page
16. Slider Category
17. Footer
18. Product Grid Page
19. Single Product View
20. Single Product Radio Btn
21. Checkout Page
22. User Dashboard Page
23. Dashboard My Orders
24. My Rewards
25. My Wallet
26. My Addresses
27. Career Page
28. About Us
29. Our Blog
30. Blog Detail View
31. Press Page
32. Sign In
33. Contact Us
34. Product Request
35. Faq Page
36. Offers Page
37. Bill Page

=============================================================*/



/* ==================================================================================
Reset Css
===================================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

::-moz-selection {
    /* Code for Firefox */
    background-color: #24a3dd;
    color: #fff !important;
}

::selection {
    background-color: #24a3dd;
    color: #fff !important;
}

ol,
ul {
    list-style: none;
    margin-bottom: 0 !important;
}

a:hover {
    color: inherit !important;
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

a:focus {
    text-decoration: none !important;
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

button {
    outline: none;
}

button:focus {
    outline: none !important;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

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

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

ul {
    padding-left: 0 !important;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    font-family: var(--defualt-font-family) !important;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}

h2 {
    font-size: 1.625em;
    font-family: var(--defualt-font-family) !important;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

h3 {
    font-size: 1.375em;
    font-family: var(--defualt-font-family) !important;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}

h4 {
    font-size: 1.125em;
    font-family: var(--defualt-font-family) !important;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}

h5 {
    font-size: 1.10em;
    font-family: var(--defualt-font-family) !important;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}

h6 {
    font-size: 1em;
    font-family: var(--defualt-font-family) !important;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}

blockquote {
    font-size: 1.25em;
    font-family: var(--defualt-font-family) !important;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }

    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }

    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
    }

    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833333;
        /* 35px / 24px */
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height
	and something more appropriate for display headings */
    }

    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd>span i,
.view-more>a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts>a,
.bk-links li a,
.like-com li a,
.user-profy>a,
.slick-previous:before,
.slick-nexti:before,
.comment>a,
.sign_link>a,
.post-popup,
.post-project>a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec>a,
.star-descp>a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt>a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev>a,
nav ul li:hover>ul,
.user-pro-img>a i {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

body::-webkit-scrollbar-corner {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

html {
    font-size: 14px;
}

body {
    margin: 0;
    font-family: var(--defualt-font-family) !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #2b2f4c;
    /* background: #f7f7f7b3 !important; */
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
    color: #2b2f4c !important;
}


/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 10px;
    color: #333;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    width: 220px;
}

.night_mode_switch__btn a i {
    font-size: 120%;
    height: 30px;
    Width: 30px;
    background: #ffecec;
    border-radius: 100%;
    margin-right: 10px;
    padding: 2px 4px 0;
    display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}

/*--- search cate scroll ---*/

.search-by-cat::-webkit-scrollbar {
    width: 4px;
}

.search-by-cat::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.bs-canvas-body::-webkit-scrollbar {
    width: 4px;
}

.bs-canvas-body::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.scrollstyle_4::-webkit-scrollbar {
    width: 4px;
    background-color: #f1f1f1;
}

.scrollstyle_4::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
}

.scrollstyle_4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #F5F5F5;
}

/*--- Header ---*/

.header {
    /* position: fixed;
	z-index: 999;
	width: 100%; */
    background: transparent;
    /* box-shadow: 0px 0.052083333in 11.25pt -9px rgb(0 0 0 / 10%); */
}

.imt-header-up-sticky {
    top: 0px;
    width: 100%;
    z-index: 10;
    position: fixed !Important;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
    background: rgb(220 221 255 / 56%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    padding: 2px 10px;
}

.imt-header-up-sticky.sub-header-group {
    border-top: none;
    background-image: linear-gradient(280deg, #fff 0%, #fff 100%);
    ;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    padding: 2px 10px;
}

.imt-header-up-sticky .category_drop {
    border-right: none;
}

.imt-header-up-sticky .nav-link {
    color: #000 !important;
}

.imt-header-up-sticky .nav-link:hover {
    color: var(--font-color-2) !important;
}

.category_drop-sticky {
    display: none;
}

.imt-header-up-sticky .category_drop-sticky {
    display: block;
}

.imt-header-up-sticky .category_drop-sticky img {
    width: 115px;
    padding: 5px;
    margin-left: 30px;
    margin-right: 30px;
}

.imt-header-up-sticky .category_drop {
    display: none;
}

.top-header-group {
    width: 100%;
    display: block;
}

.mobile_menu_button {
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
    background-image: var(--gradiant-12);
    padding: 1px 30px;
    text-align: center;
    background-size:200%,1px;
}

.top-header {
    width: 100%;
    display: flex;
    height: 48px;
    align-items: center;
    /* background-image: var(--main-gradiant-color); */
    background-size: 1px, 200%;
    background-color: #000;
    display: none !important;
}

.main_logo {
    width: 125px;
    margin-left: 30px;
}

.blog_logo {
    padding: 0px;
}

.logo-inverse {
    display: none;
}

.select-location {
    margin-left: 30px;
}

.select-location .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px !important;
}

.search120 {
    margin-left: 55px;
}

.s-icon {
    position: absolute;
    text-align: center;
    right: 3px;
    top: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 1px 0;
    font-size: 18px;
    background: transparent;
    border-radius: 4px;
    color: #8f91ac;
}

.gambo-head {
    height: 60px;
}

.main_logo img {
    width: 80%;
    padding-top: 0;
}

.res_main_logo {
    display: none;
    width: 45px;
}

.res_main_logo img {
    width: 100%;
    padding-top: 3px;
}

.srch10 {
    background: #f7f7f7 !important;
    border: 0 !important;
    color: #2b2f4c !important;
    height: 36px;
    padding: 10px 40px 10px 15px;
    width: 350px;
    border-radius: 5px;
}

i.icon1 {
    font-size: 16px !important;
    position: absolute;
    top: 6px;
    left: 10px;
}

.swdh10 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh10.input>input {
    padding-left: 3.2em !important;
    padding-right: 1em !important;
    font-size: 14px;
    font-weight: 500;
    border: 0 !important;
}

.ui.search .prompt {
    border-radius: .3rem !important;
    width: 100%;
}

.header_right {
    margin-left: auto;
    padding-right: 15px;
}

.header_right ul li {
    display: inline-block;
    vertical-align: middle;
}

.option_links {
    padding: 10px 9px;
    font-size: 20px;
    color: #91699c;
    position: relative;
}

.option_links i {
    font-size: 18px;
}

.option_links .icon_wishlist {
    background: rgb(255 255 255 / 20%);
    color: rgb(255 255 255);
    height: 35px;
    width: 35px;
    display: inline-block;
    padding: 6px 5px;
    border-radius: 100%;
}

.option_links .icon_noti {
    background: rgba(2, 114, 54, 0.2);
    color: #027236;
    height: 35px;
    width: 35px;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 100%;
}

.option_links:hover,
.option_links:focus {
    color: #2b2f4c !important;
}

.dropdown_account_rl {
    width: 250px;
}

.noti_count {
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 8px;
    background: #027236;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
}

.noti_count1 {
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 8px;
    background: #fff;
    color: #1a0076;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
}

.opts_account {
    font-weight: 500;
    color: var(--text-color);
    float: right;
    padding: 5px 5px 5px 10px;
    /*background: rgb(255 255 255 / 20%);*/
    border-radius: 10px;
    margin-left: 0px;
    background-size: 200%,1px;
}

.opts_account img {
    width: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 0;
    height: 25px;
    object-fit: cover;
}

.opts_account .user__name {
    margin-left: 10px;
    font-size: 13px;
}

.opts_account:hover {
    color: var(--text-color) !important;
}

.channel_item {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #2b2f4c;
    padding: 10px 20px;
}

.channel_item:hover {
    color: #1a0076 !important;
    background-color: #f7f7f7;
}

.channel_item:focus {
    color: #1a0076 !important;
    background-color: transparent;
}

.icon__1 {
    font-size: 18px;
    margin-right: 10px;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #afafaf;
    text-align: left;
    margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.dropdown-menu-account {
    margin-top: 7px !important;
}

.menu.dropdown_account_rl {
    min-width: 220px !important;
}

.rl-account-step p {
    font-size: 13px;
    font-weight: 400;
}

.rl-account {
    text-align: center;
    padding: 15px;
}

.rl-account-step {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.rl-account-step:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.lr-acount-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    color: #fff;
    background-color: #1a0076;
}

.menu.dropdown_mn {
    width: 300px;
    margin-top: 12px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 12px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.channel_my {
    padding: 15px !important;
    border-bottom: 1px solid #efefef !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
    white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #2b2f4c;
    text-align: left;
    position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    color: #686f7a;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #ed2a26 !important;
}

.ui.dropdown .menu>.channel_item {
    color: #2b2f4c !important;
    padding: .78571429rem 1.14285714rem !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ui.dropdown .menu>.channel_item:hover {
    color: #2b2f4c !important;
    background: #ffecec !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1da1f2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #91699c;
    text-align: left;
    margin-top: 8px;
    line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #1a0076;
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
}

.ui.input>input {
    font-family: 'Inter', sans-serif !important;
}

.select_location {
    margin-left: 34px;
}

.ui.inline.dropdown.loc-title>.text {
    font-weight: 500 !important;
    color: #2b2f4c;
    font-size: 14px;
}

.menu.dropdown_loc {
    width: 170px;
    margin-top: 20px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 170px !important;
}

.offer-link {
    font-size: 14px;
    font-weight: 400;
    margin-right: 18px;
    color: #fff;
    margin-left: 6px;
}

.offer-link:hover {
    color: #fff !important;
}

.offer-link i {
    font-size: 16px;
    margin-right: 3px;
}

.sub-header-group {
    width: 100%;
    z-index: 50;
    display: block;
    /* border-top: 1px solid #efefef; */
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    position: relative;
    padding: 5px 25px;
}

.sub-header {
    width: 100%;
    display: block;
    align-items: center;
}

.nav-link {
    color: var(--text-color) !important;
    font-weight: 500;
    font-size: 15px;
}

.nav-link:hover {
    color: var(--font-color-2) !important;
}

.offcanvas-help-links {
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 20px 20px !important;
    margin: 15px 0 27px !important;
}

.offcanvas-help-links li {
    line-height: 38px;
}

.offcanvas-help-links li .offer-link {
    font-size: 1.1em;
    font-weight: 500;
}

.offcanvas-copyright {
    margin-bottom: 20px;
}

.main_nav .nav-link {
    display: block;
    padding: 10px 15px !important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}

.nav-link.active {
    color: #1a0076 !important;
}

.main_nav .nav-link:hover {
    color: #1a0076 !important;
}

.header_cart {}

.cart__btn {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    background: #1a0076;
    padding: 22px 30px;
    text-align: center;
}

.cart__btn span {
    margin: 0 2px;
}

.hover-btn:hover {

    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--gradiant-06);
    background-size: 200%, 1px;
}


.cart__btn ins {
    color: #fff !important;
    margin-left: 5px;
    text-decoration: none !important;
}

.category_drop {
    padding: 20px 30px 19px;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-weight: 500;
    margin-right: 10px;
}

.category_drop i {
    margin-right: 10px;
}

.offcanvas-header {
    border-bottom: 1px solid #efefef;
    background: #ffffff;
}

.offcanvas-logo img {
    width: 50px;
}

.category_drop_canvas {
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: #1a0076;
    position: relative;
    font-weight: 500;
    margin-right: 0;
    border-radius: 5px;
    border: none;
}

.category_drop_canvas i {
    margin-right: 10px;
}

.canvas_search {
    background: #f7f7f7 !important;
    border: 0 !important;
    color: #2b2f4c !important;
    height: 50px;
    padding: 10px 40px 10px 15px;
    width: 100%;
    border-radius: 5px;
}

.canvas-icon {
    position: absolute;
    text-align: center;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #1a0076;
    border-radius: 5px;
}

.close-btn {
    padding: 5px;
    font-size: 20px;
    background: #f7f7f7;
    color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    border: 0;
}

.close-btn:hover {
    background: #f7f7f7;
    color: #2b2f4c;
}

.navbar-toggler {
    padding: 7px 0 !important;
    font-size: 26px !important;
    background: #f7f7f7 !important;
    color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 5px !important;
    width: 40px;
    height: 40px;
    border: 0 !important;
    margin-left: 13px;
    text-align: center;
    box-shadow: none !important;
}

.navbar-toggler:hover {
    background: #f7f7f7;
    color: #2b2f4c;
}

.dropdown-menu {
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.dropdown-submenu {
    width: 230px;
    margin-top: 12px !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0 8px 11px 2px rgb(64 70 74 / 2%) !important;
}

.dropdown-submenu .dropdown-item {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #2b2f4c;
    padding: 8px 20px;
    transition: all 0.5s ease-out;
    border-bottom: 1px solid #ddd !important;
}
.dropdown-submenu .dropdown-item:last-child{
    border-bottom: none !important;
}

.dropdown-submenu .dropdown-item:hover {
    color: var(--text-color) !important;
    background: transparent !important;
    background-size: 200%, 1px;
    padding-left: 30px;
    background: var(--gradiant-06) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.dropdown-submenu .dropdown-item:focus {
    color: #f7f7f7 !important;
    background-color: transparent;
    background: var(--gradiant-06) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;

}
.dropdown-menu{
    padding: 5px 0 5px !important;
}

.menu_toggle_btn {
    padding: 5px !important;
    line-height: 1;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 26px !important;
    background: #f9f9f9 !important;
    color: #2b2f4c !important;
}

.mt1-5 {
    margin-top: 124px !important;
    text-align: center;
}

.bmt1-5 {
    margin-top: 60px !important;
    text-align: center;
}

.bg-dark1 {
    background-color: #fff !important;
    z-index: 999;
}

/* --- Category Model --- */
.btn-close {
    background: transparent !important;
}

.main-gambo-model {
    background-image: linear-gradient(280deg, #1a00764d 0%, #2b01bf52 100%);
}

.category-area-inner .modal-header {
    border-bottom: 0;
}

.category-area-inner .btn-close {
    color: #fff !important;
    opacity: 1 !important;
    padding: 30px 0 15px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}

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

.category-model-content {
    background: #fff;
    border: 0 !important;
}

.catey__icon {
    display: none;
}

.search__icon {
    display: none;
}

.sub-header-icons-list {
    display: inline-block;
    font-size: 20px;
}

.cate__btn {
    font-size: 20px;
    color: #8f91ac !important;
    padding: 20px 20px 19px;
}

.cate__btn:hover {
    color: #1a0076 !important;
}

.search__btn {
    font-size: 20px;
    color: #fff !important;
    padding: 20px 20px 21px;
    background: #2b2f4c;
}

/* --- Category Mode --- */

.cate-header {
    background: var(--main-gradiant-color);
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: 200%, 1px;
}

.cate-header h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.category-by-cat {
    width: 100%;
    display: inline-table;
}

.category-by-cat li {
    width: 24.333%;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
    float: left;
}

.single-cat-item {
    text-align: center;
    padding: 20px 10px;
    display: block;
}

.single-cat-item:hover {
    background: #f1f1f1;
}
.single-cat-item .text {
    font-size: 11px;
    font-weight: 600;
    color: #2b2f4c;
    line-height: 1.3;
}

.single-cat-item .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.single-cat-item .icon img {
    width: 50px;
}

.morecate-btn {
    display: block;
    text-align: center;
    border-top: 1px solid #efefef;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
}

.morecate-btn i {
    margin-right: 5px;
}

.morecate-btn:hover {
    color: #1a0076 !important;
}

.search-ground-area {
    max-width: 400px !important;
}

.search-header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.search-header input {
    width: 100%;
    border: 0;
    padding: 20px;
    position: relative;
}

.search-header button {
    position: absolute;
    right: 0px;
    background: transparent;
    border: 0;
    padding: 17px;
    font-size: 20px;
}

.search-by-cat {
    width: 100%;
    height: 321px;
    overflow: hidden scroll;
}

.search-by-cat .single-cat {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 15px 20px;
}

.search-by-cat .single-cat .icon {
    background-color: #f9f9f9;
    border-radius: 5%;
    color: #fff;
    font-size: 22px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    width: 50px;
}

.search-by-cat .single-cat .icon img {
    width: 30px;
}

.search-by-cat .single-cat .text {
    color: #2b2f4c;
    font-weight: 400;
    padding-left: 20px;
    font-size: 16px;
}

.search-by-cat .single-cat:hover .text {
    color: #1a0076;
}


/* --- Cart Offset Overlay --- */

.bg-cart {
    background: #f7f7f7;
}

.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 400px;
    transition: margin .4s ease-out;
    -webkit-transition: margin .4s ease-out;
    -moz-transition: margin .4s ease-out;
    -ms-transition: margin .4s ease-out;
}

.bs-canvas-left {
    left: 0;
    margin-left: -400px;
}


.bs-canvas-close {
    color: #fff !important;
    opacity: 1 !important;
}

.side-cart-header {
    background: #2b2f4c;
    color: #fff;
    position: sticky;
    top: 0;
}

.main-cart-title {
    font-size: 18px;
    font-weight: 600;
}

.main-cart-title span {
    color: #f69733;
    margin-left: 5px;
}

.bs-canvas-body {
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    top: 48px;
    bottom: 190px;
    overflow-y: scroll;
}

.bs-canvas-footer {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #efefef;
}

.cart-top-total {
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px;
}

.cart-total-dil {
    display: flex;
    width: 100%;
    align-items: center;
}

.cart-total-dil h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    line-height: 24px;
}

.cart-total-dil span {
    color: #8f91ac;
    font-size: 16px;
    margin-left: auto;
    font-weight: 400;
    line-height: 24px;
}

.main-total-cart {
    display: flex;
    padding: 20px !important;
    border-bottom: 1px solid #e5e5e5;
}

.saving-total {
    padding: 20px 20px 0;
}

.main-total-cart h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2b2f4c;
    line-height: 24px;
}

.main-total-cart span {
    color: #1a0076;
    font-size: 18px;
    margin-left: auto;
    font-weight: 700;
    line-height: 24px;
}

.checkout-cart {
    display: flex;
    padding: 20px;
    align-items: center;
}

.promo-code {
    font-size: 14px;
    font-weight: 600;
    color: #2b2f4c;
    line-height: 24px;
}

.promo-code:hover {
    color: #1a0076 !important;
}

.cart-checkout-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #1a0076;
    font-weight: 500;
}

.cart-item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.cart-item:last-child {
    border-bottom: 0;
}

.side-cart-items {}

.cart-product-img {
    width: 130px;
    position: relative;
}

.cart-product-img img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f7f7f7;
}

.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #1a0076;
    padding: 1px 10px 0px;
    border-radius: 3px;
    line-height: 20px;
}

.cart-text {
    margin-left: 20px;
    width: 100%;
    position: relative;
}

.cart-text h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 10px;
}

.cart-close-btn {
    position: absolute;
    top: 2px;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #2b2f4c;
}

.cart-close-btn:hover {
    color: #1a0076;
}


/* --- Cart Radio Btn --- */

.kggrm-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.kggrm-now li {
    margin-right: 5px;
    width: 40px;
    height: 30px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.kggrm-now label,
.kggrm-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kggrm-now input[type="radio"] {
    display: none;
}

.kggrm-now input[type="radio"]:checked+label,
.Checked+label {
    background: #1a0076;
}

.kggrm-now label {
    padding: 6px 5px;
    cursor: pointer;
    background: #c7c7c7;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
}

.kggrm-now label:hover {
    background: #1a0076;
}

.qty-group {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

/* -- quantity box -- */

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 0;
    margin-left: -4px;
    margin-right: -4px;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
}

.quantity .input-text.qty.white-bg-input {
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 6px 10px 5px;
    height: 30px;
    background-color: #2b2f4c;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    width: 30px;
}

.quantity.buttons_added .minus-btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quantity.buttons_added .plus-btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #1a0076;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--main-gradiant-color);
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}


.cart-item-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #1a0076;
    text-align: right;
    display: inline-flex;
    margin-left: auto;
}

.cart-item-price span {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
}

.wishlist-item {
    display: flex;
}

.wishlist-product-img {
    width: 70px;
    position: relative;
}

.wishlist-product-img img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
}

/* --- Filters Overlay --- */

.bs-canvas-right {
    right: 0;
    margin-right: -400px;
}

.bs-canvas-close {
    color: #fff !important;
    opacity: 1 !important;
}

.side-cart-header {
    background: #2b2f4c;
    color: #fff;
    position: sticky;
    top: 0;
}

.main-cart-title {
    font-size: 16px;
    font-weight: 500;
}

.bs-canvas-body {
    background: #f9f9f9;
    position: absolute;
    width: 100%;
    top: 48px;
    bottom: 190px;
    overflow-y: scroll;
}

.filter-body {
    background: #fff !important;
    bottom: 0 !important;
    padding-bottom: 30px;
}

.filter-items {
    padding: 1.5rem 1.5rem 0;
}

.filter-items:last-child {
    padding: 1.5rem 1.5rem 1.5rem;
}

.filtr-cate-title h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 0;
}

.filter-item-body {
    height: 200px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.other-item-body {
    height: 166px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.offer-item-body {
    height: 125px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.price-pack-item-body {
    height: 135px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

/* --- category Radio Btn --- */

.cte-select {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cte-select li {
    margin-right: 0;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left;
    display: block;
    margin-bottom: 0px;
    border-bottom: 0;
}

.cte-select label,
.cte-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cte-select input[type="radio"] {
    display: none;
}

.cte-select input[type="radio"]:checked+label,
.Checked+label {
    background: #1a0076;
    color: #fff;
}

.cte-select label {
    padding: 7px 20px;
    cursor: pointer;
    background: #f9f9f9;
    color: #2b2f4c;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.cte-select label:hover {
    background: #1a0076;
    color: #fff;
}

.brand-list {
    width: 100%;
    padding: 0 0 0 5px;
}

.search-by-catgory {
    margin-bottom: 15px;
    width: 100%;
}

.custom-control-label {
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c !important;
    vertical-align: middle !important;
    padding-top: 2px;
    padding-left: 5px;
}

.custom-control-label::before {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.custom-checkbox .custom-control-label::before {
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-control-label::after {
    top: .29rem !important;
    left: -1.4rem !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    content: "";
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #1a0076 !important;
    background-color: #1a0076 !important;
}

.pb2 {
    padding-bottom: 10px;
}

.pb2:last-child {
    padding-bottom: 10px;
}

.webproduct {
    color: #8f91ac;
    padding-left: 3px;
}

/* --- Index Page --- */

.wrapper {
    padding-top: 121px;
    padding-bottom: 64px;
}

.wrapper-blog {
    padding-top: 60px !important;
}

.main-banner-slider {
    margin-top: 30px;
}

.offer-item {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    position: relative;
}

.offer-item-img {
    position: relative;
    width: 100%;
}

.offer-item-img img {
    border-radius: 10px;
    width: 100%;
}

.gambo-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2f4c;
    border-radius: 5px;
    opacity: 0.05;
}

.offer-top-text-banner {
    position: absolute;
    top: 20px;
    left: 5px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    padding: 15px 15px 11px;
    width: 90%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.offer-top-text-banner p {
    font-size: 12px;
    font-weight: 600;
    color: #1a0076;
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
}

.top-text-1 {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
}

.offer-top-text-banner span {
    font-weight: 500;
    font-size: 14px;
    color: #8f91ac;
    text-align: left;
    line-height: 24px;
}

.Offer-shop-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 10px 30px;
    background: #1a0076;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

/* --- Slider Category --- */

.section145 {
    padding: 65px 0 0;
    width: 100%;
    display: block;
}

.main-title-tt {
    margin-bottom: 27px;
    display: flex;
    align-items: flex-end;
}

.main-title-left {
    margin-right: auto;
}

.main-title-left span {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    background: #1a0076;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 5px;
}

.main-title-left h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2b2f4c;
    margin-top: 0;
    display: block;
}

.see-more-btn {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: right;
}

.see-more-btn:hover {
    color: #1a0076 !important;
}

.category-item {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.cate-img {
    width: 50px;
    text-align: center;
    display: inline-block;
}

.cate-img img {
    display: inline-block;
}

.category-item h4 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    margin-top: 15px;
    text-align: center;
}

.cate-slider .owl-nav {
    margin-top: 0 !important;
}

.cate-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 35%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 35%;
    padding: 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #1a0076 !important;
    border: 1px solid #1a0076 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #1a0076 !important;
    background: #1a0076 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

span.like-icon {
    color: #f69733;
    font-size: 18px;
    position: absolute;
    z-index: 101;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: rgba(246, 151, 51, 0.2);
    display: block;
    height: 35px;
    width: 35px;
    line-height: 37px;
    border-radius: 30px;
    transition: all 0.4s;
}

.like-icon:before,
.like-icon:after {
    transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 0px;
}

.like-icon:before {
    content: "\f004";
    transform: scale(0.95);
}

.like-icon:after {
    content: "\f004";
    opacity: 0;
    transform: scale(0.3);
    font-weight: 900;
}

.like-icon.liked:after {
    opacity: 1;
    transform: scale(0.95);
}

.like-icon:hover,
.like-icon.liked {
    background-color: #f69733;
    color: #fff;
}

.like-icon.liked:before {
    opacity: 0;
}

.product-item {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.product-img {
    width: 100%;
    position: relative;
    padding: 10px 20px;
    display: block;
}

.product-img img {
    width: 100%;
    transition: transform .5s ease;
}

.product-item:hover img {
    transform: scale(1.1);
}

.offer-badge-1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #1a0076;
    padding: 3px 10px;
    border-radius: 5px;
    line-height: 20px;
    text-transform: uppercase
}

.product-text-dt p {
    font-size: 12px;
    font-weight: 500;
    color: #8f91ac;
    margin-bottom: 0;
    line-height: 24px;
}

.product-text-dt p span {
    margin-left: 5px;
}

.product-text-dt h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px !important;
    line-height: 24px;
    text-align: center;
    color: #2b2f4c;
}

.product-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #1a0076;
    text-align: center;
}

.product-price span {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
}

.qty-cart {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.cart-icon {
    margin-left: auto;
    font-size: 20px;
    color: #c7c7c7;
    cursor: pointer;
}

.cart-icon:hover {
    color: #1a0076;
}

.featured-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #1a0076 !important;
    border: 1px solid #1a0076 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #1a0076 !important;
    background: #1a0076 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.best-offer-item {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    position: relative;
}

.best-offer-item img {
    width: 100%;
    border-radius: 10px;
}

.offer-counter-text {
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.cmtk_dt {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.code-offer-item img {
    width: 100%;
    border-radius: 10px;
}

/* --- Footer --- */

.footer {
    background: #2b2f4c;
}

.footer-first-row {
    padding: 20px 0;
    border-bottom: 1px solid #3f4464;
}

.call-email-alt {
    float: left;
    width: 100%;
    padding-top: 4px;
}

.call-email-alt li {
    display: inline-block;
    margin-right: 20px;
}

.call-email-alt li:last-child {
    margin-right: 0;
}

.callemail {
    font-size: 14px;
    font-weight: 500;
    color: #dae1df;
    display: flex;
    align-items: center;
}

.callemail:hover {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
}

.callemail i {
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
}

.social-links-footer {
    text-align: right;
    float: left;
    width: 100%;
}

.social-links-footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 17px;
}

.social-links-footer ul {
    float: left;
    margin-top: 5px;
    width: 100%;
}

.social-links-footer ul li {
    display: inline-block;
    padding-right: 7px;
}

.social-links-footer ul li:last-child {
    padding-right: 0;
}

.social-links-footer ul li a {
    color: #f5f5f5;
    width: 36px;
    height: 36px;
    background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    position: relative;
    display: inline-block;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-links-footer ul li:hover a {
    bottom: 5px;
    color: #fff !important;
}

.footer-second-row {
    padding-bottom: 50px;
    border-bottom: 1px solid #3f4464;
}

.second-row-item {
    margin-top: 47px;
}

.second-row-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}

.second-row-item ul li {
    display: block;
    padding-bottom: 9px;
}

.second-row-item ul li:last-child {
    padding-bottom: 0;
}

.second-row-item ul li a {
    color: #d7d7d7;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.second-row-item ul li a:hover {
    color: #fff !important;
    left: 5px;
}

.second-row-item-2 {
    margin-top: 86px;
}

.second-row-item-app {
    margin-top: 47px;
}

.second-row-item-app h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}

.second-row-item-app ul li {
    display: inline-block;
    padding-right: 0;
}

.second-row-item-app ul li:last-child {
    padding-right: 0;
}

img.download-btn {
    width: 120px;
}

.footer-last-row {
    padding: 30px 0;
    background: #2b2f4c;
    text-align: center;
}

.footer-bottom-group {
    display: flex;
    width: 100%;
    align-items: center;
}

.footer-bottom-links ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom-links li a {
    color: #d7d7d7;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer-bottom-links ul li:hover a {
    bottom: 2px;
    color: #fff !important;
}

.copyright-text {
    color: #d7d7d7;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
    margin-left: auto;
    letter-spacing: 0.3px;
}

.financial-institutes {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.financial-institutes__logo img {
    width: 35px;
    height: auto;
}

.second-row-item-payment {
    margin-top: 37px;
}

.second-row-item-payment h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 17px;
}

/* --- Product Grid Page --- */

.gambo-Breadcrumb {
    padding: 30px 0;
    background: #2b2f4c;
    position: relative;
}

.gambo-Breadcrumb:before {
    content: "";
    background: url(../images/career/default.jpg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.gambo-Breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #2f45ff  !important;
}

.all-product-grid {
    margin-top: 64px;
}

.product-top-dt {
    float: left;
    width: 100%;
    display: block;
}

.product-left-title {
    float: left;
}

.product-left-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2b2f4c;
    text-align: left;
    padding-top: 3px;
}

.filter-btn {
    font-size: 14px;
    font-weight: 500;
    float: right;
    display: block;
    height: 40px;
    width: 110px;
    padding: 10px 0;
    text-align: center;
    color: #2b2f4c;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
    text-transform: uppercase;
}

.filter-btn:hover {
    background: #1a0076;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--main-gradiant-color);
}

.product-sort {
    float: right;
    margin-right: 10px;
    margin-top: 1px;
}

.ui.selection.dropdown.vchrt-dropdown {
    border: 1px solid #efefef;
    font-weight: 400;
    color: #2b2f4c;
    border-radius: 5px;
}

.ui.selection.dropdown.vchrt-dropdown:hover {
    border-color: #efefef;
}

.ui.selection.visible.dropdown.vchrt-dropdown>.text:not(.default) {
    font-weight: 400;
    color: #2b2f4c;
}

.ui.dropdown.vchrt-dropdown .menu>.item {
    color: #2b2f4c !important;
    font-weight: 400 !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.product-list-view {
    margin-top: 39px;
}

.more-product-btn {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.show-more-btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: #1a0076;
    text-align: center;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}


/* --- Single Product View --- */

.product-dt-view {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

#sync1 .item {
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item {
    padding: 6px;
    margin: 0;
    cursor: pointer;
    background: #fff;
}

#sync1 .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #1a0076 !important;
    border: 1px solid #1a0076 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #1a0076 !important;
    background: #1a0076 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.product-dt-right {
    margin-top: 15px;
    margin-left: 20px;
}

.product-dt-right h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #2b2f4c;
    margin-bottom: 16px;
}

.no-stock {
    display: block;
}

.no-stock p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.no-stock p:last-child {
    margin-right: 0;
}

.no-stock p span {
    margin-left: 5px;
    color: #8f91ac;
}

/* --- Single Product Radio Btn --- */

.product-radio {
    margin-top: 7px;
}

.product-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-now li {
    margin-right: 5px;
    width: 50px;
    height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.product-now label,
.product-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-now input[type="radio"] {
    display: none;
}

.product-now input[type="radio"]:checked+label,
.Checked+label {
    background: #1a0076;
}

.product-now label {
    padding: 10px 5px;
    cursor: pointer;
    background: #c7c7c7;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
}

.product-now label:hover {
    background: #1a0076;
}

.pp-descp {
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #3e3f5e;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.product-group-dt {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.product-group-dt ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.product-group-dt ul li:last-child {
    margin-right: 0;
}

.main-price {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #2b2f4c;
}

.main-price span {
    margin-left: 10px;
    color: #8f91ac;
}

.color-discount {
    color: #7c72ff;
}

.mrp-price {
    text-decoration: line-through;
    font-weight: 500;
}

.color-discount:after {
    content: '-';
    margin-left: 20px;
    color: #2b2f4c;
}

.gty-wish-share {
    margin-top: 22px;
}

.gty-wish-share li {
    margin-right: 10px !important;
}

.ordr-crt-share {
    margin-top: 22px;
}

.ordr-crt-share li {
    margin-right: 10px !important;
}

span.save-icon {
    color: #f69733;
    margin-left: 10px;
    font-size: 18px;
    position: relative !important;
    cursor: pointer;
    background-color: rgba(246, 151, 51, 0.2);
    height: 35px;
    width: 35px;
    border-radius: 30px;
    transition: all 0.4s;
}

.icon-bar {
    position: fixed;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background: #1a0076;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--main-gradiant-color);
}

.facebook {
    background: #3B5998;
    color: #fff;
    border-radius: 0 5px 0 0;
}

.twitter {
    background: #55ACEE;
    color: #fff;
}

.google {
    background: #dd4b39;
    color: #fff;
}

.linkedin {
    background: #007bb5;
    color: #fff;
}

.whatsapp {
    background: #25d366;
    color: #fff;
    border-radius: 0 0 5px 0;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.add-cart-btn {
    background: #1a0076;
    border: 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border-radius: 5px;
}

.order-btn {
    background: transparent;
    border: 1px solid #1a0076;
    color: #1a0076;
    height: 40px;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border-radius: 5px;
}

.add-cart-btn i {
    margin-right: 5px;
    font-size: 16px;
}

.pdp-details {
    background: #f9f9f9;
    margin-top: 20px;
    border-radius: 10px;
    float: left;
    width: 100%;
}

.pdp-details ul li {
    padding: 20px;
    border-right: 1px solid #efefef;
    width: 50%;
    display: inline-block;
    float: left;
}

.pdp-details ul li:last-child {
    border-right: 0;
}

.pdp-group-dt {
    display: flex;
    align-items: center;
    width: 100%;
}

.pdp-icon i {
    font-size: 30px;
    color: #1a0076;
}

.pdp-text-dt {
    margin-left: 10px;
}

.pdp-text-dt span {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 10px;
    display: block;
}

.pdp-text-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 26px;
}

.pay__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.pay__logo img {
    width: 20px;
}

.pdpt-bg {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
}

.pdpt-bg {
    margin-top: 22px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.pdpt-title h4 {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2f4c;
    margin-bottom: 0;
}

.border_radius:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pdpt-body {
    height: 451px;
    overflow-y: auto;
}

.pdct-dts-1 {
    padding: 0 30px 30px;
}

.pdct-dt-step h4 {
    margin-top: 27px !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: left;
}

.pdct-dt-step p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    text-align: left;
}

.product_attr {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    text-align: left;
}


/* --- Checkout Page --- */

.checkout-step-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3e3f5e;
    text-align: left;
}

.phn145 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #3e3f5e;
}

.phn145 span {
    font-weight: 600;
    color: #1a0076;
}

.phn145 .edit-no-btn {
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    background: #1a0076;
    border-radius: 5px;
}

.code-alrt-inputs li {
    display: inline-block;
    vertical-align: middle;
}

.code-alrt-inputs input {
    text-align: center;
}

ul.code-alrt-inputs input {
    width: 40px;
    border: 1px solid #efefef;
    height: 40px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

ul.code-alrt-inputs input:focus {
    box-shadow: none;
    border: 1px solid #1a0076;
}

label.control-label {
    font-size: 13px;
    font-weight: 400;
    color: #2b2f4c;
    margin-bottom: 5px;
}

.chck-btn {
    height: 40px;
    display: inline-block;
    background: #1a0076;
    color: #fff !important;
    padding: 0px 15px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 40px;
}

.resend-link {
    margin-top: 10px;
    display: block;
    font-weight: 500;
    color: #2b2f4c;
    text-align: left;
}

.resend-link:hover {
    color: #1a0076;
}

.checout-address-step .form-control {
    font-size: 14px;
    height: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #2b2f4c;
    border: 1px solid #efefef;
    position: relative;
    padding: 0 1rem 0 1rem;
    border-radius: 5px !important;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border:1px solid #b3b3b3 !important;
}

.address-btns {
    display: flex;
    align-items: end;
}

.save-btn14 {
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    border: 1px solid;
    background: transparent;
    color: #1a0076;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}



.time-radio {
    margin-top: 10px;
}

.date-slider-group {
    margin-top: 10px;
}

.date-slider-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.date-slider-group .date-now {
    margin-right: 5px;
    width: 100%;
    height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.date-slider-group label,
.date-slider-group input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.date-slider-group input[type="radio"] {
    display: none;
}

.date-slider-group input[type="radio"]:checked+label,
.Checked+label {
    background: #1a0076;
}

.date-slider-group label {
    padding: 9px;
    cursor: pointer;
    background: #2b2f4c;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
}

.date-slider-group label:hover {
    background: #1a0076;
}

.form-check-input:checked {
    background-color: #1a0076 !important;
    border-color: #1a0076 !important;
    box-shadow: none !important;
}

.ui.checkbox.chck-rdio label {
    color: #2b2f4c !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
}

.ui.radio.checkbox.chck-rdio .box:after,
.ui.radio.checkbox.chck-rdio label:after {
    background-color: #1a0076 !important;
}

.total-checkout-group {
    padding: 20px 20px 0;
    border-top: 1px solid #efefef;
    margin-top: 10px;
}

.payment-secure {
    text-align: center;
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #2b2f4c;
}

.checkout-safety-alerts {
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.checkout-safety-alerts p {
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
    text-align: left;
}

.checkout-safety-alerts p:last-child {
    border-bottom: 0;
}

.checkout-safety-alerts i {
    margin-right: 5px;
}

.return-departure-dts {
    color: #888c92;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 0;
    display: none;
    margin-bottom: 25px !important;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.radio--group-inline-container_1 {
    width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 20px !important;
}

.radio--group-inline-container_1 li {
    display: inline-block;
    width: 33.333%;
    margin-right: 10px;
    margin-bottom: 10px !important;
}

.radio--group-inline-container_1 li:last-child {
    margin-right: 0;
}

.radio--group-inline-container_1 .radio-item_1 {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]+.radio-label_1:before {
    content: '';
    background: #f7f7f7;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked+.radio-label_1:before {
    background-color: #1a0076;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus+.radio-label_1:before {
    outline: none;
    border-color: #0E8A86;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled+.radio-label_1:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.radio-label_1 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    line-height: 16px;
    color: #2b2f4c;
    cursor: pointer;
    padding: 15px 20px;
    background: #f9f9f9;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.radio-label_1:hover {
    background: #f5f5f5;
    transition: all .4s ease-in-out;
}

.pymnt_title h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
    color: #2b2f4c;
}

.swdh19 {
    width: 100%;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: 110px;
    border-radius: 5px;
}

.ui[class*="left icon"].swdh19.input>input {
    padding-left: 1em !important;
    padding-right: 1em !important;
    height: 40px;
    border-radius: 5px !important;
}

.ui.input>input {
    font-size: 14px;
    font-weight: 400 !important;
    background: #fff;
    border: 1px solid #efefef !important;
    color: #2b2f4c !important;
    border-radius: 5px !important;
}

.h_50 {
    height: 50px !important;
    line-height: 50px !important;
}

.ui.input>input:focus {
    border: 1px solid #1a0076 !important;
}

.ui.selection.active.dropdown.form-dropdown {
    border-color: #1a0076 !important;
}

.ui.selection.active.dropdown.form-dropdown .menu {
    border-color: #1a0076 !important;
}

.ui.dropdown.form-dropdown .menu>.item {
    color: #2b2f4c !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ui.selection.dropdown.form-dropdown:hover {
    border-color: #efefef !important;
}

.ui.selection.dropdown.form-dropdown {
    color: #2b2f4c !important;
    font-weight: 500 !important;
    border: 1px solid #efefef !important;
}

.ui.selection.visible.dropdown.form-dropdown>.text:not(.default) {
    font-weight: 500 !important;
    color: #2b2f4c !important;
}

.promo-link45 {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    line-height: 24px;
    display: block;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.promo-link45:hover {
    color: #1a0076 !important;

}

/* --- Order Placed --- */

.order-placed-dt {
    text-align: center;
    padding: 20px 0 14px;
    float: left;
    width: 100%;
}

.order-placed-dt .icon-circle {
    font-size: 56px;
    color: #1a0076;
}

.order-placed-dt h2 {
    font-size: 30px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 25px;
}

.order-placed-dt p {
    font-size: 16px;
    font-weight: 500;
    color: #3e3f5e;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
}

.delivery-address-bg {
    margin-top: 40px;
    background: #fff;
    border-radius: 5px;
    float: left;
    width: 100%;
    text-align: left;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.title585 {
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.pln-icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}

.title585 h4 {
    float: left;
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #2b2f4c;
    line-height: 50px;
}

.pln-icon i {
    font-size: 20px;
    color: #1a0076;
}

.address-placed-dt1 {
    float: left;
    padding: 20px !important;
    width: 100%;
}

.address-placed-dt1 li {
    margin-bottom: 10px;
}

.address-placed-dt1 li:last-child {
    margin-bottom: 0;
}

.address-placed-dt1 i {
    margin-right: 5px;
}

.address-placed-dt1 p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #2b2f4c;
}

.address-placed-dt1 p span {
    margin-left: 10px;
    font-weight: 400;
    color: #3e3f5e;
}

.stay-invoice {
    float: left;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.invc-link {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #1a0076;
    padding: 5px 15px;
    border-radius: 5px;
}

.st-hm {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
}

.st-hm i {
    margin-left: 5px;
}

.placed-bottom-dt {
    padding: 20px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
    width: 100%;
}

.placed-bottom-dt span {
    font-weight: 600;
    color: #1a0076;
}

/* --- User Dashboard Page --- */

.dashboard-group {
    background: rgba(245, 93, 44, 0.3);
    position: relative;
    padding: 50px 0;
}

.dashboard-group:before {
    content: "";
    background: url(../images/banner.svg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.02;
}

.user-dt {
    position: relative;
    width: 100%;
    text-align: center;
}

.user-img {
    position: relative;
    display: inline-block;
}

.user-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.user-img .change-btn {
    position: absolute;
    bottom: 5px;
    right: -5px;
    background: #1a0076;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #ffff;
    font-size: 18px;
    padding: 8px 5px;
}

.img-add {
    display: block;
}

.img-add [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.img-add [type="file"]+label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: -5px;
    background: #1a0076;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #ffff;
    font-size: 18px;
    padding: 8px 5px;
}

.img-add [type="file"]+label:hover {
    background: #1a0076;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--main-gradiant-color);
}

.user-dt h4 {
    font-size: 24px;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 18px;
}

.user-dt p {
    font-size: 14px;
    color: #3e3f5e;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
}

.user-dt p a {
    color: #3e3f5e !important;
    font-size: 16px;
    margin-left: 5px;
}

.user-dt p a:hover {
    color: #1a0076 !important;
}

.earn-points img {
    width: 24px;
    margin-right: 7px;
}

.earn-points {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 11px 5px 10px;
    border-radius: 5px;
}


.left-side-tabs {
    position: sticky;
    top: 167px;
}

.left-side-tabs {
    background: #fff;
    margin-top: 64px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.user-item {
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    text-align: left;
    align-items: center;
}

.user-item:last-child {
    border-bottom: 0;
}

.user-item i {
    margin-right: 10px;
    font-size: 18px;
}

.user-item:hover {
    color: #2b2f4c;
    background: #ffecec;
}

.user-item:first-child:hover {
    border-radius: 10px 10px 0 0;
}

.user-item:last-child:hover {
    border-radius: 0 0 10px 10px;
}

.user-item:hover i {
    color: #1a0076 !important;
}

.user-item.active {
    background: #1a0076;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--main-gradiant-color);
    ;
    pointer-events: none;
}

.user-item:first-child.active {
    border-radius: 10px 10px 0 0;
}

.user-item:last-child.active {
    border-radius: 0 0 10px 10px;
}

.dashboard-right {
    margin-top: 64px;
}

.main-title-tab h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

.main-title-tab i {
    margin-right: 5px;
}

.welcome-text h2 {
    font-size: 24px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 3px !important;
    margin-top: 30px !important;
}

.ddsh-body {
    padding: 1.5rem;
}

.ddsh-body h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    color: #2b2f4c;
    font-weight: 500;
}

.more-link14 {
    text-align: left;
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #2b2f4c;
    display: block;
    border-top: 1px solid #efefef;
}

.more-link14:hover {
    color: #1a0076 !important;
}

.ddsh-body ul li {
    display: inline-block;
    margin-right: 10px;
}

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

.small-reward-dt {
    color: #fff;
    background: #1a0076;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
}

.rewards-link5 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.rewards-link5:hover {
    color: #1a0076 !important;
}

.smll-history {
    display: flex;
    width: 100%;
    padding: 4px 0;
}

.order-title {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.order-title span {
    font-size: 12px;
    display: inline-block;
    background: #2b2f4c;
    color: #fff;
    height: 18px;
    border-radius: 100%;
    width: 18px;
    text-align: center;
    font-weight: 700;
    margin-left: 5px;
    cursor: pointer;
}

.order-title span:hover {
    background: #1a0076;
}

.smll-history p {
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    color: #3e3f5e;
    margin-bottom: 0;
}

.order-list-145 li {
    display: block !important;
    margin-right: 0 !important;
}

.wllt-body h2 {
    font-weight: 500;
}

.order-status {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #1a0076;
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #2b2f4c !important;
}

[data-position="top right"][data-tooltip]:before {
    right: 0.1em !important;
}

[data-tooltip][data-inverted]:after {
    background: #2b2f4c !important;
    color: #fff;
}

[data-tooltip]:after {
    border: 1px solid #d4d4d5;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif;
}

.wllt-body {
    padding: 20px 20px 0;
}

.wallet-list {
    padding-top: 10px;
}

.wallet-list li {
    width: 50% !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 20px;
    margin-left: -2px;
}

.wallet-links14 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    display: flex;
    align-items: center;
}

.wallet-links14 i {
    font-size: 18px;
    margin-right: 5px;
}

.newsletter-input {
    position: relative;
}

.newsletter-btn {
    background: #1a0076;
    position: absolute;
    right: 3px;
    top: 2px;
    height: 35px;
    border: 0;
    width: 35px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}

.newsletter-input .form-control {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #a2d5c6 !important;
    border: 1px solid #3f4464;
    position: relative;
    padding: 0 3rem 0 1rem;
    height: 40px;
    border-radius: 5px !important;
    background: #1d2035;
}

.newsletter-input .form-control:focus {
    border: 1px solid #1a0076 !important;
    border-radius: 5px !important;
    background: #1d2035 !important;
}

/* --- Dashboard My Orders --- */

.pdpt-title h6 {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    margin-bottom: 0;
}

.order-body10 {}

.order-dtsll {
    padding: 20px !important;
}

.order-dtsll li {
    display: inline-block;
    vertical-align: top;
}

.order-dt-img {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.order-dt-img img {
    width: 50px;
}

.order-dt47 {
    margin-left: 15px;
}

.order-dt47 h4 {
    font-size: 16px;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
    font-weight: 700;
}

.order-dt47 p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3e3f5e;
    margin-bottom: 7px;
}

.track-order {
    padding: 20px 0 20px;
}

.track-order h4 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
}

.bs-wizard {
    margin-top: 0;
    display: flex;
    width: 100%;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
    width: 100%;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #2b2f4c;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #ffcfc0;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #1a0076;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 21px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #ffcfc0;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #efefef;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.progress {
    background-color: #efefef !important;
}

/*END Form Wizard*/


.alert-offer img {
    width: 30px;
    margin-right: 10px;
}

.alert-offer {
    padding: 20px;
    border-top: 1px solid #efefef;
    font-weight: 400;
    color: #3e3f5e;
    text-align: left;
    line-height: 24px;
}

.call-bill {
    padding: 15px 20px;
    display: flex;
    border-top: 1px solid #efefef;
    align-items: center;
}

.delivery-man {
    font-size: 14px;
    color: #2b2f4c;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
}

.delivery-man a {
    margin-left: 5px;
    color: #1a0076;
}

.delivery-man a:hover {
    color: #1a0076 !important;
    text-decoration: underline !important;
}

.order-bill-slip {
    margin-left: auto;
}

.bill-btn5 {
    display: block;
    background: #1a0076;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 5px;
}

/* --- My Rewards --- */

.reward-body-dtt {
    padding: 30px;
    text-align: center;
}

.reward-img-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #f9f9f9;
    border-radius: 100%;
    border: 2px solid #efefef;
    padding: 18px 0;
}

.reward-img-icon img {
    width: 40px;
    text-align: center;
}

.rewrd-title {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    color: #3e3f5e;
    font-size: 14px;
    text-align: center;
}

.cashbk-price {
    color: #2b2f4c;
    margin-top: 12px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.reward-body-all {
    display: flex;
    text-align: center;
}

.reward-body-all li {
    display: inline-block;
    width: 33.333%;
    padding: 30px 10px;
    border-right: 1px solid #efefef;
}

.reward-body-all li:last-child {
    border-right: 0;
}

.tt-icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #1a0076;
    border-radius: 100%;
    padding: 5px 0;
}

.tt-icon i {
    color: #fff;
    font-size: 24px;
}

.total-rewards span {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    color: #3e3f5e;
    font-size: 14px;
    text-align: center;
}

.total-rewards h4 {
    color: #2b2f4c;
    margin-top: 12px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.date-reward {
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    background: #f9f9f9;
    border: 1px dashed #efefef;
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #2b2f4c;
}

.rewards-coupns {
    position: relative;
}

.top-coup-code {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #1a0076;
    border-radius: 0 5px 0 3px;
    cursor: pointer;
    border: 1px dashed #fff;
}

.gambo-body-cash {
    padding: 0x;
    text-align: center;
}

.gambo-body-cash p {
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.rotate-img {
    transform: rotate(260deg);
}

.table-responsive {
    border: 0;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0;
    overflow-x: inherit;
}

table.table.ucp-table {
    margin-bottom: 0px;
}

.ucp-table {
    height: auto;
    overflow: hidden;
    border-radius: 0;
}

.ucp-table thead {
    font-weight: 500;
    padding: 14px !important;
    border-radius: 0;
    color: #2b2f4c !important;
}


.ucp-table thead tr th:first-child {
    border-bottom-left-radius: 0;
}

.ucp-table thead tr th {
    color: #2b2f4c;
    font-size: 14px;
    background-color: #ffecec;
    font-weight: 500;
}

.ucp-table tfoot {
    font-weight: 400;
    padding: 14px !important;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    color: #2b2f4c !important;
}

.ucp-table tfoot td {
    color: #fff;
    font-size: 14px;
    background-color: #2b2f4c;
    padding: .75rem !important;
}

.ucp-table.earning__table td {
    padding: 1rem !important;
}

table {
    margin: 0px auto 0px;
    font-size: 14px;
    width: 100%;
}

.ucp-table tbody {
    background: #fff;
}

.ucp-table td,
.ucp-table th {
    border-top: 1px solid #efefef !important;
}

.ucp-table td {
    padding: 1.5rem .75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.ucp-table th:first-child {}

.table>:not(:first-child) {
    border-top: 0 !important;
}

.ucp-table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
}

.course_active {
    color: #ed2a26;
}

.ucp-table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    font-weight: 400;
    color: #3e3f5e;
}

.offer_active {
    color: #1a0076;
    font-weight: 700;
}

.add-cash-body {
    padding: 1.5rem;
}


.history-body {
    height: 364px;
    overflow-y: auto;
}

.history-list li {
    display: block;
    padding: 1.5rem;
    border-bottom: 1px solid #efefef;
}

.history-list li:last-child {
    border-bottom: 0;
}

.purchase-history {
    display: flex;
    align-items: center;
}

.purchase-history-right {
    margin-left: auto;
}

.purchase-history-left h4 {
    font-size: 16px;
    color: #2b2f4c;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 500;
}

.purchase-history-left p {
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
    text-align: left;
    margin-bottom: 8px;
    line-height: 24px;
}

.purchase-history-left p ins {
    text-decoration: none;
    text-transform: uppercase;
    color: #1a0076;
}

.purchase-history-left span {
    font-weight: 400;
    font-size: 13px;
    color: #3e3f5e;
    text-align: left;
    display: block;
}

.purchase-history-right span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a0076;
    text-align: center;
}

.purchase-history-right {
    text-align: center;
}

.purchase-history-right a {
    font-size: 14px;
    font-weight: 500;
    margin-top: 9px;
    display: block;
    color: #2b2f4c;
}

.purchase-history-right a:hover {
    color: #1a0076 !important;
}

/* --- My Addresses --- */

.add-address {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
    background: #1a0076;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}

.address-item {
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.address-item:last-child {
    border-bottom: 0;
}

.address-item {
    display: flex;
    align-items: self-start;
}

.address-icon1 {
    margin-right: 10px;
    background: #1a0076;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.address-icon1 i {
    font-size: 16px;
}

.address-dt-all h4 {
    color: #2b2f4c;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
}

.address-dt-all p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 24px;
}

.action-btns {
    margin-top: 10px;
}

.action-btns li {
    display: inline-block;
    margin-right: 5px;
}

.action-btns li:last-child {
    margin-right: 0;
}

.action-btn {
    font-size: 16px;
    color: #3e3f5e;
}

.action-btn:hover {
    color: #1a0076 !important;
}

.add-address-form {
    padding: 20px 30px 30px;
}


/* --- Career Page --- */

.default-dt {
    padding: 50px;
    background: #2b2f4c;
    position: relative;
}

.default-dt:before {
    content: "";
    background: url(../images/career/default.jpg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.default_tabs {
    margin-top: 0;
}

.default_tabs .nav-item {
    margin-bottom: 0 !important;
}

.default_tabs .nav-tabs .nav-item.show .nav-link,
.default_tabs .nav-tabs .nav-link.active {
    background: #1a0076;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--main-gradiant-color);
    border-color: inherit !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 5px !important;
}

.default_tabs .nav-tabs {
    border-bottom: 0 !important;
}

.tab_default .nav-link {
    border-top: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
}

.tab_default .nav-link {
    padding: .5rem 1.5rem !important;
}

.title129 {
    text-align: center;
}

.title129 h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 58px !important;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.position-link-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 21px;
    font-weight: 500;
    font-size: 14px;
}

.life-gambo {
    padding: 59px 0;
}

.default-title {
    text-align: center;
    padding-bottom: 8px;
}

.default-title h2 {
    font-size: 24px;
    color: #2b2f4c;
    font-weight: 700;
    margin-bottom: 13px;
}

.default-title p {
    line-height: 24px;
    font-weight: 400;
    color: #3e3f5e;
    font-size: 14px;
    margin-bottom: 15px;
}

.dd-content {
    margin-top: 30px;
    width: 100%;
}

.life-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #1a0076 !important;
    border: 1px solid #1a0076 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #1a0076 !important;
    background: #1a0076 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.white-bg {
    background: #fff;
}

.benefits-step {
    text-align: center;
    margin-bottom: 65px;
}

.benefit-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #1a0076;
    border-radius: 100%;
}

.benefit-link {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #2b2f4c;
    line-height: 24px;
    text-align: center;
}

.benefit-link:hover {
    color: #2b2f4c !important;
}

.benefit-icon i {
    font-size: 30px;
    color: #fff;
    padding: 20px 0;
}

.know-more-link {
    text-align: center;
}

.kmore-btn {
    background: #1a0076;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.testi-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qoute-icon {
    height: 50px;
    text-align: center;
    font-size: 24px;
    color: #1a0076;
}

.testo-text {
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    color: #3e3f5e;
}

.team-dt {
    margin-top: 35px;
    text-align: center;
}

.team-avatar img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.team-avatar {
    display: inline-block;
}

.team-emp-dt h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px !important;
    text-align: center;
    margin-bottom: 10px;
    color: #2b2f4c;
}

.team-emp-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    text-align: center;
    line-height: 26px;
}

.testimonial-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background-image: var(--gradiant-06) !important;
    background-size: 200%,1px !important;
    border: none !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: none !important;
    background-image: var(--gradiant-06) !important;
    background-size: 200%,1px !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.jobs-gambo {
    padding: 0;
}

.pd-20 {
    padding: 20px;
}

.job-title-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.job-title-group h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: #2b2f4c;
}

.flter-clear-link {
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    color: #3e3f5e;
}

.flter-clear-link:hover {
    color: #1a0076 !important;
}

.all-departments {
    margin-top: 21px;
}

.job-bg1 {
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
    display: flex;
    width: 100%;
    align-items: center;
}

.job-bg1:first-child {
    margin-top: 30px;
}

.job-item h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2b2f4c;
}

.job-item span {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 24px;
    text-align: left;
}

.job-item span i {
    margin-right: 3px;
}

.arrow-icon {
    font-size: 24px;
    color: #2b2f4c;
    margin-left: auto;
}

.job-main-dt {
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

.job-main-dt h2 {
    color: #2b2f4c;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 12px;
}

.job-main-dt span {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    color: #3e3f5e;
}

.job-des-dt142 h4 {
    color: #2b2f4c;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 21px !important;
}

.job-des-dt142 p {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
}

.joby-list-dt {
    list-style: disc;
}

.joby-list-dt li {
    margin-left: 30px;
    margin-bottom: 4px;
}

.joby-list-dt li:last-child {
    margin-bottom: 0;
}

.job-req-dt {
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #efefef;
}

.job-req-dt h3 {
    color: #2b2f4c;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.apply-btn {
    background: #1a0076;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    border: 0;
    margin-top: 34px;
    margin-bottom: 14px;
}

textarea {
    overflow: auto;
    padding: 10px 15px !important;
}

.ques-142 {
    margin-top: 1.5rem !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
}

.ui.checkbox label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3e3f5e !important;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after {
    color: #1a0076 !important;
}

.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
    border-color: #1a0076 !important;
}

.ui.checkbox .box:after,
.ui.checkbox label:after {
    font-size: 12px !important;
}

.control-label {
    font-size: 13px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 0.8rem;
}

.custom-file {
    width: 100%;
}

.custom-file input {
    opacity: 0;
    width: 0;
    height: 0;
    display: block;
}

.custom-file-label {
    padding: 0.6rem 0.85rem;
    height: 40px;
    width: 100%;
    font-weight: 400 !important;
    color: #afafaf !important;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    border-radius: 5px !important;
    position: relative;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload Files" !important;
}

.custom-file-label::after {
    height: calc(1.9em + 0.75rem + 1px) !important;
    padding: 0.6rem 0.75rem !important;
    color: #fff !important;
    content: "Upload Files" !important;
    background-color: #1a0076 !important;
    border-radius: 0 5px 5px 0 !important;
    position: absolute;
    top: 0;
    right: 0;
}


/* --- About Us --- */

.left-text {
    text-align: left;
}

.about-content p {
    margin-top: 24px !important;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    text-align: left;
}

.about-img {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.about-img img {
    width: 60%;
}

.about-steps-group {
    padding: 29px 0 59px;
}

.about-step {
    text-align: center;
    padding: 0 20px;
    margin-top: 30px;
}

.about-step-img img {
    height: 60px;
}

.about-step h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center;
}

.about-step p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 26px;
}

.team-item {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
    text-align: center;
}

.team-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.team-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    margin-top: 21px;
    margin-bottom: 7px;
}

.team-item span {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 15px;
    display: block;
}

.team-social li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
}

.team-social li:last-child {
    margin-right: 0;
}

.scl-btn {
    font-size: 14px;
    background: #2b2f4c;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 10px 0;
    text-align: center;
}

.how-order-gambo {
    padding: 0 0 14px;
}

.how-order-steps {
    text-align: center;
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    height: 203px;
    border-radius: 10px;
}

.how-order-steps h4 {
    color: #2b2f4c;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 21px;
}

.how-order-icon i {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #1a0076;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    padding: 14px 0;
    text-align: center;
}

/* --- Our Blog --- */

.blog-breadcrumb {
    text-align: center !important;
    width: 100%;
    background: transparent !important;
    align-items: center;
    justify-content: center;
}

.blog-breadcrumb .breadcrumb-item.active {
    color: #fff !important;
}

.blog-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.blog-breadcrumb .breadcrumb-item a:hover {
    color: rgba(255, 255, 255) !important;
}

.title129 .blog-titlebar-heading {
    font-size: 24px;
    font-weight: 700;
    margin-top: 36px !important;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.top-post-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    line-height: 22px;
    margin-bottom: 7px;
}

.top-post-link:hover {
    color: #1a0076 !important;
}

.top-posts li {
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
}

.top-posts li:last-child {
    border-bottom: 0;
}

.cntct-social {
    padding: 20px 20px 0;
}

.blog-gambo {
    padding: 65px 0 0;
}

.blog-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}
.bg-color1 {
    background: rgba(12, 184, 182, 0.05);
}
.blog-img {
    width: 100%;
    /* padding: 5px 5px 0; */
    position: relative;
    display: block;
}

.blog-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.blog-cate-badge {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    background: var(--gradiant-11);
    padding: 5px 10px;
    border-radius: 5px;
}

.date-icons-group {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.like-share-icons li {
    display: inline-block;
    margin-right: 15px;
}

.like-share-icons li:last-child {
    margin-right: 0;
}

.like-share-icons {
    margin-left: auto;
}

.blog-time {
    font-size: 12px;
    font-weight: 500;
    color: #b2b2b2;
    text-align: left;
}

.sz-14 {
    font-size: 14px !important;
}

.like-share {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.like-share span {
    margin-left: 5px;
    color: #2b2f4c;
}

.like-share:hover {
    color: #1a0076 !important;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: left;
    color: #2b2f4c;
}

.blog-detail {
    padding: 20px;
}

.blog-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: left;
}

.blog-detail a {
    font-size: 16px;
    font-weight: 500;
    color: #1a0076;
    text-align: left;
}

.blog-detail a:hover {
    color: #1a0076 !important;
    text-decoration: underline !important;
}

.blog-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    padding: 11px 20px;
    border-radius: 5px;
    color: #fff;
    background: #1a0076;
}

.blog-more-btn {
    text-align: center;
    padding-top: 10px;
}


/* --- Blog sidebar --- */

.pdpt-bg-left {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    float: left;
    width: 100%;
}

.blog-search-widget {
    padding: 20px;
    float: left;
    width: 100%;
}

.blog-from {
    position: relative;
}

.blog-search-widget .form-control {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #2b2f4c;
    border: 1px solid #efefef;
    position: relative;
    padding: 0 3rem 0 1rem;
    position: relative;
    height: 40px;
    border-radius: 5px !important;
}

.blog-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 120%;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}

.top-posts {
    float: left;
    width: 100%;
}

.top-posts li {
    float: left;
    width: 100%;
}

.blog-top-item {
    float: left;
    width: 100%;
}

.post-cate-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    line-height: 26px;
    margin-bottom: 5px;
    float: left;
}

.cate-count {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #8f91ac;
    line-height: 26px;
    margin-bottom: 0px;
    float: right;
}

.top-posts .media-list {
    padding: 20px !important;
}

.top-posts .media-list .media {
    padding: 0;
    border: none;
    border-bottom: 0;
    float: left;
    width: 100%;
}

.media-list .media .media-left {
    padding-right: 1rem;
    float: left;
}

.icon-bg-circle {
    color: #fff;
    padding: 0;
    border-radius: 8px;
    width: 70px;
    height: 70px;
    border: 0;
    object-fit: cover;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tagcloud {
    padding-bottom: 15px;
}

.tagcloud a,
.tagcloud .tag-cloud-link {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
    padding: 0.375rem 0.5625rem;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #2b2f4c;
    font-size: 13px !important;
    white-space: nowrap;
    line-height: 1.5;
}

.pagination-area .page-numbers {
    width: 33px;
    height: 33px;
    background-color: #fff;
    border: 1px solid #efefef;
    color: #606060;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    line-height: 34px;
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 500;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover {
    background: #1a0076;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--main-gradiant-color);
}

/* --- Blog Detail View --- */

.blog-dt-vw {
    height: 80vh;
    display: table;
    text-align: center;
    width: 100%;
    background-position: 40% 0px;
    transition: 0s linear;
    transition-property: background-position;
}

.banner-blog {
    background: url(../images/blog/img-1.jpg) 40% 0px / cover no-repeat;
}

.banner.visible {
    opacity: 1;
}

.parallax {
    background-position: 40% 0px;
}

.blog-dt-vw .blog-inner {
    display: table-cell;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .6);
}

.blog-dt-vw .blog-inner h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 10px;
    max-width: 750px;
    line-height: 1.3em;
    padding: 0 15px;
}

.blog-inner .extra-info {
    font-size: 14px;
}

.entry-date {
    font-weight: 500;
}

.single-post-cat {
    margin-top: 20px;
}

.single-post-cat a {
    color: #fff;
    background: #1a0076;
    padding: 5px 10px 4px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    margin: 0 2px;
    line-height: 24px;
    display: inline-block;
}

.blog-des-dt142 p {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
}

.blog-des-dt142 {
    margin-top: 42px;
}

.mt-21 {
    margin-top: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.ss18 {
    font-size: 18px !important;
}

.leave-comment {
    margin-top: 35px;
}

.leave-comment h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
    color: #2b2f4c;
}

.leave-comment span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 11px;
    text-align: left;
    line-height: 26px;
}

.ptt {
    padding: 30px;
}

.all-comment {
    margin-top: 35px;
    padding-bottom: 41px;
    border-bottom: 1px solid #efefef;
}

.all-comment h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
    color: #2b2f4c;
}

.cmmnt_item {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

.cmmnt_item:last-child {
    border-bottom: 0;
}

.cmmnt_usr_dt {
    display: flex;
    position: relative;
}

.cmmnt_usr_dt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.tutor_name1 {
    font-size: 16px;
    font-weight: 700;
    color: #2b2f4c !important;
    text-align: left;
    margin-bottom: 0;
}

.time_145 {
    font-size: 12px;
    font-weight: 500;
    color: #b1b1b1;
    display: block;
    margin-top: 5px;
}

.rvds10 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 17px;
    line-height: 26px;
    color: #3e3f5e;
    text-align: left;
    margin-bottom: 0;
}


button,
input,
optgroup,
select,
textarea {
    font-family: 'Inter', sans-serif !important;
}

textarea {
    border: 1px solid #efefef !important;
}

.form-control {
    color: #2b2f4c !important;
    font-weight: 400 !important;
}

.post-btn {
    border: 0;
    padding: 10px 20px;
    color: #fff;
    background: var(--gradiant-11);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 13px;
}

.fcrse_3 {
    background: #fff;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.cater_ttle {
    float: left;
    width: 100%;
    padding: 15px 20px;
}

.fcrse_3 h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 500;
    margin-bottom: 0;
}

.allcate15 {
    width: 100%;
}

.allcate15 li {
    display: block;
    width: 100%;
}

.blogleft12 li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.blogleft12 li:last-child {
    border-bottom: 0;
}

/* --- Press Page --- */

.ct_item {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    color: #686f7a;
    text-align: left;
}

.ct_item.active {
    font-weight: 600;
    color: #2b2f4c;
}

.ct_item i {
    margin-right: 10px;
    font-size: 120%;
}

.category-topics {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: left;
    color: #2b2f4c;
    display: block;
    padding: 15px 20px;
}

.category-topics:after {
    content: '\f107';
    font-size: 14px;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-item1 {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3e3f5e;
    display: block;
    padding: 10px 20px;
}

.socl148 {
    padding: 20px;
    display: flex;
}

.twiter158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    width: 50%;
    margin-right: 10px;
    background: #1da1f2;
}

.facebook158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    width: 50%;
    background: #3b5998;
}

.ic45 {
    margin-right: 7px;
}

.help_link {
    padding: 15px 20px;
    text-align: center;
}

.help_link a {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: center;
}

.help_link a:hover {
    color: #1a0076 !important;
}


.press-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px !important;
    text-align: left;
    color: #2b2f4c;
    line-height: 24px;
}

.press-title p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3e3f5e;
    line-height: 24px;
}

.press-title p a {
    color: #1a0076;
}

.press-title p a:hover {
    color: #1a0076 !important;
    text-decoration: underline !important;
}

.press-item {
    display: block;
    background: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.press-item span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: left;
    color: #b1b1b1;
}

.press-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    text-align: left;
    color: #2b2f4c;
    line-height: 24px;
}

.press-item p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3e3f5e;
    line-height: 26px;
}

.policy-des-dt {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.policy-des-dt:last-child {
    margin-bottom: 7px;
    padding-bottom: 0;
    border-bottom: 0;
}

/* --- Sign In --- */

.sign-inup {
    padding: 80px 0;
}

.sign-form {
    display: block;
    width: 100%;
}

.sign-img {
    background: #4576b4;
    padding: 50px;
    border-radius: 5px 0 0 5px;
}

.sign-img img {
    width: 100%;
}

.sign-inner {
    padding: 0;
}

.sign-logo {
    width: 100%;
    text-align: center;
}

.sign-logo img {
    width: 150px;
}

.form-dt {
    margin-top: 50px;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 10px;
    background: #fff;
}

.form-inpts {
    padding: 38px 30px 0;
}

.form-title {
    text-align: center;
    margin-bottom: 37px;
}

.form-title h6 {
    font-weight: 700;
    color: #2b2f4c;
    font-size: 18px;
}

.lgn_input {
    padding: 0 1rem 0 3rem !important;
    height: 50px !important;
}

.pos_rel {
    position: relative;
}

.lgn_icon {
    position: absolute;
    top: 12px;
    left: 2%;
    font-size: 18px;
    color: #2b2f4c;
}

.form-control:focus+.lgn_icon {
    color: #1a0076;
}

.login-btn {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 40px;
    border: 0;
    color: #fff;
    background: #1a0076;
    border-radius: 5px;
    text-align: center;
}

.signup-link {
    margin-top: 30px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 1.5rem;
    background: #1a0076;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--main-gradiant-color);
}

.signup-link p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.signup-link p a {
    color: #fff;
    font-size: 12px;
    background: #2b2f4c;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
}

.signup-link p a:hover {
    color: #fff !important;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.sign-inup .copyright-text {
    color: #2b2f4c;
}

.password-forgor {
    text-align: center;
}

.password-forgor a {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.password-forgor a:hover {
    color: #1a0076 !important;
}

/* --- Contact Us --- */

.panel-group {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 14px;
}

.panel-title {
    vertical-align: middle;
}

.panel-default {
    width: 100%;
    border-top: 0;
}

.panel-default:first-child {
    border-top: 0;
}

.panel-body {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: left;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #efefef;
}

.panel-default {
    width: 100%;
    border-top: 0;
}

.panel-title {
    vertical-align: middle;
}

.panel-title a {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c !important;
    padding: 15px 20px 18px;
    display: block;
    line-height: 26px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
}

.panel-title a.collapsed {
    border-radius: 10px;
}

.chck_icon {
    color: #1a0076;
    margin-right: 10px;
}

.panel-title>a:before {
    float: right !important;
    font-family: 'Inter', sans-serif;
    content: "\f058";
    padding-right: 0px;
    font-size: 16px;
    padding-top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.color-pink {
    color: #1a0076;
}

.contact-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0 !important;
    text-align: left;
    margin-bottom: 12px;
    color: #2b2f4c;
}

.contact-title p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0 !important;
    text-align: left;
    margin-bottom: 0;
    color: #3e3f5e;
    line-height: 26px;
}


/* --- Product Request --- */

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #fff;
    background: #1a0076;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 26px;
}

.bootstrap-tagsinput {
    border: 1px solid #efefef !important;
    box-shadow: none !important;
    width: 100%;
    height: auto;
    text-align: left;
}

.bootstrap-tagsinput input {
    padding: 7px 10px !important;
    font-weight: 500;
    border-radius: 5px;
}

.request-products {
    margin-top: 30px;
}

.rqst-btn {
    width: 100%;
}

.request-grid {
    margin-top: 64px;
}

/* --- Faq Page --- */

.faq-dt {
    padding: 50px;
    background: #2b2f4c;
    position: relative;
}

.faq-dt:before {
    content: "";
    background: url(../images/career/default.jpg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.panel-body p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    margin-bottom: 0;
}

/* --- Offers Page --- */

.offers-item {
    display: block;
    margin-top: 30px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.offer-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.offers-text {
    padding: 20px 15px;
}

.offers-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
    text-align: left;
    color: #2b2f4c;
}

.offers-text p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    text-align: left;
    margin-bottom: 0;
}

.mb-14 {
    margin-bottom: 14px;
}

/* --- Bill Page --- */

.report-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #1a0076;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
}

.bill-dt-bg {
    padding-top: 65px;
}

.bill-detail {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
    margin: 37px 0;
}

.bill-dt-step {
    padding: 30px;
    border-bottom: 1px solid #efefef;
}

.bill-dt-step:last-child {
    border-bottom: 0;
}

.bill-title h4 {
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
}

.itm-ttl {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    color: #2b2f4c;
}

.item-prdct {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    text-align: left;
    line-height: 24px;
    margin-right: 10px;
}

.item-prdct:last-child {
    margin-right: 0;
}

.item-prdct:after {
    content: ',';
    padding-left: 3px;
}

.item-prdct:last-child:after {
    content: '';
}

.bill-address {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 26px;
}

.bill-dt-sl {
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    margin-bottom: 0;
    line-height: 30px;
}

.descp-bll-dt {
    color: #8f91ac;
}

.dly-loc {
    color: #3e3f5e;
}

.dlr-ttl25 {
    color: #1a0076;
}

.bill-bottom {
    display: flex;
    align-items: center;
}

.thnk-ordr {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 0;
    line-height: 26px;
}

.print-btn {
    margin-left: auto;
    padding: 9px 20px;
    border: 1px solid #1a0076;
    background: #1a0076;
    color: #fff;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    display: inline-block;
}


.main-form .btn-light {
    min-height: 40px !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #717171 !important;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    padding: 5px 20px !important;
    border-radius: 5px !important;
    transition: none !important;
}


.main-form .ck-select .btn-light {
    min-height: 50px !important;
    height: 50px !important;
    padding: 14px 20px !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-menu.inner {
    padding: 0px !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block;
}

.main-form .bootstrap-select .dropdown-toggle:focus,
.main-form .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
    border-color: #1a0076 !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    border-radius: 0 !important;
    background: #00D1E7;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--gradiant-06);
    background-size: 200%, 1px;
}

.bootstrap-select.dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fff !important;
    border-radius: 0 !important;
    text-decoration: none;
    background: #1a0076;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* background-image: -webkit-var(--main-gradiant-color); */
    background-image: var(--gradiant-06);
}

.bootstrap-select .dropdown-item {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-left: 0 !important;
}


/*---------------------------------------------------- */
/*(1)- Banner area*/
/*----------------------------------------------------*/

.imt-banner-section {
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -60px;
}

.overlay-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #050f1e99;
    z-index: 2;
}

.z-index--2 {
    z-index: 33;
}

.imt-banner-wrap {
    padding: 110px 0px;
}

.imt-banner-text h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 15px;
    width: 500px;
}

.imt-banner-text h1>span {
    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-b-item {
    border: 1px dashed var(--main-color-2);
    padding: 5px 5px;
    border-radius: 5px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(4.2px);
    background: #ffffffb8;
    color: #fff;
    display: flex;
    align-items: center;
    height: 60px;
}

.services-b-item:hover {
    backdrop-filter: blur(13.2px);
    background: #fff;
    background-size: 200%,1px;
}

.s-img-box img {
    width: 38px;
    padding: 5px;
}

.s-content-box h4 {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    padding-top: 5px;
    margin-left: 5px;
}

.b-wrap {
    position: relative;
}

.search-box-wrapper {
    padding-left: 40px;
}

.b-wrap-2 {
    margin: 20px;
    margin-right: 0px;
    padding: 40px;
    border: 1px solid #4c7aff38;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(13.2px);
    background: #ffffff0d;
}

.b-wrap-2 h2 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
}

.more-services {
    right: 8px;
    bottom: -54px;
    border: 1px dashed #1cb4f5;
    padding: 5px 15px;
}

.more-services:hover {
    background-image: var(--main-gradiant-color);
    backdrop-filter: blur(13.2px);
    color: #fff;
    background-size: 200%,1px;
}

.b-support-box span {
    font-size: 15px;
    color: var(--text-color);
    margin-right: 10px;
}


.support-box-img .support-box-child {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #ddd;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 30%;
}
.support-box-img .support-box-child:nth-child(1) {
    background: #E9F0FE;
}
.support-box-img .support-box-child:nth-child(2) {
    background: #FEF7EA;
}
.support-box-img .support-box-child:nth-child(3) {
    background: #E5E5FE;
}
.support-box-img .support-box-child:nth-child(1) img{
    width: 17px;
}
.support-box-img .support-box-child:nth-child(2) img{}
.support-box-img .support-box-child:nth-child(3) img{
    width: 15px;
}

.support-box-child img {
    width: 20px;
}



.aon-inputicon-box label {
    font-size: 15px;
    line-height: 35px;
    color: #fff;
}

/* .aon-inputicon-box .select-custom{
    padding: 10px 20px;
    background: #242424;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px dashed #2b01bf;
} */

/* Select Option Start */
.bootstrap-select>.dropdown-toggle {
    padding: 10px 20px;
    background: #242424;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px dashed #2b01bf;
}

.btn-light:hover {
    color: var(--text-color) !important;
    background-color: transparent !important;
    border-color: #17171d57 !important;
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: var(--text-color) !important;
    background-color: transparent !important;
    border-color: var(--main-color-2) !important;
}

.select-custom .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    /* outline: thin dotted #333!important; */
    outline: 0px auto-webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: var(--text-color) !important;
    background-color: transparent !important;
    border-color: var(--text-color) !important;
    box-shadow: none !important;
}

/* Select Option End */
.custom-wrap-country {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-wrap-country .aon-inputicon-box {
    flex-basis: 48%;
}

.aon-search2-col.aon-search-col {
    margin-bottom: 8px;
}

.select-custom.form-select:focus {
    border-color: var(--main-color-2);
    outline: 0;
    box-shadow: none;
}

.aon-search2-btn {
    padding: 8px 30px;
    margin-top: 20px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    background-image: var(--main-gradiant-color);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    background-size:200%,1px;
}

.more-services a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

/*---------------------------------------------------- */
/*(1)- Banner area End*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*(2)- Off Canvas area Start*/
/*----------------------------------------------------*/
.mobile_menu_content {
    top: 0px;
    bottom: 0;
    right: -370px;
    height: 100vh;
    z-index: 101;
    width: 370px;
    position: fixed;
    /* overflow-y: scroll; */
    padding: 20px 20px 50px 20px;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    /* background: #0a58ca; */
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    background-size: 200%, 1px;
}

.mobile_menu_content .main-navigation {
    width: 100%;
    margin-right: 0 !important;
    display: none;
}

.mobile_menu_content .main-navigation li {
    margin-left: 0 !important;
}

.mobile_menu_content .main-navigation .navbar-nav {
    width: 100%;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    background-color: transparent;
}

.mobile_menu_content .main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin: 5px 0px;
    transition: 0.3s all ease-in-out;
}

.mobile_menu_content .main-navigation .navbar-nav li a {
    color: #000;
    font-size: 14px;
    font-weight: var(--font-weight-500);
    text-transform: uppercase;
}

.mobile_menu_content .m-brand-logo {
    margin-bottom: 20px;
}

.m-brand-logo img {
    width: 38%;
}

.mobile_menu_content .dropdown-btn {
    right: 0;
    top: 0px;
    width: 30px;
    color: #c5c5c5;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    background-color: #061c31;
    transition: 0.3s all ease-in-out;
}

.it-up-mobile_menu_wrap.it-up-mobile_menu_on .mobile_menu_content {
    right: 0px;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: -100%;
    height: 120vh;
    background-color: #00000087;
    transition: all 0.8s ease-in 0.8s;
    backdrop-filter: blur(8.8px);
    -webkit-backdrop-filter: blur(8.8px);
}

.it-up-mobile_menu_overlay_on {
    overflow: hidden;
}

.it-up-mobile_menu_wrap.it-up-mobile_menu_on .mobile_menu_overlay {
    right: 0;
    transition: all 0.8s ease-out 0s;
}

.mobile_menu_button {
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 1px 10px;
    border-radius: 5px;
    margin-right: 0;
    box-shadow: var(--box-shadow);
}

.mobile_menu .main-navigation .navbar-nav li a:after {
    display: none;
}

.sidebar-content p {
    font-size: 12.5px;
    font-weight: 300;
    line-height: 20px;
    color: #36454F !important;
}

.mobile_menu .main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0px;
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    line-height: 1;
    padding: 5px 20px;
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li a {
    color: #c5c5c5;
    font-size: 14px;
}

.mobile_menu_close {
    color: #fff;
    cursor: pointer;
    top: 15px;
    right: 15px;
    font-size: 20px;
    position: absolute;
}

.side-bar-contact h4 {
    font-size: 18px;
    font-weight: var(--font-weight-500);
    color: #fff !important;
}

.side-bar-btn-wrap a {
    flex-basis: 48%;
}

.side-bar-btn {
    padding: 10px 10px;
    width: 100%;
    align-items: center;
    margin-bottom: 8px;
    transition: all 200ms linear 0ms;
    background: rgba(242, 249, 251, 0.38);
    background-color: rgba(242, 249, 251, 0.38);
    background-color: rgb(242 249 251 / 0%);
    border-radius: 10px;
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(12.7px);
    -webkit-backdrop-filter: blur(12.7px);
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border: 1px solid #f7f7f7;
}

.side-bar-btn:hover {
    background-color: #fff;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-5px);
}

.side-bar-btn:hover .banner-btn-services>h4 {
    color: #000;
}

.side-bar-btn .imt-banner-play-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 14px;
    border-radius: 5px;
    background: #fff;
    box-shadow: var(--box-shadow);
}

.side-bar-btn .imt-banner-play-btn img {
    padding: 5px;
}

.side-bar-btn .imt-banner-play-btn a {
    color: var(--green);
    width: 100%;
    display: block;
}

.side-bar-btn .imt-banner-cta-btn {
    height: 55px;
    width: 150px;
    line-height: 55px;
    border-radius: 5px;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    box-shadow: 0px 21px 29px 0px rgba(248, 79, 26, 0.27);
    background-image: linear-gradient(90deg, #ff780b 0%, #ee132f 50%, #ff780b);
}

.side-bar-btn .imt-banner-cta-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.side-bar-btn .imt-banner-cta-btn:hover {
    background-position: 120%;
}

.side-bar-btn .banner-btn-services h4 {
    font-size: 14px;
    font-weight: var(--font-weight-400);
    margin-bottom: 0;
    color: var(--font-color);
    margin-top: 5px;
    margin-left: 5px;
}

.opts_account .user__name:hover {
    color: #fff !important;
}

.banner-btn-services {
    align-self: center;
}

.it-up-banner-play-btn img {
    width: 20px;
    align-self: center;
}

.side-bar-contact h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--font-color) !important;
}

.side-bar-contact .ul-li-block ul li {
    list-style: none;
    display: block;
}
.side-bar-contact .ul-li-block ul li strong {
    font-weight: 500;
    font-size: 14px;
}
.side-bar-contact .ul-li-block ul li span {
    font-size: 13.5px;
}
.side-bar-contact .str-about-list li {
    color: var(--font-color);
    position: relative;
    margin-bottom: 20px;
    /* padding-left: 25px; */
    font-size: 15px;
    font-weight: 400;
}

.side-bar-contact .str-about-list li span:nth-child(1) {
    color: #fff;
    background: var(--gradiant-06);
    padding: 3px 5px;
    margin-right: 10px;
    box-shadow: 1px 1px 0px 1px #fdfdfd94;
    border-radius: 100px;
}

.side-bar-contact .str-about-list li a {
    font-weight: 400;
    text-decoration: underline;
    color: var(--font-color) !important;
}

/*---------------------------------------------------- */
/*(2)- Off Canvas area End*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*(3)- Tele Medicine Package Start*/
/*----------------------------------------------------*/
.package-wrapper {
    margin-bottom: 40px;
}
.telemedicine-package {
    padding-top: 20px;
    padding-bottom: 45px;;
    /* background: url(../images/banner/bg_01.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: var(--main-gradiant-color); */
}

.package-title {
    color: #000;
}

.tele-package-w {
    background: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    border-radius: 10px;
    /* width: 220px; */
    padding: 15px 20px;
}

.tele-package-w h2 {
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--main-color-2);
    font-weight: 600;
    margin-bottom: 10px;
}

.tele-package-w h4 {
    font-size: 30px;
    line-height: 1.3;
    color: #404040;
    font-weight: 700;
    margin-bottom: 0;
}

.tele-package-w h4>sup {
    font-weight: 500;
}

.tele-package-w small {
    font-size: 10px;
    font-weight: 500;
    color: #4e4e4e;
}

.custom-tele-package-wrap {
    justify-content: center;
}

.custom-tele-package-wrap li {
    margin: 10px;
    flex-basis: 14%;
}

.tele-package-w.active {
    background-image: var(--gradiant-03);
    background-size: 200%, 1px;
}

.tele-package-w.active h2 {
    color: #fff;
}

.tele-package-w.active h4 {
    color: #fff;
}

.tele-package-w.active small {
    color: #fff;
}

.package-content-area {
    /* background: url(../images/banner/bg-package.jpg); */
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
    border-radius: 10px;
    padding: 0px;
    /* margin-top: 35px; */
    background-size: cover !important;
    position: relative;
}
/*
.package-content-area:before {
    background: #0e080882;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
} */

.featured-content h4 {
    font-size: 20px;
    color: #585858;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.featured-content p {
    color: #525252;
    text-align: justify;
    line-height: 1.4;
}

.package-featured-wrap li>span {
    color: var(--main-color-2);
    font-size: 10px;
    border-radius: 100px;
    border: 1px solid var(--main-color-2);
    padding: 3px 5px;
    margin-right: 10px;
}

.package-featured-wrap li {
    padding: 5px 0px;
    font-size: 14px;
    color: #525252;
    font-weight: 400;
    line-height: 1;
}

.tab-content.custom-tab-content {
    margin: 0 auto;
    width: 98%;
}

.featured-left-content {
    border: 2px solid var(--main-color-2);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    float: right;
    z-index: 2;
}

.featured-left-content h4 {
    padding: 10px 20px;
    background-image: var(--gradiant-04);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-size: 200%, 1px;
}

ul.package-featured-wrap {
    padding-bottom: 20px;
}

.btn-subscribe {
    padding: 8px 30px;
    margin-top: 20px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    background-image: var(--gradiant-03);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background-size: 200%, 1px;
}

.btn-subscribe:hover {
    color: #fff !important;
}

.package-featured-wrap li>span.active-f {
    background-image: var(--gradiant-03);
    color: #fff;
    background-size: 200%, 1px;
    border: none;
}

.tab-content-row {
    padding: 20px;
    /* From https://css.glass */
    /* background: rgb(0 0 0 / 7%); */
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(10.1px);
    -webkit-backdrop-filter: blur(10.1px);
    /* border: 1px solid rgba(55, 88, 255, 0.3); */
}

.featured-content-images {
    overflow: hidden;
}

.featured-content-images img {
    width: 100%;
}

.featured-content-images img {
    width: 700px;
    height: 348px;
    object-fit: cover;
    border-radius: 15px;
}

.featured-content-images {
    position: relative;
}

.featured-content-images:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    opacity: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.featured-content-images:hover:after {
    opacity: 1;
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.doctor-img-box {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.live-d-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    margin: 8px;
    margin-bottom: 20px;
    border-top: 2px solid #ededed;
}

.live-d-card:before {
    top: 4px;
    left: 0;
    right: 0;
    width: 0%;
    content: "";
    /* height: 2px; */
    border-top: 1px dashed var(--main-color-2);
    margin: 0 auto;
    position: absolute;
    background: var(--main-gradiant-color);
    transition: 0.4s all ease-in-out;
}

.live-d-card:hover:before {
    width: 85%;
}
.live-top-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e1e1e1;
}
.doctor-img-box{
    flex-basis: 40%;
}
.live-01.doctor-rating{
    flex-basis: 58%;
}
.live-01 p {
    font-size: 10px;
    margin-left: 15px;
    margin-bottom: 0px;
}
.online-wrap{
    position: relative;
}

.doctor-img-box img {
    border: 1px dashed #2600ab26;
    border-radius: 100px;
    margin-bottom: 4px;
    width: 60px !important;
    padding: 5px;
}


.doctor-content h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 5px;
    color:#ff780b;
}

.doctor-content h4 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}

.doctor-content p {
    font-size: 10px;
    color: #777;
    line-height: 1.3;
    margin-bottom: 0;
}
.doctor-exp p{
    color:#333;
}

.doctor-img-box span {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    left: 0px;
}

.rating-count i {
    font-size: 13px;
    color: #FEC300;
}

.rating-count span {
    font-size: 13px;
}

.doctor-rating h6 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: -3px;
}

.experience-doctor {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}

.doctor-fee {
    border-top: 1px dashed #b9b9b9;
    margin-top: 10px;
    padding: 8px 0px;
}

.doctor-fee span {
    font-size: 10px;
    color: #505050;
    font-weight: 500; 
}

.doctor-fee .fee {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.doctor-img-box .live-view {
    color: #000000;
    font-size: 9px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* border: 1px dashed #ddd; */
    padding: 0px 5px;
    padding-left: 15px;
}

.circle-pulse {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 1px #25ff221a;
    animation: live-animation 2s infinite;
    position: absolute;
    right: 117px;
    background: rgba(var(--color-green-9),var(--tw-bg-opacity));
    bottom: 10px;
}
.top-content-live{
    display: flex;
    justify-content: space-between;
}

.live-doctor-now {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}
.see-all {
    color: #333;
    margin-right: 6px;
    font-size: 13px; 
}
.see-all:hover{
    color:var(--font-color-2) !important;
}

.doctor-exp p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.live-doctor-now span {
    background: rgba(var(--color-green-9),var(--tw-bg-opacity));
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    background-size: 200%, 1px;
    box-shadow: var(--box-shadow);
    background: var(--gradiant-11);
}

.doctor-content {
    flex-basis: 100%;
    padding-top: 10px;
}
span.btn-icon-s {
    font-size: 11px;
    background: #ddd;
    padding: 9px;
    border-radius: 10px 20px 10px 20px;
}

.div-wrap-btn {
    display: flex;
    justify-content: center;
    padding: 8px;
}

.btn--heart {
    background: var(--main-gradiant-color);
    padding: 2px 5px;
    border-radius: 5px;
    background-size: 200%, 1px;
}

.btn--heart a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.btn--heart a>span {
    font-size: 6px;
}

.btn--heart a {
    color: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--gradiant-06) !important;
    background-size: 200%, 1px !important;
}


@keyframes live-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(19 255 3 / 20%);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(55 255 5 / 0%);
    }
}

/*---------------------------------------------------- */
/*(3)- Tele Medicine Package End*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*(4)- Book an Specialist Start*/
/*----------------------------------------------------*/
.book-specialist {
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right bottom, #ffffff, #fcfcfe, #f9f9fc, #f6f7fb, #f3f4fa, #f1f4fb, #eef5fc, #ebf5fc, #eaf8fc, #ecfbfa, #f0fdf8, #f6fff6);
}

.specialist-doctor-b-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
    padding: 20px 40px;
    border-radius: 20px;
    position: relative;
    background-size: 200%, 1px;
}

.specialist-d-content-left {
    flex-basis: 65%;
    color: #fff;
}

.specialist-d-content-left p {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.specialist-d-content-left h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
}

.specialist-d-content-right {
    flex-basis: 35%;
    text-align: end;
}



/*---------------------------------------------------- */
/*(4)- Book an Specialist End*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*(5)- Membership area start*/
/*----------------------------------------------------*/
.main-section-sub-title .circles-box {
    position: relative;
    top: 2px;
    margin-right: 10px;
    display: inline-block;
}

.main-section-sub-title .circles-box .circle {
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    display: inline-block;
    border: 4px solid #ffffff;
    background-image: var(--main-gradiant-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.main-section-sub-title .circles-box .circle:nth-child(2) {
    background-image: var(--main-gradiant-color);
}

.text-bdtask {
    color: #1a0076;
    font-size: 30px !important;
}

.main-section-sub-title span {
    font-family: var(--defualt-font-family);
    font-size: 20px;
    font-weight: 400;
}

.main-section-sub-title h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
}

.membership-area {
    padding: 90px 0px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(to right bottom, #ffffff, #fcfcfe, #f9f9fc, #f6f7fb, #f3f4fa, #f1f4fb, #eef5fc, #ebf5fc, #eaf8fc, #ecfbfa, #f0fdf8, #f6fff6);
}

.benefit-serial {
    width: 35px;
    height: 35px;
    font-weight: 600;
    line-height: 35px;
    margin-right: 25px;
    border-radius: 100%;
    box-shadow: 0px 30px 60px 0px rgb(2 18 106 / 10%);
    font-size: 13px;
    float: left;
    color: #fff;
}

.benefit-serial.one {
    background: linear-gradient(90deg, #30c677 0%, #70df11 100%);
}

.benefit-serial.two {
    background: var(--gradiant-09) !important;
}

.benefit-serial.three {
    background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);
}

.benefit-serial.four {
    background: var(--gradiant-10);
}

.benefit-serial.five {
    background: var(--gradiant-05);
}

.benefit-text {
    overflow: hidden;
    margin-bottom: 10px;
    width: 80%;
}

.benefit-text h3 {
    font-size: 14px;
    font-weight: 500;
}

.benefit-text p {
    font-size: 13px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.membership-content-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #3c3c3c;
    font-family: 'Inter';
    font-weight: 400;
    text-align: justify;
}

.membership-content-box {
    width: 550px;
}

.vip-content-box h4 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: #17171d;
    /* background: #333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.vip-content-box h6 {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    /* background: #fff; */
    padding: 10px;
    border-radius: 100px;
    /* box-shadow: var(--box-shadow); */
    width: auto;
    text-align: center;
    padding-left: 35px;
}
.vip-content-box h6:before {
    content: "";
    background: var(--gradiant-06);
    position: absolute;
    transform: translate(6px, 10px);
    width: 14px;
    height: 14px;
    border-radius: 50px;
    left: 0px;
    top: 3px;
}
.vip-content-box h6:after {
    content: "";
    background: var(--gradiant-03);
    position: absolute;
    right: 0px;
    transform: translate(6px, 10px);
    left: 5px;
    top: 0px;
    width: 14px;
    height: 14px;
    opacity: 0.40;
    border-radius: 50px;
}

.vip-content-box p {
    font-size: 15px;
    line-height: 1.3;
    color: #464646;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-unlimited {
    background-image: var(--gradiant-06);
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    background-size: 200%, 1px;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.btn-unlimited:before {
    content: "*Conditions apply only*";
    position: absolute;
    bottom: -25px;
    color: #817f7f;
    left: 10px;
    font-size: 10px;
}

.btn-unlimited:hover {
    color: #fff !important;
    /* background-position: 100%; */
    background: var(--gradiant-10);
}

.benefit-col.col-4 {
    width: 28%;
}

.benefit-box {
    padding: 10px;
    background: #fff;
    /* box-shadow: 1px 1px 50px rgb(0 0 0 / 8%); */
    /* background-image: url(../images/Flaticon/benefit/bg-benefit.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    border-radius: 12px;
    /* border: 2px solid #e3e3e3; */
    z-index: 1;
    transition: 0.5s all ease-in-out;
    text-align: center;
    margin: 5px;
    height: 150px;
}

.benefit-box:before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -3;
    border-radius: 10px;
    position: absolute;
    transition: 0.5s all ease-in-out;
    background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
    background-size: 200%, 1px;
}

.benefit-box:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 10px;
    background-color: #fff;
}

.benefit-box:hover {
    transform: translate(-7px, -7px);
    /* box-shadow: 0px 20px 81px 0px rgb(8 0 20 / 30%); */
}

.benefit-box:hover:before {
    transform: translate(7px, 7px);
}

.benefit-img-box img {
    width: 50px !important;
    background: #b6b9b814;
    padding: 11px;
    border-radius: 100px;
    box-shadow: 0px 25px 24px 0px rgb(4 21 59 / 7%);
    margin: 0 auto;
}

.benefit-content-box h4 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.3;
}

.benefit-content-box p {
    text-align: center;
    font-size: 12px;
    color: #484848;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vip-img-box img {
    width: 450px;
    /* border: 4px solid #ddd; */
    /* border-radius: 10px; */
    /* box-shadow: 0px 22px 24px 0px rgb(3 5 77 / 15%); */
}

.vip-img-box {
    position: relative;
    text-align: center;
}

/*---------------------------------------------------- */
/*(5)- Membership area End*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*(6)- Doctor Opinion Start*/
/*----------------------------------------------------*/

.doctor-opinion{
padding: 100px 50px;
padding-bottom: 10px;
/* background: linear-gradient(to right bottom, #ffffff, #fcfcfe, #f9f9fc, #f6f7fb, #f3f4fa, #f1f4fb, #eef5fc, #ebf5fc, #eaf8fc, #ecfbfa, #f0fdf8, #f6fff6); */
}
.doctor-opinion-box{

    border-radius: 20px;
}

.testimonial-doctor {
    padding: 0px 0px 30px 0px;
}
.testimonial-doctor h4 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    color: var(--text-color);
}
.testimonial-doctor h4>span {
    /* background: rgba(var(--color-blue-10),var(--tw-bg-opacity)); */
    background: var(--gradiant-12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%,1px;
    text-shadow: none;
}
.testimonial-doctor h4>span::selection{
    color: #fff;
}
.testimonial-doctor h6 {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    /* background: #fff; */
    padding: 10px;
    border-radius: 100px;
    /* box-shadow: var(--box-shadow); */
    width: auto;
    text-align: left;
    padding-left: 40px;
}
.testimonial-doctor.custom-2 h6{
    width: auto;
}

.testimonial-doctor h6:before {
    content: "";
    background: var(--gradiant-12);
    position: absolute;
    transform: translate(6px, 10px);
    width: 14px;
    height: 14px;
    border-radius: 50px;
    left: 0px;
    top: 3px;
}
.testimonial-doctor h6:after{
    content: "";
    background: var(--gradiant-12);
    position: absolute;
    right: 0px;
    transform: translate(6px, 10px);
    left: 5px;
    top: 0px;
    width: 14px;
    height: 14px;
    opacity: 0.40;
    border-radius: 50px;
}

.testimonial-img-content{
    position: relative;
    overflow: hidden;
    border-radius: 10px 40px 10px 10px;
}
.testimonial-img-content img {
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 100%;
}
.testimonial-img-content .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
.testimonial-img-content .icon a {
    font-size: 24px;
    background-color: #ffffff;
    color: var(--font-color-2);
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.testimonial-img-content .icon a:hover{
    background-image:var(--gradiant-06);
    background-size: 200%,1px;
    color: #ffffff !important;
}
.testimonial-img-content .icon::before {
    position: absolute;
    content: '';
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1;
}
.testimonial-img-content .icon::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    z-index: -1;
}
.testimonial-img-content:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.testimonial-content{
    margin-bottom: 20px;
}
.testimonial-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.testimonial-content p {
    margin-bottom: 15px;
}
.testimonial-content .clients-profile h4 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
}
.testimonial-content p {
    margin-bottom: 15px;
}

.testimonial-content .clients-profile {
    position: relative;
    padding-left: 75px;
    margin-bottom: 40px;
}
.testimonial-slider2.owl-theme .owl-dots .owl-dot span {
    background-image:var(--gradiant-12);
    background-size: 200% 1px;
    margin-left: 15px;
}
.testimonial-content .clients-profile img {
    width: auto !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonial-slider2.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    border: 1px solid #00D1E7;
    border-radius: 100%;
    top: -4px;
    left: -4px;
}
.testimonial-slider2.owl-theme .owl-dots .owl-dot.active span{
    position: relative;
}
.testimonial-content .star-list {
    margin-bottom: 30px;
}
.testimonial-content .star-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.testimonial-content .star-list ul li {
    display: inline-block;
    color: #f8db6a;
    padding-right: 5px;
}
.testimonial-slider2.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
}
.testimonial-content p{
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}
.testimonial-wrap{
    background: #ffffff54;
    border-radius: 10px;
}
.testimonial-slider2{
    padding: 20px;
}
@keyframes ripple {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    75% {
      -webkit-transform: scale(1.75);
              transform: scale(1.75);
      opacity: .6;
    }
    100% {
      -webkit-transform: scale(2);
              transform: scale(2);
      opacity: 0;
    }
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    /* background-color: #0d47d5 ; */
    background-image: var(--gradiant-06);
    background-size: 200%,1px;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    background-color: var(--gradiant-12) ;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top:hover {
    color: #fff;
    background-image: var(--gradiant-10);
    background-size: 200%,1px;
}
.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top:hover i {
    color: #fff;
}
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top:focus {
    color: #fff;
}
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top.active {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%;
}
.doctor-fee{
    position: relative;
}
.s-submit{
    background-image: var(--gradiant-12);
    background-size: 200%,1px;
    z-index: 4;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    /* opacity: 0; */
    /* visibility: hidden; */
    -webkit-transition: 0.9s;
    transition: 0.9s;
    position: absolute;
    right: 0;
    top: 15px;
    box-shadow: var(--box-shadow);
}
.s-submit i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 10px;
}
.s-submit i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.s-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    /* background-color: rgba(var(--color-green-9),var(--tw-bg-opacity)) ; */
    background: var(--gradiant-10);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.s-submit:hover {
    color: #fff;
    background-image: var(--gradiant-10);
    background-size: 200%,1px;
}
.s-submit:hover::before {
    opacity: 1;
    visibility: visible;
}
.s-submit:hover i {
    color: #fff;
}
.s-submit:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.s-submit:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.s-submit:focus {
    color: #fff;
}
.s-submit:focus::before {
    opacity: 1;
    visibility: visible;
}
.s-submit:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.s-submit:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.s-submit.active {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%;
}
/*---------------------------------------------------- */
/*(6)- Doctor Opinion End*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*(7)- patient Opinion Start*/
/*----------------------------------------------------*/
.patient-testimonials{
    padding: 100px 0px 120px;
    background: linear-gradient(to right bottom, #ffffff, #fcfcfe, #f9f9fc, #f6f7fb, #f3f4fa, #f1f4fb, #eef5fc, #ebf5fc, #eaf8fc, #ecfbfa, #f0fdf8, #f6fff6);
}
.single-testimonial-card {
    margin-bottom: 30px;
}
.single-testimonial-card .top-content {
    /* background-color: #fff; */
    border-radius: 40px 10px 40px 10px;
    border: 1px solid rgba(12, 184, 182, 0.2);
    padding: 30px;
    position: relative;
    margin: 5px;
    margin-bottom: 45px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-testimonial-card .top-content i {
    font-size: 35px;
    color: #24a3dd;
}
.single-testimonial-card .top-content::before {
    position: absolute;
    content: "";
    background-color: #f8f2f2;
    height: 30px;
    width: 30px;
    bottom: -31px;
    left: 50px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.single-testimonial-card .clients-profile {
    position: relative;
    padding-left: 110px;
}
.single-testimonial-card .clients-profile img {
    position: absolute;
    left: 30px;
    top: -8px;
    width: auto;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-testimonial-card .clients-profile h4 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
}
.single-testimonial-card .clients-profile p {
    margin-bottom: 0;
    color: #818181;
}
.single-testimonial-card:hover .top-content {
    border: 1px solid #00D1E7;
}
.single-testimonial-card:hover .clients-profile img {
    border: 1px solid #00D1E7 ;
}
.single-testimonial-card.style3 {
    padding: 30px;
    border-radius: 40px 10px 40px 10px;
    border: 1px solid #24a3dd00;
    margin: 5px;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #fff;;
}
.single-testimonial-card.style3 .top-content {
    margin-bottom: 30px;
    padding: 0;
    border-radius: 0;
    border: none;
}
.single-testimonial-card.style3 .top-content p{
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.single-testimonial-card.style3 .top-content::before {
    display: none;
}
.single-testimonial-card.style3 .clients-profile {
    padding-left: 80px;
}
.single-testimonial-card.style3 .clients-profile img {
    left: 0;
    top: -17px;
    width: auto !important;
}
.single-testimonial-card.style3:hover {
    border: 1px dotted #0d47d5 ;
}
.testimonial-content {
    margin-bottom: 20px;
}
.testimonial-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.testimonial-content p {
    margin-bottom: 15px;
    text-align: justify;
}
.testimonial-content .star-list {
    margin-bottom: 30px;
}
.testimonial-content .star-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.testimonial-content .star-list ul li {
    display: inline-block;
    color: #f8db6a;
    padding-right: 5px;
}
.testimonial-content .star-list ul li:last-child {
    padding-right: 0;
}
.testimonial-content .clients-profile {
    position: relative;
    padding-left: 75px;
    margin-bottom: 40px;
}
.testimonial-content .clients-profile img {
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonial-content .clients-profile h4 {
    font-size: 18px;
    margin-bottom: 0px;
}
.clients-profile p{
    font-size: 13px;
}
/*---------------------------------------------------- */
/*(7)- patient Opinion End*/
/*----------------------------------------------------*/


/*---------------------------------------------------- */
/*(8)- Blog Start*/
/*----------------------------------------------------*/

    .blog-wrap{
        padding: 80px 0px 130px;
        /* background: linear-gradient(to right bottom, #ffffff, #fcfcfe, #f9f9fc, #f6f7fb, #f3f4fa, #f1f4fb, #eef5fc, #ebf5fc, #eaf8fc, #ecfbfa, #f0fdf8, #f6fff6); */
        background: #fff;
    }
    .blog-bg .col-lg-4:nth-child(2) .single-blog-card .blog-img img {
        border-radius: 40px 40px 0 0;
    }
    .blog-bg .col-lg-4:nth-child(2) .single-blog-card .blog-content {
        border-radius: 0 0 40px 40px;
    }
    .blog-bg .col-lg-4:nth-child(3) .single-blog-card .blog-img img {
        border-radius: 40px 10 0 0;
    }
    .blog-bg .col-lg-4:nth-child(3) .single-blog-card .blog-content {
        border-radius: 0 0 10px 40px;
    }
    .blog-bg2 {
        padding-left: 100px;
        padding-right: 100px;
        position: relative;
    }
    .single-blog-card {
        margin-bottom: 30px;
    }
    .single-blog-card .blog-img {
        overflow: hidden;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(12, 184, 182, 0.2);
    border-bottom: none;
    }
    .single-blog-card .blog-img img {
        border-radius: 10px 10px 0 0;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        overflow: hidden;
        height: 170px;
    }
    .single-blog-card .blog-content {
        padding: 20px;
        border: 1px solid rgba(12, 184, 182, 0.2);
        border-radius: 0 0 10px 10px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        background-color: #fff;
    }
    .single-blog-card .blog-content .date-admin ul {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .single-blog-card .blog-content .date-admin ul li {
        list-style-type: none;
        position: relative;
        padding-left: 20px;
    }
    .single-blog-card .blog-content .date-admin ul li i {
        position: absolute;
        left: 0;
        color: #888c92;
        top: -4px;
    }
    .single-blog-card .blog-content .date-admin ul li a {
        color: #888c92;
    }
    .single-blog-card .blog-content h3 {
        font-size: 16px;
        margin-bottom: 10px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        color:#000;
        font-weight: 400;
    }
    .single-blog-card .blog-content h3:hover {
        color: #1f7ec2;
    }
    .single-blog-card .blog-content p {
        font-size: 14px;
    }
    .single-blog-card .blog-content .default-btn {
        margin-top: 5px;
    }
    .single-blog-card:hover .blog-img {
        border-radius: 10px 40px 0 0;
    }
    .single-blog-card:hover .blog-img img {
        -webkit-transform: scale(1.2) rotate(5deg);
        transform: scale(1.2) rotate(5deg);
        border-radius: 10px 40px 0 0;
    }
    .single-blog-card:hover .blog-content {
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: 1px solid transparent;
    }
    .single-blog-card.style .blog-content h3 {
        margin-bottom: 0;
    }
    .default-btn{
        background-image: var(--gradiant-06);
        color: #fff;
        padding: 12px 25px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        background-size: 200%, 1px;
        transition: 0.3s all ease-in-out;
        position: relative;
        color: #fff !important;
    }
    .default-btn:hover{
      color: #fff !important;
      /* background-position: 100%; */
      background: var(--gradiant-10);
    }
    .blog-content p{
        margin-top: -3px;
    }

/*---------------------------------------------------- */
/*(8)- Blog End*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*(9- hospital-list End*/
/*----------------------------------------------------*/

.hospital-list{
    padding: 80px 0px;

}
.specialist-doctor-grid {
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}
.doc-specialist-details p {
    font-size: 11px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}
.doc-specialist-content {
    border-radius: 10px;
}
.docto-image-box img {
    width: 60px;
    border: 1px dashed #ddd;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.doc-specialist-content h4 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}
.doc-specialist-details {
    padding: 10px;
    padding-top: 0;
    margin-bottom: 5px;
}
.col-md-3.c-custom {
    width: 20%;
    margin-bottom: 20px;
}
.appointemt-btn {
    background-image: var(--gradiant-06);
    color: #333;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 400;
    background-size: 200%, 1px;
    transition: 0.3s all ease-in-out;
    position: relative;
    letter-spacing: 0.3px;
}
.appointemt-btn:hover {
    color: #fff !important;
    background-position: 100%;
}
.hospital-image-box img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 160px;
    object-fit: cover;
    border: 1px solid rgba(12, 184, 182, 0.2);
    border-bottom: none;
}
.hospital-image-box {
    position: relative;
}
.ribbon {
    background: #000000b8;
    position: absolute; 
    right: 1px;
    border-radius: 10px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    min-width: 70px;
    bottom: 0;
}
.ribbon p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 11px;
}
.hospital-content {
    padding: 10px 15px;
    border: 1px solid rgba(12, 184, 182, 0.2);
    border-radius: 0px 0px 10px 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #fff; 
    min-height: 85px;
}
.hospital-content h4 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.hospital-content p {
    margin-bottom: 0px;
    font-size: 13.5px;
    color: #666;
    line-height: 1.3;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
/*---------------------------------------------------- */
/*(9- hospital-list End*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*(10- diagonostic-list Start*/
/*----------------------------------------------------*/
.diagonostic-list {
    padding: 40px 0px 40px;
    background: linear-gradient(to right bottom, #ffffff, #fcfcfe, #f9f9fc, #f6f7fb, #f3f4fa, #f1f4fb, #eef5fc, #ebf5fc, #eaf8fc, #ecfbfa, #f0fdf8, #f6fff6);
}
.single-diagonostic-card {
    padding: 10px;
    border: 2px solid rgb(255 255 255 / 25%);
    margin: 5px;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 10px;
    background: #fff;
}
.diagonostic-img-box img {
    border-radius: 10px;
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.diagonostic-content {
    padding: 10px 0px 0px;
    background: #ffff;
    text-align: center;
}
.diagonostic-content h4 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}
.diagonostic-content p{
    font-size: 13px;
    color: #666;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
/*---------------------------------------------------- */
/*(10- diagonostic-list End*/
/*----------------------------------------------------*/

/*(- Preloader Start -)*/
.preloader-area {
    position: fixed;
    z-index: 999999;
   background-image: var(--gradiant-06);
   background-size: 200%,1px;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}
.preloader-area .spinner {
    width: 4em;
    height: 4em;
    -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-left: auto;
    margin-right: auto;
}
.preloader-area .spinner .disc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 0.3em dotted #fff;
}
.preloader-area .spinner .disc:nth-child(1) {
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
    -webkit-animation: rotateDisc2 12s linear infinite;
    animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
    -webkit-animation: rotateDisc3 12s linear infinite;
    animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: sphereSpin 6s linear infinite;
    animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    border: 2px dotted #fff;
    margin: -15px;
}
@-webkit-keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}
@keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}
@keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}
@-webkit-keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}
@keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}
/*(- Preloader End -)*/


/*======================
		CheckBox
======================*/
.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label{
	width: 100%;
	float: left;
	margin:0;
	position: relative;
}
.tg-radio label, .tg-checkbox label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
}
.tg-radio input[type=radio],
.tg-checkbox input[type=checkbox] { display:none; }
.tg-checkbox input[type=checkbox] + label:before {
    top: -1px;
    left: -2px;
    content: '';
    width: 16px;
    height: 16px;
    color: #484848;
    background: #fff;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
    border: 1px solid #c5bdbd;
    -webkit-box-shadow: inset 0 0 3px 0 #ccc;
    box-shadow: inset 0 0 3px 0 #ccc;
}
.tg-checkbox input[type=checkbox]:checked + label:before {content:'\f00c';}
.tg-radio input[type=radio] + label:before {
    top: 2px;
    left: -3px;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #1D72F2;
}
.tg-radio input[type=radio] + label:after {
    top: 6px;
    left: 1px;
    content: '';
    width: 4px;
    height: 4px;
    opacity: 0;
    background: #1d72f1;
    border-radius: 50%;
    position: absolute;
    visibility: hidden;
}
.tg-radio input[type=radio]:checked + label{ color: #484848; }
.tg-radio input[type=radio]:checked + label:after{
	opacity: 1;
	visibility: visible;
}
.tg-radio input[type=radio]:checked + label:before {
    border-color: #1d72f1;
}

#tg-sidebar {
    width: 100%;
    float: left;
    padding: 15px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.tg-themeform{
	width:100%;
	float:left;
}
.tg-themeform fieldset{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	border:0;
}
.tg-themeform fieldset .form-group{
	width:100%;
	float:left;
}
.tg-themeform fieldset textarea{
	width:100%;
	height:260px;
	float:left;
	resize:none;
}
/*==============================================
				Refine Search Form
==============================================*/

.tg-formrefinesearch h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    color: #222;
    font-family: var(--defualt-font-family-1) !important;
}

.tg-formrefinesearch fieldset{
    margin: 30px 0 0;
}

.tg-formrefinesearch fieldset h4 {
    color: #000;
    font-size: 13.5px;
    line-height: 17px;
    font-weight: 400;
    margin: 0 0 15px;
    border-radius: 0px;
    padding: 3px 11px;
    border-left: 3px solid rgba(var(--color-green-9));
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-family: var(--defualt-font-family-1) !important;
}
.tg-formrefinesearch fieldset .tg-radio, .tg-formrefinesearch fieldset .tg-checkbox {
    width: 50%;
    float: left;
    padding: 5px 0px 5px 0px;
}
.tg-formrefinesearch fieldset .tg-checkbox label, .tg-formrefinesearch fieldset .tg-radio label {
    color: #484848;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
}
.tg-formrefinesearch fieldset .tg-checkbox label:before{box-shadow: none;}
.tg-formrefinesearch .tg-checkbox:hover label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:before,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:after{
  color: var(--font-color-2);
    border-color: var(--font-color-2);
}

.tg-amountbox {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}
.tg-amountbox span,
.tg-amountbox input{
	display: inline-block;
	vertical-align: middle;
}
.tg-amountbox span {
    color: #141414;
    font-size: 13px;
    line-height: 16px;
    padding: 0 8px 0 0;
}
.tg-amountbox input{
	border: 0;
	width: auto;
	padding: 0;
	height: auto;
	color: #484848;
	line-height: auto;
	font:600 13px/16px 'Oxygen', Arial, Helvetica, sans-serif;
}
.tg-uislider{
	width: 100%;
	float: left;
	padding: 15px 0 0;
}
.tg-uislider .tg-amountbox span{color: #999;}
.tg-uislider .tg-amountbox span + span{
	color: #484848;
	padding: 0;
	font-weight: 600;
}
.tg-ratingcheckbox{
	width: 100%;
	float: left;
}
.tg-formrefinesearch fieldset .tg-ratingcheckbox .tg-checkbox label{line-height: 15px;}
.tg-ratingcheckbox .tg-checkbox label .tg-stars{
	float: left;
	margin: 0 0 0 3px;
}
.tg-ratingcheckbox .tg-checkbox label .tg-stars, .tg-ratingcheckbox .tg-checkbox label .tg-stars:before, .tg-ratingcheckbox .tg-checkbox label .tg-stars span, .tg-ratingcheckbox .tg-checkbox label .tg-stars span:after {
    height: 15px;
    font-size: 11px;
    line-height: 18px;
}
.tg-ratingcheckbox .tg-checkbox label .tg-stars{width: 88px;}
.tg-ratingcheckbox .tg-checkbox label[for="onestar"] .tg-stars span{width: 20%;}
.tg-ratingcheckbox .tg-checkbox label[for="twostar"] .tg-stars span{width: 40%;}
.tg-ratingcheckbox .tg-checkbox label[for="threestar"] .tg-stars span{width: 60%;}
.tg-ratingcheckbox .tg-checkbox label[for="fourstar"] .tg-stars span{width: 80%;}
.tg-ratingcheckbox .tg-checkbox label[for="fivestar"] .tg-stars span{width: 100%;}
.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:before{top: 0px;}
.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:after{top: 6px;}
.tg-formrefinesearch fieldset .tg-btn{
	width: 48%;
	float: right;
}
.tg-formrefinesearch fieldset .tg-btn:first-child{float: left;}

/* Basic */
.two .category_drop{
  color: #222;
}
.two .nav-link{
  color:#222 !important;
}
/*==============================================
				Search Result V1
==============================================*/
.tg-directposts {
    width: 100%;
    float: left;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
    margin-bottom: 15px;
    border: 1px solid #dddddd52;
}
.tg-directposts .tg-directpost{
	padding: 0;
	width: 100%;
}
.tg-directposts .tg-directpost + .tg-directpost{padding: 30px 0 0;}
.tg-directposts .tg-directinfo .tg-description p {
    margin: 0;
    font-size: 14px;
    color: #585858;
    line-height: 1.3;
}
.tg-directinfo {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tg-directposthead {
    flex-basis: 54%;
}
.tg-detailpage > .tg-directinfo > .tg-directposthead{
	width: 100%;
	float: left;
	position: relative;
	padding: 0 200px 0 0;
}
.tg-directposthead h3{
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	text-transform: capitalize;
    font-weight: 400;
}
.tg-directposthead h3 a{
      color: #484848;
}
.tg-directposthead .tg-stars{margin: 4px 0 3px;}
.tg-directpostimg {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}
.tg-directpostimg > a img {
    width: 115px;
    height: 115px;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}
#tg-twocolumns{
	width: 100%;
	float: left;
}
.tg-main.tg-haslayout {
    padding: 35px 0px 140px;
}
.tg-subjects {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 0;
    margin-bottom: 0;
    color: #484848;
}
.tg-metadata {
    width: 100%;
    font-size: 13px;
    list-style: none;
    line-height: 16px;
    padding: 0 0 13px;
    display: flex;
    align-items: center;
}
.tg-metadata li:first-child {
    padding-left: 0;
}
.tg-stars span, .tg-stars {
    width: 75px;
    height: 12px;
    float: left;
    line-height: 12px;
    position: relative;
}
.tg-metadata li .tg-stars {
    margin: 4px 0 0;
}
.tg-metadata li time, .tg-metadata li time em, .tg-metadata li time a, .tg-metadata li a, .tg-metadata li em {
    line-height: 16px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.tg-metadata li i, .tg-metadata li a, .tg-metadata li a i {
    color: #484848;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.tg-pagehead p {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    margin-bottom: 25px;
}
.tg-pagehead {
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 5px;
}
.tg-pagehead p span {
    font-weight: 500;
    background: var(--gradiant-06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tg-btn {
    color: #fff;
    padding: 5px 20px;
    background: #484848;
    position: relative;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 12px;
    border: none;
}
.apply-btn-a.tg-btn{
  background-image: var(--gradiant-06);
    background-size: 200%,1px;
}
/* .tg-stars:before {
    color: #ddd;
    font-family: 'FontAwesome';
    content: '\f005 \f005 \f005 \f005 \f005';
}
.tg-stars span:after, .tg-stars:before {
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    letter-spacing: 4px;
    font-family: 'FontAwesome';
    content: '\f005 \f005 \f005 \f005 \f005';
} */
.tg-stars span:after {
    color: #fdb900;
}
.tg-metadata li {
    float: left;
    padding: 0 15px;
    line-height: 16px;
    position: relative;
    list-style-type: none;
}
.tg-metadata li + li:before {
    top: 5px;
    left: -2px;
    color: #999;
    content: '/';
    font-size: 12px;
    line-height: 11px;
    position: absolute;
}
.tg-directpostimg figcaption .tg-usericon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.8s ease;
}
.tg-usericonholder {
    width: 84px;
    display: block;
    font-style: normal;
}
.tg-usericon i {
    width: 22px;
    text-align: center;
}
.tg-usericon i, .tg-usericon span {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.tg-usericon span {
    padding: 0 8px 0 0;
}
/* .tg-usericon.tg-iconfeatured:hover {
    width: 84px;
    color: #fff !important;
} */
.tg-usericon:focus, .tg-usericon:hover {
    color: #fff;
}
.tg-directpostimg figcaption {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.tg-usericon span {
    padding: 0 8px 0 0;
    font-size: 12px;
}
.tg-iconvarified {
    background: #77ab38 !important;
}
.tg-usericon {
    color: #fff;
    width: 22px;
    float: left;
    font-size: 12px;
    overflow: hidden;
    line-height: 22px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    background-image: var(--main-gradiant-color);
    background-size: 200%,1px;
}

.tg-usericon .fa .fa-shield{
  margin-left: -7px;
}
.tg-metadata li a:hover i.tg-dislike, .tg-metadata li a i.tg-like {
    color: #db6460;
}
span.active-doctor {
    width: 7px;
    height: 7px;
    background: #34C300;
    right: -15px;
    top: 9px;
    border-radius: 100px;
}
.tg-doc-wrapper {
    flex-basis: 45%;
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.tg-doc-item h5 {
    font-size: 14px;
    line-height: 1.2;
    color: #363636;
    font-weight: 400;
    margin-bottom: 3px;
    margin-right: 10px;
}
.tg-doc-item p {
  font-size: 13px;
  line-height: 1.4;
  color: #222;
  font-weight: 500;
  margin-bottom: 3px;
}
.tg-specialist-item h5 {
    font-size: 14px;
    line-height: 1.2;
    color: #363636;
    font-weight: 400;
    margin-bottom: 3px;
}
.tg-specialist-item p {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    font-weight: 500;
    margin-bottom: 3px;
}

.consultation-fee p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}
.consultation-fee h6 {
    margin-bottom: 0;
    color: #fff;
    font-size: 10px;
}
.consultation-fee {
    position: absolute;
    width: 180px;
    bottom: 0;
    right: 0;
    padding: 15px 10px 10px 46px;
    border-radius: 89px 5px 10px 5px;
    cursor: pointer;
    background-image: var(--gradiant-04);
    background-size: 200%,1px;
}
.tg-doc-item {
    flex-basis: 100%;
    text-align: right;
    margin-bottom: 50px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: end;
}
span.fee-area {
    font-size: 16px;
    font-weight: 700;
}
.sign-taka{
  font-size: 16px;
  font-weight: 700;
}
a.tg-usericon.tg-iconvarified {
    width: 85px;
    color: #fff !important;
}
.tg-timerangeslider.tg-themerangeslider {
    margin-top: 10px;
}
.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-image: var(--gradiant-04);
background-size: 200%,1px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    border-radius: 4px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before{
  border-top-color: #1c7ef2;
}
.irs--flat .irs-handle>i:first-child{
  border-top-color: #1c7ef2 !important;
}
.irs--flat .irs-handle>i:first-child{
  background: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
    background: var(--gradiant-04) !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #1c7ef2 !important;
}
.tg-amountbox span {
    font-size: 12px;
    font-weight: 500;
    color: #999;
}
.range-amount-start,.range-amount-end{
  color: #222 !important;
}

.pagination-outer{
    text-align: center;
}
.pagination{
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
}
.pagination li{
    margin: 0 5px;
}
.pagination li a.page-link {
    color: #222;
    background: #e1e1ff;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 28px !important;
    height: 30px;
    width: 30px;
    padding: 0;
    border: none;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pagination li.active a.page-link, .pagination li a.page-link:hover, .pagination li.active a.page-link:hover, .pagination li a.page-link:focus{
    color: #fff !important;
    background: var(--gradiant-06);
    border: none;
}
.pagination li a.page-link:before{
    content: '';
    background: var(--gradiant-06);
    height: 10px;
    width: 10px;
    border-radius: 2px;
    opacity: 0;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 4px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pagination li.active a.page-link:before, .pagination li a.page-link:hover:before, .pagination li a.page-link:focus:before{
    opacity: 1;
    top: -4px;
}
.pagination li:first-child a.page-link, .pagination li:last-child a.page-link{
    font-size: 20px;
    line-height: 34px;
    width: 38px;
    border-bottom: 3px solid;
}
.pagination li:first-child a.page-link:hover, .pagination li:last-child a.page-link:hover{
    color: #fff;
    background: transparent;
    border-bottom-color: #75e1dd;
}
.pagination li:first-child a.page-link:focus, .pagination li:last-child a.page-link:focus{
    color: #999;
    background: #e7e7e7;
}
.pagination li:first-child a.page-link:before, .pagination li:last-child a.page-link:before{
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pagination li:first-child a.page-link:hover:before, .pagination li:last-child a.page-link:hover:before{
    transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}
.pagination li:first-child a.page-link:focus:before, .pagination li:last-child a.page-link:focus:before{
    opacity: 0;
  }
  .container.imt-banner-wrap {
      padding: 90px 0px 80px;
  }

/* Membership page */
.section-heading-wrap h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #2647c8;
}
.section-heading-wrap h4>span {
  color: #000;
}
.section-heading-wrap h6 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(90deg, #0014ff 0%, #2aff03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-s-wrapper {
    padding: 40px 0px 80px;
    position: relative;
    background: #fff;
}
p.section-heading-caption {
    font-size: 20px;
    color: #7a7a7a;
    text-align: center;
    font-weight: 400;
    width: 85%;
    margin: auto;
}
.about-s-wrapper .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    border-bottom-left-radius: 20% 30%;
    border-bottom-right-radius: 20% 30%;
}
.pattern-layer-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #ffffffad;
    border-bottom-left-radius: 20% 30%;
    border-bottom-right-radius: 20% 30%;
}
.z-index-04{
  z-index: 4;
}
.about-s-details-wrap {
    background: #fff;
    padding: 110px 0px 50px;
}
.section-headin-wrap-left h4 {
    font-size: 55px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    width: 505px;
}
.section-headin-wrap-left h4 >span{
  color: #ff0004;
}
.section-headin-wrap-left h6{
  font-size: 18px;
font-weight: 600;
display: inline-block;
background: linear-gradient(90deg, #0014ff 0%, #2aff03 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.section-headin-wrap-left p {
    line-height: 1.8;
    color: #767676;
    font-weight: 400;
    font-size: 17px;
}
.about-img-box img {
    width: 100%;
}
.about-s-btn {
    padding: 12px 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    z-index: 0;
    background-image:var(--gradiant-12);
    background-size: 200%, 1px;
}
.about-s-btn:hover {
    background-image:var(--gradiant-10);
    color: #fff !important;

}
::selection{
  color: #fff !important;
}
.about-s-btn:hover{
  color: #fff;
}
.about-card-wrapper .pattern-layer-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    border-top-left-radius: 20% 30%;
border-top-right-radius: 20% 30%;
}
.about-card-wrapper{
  position: relative;
  padding: 70px 0px 110px;
  background: #ebf7f6;
  border-top-left-radius: 20% 30%;
border-top-right-radius: 20% 30%;
}
.section-heading-wrap-2 h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #000;
}
.section-heading-wrap-2 h4>span {
  color: #2647c8;
}
.section-heading-wrap-2 h6 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(90deg, #0014ff 0%, #2aff03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-s-card-item{
  background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    padding: 35px;
    border-radius: 10px
}
.pattern-layer-overlay-3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #ffffffad;
    border-top-left-radius: 20% 30%;
border-top-right-radius: 20% 30%;
}
.about-s-wrapper .pattern-layer-5 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 166px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /* border-bottom-left-radius: 20% 30%; */
    /* border-bottom-right-radius: 20% 30%; */
}
.pattern-layer-overlay-5 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 166px;
    z-index: 2;
    background: #00000000;
    /* border-bottom-left-radius: 20% 30%; */
    /* border-bottom-right-radius: 20% 30%; */
}
body#visa-invitation-body{
    background: url(../images/indian-visa/bg.jpg) repeat !important;
    font-family: var(--defualt-font-family) !important;
}
section.visa-invitation-wrapper {
    padding: 70px 0px 80px;
    margin-top: 47px;
}
.visa-header-wrap {
    width: calc(100% - 30%);
    margin: 0 auto;
}
.visa-header-wrap h2 {
    font-family: var(--defualt-font-family) !important;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
}
.visa-form-wrapper {
    padding: 40px 35px;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(0.9px);
    -webkit-backdrop-filter: blur(0.9px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    position: relative;
}
.visa-form-wrapper h4 {
    margin-bottom: 15px;
    font-size: 20px;
}
.form-group.custom .form-control {
    background: #ffffff69;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 12.5px;
    color: #000 !important;
    font-family: var(--defualt-font-family) !important;
    letter-spacing: 0.5px;
}
.form-group.custom  .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #d3d3d3 !important;
}
.visa-invitation-instruction {
    padding: 20px;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(0.9px);
    -webkit-backdrop-filter: blur(0.9px);
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.visa-invitation-instruction h4{
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}
.form-group.custom label {
    font-size: 13px;
}
.visa-invitation-instruction .bottom-content-info p {
    font-size: 13px;
    line-height: 1.3;
    color: #2a2a2a;
    font-family: var(--defualt-font-family);
    font-weight: 300;
    text-align: justify;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.visa-invitation-instruction .bottom-content-info p:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: red;
    top: 5px;
    left: 0;
    border-radius: 100px;
}
.visa-invitation-instruction .info-important {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
    font-family: var(--defualt-font-family);
    font-size: 12px;
}
.visa-invitation-instruction .info-important span {
    color: red;
    margin: 5px;
}
.form-group.custom label span {
    color: red;
    padding: 3px;
}

.photo-upload-patients .dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    line-height: 1.4;
    font-size: 12px;
    color: #444;
    font-family: var(--defualt-font-family);
}

.form-group.custom.two {
    width: calc(100% - 20%);
}
.form-group.custom.two {
    width: calc(100% - 180px);
}
.form-group.custom.two.patient-status-check {
    padding: 10px 15px;
    border: 1px dotted #1ec5fa;
    border-radius: 10px;
    background: #ffffff87;
}
.form-group.custom.two .form-check-input:checked[type=radio] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
    background: var(--main-gradiant-color) !important;
    border: #e7e7e7;
    background-size: 200%,1px !important;
}
.form-group.custom.two.previous-visa label.custom-question-visa {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}
.patient-info-main-wrapper{
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.patient-info-wrapper {
    position: relative;
}
.add-another-patients a {
    background-image: var(--gradiant-11);
    display: inline-block !important;
    color: #fff;
    background-size: 200%,1px;
    padding: 5px 15px 5px 10px;
    border-radius: 100px;
    font-size: 14px;
    font-family: var(--defualt-font-family);
}
.add-another-patients a:hover{
    color: #fff !important;
}
.add-another-patients {
    text-align: center;
    margin: 25px 0px;
}
.visa-form-wrapper h4 span{
    color: red;
    cursor: pointer;
}
.border-top-box {
    padding-top: 20px;
    border-top: 2px dotted #136fe1;
    margin-top: 20px;
}
#patient-info-wrapper .patients-photo-wrap {
    top: 58px;
}
.attendent-info-main-wrapper{
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;

}
/*Multistep*/
#msform{
    position: relative;
}
#msform fieldset{
    /*background: white;*/
    /*border: 0 none;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
    /*padding: 20px 30px;*/
    /*box-sizing: border-box;*/
    /*width: 80%;*/
    /*margin: 0 10%;*/
    /*position: absolute;*/
}
#msform fieldset:not(:first-of-type){
    display: none;
}
#msform .action-button {
    background-image: var(--main-gradiant-color);
    display: inline-block !important;
    color: #fff;
    background-size: 200%,1px;
    padding: 5px 15px 5px 10px; 
    font-size: 14px;
    font-family: var(--defualt-font-family);
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: none;
}
.fs-title{
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight:500;
}
.fs-subtitle{
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
#progressbar {
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    margin-bottom: 0;
}
#progressbar li {
    list-style-type: none;
    color: #686868;
    text-transform: capitalize;
    font-size: 13px;
    /* width: 15%; */
    position: relative;
    font-weight: 400;
    flex-basis: 30%;
    text-align: center;

}
#progressbar li.active {
    color: #0d47d5;
    font-weight: 400;
    font-family: var(--defualt-font-family);
}
#progressbar li:before {
    content: '';
    counter-increment: step;
    width: 22px;
    line-height: 18px;
    display: block;
    font-size: 13px;
    color: #fff;
    background: #68686833;
    border-radius: 100%;
    margin: 0 auto 5px auto;
    border: 2px solid #68686800;
}
#progressbar li:nth-child(1):before{
    content:"✓" ;
    font-family: "Font Awesome 6 Free" !important;
}
#progressbar li:nth-child(2):before{
    content:"✓" ;
    font-family: "Font Awesome 6 Free" !important;
}
#progressbar li:nth-child(3):before{
    content:"✓" ;
    font-family: "Font Awesome 6 Free" !important;
}
#progressbar li:nth-child(4):before{
    content:"✓" ;
    font-family: "Font Awesome 6 Free" !important;
}
#progressbar li:nth-child(5):before{
    content:"✓" ;
    font-family: "Font Awesome 6 Free" !important;
}
#progressbar li:after {
    content: '';
    width: 73%;
    height: 2px;
    background: #68686866;;
    position: absolute;
    left: -35%;
    top: 11px;
    z-index: 0;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before {
    border: 2px solid transparent;
    color: #fff;
    background: var(--main-gradiant-color);
    background-size: 200%,1px;
}
#progressbar li.active:after {
    background: var(--main-gradiant-color);
    background-size: 200%,1px;
    color: #fff;
}
.form_holder {
    text-align: center;
    margin: 0px 0 0;
    padding: 0;
    padding-right: 15px;
}
.progress-01-wrap {
    margin-bottom: 25px;
    background: #ffffff38;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.back-01 {
    flex-basis: 4%;
}
.next-01 {
    flex-basis: 4%;
}
.custom-btn-step {
    border: none;
    padding: 8px 20px;
    margin-top: 20px;
    border-radius: 8px;
    background: var(--main-gradiant-color);
    background-size: 100%,1px;
    color: #fff;
}
.next-01 .next {
    background: #000;
    color: #fff;
    background-size: 200%,1px;
    padding: 3px 15px;
    border-radius: 100px;
    font-size: 15px;
}
.back-01 .previous {
    background: #000;
    color: #fff;
    background-size: 200%, 1px;
    padding: 3px 15px;
    border-radius: 100px;
    font-size: 15px;
}
.back-01 .previous,.next-01 .next:hover {
    background: var(--main-gradiant-color);
    color: #fff !important;
    background-size: 200%,1px;
}
.hospital-info-main-wrapper{
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.hospital-info-main-wrapper .aon-inputicon-box label{
    color: var(--bs-body-color);
    font-size: 13px;
}

.hospital-info-main-wrapper .bootstrap-select>.dropdown-toggle {
    background: #ffffff75;
    color: var(--bs-body-color);
    border: 1px solid #ddd;
    border-radius: 10px;
}
.hospital-info-main-wrapper .btn-light:hover{
    background: #ffffff75 !important;
    color: var(--bs-body-color) !important;
}
.hospital-info-main-wrapper .btn-check:focus+.btn-light,.hospital-info-main-wrapper .btn-light:focus{
    background: #ffffff75 !important;
    color: var(--bs-body-color) !important;
}
.custom-appointment .form-control{
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: var(--bs-body-color) !important;
    font-size: 14px;
    background: #ffffff75;
}
#msform .submit-btn-invitation .action-button {
    font-size: 15px;
    padding: 5px 30px;
    border-radius: 100px;
}
.desktop-none{
    display: none;
}


body#visa-invitation-body .container,body#visa-invitation-body .container-lg,body#visa-invitation-body .container-md, body#visa-invitation-body .container-sm,body#visa-invitation-body .container-xl {
    max-width: 1250px;
}

.patients-photo-wrap {
    /*position: absolute;*/
    /*top: 40px;*/
    /*right: 0;*/
}
.photo-upload-patients .dropify-wrapper {
    height: 145px;
    background-color: #ffffff54;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 100%;
}
.custom-form-wrap .custom-form-item .form-group.c-item {
    width: 100%;
    flex-basis: 48%;
}
 
/* .custom-form-wrap .custom-form-item:nth-child(2) {
    flex-basis: 23%;
} */
.custom-form-wrap-2 .custom-form-item-2{
    flex-basis: 48%;
}
.custom-form-wrap-2 .custom-form-item-2 .form-group.c-item {
    width: 100%;
    border: 1px dotted #1ec5fa;
    padding: 7px;
    border-radius: 2%;
}
.patient-status-l{
    flex-basis: 100%;
}
#msform .next-step-wrapper .action-button {
    position: absolute;
    right: 44%;
    bottom: -13px;
    margin: 0px;
}
.add-another-patients a span {
    font-size: 16px;
}
.form-item.photo-upload-patients small {
    font-size: 11px;
}
.custom-appointment-2.form-control{
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: var(--bs-body-color) !important;
    font-size: 14px;
    background: #ffffff75;
}
.form-group.c-item {
    margin-bottom: 13px !important;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 100vh;*/
    overflow: hidden;
}

.main-banner .container-fluid {
    max-width: 1290px;
    margin: auto;
}

.main-banner.bg-two {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner-bg2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: fixed;
}

.main-banner.bg-three {
    position: relative;
    z-index: 1;
    background: #f4f7f6;
    padding-top: 160px;
    padding-bottom: 70;
    margin-top: -100px; 
}

.main-banner.bg-three .main-banner-content {
    margin-top: 0;
}

.main-banner.bg-four {
    background-image: unset;
}

.main-banner.bg-four .container-fluid {
    max-width: 100%;
    padding-right: 0;
}

.main-banner.bg-four .main-banner-content {
    margin-top: -60px;
    max-width: 630px;
    margin-left: auto;
}

.main-banner.bg-four .main-banner-content h1 {
    font-size: 42px;
}

.main-banner.bg-four .banner-form {
    background-color: #f5f7fe;
}

.main-banner.bg-four .banner-form .banner-form-btn {
    padding: 10px 16px;
}

.main-banner .main-banner-content {
    max-width: 650px;
}

.main-banner-content {
    margin-top: 50px;
}

.main-banner-content h1 {
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}
.main-banner-content h1 span {
    color: #0d47d5;
    background: #121FCF;
    background: var(--gradiant-12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%,2px;
}
.main-banner-content p {
    color: var(--text-color);
    margin-bottom: 0;
    font-size: 14px;
    width: 95%;
    letter-spacing: 0.4px;
    line-height: 1.5;
}
.banner-btn {
    margin-top: 30px;
}

.banner-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 11px;
    margin-top: 30px;
    box-shadow: var(--box-shadow);
}

.banner-form form {
    position: relative;
}

.banner-form form .form-group {
    margin-bottom: 0;
    position: relative;
}

.banner-form form .form-group .form-control {
    height: 50px;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    padding-right: 40px;
}

.banner-form form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.banner-form form .form-group::-webkit-input-placeholder {
    color: #95969c;
}

.banner-form form .form-group:-ms-input-placeholder {
    color: #95969c;
}

.banner-form form .form-group::-ms-input-placeholder {
    color: #95969c;
}

.banner-form form .form-group::placeholder {
    color: #95969c;
}

.banner-form form .form-group .nice-select {
    float: unset;
    line-height: 40px;
    color: #4e4e4e;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    height: 100%;
}

.banner-form form .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-form form .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    padding-left: 20px;
    padding-right: 20px;
}

.banner-form form .form-group .nice-select .list .option:hover {
    background-color: #207ef7 !important;
    color: #ffffff;
}

.banner-form form .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}

.banner-form form .form-group .nice-select:after {
    right: 0;
    width: 8px;
    height: 8px;
}

.banner-form form .banner-form-btn {
    display: inline-block;
    padding: 9px 12px 9px 9px;
    background-image: var(--gradiant-06);
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner-form form .banner-form-btn i {
    color: #ffffff;
    position: relative;
    margin-left: 6px;
}

.banner-form form .banner-form-btn:hover {
    background-color: #207ef7;
}

.banner-image {
    position: absolute;
    top: 55px;
    right: 125px;
    text-align: right;
}

.banner-image img {
    max-width: 470px;
}

.default-shape .shape-1 {
    position: absolute;
    left: 2%;
    top: 18%;
    z-index: -1;
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite;
}

.default-shape .shape-2 {
    position: absolute;
    left: 3%;
    bottom: 25%;
    z-index: -1;
}

.default-shape .shape-2 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.default-shape .shape-3 {
    position: absolute;
    left: 45%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-4 {
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-5 {
    position: absolute;
    left: 45%;
    top: 12%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-6 {
    position: absolute;
    left: 25%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite;
}

.default-shape .shape-7 {
    position: absolute;
    right: 10%;
    bottom: 60%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-8 {
    position: absolute;
    right: 10%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-10 {
    position: absolute;
    right: 36.3%;
    bottom: 18%;
    z-index: -1;
}

.video-image {
    position: relative;
    padding: 20px 0px 20px 20px;
    text-align: center;
}

.video-image .video-btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 60px;
    background: var(--gradiant-06);
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    left: -14px;
    right: 0;
    margin: auto;
    top: 67%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-image .video-btn i {
    font-size: 12px;
    position: relative;
    top: -18px;
    left: -7px;
}

.video-image .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #03c8a8;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-image .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border:1px solid #03c8a8;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-image .video-btn:hover, .video-image .video-btn .video-content .video-btn:focus {
    background-color: #ffffff;
    color: #207ef7;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.image-sliders.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.image-sliders.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    background-color: #207ef7;
    border-radius: 50px;
}

.image-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.image-sliders.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: #6c9dfb;
}

.image-sliders.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.main-banner-item {
    background-image: url(../img/banner-bg4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 900px;
}

.main-banner-item.item-two {
    background-image: url(../img/banner-bg5.jpg);
}

.main-banner-item .main-banner-content {
    max-width: 650px;
}

.main-banner-item .main-banner-content h1 {
    font-size: 50px;
    margin-bottom: 16px;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 47px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    color: #207ef7;
    border-radius: 50%;
    opacity: 1;
    visibility: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover, .home-slides.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: #0f123b;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.main-banner-single {
    background-color: #f3f3f3;
}

.main-banner-single .main-banner-content {
    max-width: unset;
}

.main-banner-single .main-banner-content h1 {
    font-size: 50px;
    margin-bottom: 16px;
}

.main-banner-single .main-banner-image {
    margin-top: 50px;
    text-align: center;
}
.video-image img {
    max-width: 90%;
}
.d-table {
    width: 100%;
    height: auto;
}
.default-shape .shape-1 img {
    width: 55px;  
    filter: hue-rotate(--324deg);
}

/*================================================
Main Banner Area CSS End
=================================================*/
.logo-main img {
    width: 150px;
}
a.logo-main {
    padding: 0px 23px 0px 0px;
}
.header_left {
    padding-left: 15px;
}

/*Custom Radio Start*/
.country-select-filter-wrap {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: start;
    border-radius: 5px;
    padding: 0px;
}
.country-select-filter-wrap .option {
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 0px;
    transition: all 0.3s ease;
}
.country-select-filter-wrap .option .dot{
    height: 15px;
    width: 15px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.country-select-filter-wrap .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
.country-select-filter-wrap input[type="radio"]{
    display: none;
}
#option-1:checked:checked ~ .option-1, #option-2:checked:checked ~ .option-2 {
    background: transparent;
}
#option-1:checked:checked ~ .option-1 .dot, #option-2:checked:checked ~ .option-2 .dot {
    background: var(--gradiant-06);
    background-size: 200%,1px;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
    opacity: 1;
    transform: scale(1);
}
.country-select-filter-wrap .option span {
    font-size: 14px;
    color: var(--font-color);
    margin-left: 10px;
}
#option-1:checked:checked ~ .option-1 span, #option-2:checked:checked ~ .option-2 span {
    color: var(--font-color);
    font-weight: 500;
}
/*Custom Radio End*/

.aon-inputicon2-bg .dropdown.bootstrap-select.select-custom>.dropdown-toggle {
    padding: 8px 15px;
    background: #fff;
    color: var(--text-color);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #ddddddb0;
    border-radius: 5px;
    position: relative;
   
}
.aon-inputicon2-bg .dropdown.bootstrap-select.select-custom.custom-2>.dropdown-toggle {

    background: var(--gradiant-11);
    color: #fff;
}
.aon-inputicon2-bg .dropdown.bootstrap-select.select-custom.custom-2>.dropdown-toggle:hover {
    color: #fff !important;
    border-color: transparent !important;
    background: var(--gradiant-06);
}
.aon-inputicon2-bg .dropdown.bootstrap-select.select-custom.custom-2>.dropdown-toggle:focus {
    color: #fff !important;
    border-color: transparent !important;
    background: var(--gradiant-06);
}

.custom-search-filters {
    border: 1px solid rgb(47 47 47 / 3%);
    padding: 10px;
    margin: 0px 3px !important;
    border-radius: 10px;
    background: #e9f0fe73;
}
.custom-search-filters .search-filters-item {
    flex-basis: 38%;
    margin-right: 10px;
}
.custom-search-filters .search-filters-item:nth-child(2) {
    flex-basis: 50%;
}
.custom-search-filters .search-filters-item:last-child {
    flex-basis: 7%;
}
.container.custom {
    max-width: 1200px;
}
.sub_header_right {
    display: flex;
    align-items: center;
}
ul.dropdown-menu.dropdown-submenu {
    width: 150px;
}
img.lang-img {
    width: 15px;
}
.custom-package-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.custom-package-wrap .custom-package-item {
    flex-basis: 30%;
    background: #fff;
    padding: 35px 25px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    /*border-top: 6px solid #ddd;*/
    margin: 0px 10px;
    position: relative;
}
.custom-package-wrap .custom-package-item:nth-child(1) {
    /*border-color: #b4f759;*/
}
.family-pack-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) .custom-package-item:before {
    content: "";
    background: var(--gradiant-12);
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    left: 0;
    border-radius: 100px 100px 0px 0px;
}
.custom-package-wrap .custom-package-item:nth-child(2) {
    /*border-color: #b16df3;*/
}
.family-pack-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) .custom-package-item:before {
    content: "";
    background: var(--gradiant-10);
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    left: 0;
    border-radius: 100px 100px 0px 0px;
}
.custom-package-wrap .custom-package-item:nth-child(3) {
    /*border-color: #5d75f6;*/
}
.family-pack-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) .custom-package-item:before{
    content: "";
    background: var(--gradiant-11);
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    left: 0;
    border-radius: 100px 100px 0px 0px;
}
.custom-table-header {
    margin-bottom: 14px;
}
.custom-table-header h4 {
    font-size: 18px;
    margin-bottom: 4px;
}
.custom-table-header p {
    font-size: 12.8px;
    line-height: 1.4;
    color: var(--paragraph-color);
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.package-price-wrap {
    padding: 0px 0px 7px;
    border-bottom: 1px solid #dddddd61;
    margin-bottom: 15px;
}
.package-price-wrap h2 {
    font-size: 24px;
    margin-bottom: 0;
}
span.duration-package {
    font-size: 12.8px;
    font-weight: 400;
    color: var(--paragraph-color);
}
span.package-currency {
    font-size: 20.8px;
    margin-right: 2px;
}
.package-feature-list .list-item {
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--paragraph-color);
    /*letter-spacing: 1px;*/
}
.package-feature-list .list-item span{}
.package-feature-list .list-item span > .fa-check {
    width: 20px;
    text-align: center;
    height: 20px;
    background: var(--gradiant-03);
    color: #fff;
    line-height: 20px;
    border-radius: 100px;
    font-size: 10px;
}
.family-pack-slider .owl-stage-outer .owl-stage .owl-item:nth-child(1) .custom-package-item .package-feature-list .list-item span > .fa-check {
    background: var(--gradiant-12);
}
.family-pack-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) .custom-package-item .package-feature-list .list-item span > .fa-check {
    background: var(--gradiant-10);
}
.family-pack-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) .custom-package-item .package-feature-list .list-item span > .fa-check {
    background: var(--gradiant-11);
}
.package-feature-list .list-item span > .fa-xmark {
    width: 20px;
    text-align: center;
    height: 20px;
    background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);
    color: #fff;
    line-height: 20px;
    border-radius: 100px;
    font-size: 10px;
}
.custom-table-footer button.custom-btn-package {
    width: 100%;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background: var(--gradiant-12);
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: #fff;
}
.family-pack-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2) .custom-package-item .custom-table-footer .custom-btn-package {
    background: var(--gradiant-10);
    color: #fff;
}
.family-pack-slider .owl-stage-outer .owl-stage .owl-item:nth-child(3) .custom-package-item .custom-table-footer .custom-btn-package {
    background: var(--gradiant-11);
    color: #fff;
}
section.custom-package-wrapper {
    padding: 60px 0px;
}
.visa-invitation-wrap .visa-invitation-btn {
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    background: var(--gradiant-06);
    color: #fff;
    padding: 2px 15px;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
}
.visa-invitation-wrap .visa-invitation-btn:hover {
    background: var(--gradiant-10);
}
section.tele-service-wrapper {
    padding: 60px 20px 35px;
}
.tele-service h4 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 15px;
}
.tele-service h4>span {
    background: #00D1E7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%,1px;
}
.tele-service-item-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
.tele-service-item-wrap .tele-service-item {
    flex-basis: 13%;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 0px 15px 4px;
    border-radius: 7px;
    background: #ffffff54;
    transition: all 0.5s ease-out;
    margin-right: 14px;
    height: 0px;
    position: relative;
    z-index: 1;
    height: 106px;
    text-align: center;
}
.tele-service-item-wrap .tele-service-item:before {
    content: "";
    background: var(--gradiant-03);
    position: absolute;
    padding: 0px 15px 4px;
    top: 0px;
    z-index: -1;
    left: 0;
    box-shadow: var(--box-shadow);
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.service-img-box img {
    width: 70px;
    object-fit: contain;
    aspect-ratio: 3/2;
}
.service-content-box p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 12.8px;
    color: var(--text-color);
    font-weight: 400;
}
.service-img-box {
    margin-bottom: 4px;
    display: inline-block;
    /* background: #fff; */
    padding: 5px 5px;
    /* box-shadow: var(--box-shadow); */
    border-radius: 2px;
    margin-top: 7px;
}
.tele-service-item-wrap .tele-service-item:nth-child(1):before{
    background: var(--gradiant-06);
}
.tele-service-item-wrap .tele-service-item:nth-child(2):before{
    background: var(--gradiant-02);
}
.tele-service-item-wrap .tele-service-item:nth-child(3):before{
    background: var(--gradiant-10);
}
.tele-service-item-wrap .tele-service-item:nth-child(4):before{
    background: var(--gradiant-04);
}
.tele-service-item-wrap .tele-service-item:nth-child(5):before{
    background: var(--gradiant-09);
}
.tele-service-item-wrap .tele-service-item:nth-child(6):before{
    background: var(--gradiant-08);
}
.tele-service-item-wrap .tele-service-item:nth-child(7):before{
    background: var(--gradiant-07);
}
.tele-service-item-wrap .tele-service-item:nth-child(8):before{
    background: var(--gradiant-08);
}
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: 3;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    top: -50%;
    left: 0;
    background-color: #fff;
    animation: run 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
    margin-left: -24%;
}
.lines .line:nth-child(1)::after {
    animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
    animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
    margin-left: 20%;
}
@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}


.footer-wrapper{
    background: #02191f;
    position: relative;
}
.footer-row-first {
    background: #fff;
    padding: 38px 40px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.first-row-item h2 {
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 500;
}
.first-row-item button.appointment-btn {
    border: none;
    background: var(--gradiant-06);
    color: #fff;
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 14.5px;
    letter-spacing: 0.7px;
    font-weight: 500;
}
.footer-row-second {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd59;
    padding-top: 30px;
}

.footer-logo-box img {
    width: 220px;
    mix-blend-mode: color-dodge;
}
.footer-row-second .f-second-row-item:nth-child(1) {
    flex-basis: 24%;
}
.footer-row-second .f-second-row-item:nth-child(2) {
    flex-basis: 18%;
}
.footer-row-second .f-second-row-item:nth-child(3) {
    flex-basis: 23%;
}
.footer-row-second .f-second-row-item:nth-child(4) {
    flex-basis: 23%;
}
.footer-content-box p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #f1f1f1;
    margin-top: 17px;
}
.footer-row-third {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.third-row-item p {
    margin-bottom: 0;
}
.social-media-share ul {
    display: flex;
    margin-top: 20px;
}

footer.footer-wrapper {
    padding: 145px 0px 20px;
}
.footer-item-title h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}
.footer-item-link-list ul li {
    padding-bottom: 20px;
}
.footer-item-link-list ul li:last-child {
    padding-bottom: 0;
}
.footer-item-link-list ul li a {
    color: #ddd;
    font-size: 14px;
}
.footer-item-link-list ul li a:hover {
    color: #fff !important;
}
.subscriber-f-wrap p {
    color: #ddd;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.subscribe-box {
    display: flex;
    flex-wrap: wrap;
}
input.form-control.s-box-input {
    background: #1E4240;
    border: none;
    height: 45px;
    padding: 5px 20px;
    color: #fff !important;
    margin-bottom: 12px;
}

button.subscribe-btn {
    display: block;
    flex-basis: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--gradiant-06);
    color: #fff;
    border: none;
    font-size: 15px;
    letter-spacing: 1px;
}

.third-row-item p {
    color: #dddd;
    font-size: 13px;
}
.social-media-share ul li {
    padding-right: 25px;
}
.social-media-share ul li a {
    color: #ddd;
    font-size: 18px;
}
.social-media-share ul li a:hover {
    color: #fff !important;

}
.dropup .dropdown-toggle::after{
    font-size: 18px;
}

.page-banner:after {
    content: "";
    /* background-image: url(../images/Breadcrumb/aa-33.png); */
    /* background-image: linear-gradient(to top, #ffffff, #fafafa3d, #f5f5f508, #ffffff, #00000000); */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
    background: #00000008;
}
.page-banner {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 100%;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.page-banner .page-banner-entry {
    padding: 90px 0px 50px;
}
.page-banner h4 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
    color: #222;
    text-transform: capitalize;
    font-family: var(--defualt-font-family-2) !important;
}
.page-banner .pt-img1 {
    left: 15%;
    bottom: 78px;
    z-index: 1;
    position: absolute;
    width: 78px;
}
.page-banner .pt-img2 {
    left: 4%;
    bottom: 84px;
    z-index: 1;
    position: absolute;
    width: 70px;
}
.page-banner .pt-img3 {
    right: 4%;
    bottom: 44%;
    position: absolute;
    width: 50px;
}

.animate1 {
    -webkit-animation: up-down 1.5s infinite alternate;
    animation: up-down 1.5s infinite alternate
}

@media only screen and (max-width: 1380px) {
    .animate1 {
        width:80px
    }
}

.animate2 {
    -webkit-animation: up-down 2s infinite alternate;
    animation: up-down 2s infinite alternate
}

.animate-rotate {
    -webkit-animation: rotation 20s linear infinite;
    animation: rotation 20s linear infinite
}

.animate-wave {
    -webkit-animation: left-right 1.5s infinite alternate;
    animation: left-right 1.5s infinite alternate
}

@media only screen and (max-width: 1380px) {
    .animate-wave {
        width:100px
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(10px,10px);
        transform: translate(10px,10px)
    }

    50% {
        -webkit-transform: translate(5px,5px);
        transform: translate(5px,5px)
    }

    75% {
        -webkit-transform: translate(10px,-5px);
        transform: translate(10px,-5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px)
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px)
    }
}

@-webkit-keyframes left-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes left-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes vibrate {
    10%,90% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(2px,0,0);
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-4px,0,0);
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }
}

@keyframes vibrate {
    10%,90% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(2px,0,0);
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-4px,0,0);
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }
}

@-webkit-keyframes up-down2 {
    0% {
        -webkit-transform: translate(-50px);
        transform: translate(-50px)
    }

    50% {
        -webkit-transform: translateX(80px) translateY(-200px);
        transform: translateX(80px) translateY(-200px)
    }

    to {
        -webkit-transform: translate(-50px);
        transform: translate(-50px)
    }
}

@keyframes up-down2 {
    0% {
        -webkit-transform: translate(-50px);
        transform: translate(-50px)
    }

    50% {
        -webkit-transform: translateX(80px) translateY(-200px);
        transform: translateX(80px) translateY(-200px)
    }

    to {
        -webkit-transform: translate(-50px);
        transform: translate(-50px)
    }
}

.breadcrumb-row {
    padding: 8px 25px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.breadcrumb-row ul {
    background: transparent;
    padding: 0;
    justify-content: center;
    margin: 0;
}
.breadcrumb-row ul li {
    padding: 0;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    color: #444;
}
.breadcrumb-row ul li a {
    display: flex;
    align-items: center;
    color: var(--font-color-2);
}
section.custom-package-wrapper.two {
    padding: 60px 0px 140px;
    background: #fff;
}

span.full-star.star-rating {
    color: #fdb900;
}
span.no-star.star-rating {
    color: #ddd;
}

h6.sub-title-sidebar {
    font-size: 12px;
    margin-top: 7px;
    font-weight: 400;
}


.online-doctor-list-item {
    width: 100%;
    float: left;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #dddddd52;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    box-shadow: var(--box-shadow);
}

.o-doctor-img-box img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid #e4e4e4;
    object-fit: cover;
}

.left-d-list-content {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex-basis: 38%;
}
.o-doctor-img-box {
    margin-right: 10px;
}


.online-doctor-details h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    font-family: var(--defualt-font-family-4) !important;
}
.online-doctor-details h4 a:hover {
    background: #f2994a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.online-doctor-details p {
    margin-bottom: 3px;
    color: #767070;
    font-size: 11.5px;
    margin-top: -7px;
}
.active-doctor-box {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 1px #25ff221a;
    animation: live-animation 2s infinite;
    position: absolute;
    right: 3px;
    background: rgba(var(--color-green-9),var(--tw-bg-opacity));
    bottom: 9px;
}

.o-specialist-box h4 {
    font-family: var(--defualt-font-family-2) !important;
    font-size: 12px;
    margin-bottom: 2px;
    letter-spacing: 0.4px;
    font-weight: 300;
}
.o-specialist-box p {
 
    margin-bottom: 0;
    font-size: 13px;
    color: #111;
    font-weight: 400;
    line-height: 1.4;
}

.o-working-experience h4{
    font-family: var(--defualt-font-family-2) !important;
    font-size: 12px;
    margin-bottom: 2px;
    letter-spacing: 0.4px;
    font-weight: 300;
}
.o-working-experience p{
    margin-bottom: 0;
    font-size: 12px;
    color: #111;
    font-weight: 400;
    line-height: 1.4;
}
.o-doctor-experience span {
    font-size: 12px;
}
.experience-value {
    border-right: 2px solid #c4c4c4;
    padding-right: 5px;
    line-height: 1;
}
.o-doctor-experience .rating-count {
    line-height: 1;
}
.right-d-list-content {
    flex-basis: 38%;
}

.consultation-fee-2 h6 {
    margin-bottom: 0;
    font-size: 9px;
    color: #959595;
}
.consultation-fee-2 h6 span.sign-taka {
    color: #000;
    font-size: 12px;
    margin-right: 2px;
}
.consultation-fee-2 h6 span.fee-area {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    font-family: var(--defualt-font-family-1);
}
.consultation-fee-2 p {
    margin-bottom: 0;
    color: #646464dd;
    font-size: 11px;
}
.o-doctor-appointment {
    flex-basis: 24%;
    align-self: center;
    text-align: center;
    position: relative;
}
button.consultation-btn {
    border: none;
    background: transparent;
    position: absolute;
    top: 95%;
    right: -6%;
    transform: translate(-50%, -50%);
    /* color: rgba(var(--color-blue-10),var(--tw-bg-opacity)); */
    color:var(--font-color-2);
    font-size: 19px;
}
button.consultation-btn:hover{
    color: #f2994a;
}
span.old-price-doctor {
    color: #c2c2d3;
    font-size: 14px;
    margin-right: 4px;
    text-decoration: line-through;
    font-family: var(--defualt-font-family-1);
}

.active-doctor-box.deactive-doctor {
    background: red;
    box-shadow: 0px 0px 1px 1px #ff22221a;
}
.online-doctor-details h4 a {
    color: #000;
}

.first-row-item p {
    font-size: 15px;
    color: #777;
    margin-bottom: 0;
    margin-top: 5px;
}

.service-content-box p span {
    display: block;
    font-size: 10px;
}
p.j-hospital-status {
    color: #6d6d6d;
}
.family-pack-slider.owl-carousel .owl-item .icon-box-package{

    display: flex;
    align-items: center;
    justify-content: end;
}
.family-pack-slider.owl-carousel .owl-item .icon-box-package img {
    width: 50px;
}
.custom-table-header.custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.package-top-c-box {
    flex-basis: 75%;
}
.icon-box-package {
    flex-basis: 25%;
    text-align: end;
}

main.tg-main.five {
    padding: 20px 20px 140px;
}

.doctor-profile-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 30px 20px 20px;
    background: #fff;
}
.doctor-profile-img-box{
    text-align: center;
    position: relative;
}
.doctor-profile-img-box img {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
}
.doctor-profile-img-box {
    margin-bottom: 15px;
}
.doctor-profile-content-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.d-p-content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 7px;
}
h4.doctor-heading-h4 {
    font-size: 12.7px;
    font-weight: 300;
    flex-basis: 100%;
    margin-bottom: 3px;
}
h4.doctor-content-h4 {
    font-size: 14.5px;
    font-weight: 400;
    margin-bottom: 3px;
}
.d-p-content-wrap:nth-child(2) {
    margin-top: -4px;
}
.title-box-d {
    margin-top: 10px;
    margin-bottom: 0px;
}
h2.d-consultation-time {
    font-size: 12px;
    font-weight: 300;
    flex-basis: 100%;
    margin-bottom: 3px;
}
.title-box-d p {
    margin-bottom: 0;
    color: #212529;
    font-size: 12.7px;
}
h4.doctor-content-h4.sp-h4 {
    color: #7d7d7d;
    font-size: 12px;
    margin-top: 2px;
}
h4.doctor-content-h4.doctor-name-b{
    position: relative;
    font-size: 16px;
}
/* h4.doctor-content-h4.doctor-name-b:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 1px #25ff221a;
    animation: live-animation 2s infinite;
    position: absolute;
    right: -24px;
    background: #30ef00;
    bottom: 5px;
    background: rgba(var(--color-green-9),var(--tw-bg-opacity));

} */

.at-glance-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 25px;
    background: #fff;
}

.custom-row .custom-col:nth-child(1) {
    flex-basis: 25%;
}
.custom-row .custom-col:nth-child(2) {
    flex-basis: 73%;
}
h2.at-glance-title {
    font-size: 15px;
    font-weight: 500;
    padding-left: 14px;
    border-left: 4px solid rgba(var(--color-green-9));
    margin-bottom: 15px;
}
.at-glance-content-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.at-glance-child-box {
    flex-basis: 30%;
}
.at-glance-child-box h4 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #858585;
    /* color: rgba(var(--color-text-description),var(--tw-text-opacity)); */
    letter-spacing: 0.6px;
}
.at-glance-child-box p {
    margin-bottom: 0;
    color: #212529;
    font-size: 15px;
}
.at-glance-child-box {
    flex-basis: 33%;
    padding-left: 10px;
    border-left: 2px dotted #efefef;
    margin-bottom: 16px;
}
.custom-row-2 .custom-col-2:nth-child(1) {
    flex-basis: 60%;
}
.custom-row-2 .custom-col-2:nth-child(2) {
    flex-basis: 38%;
}
p.consultation-fee-item del {
    color: #7d7d7d;
    font-size: 12px;
    margin-right: 4px;
}
span.vat-included {
    font-size: 10px;
    font-weight: 400;
}
span.within-day {
    font-size: 12px;
}
main#tg-main .container {
    max-width: 1200px;
}
h2.consultation-fee-title {
    font-size: 15px;
    font-weight: 500;
    padding-left: 14px;
    border-left: 4px solid rgba(var(--color-green-9));
    margin-bottom: 15px;
}
.consultation-doctor-fee {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
p.fee-box-now {
    color: #212529;
    font-size: 17px;
    margin-bottom: 3px;
}
p.fee-box-now {
    color: #212529;
    font-size: 17px;
    margin-bottom: 8px;
}

p.fee-box-now .fee-now{
    font-weight:600;
}

p.fee-box-before {
    margin-bottom: 0;
    color: #b4b4b4;
    font-size: 12px;
    margin-top: -6px;
}
button.consultation-v-btn {
    background: var(--gradiant-06);
    color: #fff;
    border: none;
 
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

button.consultation-v-btn:hover {
    background: var(--gradiant-10);
}
.consulation-btn-box {
    text-align: center;
}
span.d-rating-icon {
    color: rgb(234 179 8/var(--tw-text-opacity));
}
.child-box-consultation-fee {
    text-align: center;
    padding: 11px 0px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.at-glance-child-box:nth-child(4){
    margin-bottom: 0;
}
.at-glance-child-box:nth-child(5){
    margin-bottom: 0;
}
.at-glance-child-box:nth-child(6){
    margin-bottom: 0;
}
.at-glance-child-box:nth-child(7){
    margin-bottom: 0;
}
.o-doctor-rating-wrapper{
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
.o-doctor-about-wrapper{
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px;
    background: #fff; 
    min-height: 280px;
}
.custom-row-4 .custom-col-4:nth-child(1) {
    flex-basis: 33%;
}
.custom-row-4 .custom-col-4:nth-child(2) {
    flex-basis: 65%;
}
.custom-row-3 .custom-col-3:nth-child(2) {
    flex-basis: 38%;
}
.custom-row-3 .custom-col-3:nth-child(1) {
    flex-basis: 60%;
}
.custom-row-2 {
    margin-bottom: 15px;
}
.o-doctor-about-wrapper p {
    margin-bottom: 0;
    color: #212529;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}
.o-doctor-rating-wrapper .testimonial-img-content .icon a {
    font-size: 20px;
    background-color: #ffffff;
    color: #00D1E7;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 47px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.o-doctor-rating-wrapper .testimonial-img-content .icon::before {
    position: absolute;
    content: '';
    height: 45px;
    width: 45px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1;
}
.o-doctor-rating-wrapper .testimonial-img-content .icon::after {
    position: absolute;
    content: '';
    height: 65px;
    width: 65px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    z-index: -1;
}
body[data-bg-doctor-details="doctor-details"] {
    background: #f4f7f6;
}
hr.custom-hr {
    background: #ddd;
    padding: 0;
    margin: 10px 0px;
}
.breadcrumb-d-box {

    border-radius: 10px;
    padding: 10px 20px;
    background: #ffffff6b;
    margin-bottom: 20px;
}
.breadcrumb-link-box {
    display: flex;
    align-items: center;
}
.breadcrumb-item-box h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.breadcrumb-link-box p {
    color: #212529;
}
a.breadcrumb-link-a span {
    background: var(--gradiant-06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.breadcrumb-link-a {
    color: #858585;
}
.custom-row-3 {
    margin-bottom: 15px;
}

.child-box-day {
    text-align: center;
    width: 14px;
    height: 25px;
    flex-basis: 11%;
    margin-bottom: 8px;
    /* border: 1px solid #ddd; */
    margin-right: 8px;
}
.child-box-day:last-child {
    margin-right: 0;
}
.child-box-day p {
    font-size: 10px;
}
.weekly-schedule-box {
    margin-top: 5px;
}
.child-box-day.schedule-day {
    background: #1f7ec2;
}
.child-box-day.no-schedule-day {
    background: #ddddddad;
}
.child-box-day.schedule-day p{
    color: #fff;
    font-weight: 500;
}
.child-box-day.no-schedule-day p {
    color: #878787;
}
span.within-day {
    font-size: 12px;
    color: #1a1a1a;
    margin-left: 1px;
}
.consulting-time-scheduled p {
    margin-bottom: 0;
    color: #212529;
    font-size: 14px;
}
span.discount-fee {
    font-weight: 600;
}

.hospital-d-name-box p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
}
.designation-d-box h4,.department-d-box h4,.history-d-box h4,.exp-period-d-box h4 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
    /* color: rgba(var(--color-text-description),var(--tw-text-opacity)); */
    letter-spacing: 0.6px;
    color: #858585;
}
.designation-d-box p {
    margin-bottom: 0;
    color: #212529;
    font-size: 13px;
}

.exp-child-item {
    padding-left: 10px;
    border-left: 1px dotted #ddd;
    margin-bottom: 15px;
    flex-basis: 45%;
}
.consultation-doc-exp-c-item {
    display: flex;
    flex-wrap: wrap;
}
.consultation-doc-exp-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.consultation-doc-exp-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
p.rating-icon-review {
    margin-bottom: 0;
    font-size: 10px;
    color: #212529;
}
span.review-star-icon {
    color: rgb(234 179 8/var(--tw-text-opacity));
}
p.review-patient-box {
    color: #212529;
    font-size: 13px;
    margin-bottom: 2px;
}
p.patient-comments {
    /* color: rgba(var(--color-text-description),var(--tw-text-opacity)); */
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--bs-body-color);
    font-weight:300;
}
.re-box-doctor-child-item {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
span.date-review {
    margin-bottom: 0;
    font-size: 12px;
    color: #464646;
    color: #0d47d5;
    background: #121FCF;
    background: var(--gradiant-04);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 4px;
   
}
span.date-review:before {
    content: "|";
}
.r-box-child {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0px 5px;
}
.r-box-child:last-child {
    border-bottom: none;
}

.achievement-box-item {
    padding-left: 10px;
    border-left: 1px dashed rgba(var(--color-blue-10));
    margin-bottom: 15px;
}
.achievement-child-box h4 {
    margin-bottom: 0;
    color: #212529;
    font-size: 13px;
    font-weight: 400;
}
.achievement-child-box p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #858585;
}
.achievement-child-box span {
    margin-bottom: 0;
    font-size: 12px;
    color: #0d47d5;
    background: #121FCF;
    background: var(--gradiant-04);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.achievement-box-wrapper{
    margin-top: 15px;
}
.achievement-box-item:last-child {
    margin-bottom: 0;
}
.doctor-profile-a-status{
    position: absolute;
}
.doctor-profile-a-status {
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #25ff221a;
    animation: live-animation 2s infinite;
    position: absolute;
    right: 40px;
    background: #30ef00;
    top: 10px;
    background: rgba(var(--color-green-9),var(--tw-bg-opacity));
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
}
.single-testimonial-card.style3:hover{
    border-color: #f2994a;
}
.single-testimonial-card:hover .clients-profile img{
    border-color: #f2994a;
}
.single-testimonial-card:hover .top-content i{
    color: #f2994a; 
}

.hospital-profile-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding:20px 20px 10px;
    background: #fff;
    flex-basis: 65%;
}
.hospital_details_wrapper{
    gap: 2%;
}

.hospital-img-box .hospital-thumnail-img {
    width: 100%;
    border-radius: 5px;
    height: 280px;
    object-fit: cover;
    aspect-ratio: 16/9;
}
.custom-row-5 .custom-col:nth-child(1) {
    flex-basis: 80%;
    margin-bottom: 15px;
}
.custom-row-5 .custom-col:nth-child(2) {
    flex-basis: 80%;
}

.custom-row-6 .custom-col:nth-child(1) {
    flex-basis: 65%;
    margin-bottom: 15px;
}
.custom-row-7 .custom-col:nth-child(1) {
    flex-basis: 100%;
   
}
.custom-row-6 .custom-col:nth-child(2) {
    flex-basis: 42%;
    margin-bottom: 15px;
}
.custom-row-6 .custom-col:nth-child(3) {
    flex-basis: 100%;
}
.sin-hospital-doctor-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px 20px 10px;
    background: #fff;
}
.sin-hospital-department-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px 20px 10px;
    background: #fff;
}
.sin-hospital-lab-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px 20px 10px;
    background: #fff;
}
.doctor-fee.custom-2 {
    border: none;
    padding: 0;
    margin-top: 0;
}
.s-submit.custom-2 {
    bottom: 0;
}
.sin-hospital-doctor-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 48%;
}
.sin-hospital-doctor-child-item {
    flex-basis: 100%;
}
.sin-hospital-doctor-child-item.custom-2 {
    flex-basis: 33%;
}
.sin-hospital-doctor-child-item .live-d-card:hover:before{
width: 0;
}
a.see-all.custom-2 {
    right: 22px;
    top: 20px;
}
.sin-hospital-doctor-child-item .live-d-card {
    box-shadow: none;
    border: 1px solid #efefef;
    margin-bottom: 12px;
}
.sin-hospital-lab-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sin-hospital-lab-child-item .single-diagonostic-card {
    padding: 5px 5px 10px;
    border: 1px solid #efefef;
    border-radius: 10px;
    background: #fff;
    margin: 0;
    margin-bottom: 10px;
}
.sin-hospital-lab-child-item {
    flex-basis: 47.5%;
}
.diagonostic-img-box.custom-2 img {
    border-radius: 5px;
    width: 100%;
    height: 67px;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.diagonostic-content.custom-2 h4{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
.diagonostic-content.custom-2{
    padding-bottom: 0;
}
.h-img-box img {
    width: 25px;
    margin-right: 10px;
}
.sin-hospital-dept-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sin-hospital-dept-child-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 49%;
    justify-content: center;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #efefef;
    min-height: 44px;
    cursor: pointer;
}
.sin-hospital-dept-child-item .h-right-content {
    flex-basis: 68%;
}
.sin-hospital-dept-child-item .h-left-content {
    flex-basis: 20%;
}
.h-img-box {
    padding: 4px;
    text-align: center;
    background: #fff;
    width: 33px;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: none;
}
.sin-hospital-dept-child-item:hover{
    background: var(--gradiant-06);
    border-color: transparent;
}
.sin-hospital-dept-child-item:hover .h-right-content h4{
    color: #fff;
}
.sin-hospital-dept-child-item:hover .h-img-box {
    box-shadow: var(--box-shadow);
}
.h-right-content h4 {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctor-content h4 a {
    color: #333;
}

.hospital-img-box {
    margin-bottom: 15px;
}
.hospital-logo-box img {
    width: 75px;
    background: #fff;
    border: 1px solid #ddd;
    aspect-ratio: 3/2;
    object-fit: contain;
    height: 74px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    padding: 5px;
}
.hospital-basic-details img {
    width: 17px;
}
.hospital-basic-details h4 {
    font-size: 20px;
    font-weight: 500;
}
.hospital-basic-details p {
    color: #7d7d7d;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 0;
}
.hospital-b-data-item {
    flex-basis: 25%;
    padding-left: 10px;
    border-left: 2px dotted #efefef;
    margin-bottom: 16px;
}
.hospital-basic-data-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 20px;
}
.hospital-b-data-item h4 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #858585;
    letter-spacing: 0.6px;
}
.hospital-b-data-item p {
    margin-bottom: 0;
    color: #212529;
    font-size: 16px;
}
.hospital-basic-details {
    margin-bottom: 10px;
}
.third-row-item p a {
    color: var(--font-color-2);
}

.hospitel-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.hospitel-wrapper .hospital-list-item {
    flex-basis: 23.5%;
    margin-bottom: 20px;
}
.testimonial-doctor h5.special-class{
   
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    /* background: #fff; */
    padding: 10px;
    border-radius: 100px;
    /* box-shadow: var(--box-shadow); */
    width: auto;
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
}
.testimonial-doctor h5.special-class:before{
    content: "";
    background: var(--gradiant-06);
    position: absolute;
    transform: translate(6px, 10px);
    width: 14px;
    height: 14px;
    border-radius: 50px;
    right:0px;
    top: 3px;

}
.testimonial-doctor h5.special-class:after{
    content: "";
    background: var(--gradiant-03);
    position: absolute;

    transform: translate(6px, 10px);
    right: 5px;
    top: 0px;
    width: 14px;
    height: 14px;
    opacity: 0.40;
    border-radius: 50px;
}


.tele-service-item-wrap .tele-service-item:nth-child(1) {
    background: #fdfdfd;
}
.tele-service-item-wrap .tele-service-item:nth-child(2) {
       background: #fdfdfd;
}
.tele-service-item-wrap .tele-service-item:nth-child(3) {

     background: #fdfdfd;
}
.tele-service-item-wrap .tele-service-item:nth-child(4) {
    background: #fdfdfd;
}
.tele-service-item-wrap .tele-service-item:nth-child(5) {
    background: #fdfdfd;
}
.tele-service-item-wrap .tele-service-item:nth-child(6) {
    background: #fdfdfd;
}
.tele-service-item-wrap .tele-service-item:nth-child(7) {
    background: #fdfdfd;
}

.main-membership-wrapper {
    padding: 60px 0px 140px;
    background: linear-gradient(to right bottom, #ffffff, #fcfcfe, #f9f9fc, #f6f7fb, #f3f4fa, #f1f4fb, #eef5fc, #ebf5fc, #eaf8fc, #ecfbfa, #f0fdf8, #f6fff6);
}

/* Credit Card Css Start */

  .Wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .Base {
    /* background: #ccc; */
    height: 230px;
    width: 360px;
    border-radius: 15px;
}
  
  .Inner-wrap {
    /* background-color: #0c0014; */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%230d1838' points='1600%2C160 0%2C460 0%2C350 1600%2C50'/%3E%3Cpolygon fill='%230e315d' points='1600%2C260 0%2C560 0%2C450 1600%2C150'/%3E%3Cpolygon fill='%230f4981' points='1600%2C360 0%2C660 0%2C550 1600%2C250'/%3E%3Cpolygon fill='%231062a6' points='1600%2C460 0%2C760 0%2C650 1600%2C350'/%3E%3Cpolygon fill='%23117aca' points='1600%2C800 0%2C800 0%2C750 1600%2C450'/%3E%3C/g%3E%3C/svg%3E"); */
 
  background-size: auto 147%;
    background-position: center;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 13px;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    aspect-ratio: 16/9;
    background-size: cover;
  }
  
  .membership-cate-logo img {
    width: 20%;
    aspect-ratio: 3/2;
    object-fit: contain;
    position: absolute;
    right: 3px;
    bottom: 10px;
}

  
  /* Controls top right logo */
  
  .membership-logo img {
    position: absolute;
    height: 35px;
    width: 35px;
    right: 15px;
    top: 7px;
    padding: inherit;
    fill: #117aca;
}
  
  /* Controls chip icon */
  .Chip {
    height: 31px;
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
  .gold path{
    fill: url(#gold-gradient);
  }
  
  .Inner-wrap svg {
    display: block;
  }
  
  /* Controls name size */
  
  .logo-name img {
    width: 228px;
    transform: scale(.5);
    margin-left: 0;
    position: absolute;
    left: -42px;
    top: 0;
}
  
  .Card-number p {
    text-align: center;
  }
  
  .Card-number {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .Card-number ul {
    padding: 0;
  }
  
  .Card-number ul li {
    list-style: none;
    float: left;
    margin: 0px 6px;
    font-size: 20px;
    font-family: 'Dosis';
    font-weight: 670;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px;
}
  
  #first-li {
    margin-left: 0;
  }
  
  #last-li {
    margin-right: 0;
  }
  
  .Expire {
    font-size: .75em;
    text-align: center;
  }
  .Expire h4 {
    font-weight: 400;
    color: #d6d6d6;
    margin: 0;
    /* word-spacing: 9999999px; */
    text-transform: capitalize;
    font-size: 13px;
  }
  
  .Expire p {
    font-size: 1.55em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
    font-family: 'Dosis';
    font-size: 15px;
    font-weight: 600;
}
.Name h3 {
    position: absolute;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    color: #e4e4e4;
    bottom: 6%;
    left: 21%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}
h3.silver-h3 {
    color: #e4e4e4;
}
.Name p {
    position: absolute;
    bottom: 2%;
    left: 42%;

    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Dosis';
    font-size: 15px;
    font-weight: 600;
}
  

  .main-membership-card-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-membership-item {
    flex-basis: 29%;
    cursor: pointer;
    background: #fff;
    border-radius: 25px 25px 15px 15px;
}
/* Credit Card Css End */

.family-pack-slider .owl-stage-outer{
    padding: 5px;
}

.family-pack-slider .owl-nav button.owl-prev{
    left: -12px;
    font-size: 20px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.family-pack-slider .owl-nav button.owl-next{
    right: -12px;
    font-size: 20px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}
.family-pack-slider .owl-nav button.owl-next:hover,.family-pack-slider .owl-nav button.owl-next:hover {
    color: #fff !important;
    opacity: 1;
    background-image: var(--gradiant-06) !important;
    background-size: 200%,1px !important;
    border: none !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.text-bdtask{
    color: #37a001 !important;
  }
  .animate-text{
    background-image: linear-gradient(-225deg, #37a000 0%, #29B841 29%, #1148d7 67%, #fff800 100%) !important;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textshorov 4s linear infinite;
    -webkit-animation: textshorov 4s linear infinite;
  }
  @keyframes textshorov {
    100% {
      background-position: 200% center;
    }
  }

  .blog-gambo.two {
    padding: 65px 0px 140px;
    background: #f7f7f7;
}
a.top-post-link:hover {
    color: #00D1E7 !important;
}


.membership-package-details {
    padding: 10px 20px 30px;
}
.membership-package-details h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.description-membership p {
    font-size: 12.8px;
    line-height: 1.4;
    color: var(--paragraph-color);
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    width: 235px;
}
.price-member-card {
    width: 75px;
    height: 75px;
  
    border-radius: 100%;
    background: #fff;
    padding: 20px 5px;
    text-align: center;
    right: 0px;
    top: -28px;
    background: var(--gradiant-12);
}
.price-member-card h4 {
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: 300;
    color: #fff;
}
.price-member-card p {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0;
    width: auto;
    color: #fff;
}
img.location-pin {
    width: 15px;
    margin-right: 2px;
    margin-top: -4px;
}
hr.custom-divider-hr {
    margin: 0;
    position: absolute;
    border-bottom: 2px dashed #4c4c4c;
    background: transparent;
    transform: rotate(-90deg);
    left: 31.7%;
    width: 423px;
    top: 62%;
}
.single-blog-card.custom-five .blog-img img {

    height: 165px;
    object-fit: cover;
}
.single-blog-card.custom-five .blog-content {
    padding: 20px;
}
.single-blog-card.custom-five .blog-content h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 10px;
}
.single-blog-card.custom-five .blog-content p {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 1.5;
    color: #888c92;
}

.soft-m-footer-payment {
    display: flex;
    justify-content: space-around;
}
.soft-m-footer-payment img {
    width: 45px;
    margin-left: 5px;
}

/* Custom Btn Start */

.glowing-btn {
    position: relative;
    color: hsl(0deg 0% 87.4%);
    cursor: pointer;
    padding: 5px 10px;
    border: 0.15em solid hsl(0deg 0% 87.4%);
    border-radius: 0.45em;
    background: none;
    perspective: 2em;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    /* -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color); */
    /* -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color); */
    /* box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color); */
    /* animation: border-flicker 2s linear infinite; */
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
}
  
  .glowing-txt {
  
   
    -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
      0 0 0.45em var(--glow-color);
    -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
      0 0 0.45em var(--glow-color);
    /* text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color); */
    /* animation: text-flicker 3s linear infinite; */
  }
  
  .faulty-letter {
    opacity: 0.5;
    /* animation: faulty-flicker 2s linear infinite; */
  }
  
  .glowing-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    filter: blur(1em);
    /* transform: translateY(120%) rotateX(95deg) scale(1, 0.35); */
    /* background: var(--glow-color); */
    pointer-events: none;
  }
  
  .glowing-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    background-color: #1f7ec2;
    /* box-shadow: 0 0 2em 0.2em var(--glow-color); */
    /* transition: opacity 100ms linear; */
    border-radius: 4px;
  }
  
  .glowing-btn:hover {
    color: #fff;
    text-shadow: none;
    animation: none;
    border-color: #1f7ec2;
  }
  
  .glowing-btn:hover .glowing-txt {
    animation: none;
  }
  
  .glowing-btn:hover .faulty-letter {
    animation: none;
    text-shadow: none;
    opacity: 1;
  }
  
  .glowing-btn:hover:before {
    filter: blur(1.5em);
    opacity: 1;
  }
  
  .glowing-btn:hover:after {
    opacity: 1;
  }
  
  @keyframes faulty-flicker {
    0% {
      opacity: 0.1;
    }
    2% {
      opacity: 0.1;
    }
    4% {
      opacity: 0.5;
    }
    19% {
      opacity: 0.5;
    }
    21% {
      opacity: 0.1;
    }
    23% {
      opacity: 1;
    }
    80% {
      opacity: 0.5;
    }
    83% {
      opacity: 0.4;
    }
  
    87% {
      opacity: 1;
    }
  }
  
  @keyframes text-flicker {
    0% {
      opacity: 0.1;
    }
  
    2% {
      opacity: 1;
    }
  
    8% {
      opacity: 0.1;
    }
  
    9% {
      opacity: 1;
    }
  
    12% {
      opacity: 0.1;
    }
    20% {
      opacity: 1;
    }
    25% {
      opacity: 0.3;
    }
    30% {
      opacity: 1;
    }
  
    70% {
      opacity: 0.7;
    }
    72% {
      opacity: 0.2;
    }
  
    77% {
      opacity: 0.9;
    }
    100% {
      opacity: 0.9;
    }
  }
  
  @keyframes border-flicker {
    0% {
      opacity: 0.1;
    }
    2% {
      opacity: 1;
    }
    4% {
      opacity: 0.1;
    }
  
    8% {
      opacity: 1;
    }
    70% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
/* Custom Btn End */

/* Custom Btn 2 Start */
.imt-btn {
    border: none;
    padding: 7px 30px;
    font-size: 14px;
    position: relative;
    background: transparent;
    color: #73e0dd;
    text-transform: uppercase;
    border: 2px solid #75e1dd;
    cursor: pointer;
    transition: all 0.7s;
    overflow: hidden;
    border-radius: 100px;
    font-weight: 500;
    text-transform: capitalize;
}

  .imt-btn:hover {
    color: #fff;
    border-color: var(--glow-color);
  }
  .imt-btn span {
    transition: all 0.7s;
    z-index: -1;
  }

  .imt-btn .first {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 25%;
    height: 100%;
    background: var(--glow-color);
  }

  .imt-btn:hover .first {
    top: 0;
    right: 0;
  }
  .imt-btn .second {
    content: "";
    position: absolute;
    left: 25%;
    top: -100%;
    height: 100%;
    width: 25%;
    background: var(--glow-color);
  }

  .imt-btn:hover .second {
    top: 0;
    left: 50%;
  }

  .imt-btn .third {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    top: 100%;
    width: 25%;
    background: var(--glow-color);
  }

  .imt-btn:hover .third {
    top: 0;
    left: 25%;
  }

  .imt-btn .fourth {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 25%;
    background: var(--glow-color);
  }

  .imt-btn:hover .fourth {
    top: 0;
    left: 0;
  }



  .btn-custom-imt {
    width: auto;
    height: auto;
    color: #fff;
    border-radius: 5px;
    padding: 4px 15px;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: var(--box-shadow);
    outline: none;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 500;
}
  

  .btn-custom-imt {
    background-color: #89d8d3;
  background-image: var(--gradiant-12);
    border: none;
    z-index: 1;
  }
  .btn-custom-imt:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
     background-color: #4dccc6;
  /* background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%); */
  background-image: var(--gradiant-10);
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
  }
  .btn-custom-imt:hover {
    color: #fff !important;
  }
  .btn-custom-imt:hover:after {
    top: 0;
    height: 100%;
  }
  .btn-custom-imt:active {
    top: 2px;
  }

  .imt-btn-2 {
    width: auto;
    height: auto;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: var(--box-shadow);
    outline: none;
    font-size: 15px;
    overflow: hidden;
    border-radius: 100px;
    font-weight: 500;
}
  .imt-btn-2 {
    background-color: #89d8d3;
  background-image: var(--gradiant-12);
    border: none;
    z-index: 1;
  }
  .imt-btn-2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
     background-color: #4dccc6;
  /* background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%); */
  background-image: var(--gradiant-10);
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
  }
  .imt-btn-2:hover {
    color: #fff;
  }
  .imt-btn-2:hover:after {
    top: 0;
    height: 100%;
  }
  .imt-btn-2:active {
    top: 2px;
  }
  
  
/* Custom Btn 2 Start */
  
section.contact-wrapper {
    padding: 80px 0px 150px;
    background: #f4f7f6;
}
.custom-row-10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: var(--box-shadow);
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    align-items: center;
}

.custom-row-10 .custom-col-10:nth-child(1){
    flex-basis: 48%;
}
.custom-row-10 .custom-col-10:nth-child(2){
    flex-basis: 44%;
}
.contact-form {
    background: var(--gradiant-12);
    border-radius: 10px;
    padding: 40px 50px;
}
.contact-content-child-item img {
    width: 20px;
    margin-right: 11px;
}
.contact-top-content p {
    font-size: 12.8px;
    line-height: 1.4;
    color: var(--paragraph-color);
    margin-bottom: 7px;
}
.next-btn16 {
    height: 40px;
    line-height: 38px;
    padding: 0px 30px;
    border: 1px solid #ffffff;
    background: #fff;
    color: #222;
    border-radius: 5px;
    font-family: var(--defualt-font-family) !important;
    font-weight: 400;
    display: inline-block;
}
.contact-left-wrapper {
    padding: 20px 15px 15px;
}
label.control-label.custom-2 {
    color: #fbfbfb;
    margin-bottom: 6px;
}
.contact-top-content h6{
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    /* background: #fff; */
    padding: 10px;
    border-radius: 100px;
    /* box-shadow: var(--box-shadow); */
    width: auto;
    text-align: left;
    padding-left: 40px;
}
.contact-top-content h6:before{
    content: "";
    background: var(--gradiant-06);
    position: absolute;
    transform: translate(6px, 10px);
    width: 14px;
    height: 14px;
    border-radius: 50px;
    left: 0px;
    top: 3px;
}
.contact-top-content h6:after{
    content: "";
    background: var(--gradiant-03);
    position: absolute;
    right: 0px;
    transform: translate(6px, 10px);
    left: 5px;
    top: 0px;
    width: 14px;
    height: 14px;
    opacity: 0.40;
    border-radius: 50px;
}
.contact-top-content h4{
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    color: var(--text-color);
    padding-right: 60px;
}
.contact-middle-content {
    margin-top: 18px;
}
.contact-content-item h4 {
    font-size: 15px;
}
.wrap-content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 18px;
    background: #fbfbfb;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}
.contact-content-child-item p {
    color: #222;
    font-size: 14px;
}

.form-control.custom-222:focus{
    border: none !important;
}
.ui.input>input:focus{
    border: none !important;
}
section.hospital-list.custom-2 {
    padding: 80px 0px 120px;
}
h4.top-hospital-h4 {
    font-size: 25px;
    margin-top: -10px;
    margin-bottom: -8px;
}

.membership-access-btn a {
    background: var(--gradiant-10);
    color: #fff;
    padding: 7px 15px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.membership-access-btn a:hover {
    background: var(--gradiant-12);
    color: #fff !important;
}
.membership-access-btn {
    margin-top: 15px;
}

.membership-package-details h3 a {
    color: #444;
    font-size: 16px;
}
.membership-package-details h3 a:hover{
    color: var(--hover-glow) !important;
}
ul.list-privacy-terms {
    padding: 10px;
    margin-left: 35px;
    color: #404040;
}
ul.list-privacy-terms li {
    list-style: circle;
}

.job-des-dt142.policy-des-dt p {
    margin-bottom: 5px;
    line-height: 1.4;
}
.job-des-dt142.policy-des-dt p:last-child {
    margin-bottom: 0px;
}

.vip-content-box-2 h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding-left: 40px;
    position: relative;
    margin-bottom: 0;
}
.vip-content-box-2 h4:before {
    content: "";
    background: var(--gradiant-12);
    position: absolute;
    transform: translate(6px, 10px);
    width: 14px;
    height: 14px;
    border-radius: 50px;
    left: 0px;
    top: 0px;
}
.vip-content-box-2 h4:after {
    content: "";
    background: var(--gradiant-12);
    position: absolute;
    right: 0px;
    transform: translate(6px, 10px);
    left: 5px;
    top: -2px;
    width: 14px;
    height: 14px;
    opacity: 0.40;
    border-radius: 50px;
}

.vip-content-box-2 {
    margin-bottom: 25px;
}



.membership-feature-item {
    flex-basis: 32%;
    background: #fff;
    padding: 20px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.membership-feature-item .membership-feature-child-item:nth-child(1){
flex-basis: 10%;
}
.membership-feature-item .membership-feature-child-item:nth-child(2){
flex-basis: 82%;
}

.membership-feature-child-item h3 {
    background: linear-gradient(90deg, #30c677 0%, #70df11 100%);
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    line-height: 1;
}

.membership-feature-child-item.two h3{
background: var(--gradiant-02);
}
.membership-feature-child-item.three h3{
    background: var(--gradiant-10);
}
.membership-feature-child-item.four h3{
    background: var(--gradiant-05);
}
.membership-feature-child-item.five h3{
    background: var(--gradiant-07);
}
.membership-feature-child-item.six h3{
    background: var(--gradiant-12);
}
.membership-feature-child-item h4 {
    font-size: 16px;
    margin-bottom: 2px;
}
.membership-feature-child-item p {
    font-size: 12px;
    line-height: 1.5;
    color: #777;
    text-align: justify;
}

section.about-counter-wrapper {
    padding: 50px 0px;
}
.doctor-opinion.two {
    padding: 100px 50px 150px;
}
section.about-counter-wrapper {
    padding: 50px 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-size: contain !important;
}
.counter-about-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    padding: 20px;
    flex-basis: 18.5%;
    text-align: center;
    margin-bottom: 15px;
}
.counter-about-icon-box img {
    width: 45px;
    margin-bottom: 5px;
}
.counter-digit-box span {
    font-weight: 500;
    font-size: 32px;
    color: #1ecbb1;
}

.counter-about-content-box h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #013243;
    font-weight: 400;
    margin-top: 4px;
}

.vide-tutorial-item {
    flex-basis: 32%;
    background: #fff;
    padding: 8px 8px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    margin-bottom: 20px;
}
.vide-tutorial-item img{
    border-radius: 10px;
}

.video-tutorial-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
iframe.embed-responsive-item {
    width: 100%;
    border-radius: 6px;
    height: 180px;
    aspect-ratio: 16/9;
    
}
.tutorial-content-box h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
}

.join-as-doctor {
    padding: 80px 80px 120px;
}
.join-as-doctor-wrapper .join-as-doctor-item:nth-child(1) {
    flex-basis: 40%;
}

.join-as-doctor-wrapper .join-as-doctor-item:nth-child(2) {
    flex-basis: 60%;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 30px;
    border-radius: 10px;
    border-top: 2px solid #ddd;
}

.form-group.registration-group {
    margin-top: 15px;
}
.bootstrap-select>.dropdown-toggle{
    background: transparent;
   border: 1px solid #ced4da;
   color: #222;
   padding: 8px 10px;
}
input.form-control.custom-form-input-box {
    height: 38px;
}


.video-btn {
    position: absolute;
    top: 19%;
    left: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 3%;
}

.video-btn i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    font-size: 20px;
    color: #03c8a8;
}

.video-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    border: 5px solid #ffffff;
    border-radius: 5px;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}



@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/* modal css */
.tutorial-video-modal .modal-dialog {
    max-width: 1200px !important;
}
.tutorial-video-modal .modal-content {
    border-radius: 7px;
}
.tutorial-video-modal .modal-body {
    padding: 6px 6px 0 6px;
}

.tutorial-video-modal .modal-dialog .tvm-body {
    display: flex;
    flex-wrap: wrap;
}

.tutorial-video-modal .modal-dialog .tvm-body .tvm-iframe {
    flex-basis: 59%;
}
.tutorial-video-modal .modal-dialog .tvm-body .tvm-iframe iframe {
    height: 396px;
    width: 704px;
    border-radius: 7px;
}

.tutorial-video-modal .modal-dialog .tvm-body .tvm-content {
    flex-basis: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.tutorial-video-modal .tvmc-header {
    border-bottom: 1px solid #ddd;
    text-align: right;
}
.tutorial-video-modal .tvmc-header .tvmc-close-icon {
    background: #f5f5f5;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 5px 10px;
}
.tutorial-video-modal .tvmc-body {
    padding: 10px 60px;
} 
.tutorial-video-modal .tvmc-body .tvmcb-description {
    padding: 3px 0 20px 0;
}
.tutorial-video-modal .tvmc-body .tvmcb-title h4 {
    font-size: 21px;
    font-weight: 600;
}
.tutorial-video-modal .tvmc-body .tvmcb-description p {
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
}
.tutorial-video-modal .tvmc-body .tvmcb-gotoyoutube-btn {
    /* background-image: linear-gradient(90deg, #37B34A 0%, #8BC53F 50%, #37B34A); */
    background-image: linear-gradient(90deg, #0a0494 0%, #3454d1 50%, #009fff);
    background-size: 200%,1px;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
}

.tutorial-video-modal .tvmc-footer {
    border-top: 1px solid #ddd;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: right;
}

.tutorial-video-modal .tvmc-footer .tvmc-close-btn {
    border: none;
    background: no-repeat;
    outline: 0;
    font-size: 15px;
    cursor: pointer;
}

.visa-form-wrapper h4 {
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.widget {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}
.add-banner img{
    border-radius: 5px;
}
.add-banner a {
    position: relative;
    
    overflow: hidden;
    display: block;
    z-index: 2;
}
.add-banner a:hover:before {
    -webkit-animation: shine 2.0s;
    animation: shine 2.0s;
}
.add-banner a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: --webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@keyframes shine{
    100% {
      left: 125%;
    }
  }
  
  @keyframes "shine" {
    100% {
      left: 125%;
    }
  }


  .tele-service-item:hover p{
    color: #3fd6e3; 
    transition: 0.5s;
  }
  .fa-times{
    cursor: pointer;
  }

  .dropdown-menu-account{
    width: 150px;
  }
  .btn-night-mode{
    font-size: 20px;
  }

  .live-doctor-img-box img {
    width: 50px !important;
    height: 50px !important;
    margin-right: 12px;
    object-fit: cover !important;
    border-radius: 100px !important;
    border: 1px dashed #2600ab8a;
    padding: 5px;
}
.live-doctor-name h4 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.live-doctor-designation p {
    font-size: 13px;
    color: #343a40;
    line-height: 1.3;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.live-doctor-specialist label, .working-wrapper label, .live-doctor-ex-item label{
    color: #959595;
    font-size: 13px;
    margin-bottom: 3px;
}
.live-doctor-specialist p {
    font-size: 13px;
    color: #343a40;
    line-height: 1.3;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}


.working-wrapper p {
    font-size: 13px;
    color: #222;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    min-height: 35px;
}
.live-doctor-ex-item p{
    font-size: 13px;
    color: #343a40;
    line-height: 1.3;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.live-doctor-content-bottom {
    padding: 10px 20px;
}
.live-doctor-content-bottom .doctor-fee{
    border:none;
    margin-top: 0;
    padding: 0;
}
.live-doctor-content-bottom {
    padding: 20px 15px;
    background: #f5f5f5;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
}


.live-doctor-wrapper {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background: #fff;
    border-radius: 10px;
    margin: 5px;
}
.live-doctor-top-box {
    padding: 15px 10px 0px 10px;
    border-radius: 10px;
}
.live-doctor-content-box {
    padding: 0px 10px 10px 10px;
    border-top: none;
    margin-top: 0px;
}
.live-doctor-specialist {
    padding: 6px 10px 0px 10px;
    border-top: 1px solid #efefef;
    margin-top: 10px;
}
.live-doctor-img-box .circle-pulse {
    right: 0;
    left: 44px;
    top: 34px;
}
.doctor-fee span span.regular-fee {
    font-size: 12px;
}
.doctor-fee span.regular-fee {
    font-size: 13px;
    color: #a9a9a9;
    display: block;
}

.experience-wrapper {
    background: #f1f1f18a;
    padding: 10px;
}

.nav-link.hospital-nav-link.active {
    background: var(--gradiant-06);
    color: #fff !important;
    font-weight: 700;
    background-size: 200%,1px;
}
.nav-link.hospital-nav-link{
    font-weight: 500; 
}

.testimonial-img-content .icon a i {
    line-height: 60px;
}
.live-doctor-wrapper {
    min-height: 326px;
}

.live-doctor-name h4 a{
    color: #222 !important;
}
.live-doctor-name h4 a:hover{
    color:#0a58ca !important;
}

.diagonostic-list-slider a, .hospitel-wrapper a{
    color: #000;
}
.diagonostic-list-slider a:hover, .hospitel-wrapper a:hover{
    color: var(--font-color-2) !important;
}  

a.s-submit.hospital_details_btn {
    top: -25px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {   
    letter-spacing: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
    letter-spacing: 0px;
}

a.see-all.see_all_large {
    font-size: 15px;
    font-weight: 500;
}

.live-doctor-ex-item p.font-bold {
    font-weight: 500;
}

a.see-all.see_all_large.appoin-btn {
    border: 1px solid #b3b3b3;
    padding: 5px 24px;
    border-radius: 100px;
    margin-top: 20px;
}

.uil-angle-right:before {
    content: "\f105" !important; 
    font-family: 'FontAwesome' !important; 
}

.uil-angle-left:before {
    content: '\f104' !important; 
    font-family: 'FontAwesome' !important;
}
.font-weight-bold{
    font-weight: 600;
}

.aon-inputicon2-bg.d-special-box .dropdown.bootstrap-select.select-custom.custom-2>.dropdown-toggle {
    background: transparent;
    color: #222;
}

.aon-inputicon2-bg .dropdown.bootstrap-select.select-custom.custom-2>.dropdown-toggle:hover{
    background: transparent !important;
    color: #222 !important;
    border: 1px solid #ddddddb0 !important;
}
.aon-inputicon2-bg .dropdown.bootstrap-select.select-custom.custom-2>.dropdown-toggle:focus{
    background: transparent !important;
    color: #222 !important;
    border: 1px solid #ddddddb0 !important;
}
.filter_title h3 {
    font-size: 13px;
    color: #4c4c4c8f;
}

.button_2 {
    font-size: 14px;
    padding: 5px 11px;
    border-radius: 50px;
    border: 1px solid #0d6efd; 
    display: flex;
    align-items: center;
    gap: 7px;
    width: 135px;
    color: #0d6efd;
}

.button_3{
    font-size: 14px;
    padding: 5px 11px;
    border-radius: 50px;
    border: 1px solid transparent;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    width: 135px; 
    background: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
}

.button_2:hover {
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    border-color: #fff;
}
 

.button_3:hover{ 
    color: #0d6efd !important;  
    border: 1px solid #0d6efd; 
    background:#fff;
}

.doctor_button_wrapper{
    gap: 5px;
    justify-content: center;
}
