﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --color-primary: #4CAF4F;
    --color-secondary: #1565D8;
    --color-coral: #E9967A;
    --color-violet: #800080;
    --color-pink: #DB7093;
    --color-heading: #4D4D4D;
    --color-body: #6b7385;
    --color-white: #ffffff;
    --color-white-off: #FFFFFFAB;
    --color-bodyest: #273041;
    --color-dark: #27272E;
    --color-darker: #192335;
    --color-black: #111113;
    --color-grey: rgba(207,207,207,.24);
    --color-grey2: #f4f5f7;
    --color-gray: #A1A9AC;
    --color-gray-light: #F6F6F6;
    --color-gray-lighter: #ebebeb;
    --color-light: #F5F7FA;
    --color-lighter: #F2F5F9;
    --primary-opacity: #2f57ef21;
    --secondary-opacity: #b966e721;
    --coral-opacity: #E9967A21;
    --violet-opacity: #80008021;
    --pink-opacity: #DB709321;
    --white-opacity: #ffffff21;
    --danger-opacity: #FF000310;
    --warning-opacity: #FF8F3C10;
    --success-opacity: #3EB75E10;
    --black-opacity: rgba(0, 0, 0, 0.04);
    --heading-opacity: #19233550;
    --color-card-1: #fffccf;
    --color-card-2: #ffedff;
    --color-card-3: #ffe8eb;
    --color-card-4: #e9f6ff;
    --color-card-5: #5024D1;
    --color-card-6: #3B3B46;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-primary-alt: #D1EBE6;
    --color-primary-light: #f1f7ff;
    --color-primary-lighter: #EEEEFF;
    --color-secondary-alt: #fef4f4;
    --color-extra: rgb(249, 249, 255);
    --color-extra2: #F9F9FF;
    --color-border: #e6e3f1;
    --color-border-2: #e6e3f14f;
    --color-badge-1: #303F5B;
    --color-badge-2: #F2C94C;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --radius-10: 10px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --radius: 6px;
    --f-light: 300;
    --f-regular: 400;
    --f-medium: 500;
    --f-semi-bold: 600;
    --f-bold: 600;
    --f-extra-bold: 800;
    --f-black: 900;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.20);
    --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
    --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
    --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    --transition: 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
    --transition-4: all .25s cubic-bezier(.645,.045,.355,1);
    --font-primary: "Inter", sans-serif;
    --font-secondary: "Inter", sans-serif;
    --font-alt: "Inter", sans-serif;
    --font-size-b1: 24px;
    --font-size-b2: 18px;
    --font-size-b3: 16px;
    --font-size-b4: 12px;
    --line-height-b1: 1.5;
    --line-height-b2: 1.67;
    --line-height-b3: 1.67;
    --line-height-b4: 1;
    --h1: 52px;
    --h2: 44px;
    --h3: 34px;
    --h4: 30px;
    --h5: 20px;
    --h6: 16px;
    --div-gap-1: 10px;
    --gradient-1: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-4: linear-gradient(180deg,#fff,#f6f9ff);
    --gradient-2: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 242, 255) 100%);
    --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
    --gradient-4: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%);
    --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-6: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15));
    --gradient-7: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    --gradient-9: linear-gradient(180deg, #6827FF 0%, #E3F0FF 100%);
}

/**
 * Reset Styels
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


aside,
footer,
header,
nav,
section {
    display: block;
}

a {
    color: var(--color-heading);
    text-decoration: none;
    outline: none;
    transition: 0.3s;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: var(--color-primary);
    }

    a:focus {
        outline: none;
    }

address {
    margin: 0 0 24px;
}


strong {
    font-weight: bold;
}

code {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary);
}

small {
    font-size: smaller;
}


ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul {
    list-style: none;
    list-style-image: none;
}

li > ul {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

    button,
    html input[type=button],
    input[type=submit] {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        cursor: pointer;
    }

        button[disabled],
        input[disabled] {
            cursor: default;
        }

    input[type=checkbox],
    input[type=radio] {
        padding: 0;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

/* BlockQuote  */

/**
 * Typography
 */
/*
	font-family: 'Source Serif Pro', serif; 
*/
* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: 400;
    scroll-behavior: auto;
    position: relative;
    overflow-y: scroll;
    scrollbar-width: thin;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
ul,
hr {
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.4074;
    color: var(--color-heading);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.19;
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.23;
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.14;
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.25;
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.24;
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.25;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .h1 a,
    .h2 a,
    .h3 a,
    .h4 a,
    .h5 a,
    .h6 a {
        color: inherit;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--f-bold);
}

h4,
.h4,
h5,
.h5 {
    font-weight: var(--f-bold);
}

h6,
.h6 {
    font-weight: var(--f-medium);
}

p {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 28px;
    }
}

p:last-child {
    margin-bottom: 0;
}

var {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul {
    padding-left: 18px;
}

ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 20px;
}

ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}

    ul li a {
        text-decoration: none;
        color: var(--color-heading);
    }

        ul li a:hover {
            color: var(--color-primary);
        }

ul ul {
    margin-bottom: 0;
}

/*=====================
    All Extend Here
=======================*/
/* -----------------------------
    Hover Dropdown Extend  
--------------------------------*/
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu, .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    clip: rect(0px, 200vw, 0, 0px);
    opacity: 0;
    transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
    transform: translateZ(0);
}

.rbt-header .mainmenu-nav .mainmenu > li .submenu > li:hover > .submenu, .rbt-header .mainmenu-nav .mainmenu li.with-megamenu:hover .rbt-megamenu, .rbt-header .mainmenu-nav .mainmenu li.has-dropdown:hover > .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition: clip 0.6s linear, opacity 0.4s linear;
}

/*-----------------------------
    Rbt Background Gradient
-------------------------------*/

/*----------------------
    Bg Image  
------------------------*/
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

 .footer-widget .ft-link, .plan-offer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

     .rbt-cat-box-1 .inner, .rbt-cat-box-1, .form-group input[type=submit], .team .thumbnail img, .rbt-card .rbt-card-body .rbt-card-title a, .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a, .form-group textarea, .form-group input, ul li a {
        transition: var(--transition);
    }

/*----------------------
    Text Color  
------------------------*/

/*----------------------
    Background Color  
------------------------*/

.bg-color-white {
    background-color: var(--color-white) !important;
}

.bg-color-white {
    background-color: var(--color-white) !important;
}

.bg-color-white {
    background-color: var(--color-white) !important;
}

/*-----------------------------
    Rbt Background Gradient
-------------------------------*/

/*-------------------------------------
    Background Opacity With Text Colors  
---------------------------------------*/

/*---------------------- 
    Common Css 
--------------------------*/

@-webkit-keyframes edu_bounce_loop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes edu_bounce_loop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes edu_rotatation_round {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes edu_rotatation_round {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes bounceSlide {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce-slide {
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: bounceSlide;
}

/*==============================
 *  Utilities
=================================*/

@media only screen and (max-width: 767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*===============================
    Background Color 
=================================*/

.bg-color-white {
    background: var(--color-white);
}

/*---------------------
    Height and width 
------------------------*/

/*===================
Custom Row
======================*/

.row--15 {
    margin-left: -15px;
    margin-right: -15px;
}

    .row--15 > [class*=col] {
        padding-left: 15px;
        padding-right: 15px;
    }

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/

[data-dark-black-overlay],
[data-black-overlay] {
    position: relative;
}

    
    [data-dark-black-overlay] > div,
    [data-dark-black-overlay] > *,
    [data-black-overlay] > div,
    [data-black-overlay] > * {
        position: relative;
        z-index: 2;
    }

    
    [data-dark-black-overlay]:before,
    [data-black-overlay]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

    [data-dark-black-overlay]:before {
        background-color: #000;
    }

    [data-black-overlay]:before {
        background-color: #383838;
    }


[data-dark-black-overlay="1"]:before,
[data-black-overlay="1"]:before {
    opacity: 0.1;
}


[data-dark-black-overlay="2"]:before,
[data-black-overlay="2"]:before {
    opacity: 0.2;
}


[data-dark-black-overlay="3"]:before,
[data-black-overlay="3"]:before {
    opacity: 0.3;
}


[data-dark-black-overlay="4"]:before,
[data-black-overlay="4"]:before {
    opacity: 0.4;
}


[data-dark-black-overlay="5"]:before,
[data-black-overlay="5"]:before {
    opacity: 0.5;
}


[data-dark-black-overlay="6"]:before,
[data-black-overlay="6"]:before {
    opacity: 0.6;
}


[data-dark-black-overlay="7"]:before,
[data-black-overlay="7"]:before {
    opacity: 0.7;
}


[data-dark-black-overlay="8"]:before,
[data-black-overlay="8"]:before {
    opacity: 0.8;
}


[data-dark-black-overlay="9"]:before,
[data-black-overlay="9"]:before {
    opacity: 0.9;
}


[data-dark-black-overlay="10"]:before,
[data-black-overlay="10"]:before {
    opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/

/*--------------------
    Contact Form 
----------------------*/

/*=========================
    Section Separation 
==========================*/

.mt_dec--30 {
    margin-top: -30px !important;
}

.mb--10 {
    margin-bottom: 10px !important;
}

.mt--15 {
    margin-top: 15px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mb--25 {
    margin-bottom: 25px !important;
}

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

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

.mt--40 {
    margin-top: 40px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mt--50 {
    margin-top: 50px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

/*------------------------
    Edu Common Styles  
--------------------------*/
/*-------------------------
    Rbt Default
-------------------------*/

/*-------------------------
    Rbt Round Btn
-------------------------*/
.rbt-round-btn {
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    border: 0 none;
    display: block;
}

@media only screen and (max-width: 767px) {
    .rbt-round-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.rbt-round-btn i {
    margin-right: 0;
}

.rbt-round-btn::after {
    background: var(--color-gray-light);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.4s;
    opacity: 0;
    transform: scale(0.8);
    border-radius: 100%;
    z-index: -1;
}

.rbt-round-btn:hover, .rbt-round-btn.open {
    color: var(--color-primary);
}

    .rbt-round-btn:hover::after, .rbt-round-btn.open::after {
        opacity: 1;
        transform: scale(1);
    }

/*------------------------------
    Rbt Hover Style
-------------------------------*/
.rbt-hover {
    transition: var(--transition-2);
}

    .rbt-hover:hover {
        transform: scale(1.02);
    }

/*------------------------------
    Rbt Theme Gradient
-------------------------------*/

.rbt-accordion-style .card .card-header button[aria-expanded=true]::before {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
    white-space: nowrap;
}

/*------------------------------
    Rbt Slider Gutter
-------------------------------*/

/*------------------------------
    Rbt rating
-------------------------------*/

/*------------------------------
    Rbt Shape Style
-------------------------------*/

.card-info {
    display: inline-block;
}

    .card-info .inner {
        background: var(--color-white);
        box-shadow: var(--shadow-1);
        border-radius: 5px;
        padding: 20px 30px;
    }

        .card-info .inner .name {
            font-weight: bold;
            font-size: 18px;
            line-height: 28px;
            color: var(--color-heading);
        }

            .card-info .inner .name span {
                font-size: 14px;
                color: var(--color-body);
                font-weight: 400;
            }

/*-------------------------
    Card Author Meta 
-------------------------*/

/*-----------------------------
    Rbt Border Style  
------------------------------*/
hr {
    background-color: var(--color-border);
    opacity: 1;
}

.rbt-border {
    border: 1px solid var(--color-border) !important;
}

/*-----------------------------
    Rbt Border Radius  
-------------------------------*/

.radius-6 {
    border-radius: 6px !important;
}

.radius-round {
    border-radius: 500px !important;
}

/*-----------------------------
    Rbt Shadow
-------------------------------*/

/*--------------------------
    Font Weight 
---------------------------*/

.w-500 {
    font-weight: 500 !important;
}

/*-----------------------------
    Card bg Inner Color 
--------------------------------*/

/*-----------------------------
    Rbt Background Image
--------------------------------*/

/* ========= Forms Styles ========= */
button,
[type=button],
[type=submit] {
    -webkit-appearance: button;
}

input,
select,
textarea {
    width: 100%;
    transition: 0.3s;
}

input {
    height: 40px;
    padding: 0 15px;
}

select {
    transition: 0.3s;
    height: 60px;
    line-height: 28px;
    padding: 10px 20px;
    outline: none;
    color: var(--color-body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-right: 30px;
    background: #ffffff url(../images/icons/arrow.png) no-repeat center right 20px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: var(--color-body);
    box-shadow: var(--shadow-10);
    /* -- Placeholder -- */
}

    input[type=text]::placeholder,
    input[type=email]::placeholder,
    input[type=tel]::placeholder,
    textarea::placeholder {
        color: var(--body-color);
        /* Firefox */
        opacity: 1;
    }

    input[type=text]:-ms-input-placeholder,
    input[type=email]:-ms-input-placeholder,
    input[type=tel]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: var(--body-color);
        opacity: 1;
    }

    input[type=text]::-ms-input-placeholder,
    input[type=email]::-ms-input-placeholder,
    input[type=tel]::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        /* Microsoft Edge */
        color: var(--body-color);
        opacity: 1;
    }

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=tel]:focus,
    textarea:focus {
        border-color: var(--color-primary);
    }

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
}

    input[type=checkbox] ~ label,
    input[type=radio] ~ label {
        position: relative;
        font-size: 15px;
        line-height: 25px;
        color: var(--body-color);
        font-weight: 400;
        padding-left: 20px;
        cursor: pointer;
        margin-bottom: 0;
    }

        input[type=checkbox] ~ label::before,
        input[type=radio] ~ label::before {
            content: " ";
            position: absolute;
            top: 6px;
            left: 0;
            width: 14px;
            height: 14px;
            background-color: #fff;
            border: var(--border-width) solid var(--color-border);
            border-radius: 2px;
            transition: all 0.3s;
        }

        input[type=checkbox] ~ label::after,
        input[type=radio] ~ label::after {
            content: " ";
            position: absolute;
            top: 9px;
            left: 2px;
            width: 10px;
            height: 5px;
            background-color: transparent;
            border-bottom: var(--border-width) solid #fff;
            border-left: var(--border-width) solid #fff;
            border-radius: 2px;
            transform: rotate(-45deg);
            opacity: 0;
            transition: all 0.3s;
        }

    input[type=checkbox]:checked ~ label::before,
    input[type=radio]:checked ~ label::before {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    input[type=checkbox]:checked ~ label::after,
    input[type=radio]:checked ~ label::after {
        opacity: 1;
    }

    input[type=radio] ~ label::before {
        border-radius: 50%;
    }

    input[type=radio] ~ label::after {
        width: 8px;
        height: 8px;
        left: 3px;
        background: #fff;
        border-radius: 50%;
    }

.form-group {
    margin-bottom: 20px;
    display: inline-block;
}

    .form-group input {
        border: var(--border-width) solid var(--color-border);
        border-radius: var(--radius);
        height: 50px;
        font-size: 16px;
        padding: 0px;
        width: 100%;
    }

        .form-group input:focus {
            border-color: var(--color-primary);
        }

    .form-group textarea {
        height: auto;
        min-height: 193px;
        border: var(--border-width) solid var(--color-border);
        border-radius: var(--radius);
        resize: none;
        padding: 15px;
        font-size: 16px;
        width: 100%;
    }

        .form-group textarea:focus {
            border-color: var(--color-primary);
        }

textarea {
    padding: 10px 15px;
    height: auto;
}

input[type=submit] {
    width: auto;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    transition: 0.3s;
    border: var(--border-width) solid var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    height: 60px;
    margin-top: 30px;
}

    input[type=submit]:hover {
        color: #ffffff;
        -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
        box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

input[disabled] {
    display: none;
}

/* -------------------------------- 

Primary style

-------------------------------- */

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

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

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */

/* -------------------------------- 

  xslide 

  -------------------------------- */

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

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

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */

/* -------------------------------- 

  xzoom 

  -------------------------------- */

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }

    100% {
        -moz-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }

    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

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

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

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

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }

    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }

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

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}
/**************************************
	Header Styles
***************************************/
/*---------------------------
    Header Common Styles  
----------------------------*/
.logo a {
    display: block;
}

    .logo a img {
        max-height: 50px;
        object-fit: cover;
    }

.rbt-header-top {
    position: relative;
    z-index: 9999;
}

/*-----------------------------
    Header Space Between  
------------------------------*/

/*----------------------------
    Header Top Information 
-----------------------------*/

/*--------------------------
    Dropdown Menu  
----------------------------*/

/*--------------------------
    Header Section
----------------------------*/

.rbt-header-wrapper .rbt-header-content {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

    .rbt-header-wrapper .rbt-header-content > div {
        padding: 0 5px;
    }

/*--------------------------
    Header Quick Access
----------------------------*/

/*--------------------------
    Search With Category
----------------------------*/

/*--------------------------
    Secondary Menu
----------------------------*/

/*--------------------------
    Category Button
----------------------------*/

.rbt-vertical-inner {
    display: none;
}

/*-------------------------
    Admin User Settings
--------------------------*/

/*-------------------------
    Mini Cart
--------------------------*/

/*-------------------------
    Header Animation  
--------------------------*/
@keyframes headerSticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
/*---------------------
    Header Top  
----------------------*/

.rbt-header-top .top-bar-expended {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 99;
}

    .rbt-header-top .top-bar-expended .rbt-round-btn {
        width: auto;
        height: auto;
        line-height: inherit;
    }

        .rbt-header-top .top-bar-expended .rbt-round-btn::after {
            display: none;
        }

        .rbt-header-top .top-bar-expended .rbt-round-btn i {
            color: var(--color-white);
        }

/*----------------------------
    Header Top Bar  
----------------------------*/

/*------------------------------------------
    Header With TopBar Transparent  
----------------------------------------------*/
.rbt-transparent-header .rbt-header-top {
    border-color: #525260;
}

/*--------------------------
    Header Top Styles  
-----------------------------*/
.rbt-header-campaign {
    padding: 8px 0;
}

.rbt-header-campaign.deactive {
    display: none;
}

/*---------------------------
    Header Mid Style  
----------------------------*/

/*---------------------
    Social Share  
-----------------------*/

/*----------------------------
    Navigation Position  
------------------------------*/
.mainbar-row {
    display: flex;
    justify-content: space-between;
}

    .mainbar-row .rbt-main-navigation {
        flex: 1;
        display: flex;
        margin: 0 30px;
        justify-content: center;
    }

    .mainbar-row.rbt-navigation-end .rbt-main-navigation {
        justify-content: end;
    }

/*-----------------------
    Header Style  
---------------------------*/
.rbt-header {
    position: relative;
    z-index: 99;
}

    .rbt-header .logo a img {
        max-height: 50px;
        object-fit: cover;
    }

@media only screen and (max-width: 575px) {
    .rbt-header .logo a {
        height: auto;
        line-height: initial;
    }
}

.rbt-header .rbt-header-wrapper {
    background-color: #F5F7FA;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.rbt-header .rbt-header-wrapper.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    background: transparent;
    backdrop-filter: inherit;
    box-shadow: none;
}

.rbt-header .rbt-header-wrapper.rbt-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    width: 100%;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    z-index: 99;
    box-shadow: var(--shadow-1);
}

.rbt-header .rbt-header-wrapper .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .rbt-header .rbt-header-wrapper .header-right {
        justify-content: flex-end;
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-header .rbt-header-wrapper .header-left {
        flex-basis: 40%;
    }
}


.rbt-header .rbt-header-wrapper .container {
    position: relative;
}

.rbt-header.rbt-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
}

    .rbt-header.rbt-transparent-header .rbt-header-top:not(.bg-not-transparent) {
        background: transparent !important;
    }

    .rbt-header.rbt-transparent-header .rbt-header-wrapper:not(.bg-not-transparent) {
        background: transparent !important;
        box-shadow: none;
    }

    .rbt-header.rbt-transparent-header .rbt-header-wrapper.rbt-sticky {
        background-color: var(--color-white) !important;
        box-shadow: var(--shadow-1);
    }

.side-nav-opened .rbt-header.rbt-transparent-header .rbt-header-wrapper:not(.bg-not-transparent) {
    background: #fff !important;
}

.rbt-header .rbt-header-wrapper.header-transparent .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    border-radius: 10px;
}

.rbt-header .rbt-header-wrapper.header-transparent.rbt-sticky .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    border-radius: 0 0 10px 10px;
}

/*--------------------------
    Navigation Styles 
----------------------------*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

.rbt-header .mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

    .rbt-header .mainmenu-nav .mainmenu > li > a {
        color: var(--color-heading);
        font-size: 16px;
        font-weight: 500;
        padding: 0 17px;
        display: flex;
        align-items: center;
        height: 80px;
        line-height: 80px;
        transition: 0.3s;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-header .mainmenu-nav .mainmenu > li > a {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-header .mainmenu-nav .mainmenu > li > a {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-header .mainmenu-nav .mainmenu > li > a {
        padding: 0 12px;
    }
}

.rbt-header .mainmenu-nav .mainmenu > li > a i {
    transition: 0.3s;
}

.rbt-header .mainmenu-nav .mainmenu > li > a.active {
    color: var(--color-primary);
}

.rbt-header .mainmenu-nav .mainmenu > li:hover > a, .rbt-header .mainmenu-nav .mainmenu > li.active > a {
    color: var(--color-primary) !important;
}

    .rbt-header .mainmenu-nav .mainmenu > li:hover > a i, .rbt-header .mainmenu-nav .mainmenu > li.active > a i {
        transform: rotate(180deg);
        margin-top: 2px;
    }

.rbt-header .mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

    .rbt-header .mainmenu-nav .mainmenu li:first-child a {
        padding-left: 0;
    }

    .rbt-header .mainmenu-nav .mainmenu li:last-child a {
        padding-right: 0;
    }

    .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
        min-width: 240px;
        height: auto;
        z-index: 90;
        text-align: left;
        padding: 12px 0;
        border-radius: 0 0 10px 10px;
        background-color: var(--color-white);
        box-shadow: var(--shadow-1);
        display: flex;
        flex-direction: column;
        border-top: 1px solid #e6e3f14f;
    }

        .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li {
            position: relative;
        }

            .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a {
                font-weight: 500;
                padding: 10px 20px;
                font-size: 14px;
                display: block;
                color: var(--color-body);
                margin: 0 10px;
                border-radius: 3px;
            }

                .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
                    color: var(--color-primary) !important;
                    background: var(--black-opacity);
                }

                .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a.active {
                    color: var(--color-primary) !important;
                    background: var(--black-opacity);
                }

            .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li ul.submenu {
                left: 100%;
                top: 0;
                text-align: left;
            }

    .rbt-header .mainmenu-nav .mainmenu li.with-megamenu {
        position: relative;
    }

        .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu {
            transition: 0.3s;
            width: 100%;
            padding: 0 7px;
            border-radius: 0 0 10px 10px;
            right: 0;
        }

.rbt-header .mainmenu-nav .mainmenu > li .submenu > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li a {
    padding: 0;
    margin: 0 17px;
    position: relative;
}

    .rbt-header .mainmenu-nav.onepagenav .mainmenu li a::after {
        position: absolute;
        content: "";
        left: 0;
        background: var(--color-primary);
        width: 0;
        height: 2px;
        bottom: 0;
        opacity: 0;
        transition: 0.4s;
    }

.rbt-header .mainmenu-nav.onepagenav .mainmenu li:first-child {
    margin-left: 0;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li:last-child {
    margin-right: 0;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li.current a {
    color: var(--color-primary);
}

    .rbt-header .mainmenu-nav.onepagenav .mainmenu li.current a::after {
        width: 100%;
        opacity: 1;
    }

/*----------------------------
    Mega Menu Options  
------------------------------*/

/*-----------------------
    Single Demo  
------------------------*/

/*----------------------
    Load More Btn  
-----------------------*/

/*----------------------
    Extra Css  
------------------------*/

.dashboard-mainmenu li a.active span,
.dashboard-mainmenu li a.active i {
    color: var(--color-primary);
}

/*--------------------
    Mega Menu  
-----------------------*/
/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

@media only screen and (min-width: 1200px) {
    .popup-mobile-menu {
        display: none;
    }
}

.popup-mobile-menu .inner-wrapper {
    width: 400px;
    z-index: 999;
    position: absolute;
    background-color: var(--color-white);
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: all 0.5s ease-out;
    padding: 60px 50px;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper {
        padding: 30px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .popup-mobile-menu .inner-wrapper {
        width: 300px;
        padding: 30px 20px;
    }
}

.popup-mobile-menu .inner-wrapper .inner-top {
    border-bottom: 1px solid var(--primary-opacity);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .inner-top {
        padding-bottom: 15px;
        margin-bottom: 0px;
    }
}

.popup-mobile-menu .inner-wrapper .inner-top .content {
    display: flex;
    justify-content: space-between;
}

.popup-mobile-menu .inner-wrapper .inner-top .logo a img {
    max-height: 45px;
}

.popup-mobile-menu .inner-wrapper .inner-top .close-button {
    background: var(--color-white);
    border: 0 none;
    color: var(--color-heading);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.popup-mobile-menu .inner-wrapper .content {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .content {
        display: block;
    }
}

.popup-mobile-menu .inner-wrapper .description {
    padding-right: 18%;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .description {
        padding-right: 0;
    }
}

.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

    .popup-mobile-menu.active .inner-wrapper {
        opacity: 1;
        left: 0;
        overflow-y: auto;
    }

.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 0px;
}

    .popup-mobile-menu .mainmenu li {
        margin: 0;
    }

        .popup-mobile-menu .mainmenu li a {
            padding: 8px 0;
            display: block;
            font-size: 16px;
            font-weight: 500;
        }

            .popup-mobile-menu .mainmenu li a.active {
                color: var(--color-primary) !important;
            }

            .popup-mobile-menu .mainmenu li a i {
                display: none;
            }

        .popup-mobile-menu .mainmenu li + li {
            border-top: 1px solid var(--color-border);
        }

    .popup-mobile-menu .mainmenu .has-dropdown .submenu {
        padding: 0;
        max-width: 100%;
        list-style: none;
        padding-left: 14px;
        display: none;
    }

        .popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
            font-size: 15px;
        }

            .popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
                color: var(--color-primary) !important;
            }

    .popup-mobile-menu .mainmenu .has-menu-child-item > a,
    .popup-mobile-menu .mainmenu .has-dropdown > a {
        position: relative;
    }

        .popup-mobile-menu .mainmenu .has-menu-child-item > a::after,
        .popup-mobile-menu .mainmenu .has-dropdown > a::after {
            position: absolute;
            content: "\e9b1";
            font-family: "feather" !important;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: 0.4s;
        }

        .popup-mobile-menu .mainmenu .has-menu-child-item > a.open::after,
        .popup-mobile-menu .mainmenu .has-dropdown > a.open::after {
            content: "\e996";
        }

    .popup-mobile-menu .mainmenu .rbt-megamenu {
        padding: 0;
        max-width: 100%;
        list-style: none;
        padding-left: 14px;
        display: none;
    }

.popup-mobile-menu .rbt-btn i {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .hamberger {
        margin-left: 10px;
    }
}

.hamberger .hamberger-button {
    background: transparent;
    border: 0 none;
    color: var(--color-body);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
}

/*--------------------------------
    Offcanvas Menu  
--------------------------------*/

/*-------------------------------
    Offcanvas Menu Sidebar  
--------------------------------*/
.side-menu,
.rbt-cart-side-menu {
    width: 30%;
    position: fixed;
    right: 0;
    top: 0;
    background: var(--color-white);
    z-index: 9999;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    overflow: hidden;
    overscroll-behavior: contain;
    transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s step-end;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .side-menu,
    .rbt-cart-side-menu {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .side-menu,
    .rbt-cart-side-menu {
        width: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .side-menu,
    .rbt-cart-side-menu {
        width: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .side-menu,
    .rbt-cart-side-menu {
        width: 450px;
    }
}

@media only screen and (max-width: 575px) {
    .side-menu,
    .rbt-cart-side-menu {
        width: 310px;
    }
}

.side-menu .inner-wrapper,
.rbt-cart-side-menu .inner-wrapper {
    padding: 60px 50px;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

@media only screen and (max-width: 767px) {
    .side-menu .inner-wrapper,
    .rbt-cart-side-menu .inner-wrapper {
        padding: 30px 30px;
    }
}

.side-menu .inner-wrapper .inner-top,
.rbt-cart-side-menu .inner-wrapper .inner-top {
    border-bottom: 1px solid var(--primary-opacity);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.side-menu .inner-wrapper .content,
.rbt-cart-side-menu .inner-wrapper .content {
    display: flex;
    justify-content: space-between;
}

.side-menu .inner-wrapper .description,
.rbt-cart-side-menu .inner-wrapper .description {
    padding-right: 18%;
    margin-top: 20px;
}

.side-menu .side-nav,
.rbt-cart-side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

    .side-menu .side-nav .navbar-nav,
    .rbt-cart-side-menu .side-nav .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .side-menu .side-nav .navbar-nav li,
        .rbt-cart-side-menu .side-nav .navbar-nav li {
            display: block;
            margin: 10px 0;
            padding: 0 !important;
            opacity: 0;
            transition: all 0.8s ease 500ms;
            transform: translateY(30px);
        }

            .side-menu .side-nav .navbar-nav li a,
            .rbt-cart-side-menu .side-nav .navbar-nav li a {
                color: var(--color-heading);
                font-size: var(--font-size-b1);
                font-weight: 500;
            }

            .side-menu .side-nav .navbar-nav li:first-child,
            .rbt-cart-side-menu .side-nav .navbar-nav li:first-child {
                -webkit-transition-delay: 0.1s;
                -o-transition-delay: 0.1s;
                transition-delay: 0.1s;
            }

            .side-menu .side-nav .navbar-nav li:nth-child(2),
            .rbt-cart-side-menu .side-nav .navbar-nav li:nth-child(2) {
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .side-menu .side-nav .navbar-nav li:nth-child(3),
            .rbt-cart-side-menu .side-nav .navbar-nav li:nth-child(3) {
                transition-delay: 0.3s;
            }

            .side-menu .side-nav .navbar-nav li:nth-child(4),
            .rbt-cart-side-menu .side-nav .navbar-nav li:nth-child(4) {
                transition-delay: 0.4s;
            }

            .side-menu .side-nav .navbar-nav li:nth-child(5),
            .rbt-cart-side-menu .side-nav .navbar-nav li:nth-child(5) {
                transition-delay: 0.5s;
            }

.side-menu.side-menu-active,
.rbt-cart-side-menu.side-menu-active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s step-start;
}

    .side-menu.side-menu-active .side-nav .navbar-nav li,
    .rbt-cart-side-menu.side-menu-active .side-nav .navbar-nav li {
        transform: translateY(0);
        opacity: 1;
    }

.close_side_menu {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1091;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s, visibility 0.3s;
}

.offcanvas-menu-active .close_side_menu,
.cart-sidenav-menu-active .close_side_menu {
    opacity: 1;
    visibility: visible;
}

/*---------------------------------
    Rainbow Offcanvas Side Menu  
-----------------------------------*/
.rbt-offcanvas-side-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

    .rbt-offcanvas-side-menu .inner-wrapper {
        width: 450px;
        z-index: 999;
        position: absolute;
        background-color: var(--color-white);
        height: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        opacity: 0;
        left: -150px;
        transition: all 0.5s ease-out;
        padding: 60px 50px;
        height: 100%;
        position: relative;
        overflow-y: auto;
    }

@media only screen and (max-width: 575px) {
    .rbt-offcanvas-side-menu .inner-wrapper {
        width: 310px;
        padding: 40px 30px;
    }
}

.rbt-offcanvas-side-menu .inner-wrapper .inner-top {
    border-bottom: 1px solid var(--primary-opacity);
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .rbt-offcanvas-side-menu .inner-wrapper .inner-top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.rbt-offcanvas-side-menu.active-offcanvas {
    visibility: visible;
    opacity: 1;
}

    .rbt-offcanvas-side-menu.active-offcanvas .inner-wrapper {
        opacity: 1;
        left: 0;
        overflow-y: auto;
    }

@media only screen and (max-width: 1199px) {
    .rbt-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper {
        display: none;
    }
}
/*---------------------------------
    cateory Side Menu
-----------------------------------*/

/*---------------------------------------
    One Page Navigation Inner Section 
------------------------------------------*/

/**************************************
	Elements Styles
***************************************/
/*===================
Button Area 
====================*/

.rbt-btn {
    padding: 0 26px;
    background: var(--color-primary);
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    border: 0 none;
    outline: none;
}

    .rbt-btn.btn-secondary {
        background: var(--color-secondary);
    }

        .rbt-btn.btn-secondary:hover {
            background: var(--color-primary);
        }

    .rbt-btn.btn-border {
        background: transparent;
        border: 2px solid var(--color-border);
        color: var(--color-heading);
        line-height: 57px;
    }

        .rbt-btn.btn-border:hover {
            background: var(--color-primary);
            border-color: var(--color-primary);
            color: var(--color-white);
        }

    .rbt-btn.rbt-switch-btn {
        overflow: hidden;
    }

        .rbt-btn.rbt-switch-btn span {
            display: inline-flex;
            position: relative;
            z-index: 3;
            transition: opacity 0.65s, transform 0.85s;
            transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
        }

            .rbt-btn.rbt-switch-btn span::after {
                content: attr(data-text);
                display: inline-block;
                position: absolute;
                white-space: nowrap;
                top: 50%;
                opacity: 0;
                transition: inherit;
                left: 100%;
                transform: translate(50%, -50%);
            }

    .rbt-btn.hover-icon-reverse .icon-reverse-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rbt-btn.hover-icon-reverse .btn-text {
        display: inline-block;
        transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
        margin-inline-start: -23px;
    }

    .rbt-btn.hover-icon-reverse .btn-icon {
        display: inline-block;
        transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
        transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
    }

        .rbt-btn.hover-icon-reverse .btn-icon + .btn-icon {
            margin-inline-end: 0;
            margin-inline-start: 8px;
            display: inline-block;
            margin-inline-start: 0;
            margin-inline-end: 0;
            opacity: 0;
            transform: translateX(-10px);
            transition-delay: 0s;
            order: -2;
        }

            .rbt-btn.hover-icon-reverse .btn-icon + .btn-icon i {
                padding-left: 0;
                padding-right: 6px;
            }

.rbt-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    transform: translate3d(0, -2px, 0);
    box-shadow: var(--shadow-7);
}

    .rbt-btn:hover.hover-icon-reverse .btn-text {
        transition-delay: 0.1s;
        transform: translateX(23px);
    }

    .rbt-btn:hover.hover-icon-reverse .btn-icon {
        opacity: 0;
        transition-delay: 0s;
        transform: translateX(10px);
    }

        .rbt-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
            opacity: 1;
            transform: translateX(0);
            transition-delay: 0.225s;
        }

    .rbt-btn:hover.rbt-switch-btn span {
        transform: translateX(-200%);
    }

        .rbt-btn:hover.rbt-switch-btn span::after {
            opacity: 1;
            transform: translate(100%, -50%);
        }

.rbt-btn.btn-sm {
    padding: 0 22px;
    font-size: var(--font-size-b3);
    height: 45px;
    line-height: 43px;
}

@media only screen and (max-width: 767px) {
    .rbt-btn.btn-sm {
        padding: 0 10px;
    }
}

.rbt-btn.btn-md {
    padding: 0 25px;
    font-size: var(--font-size-b3);
    height: 50px;
    line-height: 48px;
}

@media only screen and (max-width: 767px) {
    .rbt-btn.btn-md {
        padding: 0 15px;
    }
}

.rbt-btn i {
    padding-left: 6px;
    display: inline-block;
    top: 2px;
    position: relative;
    font-size: 17px;
}

.rbt-btn.hover-transform-none:hover {
    transform: none;
}

/*-------------------------------
    Button Bg Color Variation 
--------------------------------*/

@keyframes btnTxtMarqueeX {
    100% {
        transform: translateX(-200%);
    }
}

@keyframes btnTxtMarqueeY {
    100% {
        transform: translateY(-200%);
    }
}

/*-----------------------
    Modern Button  
------------------------*/

/*----------------------------------
    Education Transparent Button 
------------------------------------*/

/*-----------------------
 Video Player Button 
-------------------------*/

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0.5;
    }

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

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

    100% {
        opacity: 0;
    }
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

    100% {
        opacity: 0;
    }
}
/*--------------------------
    Section Title
---------------------------*/

.section-title .title {
    margin-bottom: 0;
}

.section-title.text-center .description {
    padding: 0 23%;
    letter-spacing: -0.5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title.text-center .description {
        padding: 0 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.text-center .description {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.text-center .description {
        padding: 0;
    }
}

.select-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.5;
    margin-bottom: 6px;
}

.rbt-short-title {
    font-size: 12px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.5;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--color-border);
}

/*====================
    Breadcrump Area 
======================*/

/*-----------------------------
    Breadcrumd Page List  
-------------------------------*/
.page-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .page-list li {
        display: inline-block;
        font-size: 14px;
        color: var(--color-body);
        margin: 0;
    }

        .page-list li i {
            display: inline-block;
            position: relative;
            top: 2px;
        }

        .page-list li.active {
            color: var(--color-body);
            opacity: 0.6;
        }

        .page-list li a {
            color: var(--color-body);
            transition: 0.5s;
        }

            .page-list li a:hover {
                color: var(--color-primary);
            }

        .page-list li .icon-right i {
            color: var(--color-body);
            display: flex;
            justify-content: center;
            align-items: center;
        }

/*----------------------------
    Breadcrumb Style Two  
------------------------------*/

/*----------------------------
    Breadcrumb Style Main  
------------------------------*/

/*-----------------------------
    Breadcrumb Style Three  
------------------------------*/

/*----------------------------- 
    Edu Course Style 
-------------------------------*/
.rbt-card {
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
    border-radius: var(--radius);
    background: var(--color-white);
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card {
        padding: 15px;
    }
}

.rbt-card .rbt-card-img {
    position: relative;
}

    .rbt-card .rbt-card-img a {
        display: block;
    }

        .rbt-card .rbt-card-img a img {
            width: 100%;
            transition: 0.5s;
            object-fit: cover;
            border-radius: var(--radius);
        }

.rbt-card .rbt-card-body {
    padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}

.rbt-card .rbt-card-body .rbt-card-title {
    margin-bottom: 10px;
}

    .rbt-card .rbt-card-body .rbt-card-title a {
        color: var(--color-heading);
    }

        .rbt-card .rbt-card-body .rbt-card-title a:hover {
            color: var(--color-primary);
        }

.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 18px;
    }
}

.rbt-card .rbt-card-body .rbt-card-text {
    color: var(--color-body);
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .rbt-card .rbt-card-body .rbt-card-text {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .rbt-card-text {
        margin-bottom: 10px;
    }
}

.rbt-card .rbt-card-body .rbt-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rbt-card.variation-02 {
    position: relative;
    padding: 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow-1);
}

    .rbt-card.variation-02 .rbt-card-body {
        padding: 30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card.variation-02 .rbt-card-body {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card.variation-02 .rbt-card-body {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card.variation-02 .rbt-card-body {
        padding: 20px;
    }
}

.rbt-card.variation-02 .rbt-card-img a img {
    max-height: 350px;
    border-radius: 6px 6px 0 0;
}

.rbt-card.card-list-2 {
    display: flex;
    border-radius: var(--radius);
    align-items: center;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card.card-list-2 {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card.card-list-2 {
        display: block;
    }
}

.rbt-card.card-list-2 .rbt-card-img {
    flex-basis: 40%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card.card-list-2 .rbt-card-img {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card.card-list-2 .rbt-card-img {
        height: auto;
    }
}

.rbt-card.card-list-2 .rbt-card-img a {
    display: block;
    height: 100%;
    width: 100%;
}

    .rbt-card.card-list-2 .rbt-card-img a img {
        border-radius: var(--radius);
        max-height: 100%;
        max-width: 100%;
    }

.rbt-card.card-list-2 .rbt-card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 60%;
    padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card.card-list-2 .rbt-card-body {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card.card-list-2 .rbt-card-body {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card.card-list-2 .rbt-card-body {
        padding-left: 0;
        padding-top: 30px;
    }
}

.rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
    font-size: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
        font-size: 20px;
    }
}

/*----------------------------
    Service Card Styles  
------------------------------*/

/*-------------------------------
    Service Style Five  
---------------------------------*/

/*-------------------------------
    Service Style Five  
---------------------------------*/
.service-card-6 {
    height: 100%;
}

    .service-card-6 .inner {
        border-radius: 5px;
        padding: 45px 35px;
        position: relative;
        z-index: 1;
        border: 1px solid var(--color-border);
        height: 100%;
    }

@media only screen and (max-width: 767px) {
    .service-card-6 .inner {
        padding: 30px 20px;
    }
}

.service-card-6 .inner .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

    .service-card-6 .inner .icon img {
        max-height: 60px;
    }

.service-card-6 .inner .content {
    padding-top: 10px;
}

    .service-card-6 .inner .content .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 8px;
        transition: 0.4s;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-card-6 .inner .content .title {
        font-size: 17px;
        line-height: 28px;
    }
}

.service-card-6 .inner .content .description {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.service-card-6:hover .inner::before {
    background: var(--color-gray-light);
    transform: scale(1.1);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.1s 0s cubic-bezier(0.23, 1, 0.32, 1);
}

/*-----------------------
    Swiper Slider  
------------------------*/

/*---------------------------
    Slick Arrow Styles  
-----------------------------*/

.swiper .rbt-cat-box-1 .inner {
    box-shadow: var(--shadow-light);
}

/*------------------------
    Feature Styles  
-------------------------*/

/*-----------------------
    About Styles  
------------------------*/

/*-----------------------------
    Call To Action Styles  
------------------------------*/

/*--------------------------------
    Call To Action Style  
--------------------------------*/

/*-------------------------
    Accordion Area  
--------------------------*/
.rbt-accordion-style .card {
    background: var(--color-primary-lighter);
    border: 0;
    border-radius: var(--radius) !important;
}

    .rbt-accordion-style .card .card-header {
        background-color: transparent;
        border-bottom: 0 none;
        box-shadow: none;
        padding: 20px 30px;
        margin-bottom: 0;
        padding-right: 38px;
    }

@media only screen and (max-width: 767px) {
    .rbt-accordion-style .card .card-header {
        padding-left: 20px;
    }
}

.rbt-accordion-style .card .card-header button {
    font-size: 18px;
    line-height: 27px;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding: 0;
    background-color: transparent;
    position: relative;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .rbt-accordion-style .card .card-header button {
        display: block;
    }
}

.rbt-accordion-style .card .card-header button[aria-expanded=true] {
    color: var(--color-primary);
}

    .rbt-accordion-style .card .card-header button[aria-expanded=true]::before {
        color: var(--color-primary);
    }

.rbt-accordion-style .card .card-header button::before {
    position: absolute;
    content: "\e996";
    font-family: "feather" !important;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.rbt-accordion-style .card .card-body {
    border-top: 1px solid var(--white-opacity);
    padding: 20px 30px 25px;
}

@media only screen and (max-width: 767px) {
    .rbt-accordion-style .card .card-body {
        padding: 20px 20px;
    }
}

.rbt-accordion-style .card + .card {
    margin-top: 20px;
}

.rbt-accordion-style.rbt-accordion-02 .card {
    background: transparent;
    border-radius: 0 !important;
}

    .rbt-accordion-style.rbt-accordion-02 .card .card-header {
        border-bottom: 1px solid var(--color-border);
        padding: 0px 20px 20px 0;
    }

        .rbt-accordion-style.rbt-accordion-02 .card .card-header button::before {
            right: -20px;
        }

        .rbt-accordion-style.rbt-accordion-02 .card .card-header .accordion-button::after {
            display: none;
        }

    .rbt-accordion-style.rbt-accordion-02 .card .card-body {
        padding: 20px 20px 20px 0;
        border-top: 0;
        background: transparent;
    }

.accordion-button::after {
    visibility: hidden;
}

/*--------------------------
    Rbt Card Table  
--------------------------*/

/*-----------------------------
    Accordion Color White  
-------------------------------*/

/*----------------------
    Edu Image Gallery  
------------------------*/

/*------------------------
    Counter Up Styles  
-------------------------*/

/*-----------------------
    Black Overlay  
------------------------*/

/*--------------------------
    Pricing Table  
----------------------------*/

/*----------------------------
    Advance Pricing Table  
------------------------------*/

/*------------------------
    Edu Badge Styles  
--------------------------*/

.team {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

    .team::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85%;
        display: block;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
        transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        cursor: pointer;
    }

    .team::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85%;
        display: block;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
        transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        cursor: pointer;
        opacity: 0;
    }

    .team .thumbnail {
        display: block;
        position: relative;
        z-index: 1;
    }

        .team .thumbnail img {
            width: 100%;
        }

    .team .content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 35px 40px;
        z-index: 2;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team .content {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .team .content {
        padding: 20px;
    }
}

.team .content .title {
    color: #ffffff;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.25s;
    transform: translateY(10px);
    transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team .content .title {
        font-size: 22px;
    }
}

.team .content .title a {
    color: #ffffff;
}

.team ul.social-icon {
    position: absolute;
    top: 25px;
    left: 35px;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    margin: 0 -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team ul.social-icon {
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .team ul.social-icon {
        left: 20px;
    }
}

.team ul.social-icon li {
    margin: 0 10px;
    transform: translateY(8px) scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

    .team ul.social-icon li a {
        color: #ffffff;
        font-size: 15px;
        transition: 0.3s;
    }

        .team ul.social-icon li a svg {
            transition: 0.3s;
            fill: #ffffff;
            height: 18px;
            width: 18px;
        }

        .team ul.social-icon li a:hover svg {
            transform: scale(1.3);
        }

.team:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(253, 71, 102, 0.0022);
}

    .team:hover::before {
        opacity: 0;
    }

    .team:hover::after {
        opacity: 1;
    }

    .team:hover .content .title {
        transition-delay: 0.25s;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .team:hover ul.social-icon li {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

        .team:hover ul.social-icon li:nth-child(1) {
            -webkit-transition-delay: 0.07692s;
            transition-delay: 0.07692s;
        }

        .team:hover ul.social-icon li:nth-child(2) {
            -webkit-transition-delay: 0.15385s;
            transition-delay: 0.15385s;
        }

        .team:hover ul.social-icon li:nth-child(3) {
            -webkit-transition-delay: 0.23077s;
            transition-delay: 0.23077s;
        }

        .team:hover ul.social-icon li:nth-child(4) {
            -webkit-transition-delay: 0.33077s;
            transition-delay: 0.23077s;
        }

        .team:hover ul.social-icon li:nth-child(5) {
            -webkit-transition-delay: 0.43077s;
            transition-delay: 0.23077s;
        }

    .team:hover .content {
        opacity: 1;
        visibility: visible;
    }

.team-slide-activation-2 .swiper-wrapper {
    margin: -30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-slide-activation-2 .swiper-wrapper {
        margin: -15px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-slide-activation-2 .swiper-wrapper {
        margin: -15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .team-slide-activation-2 .swiper-wrapper {
        margin: -15px 0;
    }
}

/*---------------------
    Team Tab   
--------------------*/

/*---------------------------
    Team Modal Style  
-----------------------------*/

/*-----------------------
    Social Icons 
-------------------------*/
.social-default {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin: -5px;
}

    .social-default li {
        margin: 5px;
    }

        .social-default li a {
            width: 48px;
            background-color: var(--color-gray-light);
            height: 48px;
            line-height: 45px;
            text-align: center;
            display: inline-block;
            border-radius: 100%;
            transition: 0.3s;
            color: var(--color-body);
            z-index: 2;
            position: relative;
        }

            .social-default li a::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                background: var(--color-primary);
                transform: scale(0.5);
                opacity: 0;
                transition: 0.3s;
                border-radius: 100%;
            }

            .social-default li a:hover {
                color: var(--color-white);
            }

                .social-default li a:hover::after {
                    transform: scale(1);
                    opacity: 1;
                }

            .social-default li a i {
                vertical-align: middle;
            }

    .social-default.transparent-with-border li a {
        line-height: 41px;
        background: transparent;
        border: 2px solid var(--color-border);
    }

        .social-default.transparent-with-border li a:hover {
            border-color: transparent !important;
        }

        .social-default.transparent-with-border li a::after {
            border: 1px solid var(--color-primary);
        }

/*----------------------------
    Edu Pagination Style  
------------------------------*/

/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.rbt-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--black-opacity);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .rbt-progress-parent::after {
        position: absolute;
        font-family: "feather" !important;
        content: "\e914";
        text-align: center;
        line-height: 46px;
        font-size: 20px;
        color: var(--color-primary);
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .rbt-progress-parent:hover::after {
        color: var(--color-primary);
    }

    .rbt-progress-parent::before {
        position: absolute;
        font-family: "feather" !important;
        content: "\e914";
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        opacity: 0;
        background: #0d0d12;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        color: var(--color-primary);
    }

    .rbt-progress-parent svg path {
        fill: none;
    }

    .rbt-progress-parent svg.rbt-back-circle path {
        stroke: var(--color-primary);
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        opacity: 0.6;
    }

/*----------------------
    Newsletter Styles  
------------------------*/

.newsletter-form-1 {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    z-index: 1;
}

    .newsletter-form-1.radius-round input {
        border-radius: 500px;
    }

    .newsletter-form-1 input {
        background: var(--color-white);
        border: 0 none;
        height: 70px;
        line-height: 70px;
        padding: 0 20px;
        padding-right: 172px;
    }

@media only screen and (max-width: 767px) {
    .newsletter-form-1 input {
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .newsletter-form-1 input {
        padding-right: 20px;
        font-size: 14px;
    }
}

.newsletter-form-1 .rbt-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


/*-------------------------------
    Newsletter Styles One 
----------------------------------*/

/*---------------------
    Brand Styles 
----------------------*/

/*----------------------------------
    Portfolio Grid Layout  
----------------------------------*/

/*---------------------
    Extra Css  
-----------------------*/

/* Form Group  */
.form-group {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    display: block;
}

    .form-group label {
        position: absolute;
        left: 0;
        width: 100%;
        top: 9px;
        color: var(--color-body);
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 0.5px;
        font-size: 18px;
        line-height: 28px;
    }

    .form-group input,
    .form-group textarea {
        border: 0;
        border-bottom: 2px solid var(--color-border);
        background-color: transparent;
        padding-bottom: 8px;
        padding-top: 20px;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .form-group input[type=submit] {
            border: 2px solid var(--color-heading);
            background: #ffffff;
            color: var(--color-heading);
            font-size: 16px;
            font-weight: 700;
            height: 46px;
            line-height: 44px;
            padding: 0;
            text-transform: capitalize;
        }

            .form-group input[type=submit]:hover {
                background: var(--color-heading);
                color: #ffffff;
            }

    .form-group textarea {
        border: 0;
        padding-bottom: 8px;
        padding-top: 8px;
        border-bottom: 2px solid var(--color-border);
        background-color: transparent;
        resize: none;
        min-height: 133px;
    }

    .form-group.focused label {
        top: -10px;
        font-size: 12px;
        color: var(--color-primary);
        transition: 0.3s;
    }

/* ---------------------------
Testimonial Styles 
------------------------------*/

/* ------------------------------
Testimonial Thumbnail 
-------------------------------- */

/* ------------------------------
    Testimonial Style Two 
-------------------------------- */

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

.nav-tabs {
    border-bottom: 0;
}

/*-------------------------
    Advance Tab Style Two  
--------------------------*/

/*---------------------
    Tab Styles  
-----------------------*/

/*----------------------
    Category Styles  
-------------------------*/

/*-------------------
  Instagram Styles
---------------------*/

/*--------------------------
    split Area Styles  
----------------------------*/

/*------------------------
    Countdown Styles  
-------------------------*/

/*-----------------------
    Progress Bar 
-----------------------*/

/*-----------------------------------
    Radial Progress 
-----------------------------------*/

.radial-progress {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .radial-progress {
        display: inline-block;
    }
}

/*--------------------------
    Category Box Layout  
----------------------------*/
.rbt-cat-box-1 {
    display: block;
}

    .rbt-cat-box-1 .inner {
        background-color: var(--color-white);
        box-shadow: var(--shadow-1);
        border-radius: var(--radius-10);
        padding: 50px 40px;
    }

@media only screen and (max-width: 1199px) {
    .rbt-cat-box-1 .inner {
        padding: 20px 20px;
    }
}

.rbt-cat-box-1 .inner .content .title {
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-cat-box-1 .inner .content .title {
        margin-bottom: 5px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-cat-box-1 .inner .content .title {
        margin-bottom: 5px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-cat-box-1 .inner .content .title {
        margin-bottom: 5px;
        font-size: 16px;
    }
}

.rbt-cat-box-1.variation-5 .inner {
    position: relative;
    z-index: 1;
    border-radius: 0;
    padding: 0;
}

    .rbt-cat-box-1.variation-5 .inner .thumbnail a {
        display: block;
    }

        .rbt-cat-box-1.variation-5 .inner .thumbnail a img {
            border-radius: 6px;
        }

    .rbt-cat-box-1.variation-5 .inner .content {
        display: flex;
        justify-content: space-between;
        padding: 20px 25px;
        position: absolute;
        z-index: 2;
        background: var(--color-white);
        left: 10px;
        bottom: 10px;
        right: 10px;
        border-radius: 6px;
    }

        .rbt-cat-box-1.variation-5 .inner .content .title {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 1.4;
            flex-basis: 90%;
        }

        .rbt-cat-box-1.variation-5 .inner .content .read-more-btn {
            flex-basis: 10%;
        }

.rbt-cat-box-1:hover {
    transform: translate3d(0, -10px, 0);
}
/*---------------------------
    Filter Exanded  
-----------------------------*/

.default-exp-expand {
    display: none;
}

/*-------------------------
    Price Filter  
--------------------------*/

/*-------------------
    Bootstrap Select  
----------------------*/

.rbt-modern-select .bootstrap-select button.btn-light {
    border: 0 none;
    box-shadow: var(--shadow-1);
    height: 50px;
    padding: 10px 20px;
    outline: none;
    color: var(--color-body);
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-right: 30px;
    background-color: var(--color-white);
    outline: none;
}

.rbt-modern-select.bg-transparent .bootstrap-select button.btn-light {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid var(--color-border);
}

.rbt-modern-select.height-45 .bootstrap-select button.btn-light {
    height: 45px;
}

.rbt-modern-select .bootstrap-select button.actions-btn {
    padding: 7px 6px;
    font-size: 13px;
    box-shadow: none;
    background: #f8f9fa;
    height: 38px;
    line-height: 24px;
    transition: 0.4s;
}

    .rbt-modern-select .bootstrap-select button.actions-btn:hover {
        background: var(--color-primary);
        color: var(--color-white);
    }

.rbt-modern-select .bootstrap-select .dropdown-menu.inner {
    display: block;
    padding: 10px;
    margin: 0;
}

.rbt-modern-select .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 11px;
}

.rbt-modern-select .dropdown-menu {
    padding: 0;
    box-shadow: var(--shadow-1);
    border: 0 none;
    border-radius: 6px !important;
    background-color: var(--color-white);
    min-width: 100%;
    max-width: 100%;
}

.rbt-modern-select .dropdown-item {
    padding: 5px 10px;
    color: var(--color-body);
    border-radius: 4px;
}

.rbt-modern-select .bootstrap-select .dropdown-menu li {
    margin: 0;
    padding: 0;
}

    .rbt-modern-select .bootstrap-select .dropdown-menu li.no-results {
        padding: 4px 8px;
        background: transparent;
        white-space: nowrap;
        font-size: 16px;
        color: var(--color-danger);
        padding-bottom: 10px;
    }

.rbt-modern-select .dropdown-item.active,
.rbt-modern-select .dropdown-item:active {
    background-color: var(--black-opacity);
    color: var(--color-primary);
}

.rbt-modern-select .bootstrap-select .dropdown-menu li a span.text {
    font-size: 16px;
}

.rbt-modern-select .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    width: 100%;
    position: relative;
    flex: inherit;
    min-width: 100%;
    align-items: center;
}

.rbt-modern-select .filter-option-inner {
    display: block;
    width: 100%;
}

.rbt-modern-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    display: block;
}

.rbt-modern-select .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.rbt-modern-select .dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    opacity: 0.5;
}

.rbt-modern-select .btn-check:active + .btn-light:focus,
.rbt-modern-select .btn-check:checked + .btn-light:focus,
.rbt-modern-select .btn-light.active:focus,
.rbt-modern-select .btn-light:active:focus,
.rbt-modern-select .show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.rbt-modern-select .bs-searchbox .form-control {
    outline: none;
    box-shadow: none;
    border: 2px solid var(--color-border);
    border-radius: 6px;
    margin-bottom: 2px;
    font-size: 16px;
}

.rbt-modern-select .dropdown-item:focus, .rbt-modern-select .dropdown-item:hover {
    color: var(--color-primary);
    background-color: var(--black-opacity);
}

.rbt-modern-select .btn-group > .btn-group:not(:last-child) > .btn,
.rbt-modern-select .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

.rbt-modern-select .bs-actionsbox,
.rbt-modern-select .bs-donebutton,
.rbt-modern-select .bs-searchbox {
    padding: 10px;
    padding-bottom: 5px;
}

    .rbt-modern-select .bs-searchbox + .bs-actionsbox {
        padding: 0 10px 4px;
    }

    .rbt-modern-select .bs-actionsbox .btn-group button {
        width: calc(50% - 10px);
        margin: 5px;
        margin-left: 5px !important;
    }

    .rbt-modern-select .bs-actionsbox .btn-group {
        display: block;
        margin: -5px;
    }
.rbt-modern-select .bootstrap-select > select {
    left: 0;
}

/*-----------------------
    Team Styles  
------------------------*/

/*----------------------
    Rbt List Style  
------------------------*/

.plan-offer-list {
    margin: -10px;
}

    .plan-offer-list li {
        font-size: 16px;
        margin: 10px;
    }

        .plan-offer-list li i {
            width: 22px;
            height: 22px;
            background: var(--color-success);
            margin: 0 auto;
            line-height: 22px;
            text-align: center;
            border-radius: 100%;
            color: var(--color-white);
            font-size: 14px;
            margin-right: 10px;
            display: inline-block;
        }

/*-------------------------------
 Modern Course Features  
-------------------------------*/

/*---------------------------
    Course Feature List  
-----------------------------*/

.search-trigger-active.open i.feather-search::before {
    content: "\ea02";
}

.rbt-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #f1f0f3;
    box-shadow: 0 4px 16px rgba(8, 10, 18, 0.1);
    z-index: 104;
    visibility: hidden;
    clip: rect(0px, 200vw, 0, 0px);
    opacity: 0;
    transition: opacity 0.2s linear, clip 0.6s linear, visibility 0s 0.2s;
    transform: translateZ(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-search-dropdown {
        max-height: 500px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-search-dropdown {
        max-height: 500px;
        overflow-y: scroll;
    }
}

.rbt-search-dropdown.active {
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 200vw, 200vh, 0px);
    transition: clip 0.6s linear, opacity 0.2s linear;
}

.rbt-search-dropdown .rbt-card {
    padding: 10px;
    box-shadow: var(--shadow-1);
}

    .rbt-search-dropdown .rbt-card .rbt-card-body {
        padding-top: 18px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 8px;
    }

        .rbt-search-dropdown .rbt-card .rbt-card-body .rbt-card-title {
            margin-bottom: 7px;
            font-size: 16px;
        }

.side-nav-opened body::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
    transition: all 0.7s;
}

/*-------------------------
    Search Style Default  
--------------------------*/

/*-------------------------
    Search Style One  
--------------------------*/
.rbt-search-style-1 {
    position: relative;
}

    .rbt-search-style-1 input {
        height: 50px;
        line-height: 50px;
        padding-right: 50px;
    }

    .rbt-search-style-1 .search-btn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        background: transparent;
        padding: 0;
        border: 0 none;
        display: block;
        width: 50px;
        text-align: center;
        transition: 0.4s;
    }

        .rbt-search-style-1 .search-btn:hover {
            color: var(--color-primary);
        }

/*----------------------
    RBT Video Styles  
-----------------------*/

.side-nav-opened body::before,
.close_side_menu,
.popup-mobile-menu,
.rbt-offcanvas-side-menu {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
}

/*----------------------
    Error Styles  
------------------------*/

/**************************************
	Blog Styles
***************************************/
/*-----------------------
    Blog Style  
-------------------------*/

/* Common Style  */

/*-----------------------
    Blog Meta  
-----------------------*/

/*---------------------------
    Blog Sidebar Styles  
----------------------------*/

/*----------------------------
    Blog Details Styles  
----------------------------*/

/*------------------------
    Comment Post Total  
---------------------------*/

/*------------------------
    Comment Form  
-------------------------*/

/* --------------------------
    Comments Styles  
-----------------------------*/

/*---------------------------
    Unit Test Blog Details  
-----------------------------*/

/**************************************
	Shop Styles
***************************************/
/*------------------------
    Shop Styles  
--------------------------*/
.filter-select select {
    border: 0 none;
    box-shadow: var(--shadow-1);
    width: auto;
    min-width: 250px;
}

/*---------------------------
    Product Details 
----------------------------*/
.pro-qty {
    max-width: 120px;
    height: 50px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    padding: 0;
    display: flex;
    margin: auto;
    min-width: 50px;
    align-items: center;
}

    .pro-qty .qtybtn {
        width: 45px;
        display: block;
        float: left;
        line-height: 50px;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: var(--color-body);
        height: 50px;
    }

    .pro-qty input {
        width: 28px;
        float: left;
        border: none;
        height: 33px;
        line-height: 33px;
        padding: 0;
        text-align: center;
        background-color: transparent;
        box-shadow: none;
    }

@media only screen and (max-width: 575px) {
    .pro-qty {
        margin: 0;
    }
}

/*----------------------
    My Account  
------------------------*/

/*---------------------------------------
    11. Cart
-----------------------------------------*/

/*-- Calculate Shipping --*/

/*-- Discount Coupon --*/

/*-- Cart Summary --*/

/*---------------------------------------
    13. Checkout
-----------------------------------------*/

/*-- Checkout Form --*/

/*-- Shipping Form --*/
#shipping-form {
    display: none;
}

/*-- Checkout Cart Total --*/

/*-- Checkout Payment Method --*/

/*-- Single Payment Method --*/
.single-method {
    margin-bottom: 20px;
}

    .single-method:last-child {
        margin-bottom: 0;
    }

    .single-method p {
        display: none;
        margin-top: 8px;
        font-size: 14px;
        color: var(--color-heading);
        line-height: 23px;
    }

/*-- Place Order --*/

/*---------------------
    Minicart Style  
---------------------*/

.rbt-cart-side-menu .inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rbt-cart-side-menu .side-nav {
    max-height: 50vh;
    overflow-y: auto;
    flex-grow: 1;
}

/**************************************
	Template Styles
***************************************/
/*------------------------------
 * HiStudy Banner Styles
---------------------------------*/

.height-650 {
    height: 650px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .height-650 {
        height: auto;
    }
}

/*-------------------------------------------------------
    Banner Style Home One And Home Five (variation-2)
-------------------------------------------------------------*/

/*------------------------------
    Banner Style Home Two  
-------------------------------*/

/*-----------------------
    Home 03 Banner 
------------------------*/

/*-----------------------
    Home 04 Banner  
------------------------*/

/*--------------------------------
    Banner Home 06 && 12   
--------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-5 {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-5 {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-5 {
        padding: 100px 0;
    }
}

.rbt-banner-5 .inner .title {
    margin-bottom: 25px;
    display: inline-block;
    color: var(--color-white);
    font-size: 70px;
    padding: 0 12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-5 .inner .title {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-5 .inner .title {
        max-width: 100%;
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-5 .inner .title {
        font-size: 40px;
        padding: 0 17%;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-5 .inner .title {
        font-size: 42px;
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-banner-5 .inner .title {
        font-size: 32px;
    }
}

.rbt-banner-5 .inner .title span {
    display: inline-block;
}

    .rbt-banner-5 .inner .title span label {
        margin-bottom: 0;
    }

.rbt-banner-5 .inner .description {
    font-family: var(--font-primary);
    padding: 0 12%;
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: var(--color-white);
    opacity: 0.7;
    letter-spacing: -0.5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-5 .inner .description {
        padding: 0 14%;
        font-size: 22px;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-5 .inner .description {
        padding: 0 1%;
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-5 .inner .description {
        padding: 0 1%;
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-banner-5 .inner .description {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

.rbt-banner-5 .inner.text-start .title {
    padding: 0;
    max-width: 36%;
    font-size: 53px;
    line-height: 1.3;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-5 .inner.text-start .title {
        max-width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-5 .inner.text-start .title {
        max-width: 71%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-5 .inner.text-start .title {
        max-width: 69%;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-5 .inner.text-start .title {
        max-width: 100%;
        font-size: 34px;
    }
}

.rbt-banner-5 .inner.text-start .description {
    padding: 0;
    max-width: 33%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-5 .inner.text-start .description {
        padding: 0;
        max-width: 48%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-5 .inner.text-start .description {
        padding: 0;
        max-width: 55%;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-5 .inner.text-start .description {
        max-width: 100%;
        font-size: 18px;
    }
}

/*--------------------------------------
    Banner Home 07 && 09 && 13 
------------------------------------------*/

/*-----------------------
    Banner Home 08
------------------------*/

/*--------------------------------------
    Banner Home 10 && 14 && 15 &&  about 
----------------------------------------*/

/* Gif Banner Area  */
.rbt-gif-banner-area {
    position: relative;
    box-shadow: var(--shadow-1);
    border-radius: 10px;
    z-index: 2;
}

    .rbt-gif-banner-area .thumbnail img {
        outline: none;
        max-height: 600px;
        object-fit: cover;
    }

/*-----------------------
    Banner Style 9  
------------------------*/

/*-----------------------
    Banner Style 10 
------------------------*/

/*----------------------
 tool tip 
------------------------*/

/*------------------------
    Swiper Thumb  
-------------------------*/

/*-------------------------
    Course Details  
--------------------------*/
/*-------------------------
    Single Course Meta  
--------------------------*/

/*---------------------------
    Video Course Content  
----------------------------*/

/*----------------------------
    Rbt rating Styles  
------------------------------*/

/*---------------------------------
    Featured Review List Wrapper  
-----------------------------------*/

/*---------------------------
    Course Top  
----------------------------*/

/*-------------------------
    Course Grid Column  
---------------------------*/
.rbt-course-grid-column {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -30px;
}

.rbt-course-grid-column .rbt-card .rbt-card-img {
    transition: none;
}

    .rbt-course-grid-column .rbt-card .rbt-card-img a {
        transition: none;
    }

        .rbt-course-grid-column .rbt-card .rbt-card-img a img {
            transition: none;
        }

/*------------------------- 
Course Sidebar 
-------------------------*/

/* Course Video Wrapper  */

/*------------------------
    Contact Styles 
--------------------------*/

/*-----------------------
    Course Sidebar  
------------------------*/
/*-----------------------------
    Rbt Sidebar Common Style 
--------------------------------*/
.rbt-check-group {
    position: relative;
}

    .rbt-check-group label {
        display: flex;
        justify-content: space-between;
    }

/*---------------------------
    Rbt Show More Button  
------------------------------*/
.rbt-show-more-btn {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    margin-top: 5px;
    position: relative;
    padding: 3px 0;
    cursor: pointer;
}

    .rbt-show-more-btn::before {
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
        position: absolute;
        content: "";
        left: 0;
        bottom: 100%;
        width: 100%;
        height: 80px;
    }

    .rbt-show-more-btn::after {
        content: "\e92e";
        position: absolute;
        font-family: "feather";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .rbt-show-more-btn.active::before {
        background: none;
        display: none;
    }

    .rbt-show-more-btn.active::after {
        content: "\e931";
    }

.has-show-more .has-show-more-inner-content {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.has-show-more.active .has-show-more-inner-content {
    max-height: inherit !important;
}

/*---------------------------------
    Rbt Sidebar Widget Wrapper
-----------------------------------*/

/*------------------------
    Rbt Single Widget  
-------------------------*/

.rbt-course-action-bottom {
    background-color: var(--color-white);
    box-shadow: var(--shadow-1);
    position: fixed;
    bottom: -75px;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    padding: 10px 0;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .rbt-course-action-bottom {
        bottom: -128px;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-course-action-bottom {
        bottom: -150px;
    }
}

.rbt-course-action-bottom.rbt-course-action-active {
    bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
    .rbt-course-action-bottom.rbt-course-action-active {
        bottom: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-course-action-bottom.rbt-course-action-active {
        bottom: 0 !important;
    }
}

/*-----------------------------------
    Instructor Dashboard Style  
----------------------------------*/

/*----------------------------
    Instructor Dashboard  
------------------------------*/

/**************************************
	Footer Styles
***************************************/
/*===========================
    Start Footer Area 
=============================*/
/*-----------------------
    Footer Style One  
-------------------------*/
.footer-style-1 .footer-top {
    padding-top: 80px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .footer-style-1 .footer-top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.footer-style-1 .ft-title {
    color: var(--color-heading);
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-1 .ft-title {
        font-size: 18px;
    }
}

.footer-style-1 .description {
    font-size: 16px;
    line-height: 25px;
}

.footer-widget .ft-link li {
    margin: 0;
    color: var(--color-body);
    font-size: 16px;
    line-height: 25px;
}

    .footer-widget .ft-link li span {
        font-weight: 500;
    }

    .footer-widget .ft-link li a {
        color: var(--color-body);
        display: inline-block;
        position: relative;
    }

        .footer-widget .ft-link li a:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: bottom right;
            transition: transform 0.3s;
        }

        .footer-widget .ft-link li a:hover {
            color: var(--color-primary);
        }

            .footer-widget .ft-link li a:hover:after {
                transform-origin: bottom left;
                transform: scaleX(1);
            }

    .footer-widget .ft-link li + li {
        margin-top: 10px;
    }

.footer-widget .form-group label {
    font-size: 16px;
    line-height: 31px;
}

/* Footer Style Three  */

/*----------------------
    Copyright Styles  
-----------------------*/

/*-------------------------
    Back To Top  
---------------------------*/
/*----------------------------
    BG Color Darker  
------------------------------*/

/*----------------------------
    Slider Default Style 
------------------------------*/

/*-----------------------
    Service Area  
------------------------*/

/*-------------------------------
    Modern Course Features  
-------------------------------*/

/*-------------------------------
    Layout Presentation
-------------------------------*/

/*--------------------------
    Single Demo Area  
----------------------------*/

/*--------------------------
    Inner Page Layout Area  
------------------------------*/

/*--------------------------
    Testimonial Styles  
----------------------------*/

/*------------------------
    Preview Service  
--------------------------*/

/*------------------------ 
    Call To Action Footer  
--------------------------*/

/*---------------------------
    Plugin Presentation 
----------------------------*/

/*-----------------------------
    All Feature Presentation 
-------------------------------*/

.service-section .title {
    color: var(--Neutral-D_Grey, #4D4D4D);
    text-align: center;
    font-size: 42px;
    margin-bottom: 5px;
}

.service-section .service-card-6 .inner {
    border: 0;
    border-radius: 8px;
    background: var(--Neutral-White, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(171, 190, 209, 0.20);
}

    .service-section .service-card-6 .inner .content .title {
        font-size: 28px;
        line-height: 1.6;
        margin-bottom: 10px;
        color: #4D4D4D;
    }

    .service-section .service-card-6 .inner .content .description {
        font-size: 18px;
        color: #717171;
    }

.rbt-footer {
    background-color: #263238;
}

    .rbt-footer .logo a img {
        max-height: 80px;
    }

    .rbt-footer.footer-style-1 .description {
        color: #F5F7FA;
    }

    .rbt-footer .social-default li a {
        color: #ffffff;
        background-color: #555e64;
    }

    .rbt-footer.footer-style-1 .ft-title {
        color: #ffffff;
    }

    .rbt-footer .footer-widget .ft-link li a {
        color: #F5F7FA;
    }

.get-touch-section {
    position: relative;
    padding: 70px 0;
    background-color: #F5F7FA;
}

    .get-touch-section .section-title .title {
        font-size: 64px;
        color: #263238;
        margin-bottom: 30px;
    }

.blog-section {
    position: relative;
    padding: 70px 0;
}

    .blog-section .rbt-card.variation-02 .rbt-card-body {
        text-align: center;
    }

    .blog-section .rbt-card .rbt-card-body .rbt-card-bottom {
        justify-content: center;
    }

    .blog-section .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }

    .blog-section .rbt-card .rbt-card-body .rbt-card-text {
        font-size: 17px;
    }

.supply-production .rbt-cat-box-1.variation-5 .inner .content {
    background: color(a98-rgb 0.04 0.04 0.04 / 0.55);
    display: block;
    text-align: center;
    bottom: -15px;
}

.service-section {
    position: relative;
    padding: 50px 0;
}

.supply-production {
    position: relative;
    padding: 50px 0;
}

    .supply-production .rbt-cat-box-1 {
        margin-bottom: 35px;
    }

        .supply-production .rbt-cat-box-1.variation-5 .inner .content .title {
            margin-bottom: 5px;
        }

            .supply-production .rbt-cat-box-1.variation-5 .inner .content .title a {
                color: #fff;
            }

                .supply-production .rbt-cat-box-1.variation-5 .inner .content .title a:hover {
                    color: var(--color-primary);
                }

        .supply-production .rbt-cat-box-1.variation-5 .inner .content .text-par {
            color: #B4B4B4;
        }

        .supply-production .rbt-cat-box-1.variation-5 .inner .thumbnail a img {
            border-radius: 0px;
            width: 100%;
        }

.section-title.title-underline .title {
    position: relative;
    padding-bottom: 20px;
}

    .section-title.title-underline .title::before {
        content: "";
        height: 6px;
        width: 150px;
        background-color: #C4C4C4;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

.about-section {
    position: relative;
    padding: 60px 0;
}

    .about-section .about-img {
        border-radius: 15px;
    }

    .about-section .title {
        font-size: 42px;
    }

    .about-section .card-info.bounce-slide {
        position: relative;
        bottom: 98px;
    }

    .about-section .title {
        margin-bottom: 40px
    }

    .about-section .plan-offer-list li {
        margin-bottom: 25px;
        font-size: 22px;
        color: #191A15;
    }

        .about-section .plan-offer-list li:last-of-type {
            margin-bottom: 0;
        }

        .about-section .plan-offer-list li i {
            background: #54BD95;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 32px;
            height: 32px;
            background: #54BD95;
            vertical-align: middle;
        }

    .about-section .content {
        position: relative;
    }

        .about-section .content .info-card-about {
            border-radius: 10px;
            background: #FFF;
            box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
            padding: 20px;
            padding-left: 80px;
            display: inline-block;
            position: absolute;
            top: 25px;
            left: 0;
        }

            .about-section .content .info-card-about svg {
                position: absolute;
                left: 24px;
            }

            .about-section .content .info-card-about h5 {
                margin-bottom: 5px;
            }

.terms-section {
    padding: 70px 0;
    position: relative;
}

    .terms-section .header h1 {
        font-size: 36px;
        color: #1E2022;
    }

    .terms-section .content h2 {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .terms-section .content h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .terms-section .content p {
        margin-top: 10px;
        text-align: justify;
    }

    .terms-section .sidebar ul {
        list-style-type: none;
        padding-left: 0;
    }

        .terms-section .sidebar ul li {
            margin-bottom: 15px;
        }

            .terms-section .sidebar ul li a {
                color: #77838F;
                display: inline-block;
            }

                .terms-section .sidebar ul li a:hover {
                    color: var(--color-primary);
                }

            .terms-section .sidebar ul li:hover {
                cursor: pointer;
            }

    .terms-section .badge {
        border-radius: 5px;
        background: #1565D8 !important;
        padding: 8px 12px;
    }

    .terms-section .sidebar {
        padding-left: 40px;
        border-right: 0px ;
    }

.rbt-newsletter-area.newsletter-section {
    position: relative;
    padding: 70px 0;
    background-color: #F7FAFD;
}

    .rbt-newsletter-area.newsletter-section .newsletter-form-1 input {
        height: 58px;
        line-height: 58px;
        padding: 0 20px;
        padding-right: 80px;
        box-shadow: none;
        border: 0 !important;
    }

    .rbt-newsletter-area.newsletter-section .newsletter-form-1 .rbt-btn.btn-md {
        padding: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 42px;
        line-height: 48px;
    }

.rbt-banner-5 .newsletter-form-1 input {
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    padding-right: 80px;
    border: 0 !important;
    box-shadow: none;
}

.rbt-banner-5 .newsletter-form-1 .rbt-btn.btn-md {
    padding: 0 15px;
    height: 44px;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 56px;
}

    .rbt-banner-5 .newsletter-form-1 .rbt-btn.btn-md i {
        padding-left: 0;
        top: 0px;
        font-size: 20px;
    }

.Transportation-page {
    padding: 70px 0;
    position: relative;
}

.rbt-google-map {
    padding: 70px 0;
    position: relative;
}

.contact-section {
    padding: 70px 0;
    position: relative;
}

    .contact-section .contact-details {
        padding-left: 25px;
        padding-top: 25px;
    }
        .contact-section .contact-details .contact-infblock{
            margin-bottom:30px;
        }
            .contact-section .contact-details .contact-infblock:last-of-type{
                margin-bottom:0;
            }
            .contact-section .contact-details .contact-infblock h5 {
                font-size: 16px;
                color: #000;
                margin-bottom: 10px;
            }
        .contact-section .contact-details .contact-infblock a {display:inline-block;
                                                               position:relative;
        }
.contact-section .contact-details .contact-infblock i {
    color: #001E1D;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.4;
    display: inline-block;
}
        .contact-section .contact-details .contact-infblock a:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: bottom right;
            transition: transform 0.3s;
        }
            .contact-section .contact-details .contact-infblock a:hover:after {
                transform-origin: bottom left;
                transform: scaleX(1);
            }
            .contact-section .contact-details .contact-infblock .par-contact {
                color: #454C56; 
                font-size: 18px; 
                font-weight: 500; 
            }
                .contact-section .contact-details .contact-infblock .par-contact strong {
                    min-width: 160px;
                    margin-right: 20px;
                    display: inline-block;
                }
    .contact-section .section-title .title {
        color: #0B1621; 
        font-size: 42px; 
        font-weight: 700;  
    }
    .contact-section .section-title p {
        color: #434A54; 
        font-size: 16px; 
        font-weight: 600; 
    }
.wave-shape .shape-svg {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}
.rbt-banner-5.wave-shape{
    padding-bottom:70px;
}
.about-text{
    position:relative;
    padding:70px 0;
}
    .about-text .sub-title {
        color: #1565D8; 
        font-size: 14px; 
        font-weight: 600; 
        text-transform: uppercase;margin-bottom:10px;
    }
    .about-text .title-about {
        color: #183B56;
        font-size: 34px;
        font-weight: 500;
        padding-right: 22px;
    }
    .about-text .block-about {margin-bottom:20px;
    }
        .about-text .block-about p {
            color: #183B56;
            font-size: 18px;  
        }
        .about-text .block-about strong {
            color: #183B56;
            font-size: 18px;
            font-weight: 700;
        }
        .img-about-box {
            position: relative;
            padding: 0 0 70px;
        }
    .img-about-box img{
        max-width:100%;
    }
.service-section.Our-values-section .service-card-6 .inner {box-shadow:none;
}
    .service-section.Our-values-section .service-card-6 .inner .content .title {
        color: #183B56;
        text-align: center; 
        font-size: 20px; 
        font-weight: 700; 
    }
    .service-section.Our-values-section .service-card-6 .inner .content .description {
        color: #5A7184;
        text-align: center; 
        font-size: 16px; 
        font-weight: 400; 
    }
.service-section.Our-values-section .service-card-6 .inner {
    border-radius: 5px;
    padding: 45px 40px;
}.about-section.about-3-section{
    padding-bottom:130px;overflow:hidden;
}
.about-3-section .shap-about {position:absolute;
                              left:50%;
                              transform:translateX(-50%);
                              top:0;z-index:-1;
}
.about-3-section .sub-title {
    color: #36B37E;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.about-3-section .title {
    color: #183B56; 
    font-size: 36px; 
    font-weight: 500; 
}

.about-3-section .description {
    color: #5A7184; 
    font-size: 18px; 
    font-weight: 400; 
}
.about-3-section .rbt-btn.btn-border {
    border-color: #1565D8;
    color: #1565D8;
    font-weight: 600;
}
    .about-3-section .rbt-btn.btn-border svg{
        vertical-align:middle;margin-right:4px;
    }
.wave-shape-sec .wave-shape-2 {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
}
.about-3-section .rbt-btn.btn-border:hover {
    background: #1565D8;
    color: #ffffff;
}
    .about-3-section .rbt-btn.btn-border:hover svg path{
        fill:#ffffff;
    }img{
         max-width:100%;
     }

     /********************/
.breadcrumb-section{
    padding:20px 0;position:relative;
}
    .breadcrumb-section .page-list li {
        color: rgba(0, 0, 0, 0.60);
    }
    .breadcrumb-section .page-list .rbt-breadcrumb-item.active {
        color: #5A9BFE;
        opacity: 1;
    }
.Medicine-page .aside-block {
    border-radius: 10px;
    background: #f4f4f4;
    padding: 18px;
}
    .Medicine-page .aside-block .rbt-sidebar-list-wrapper {list-style:none;padding-left:0;
    }
    .Medicine-page .aside-block label {
        color: #303030;
        font-size: 16px;
    } 
    .Medicine-page .aside-block input[type=checkbox]:checked ~ label::before,
    .Medicine-page .aside-block input[type=radio]:checked ~ label::before {
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
    }
    .Medicine-page .aside-block input[type=checkbox]:checked ~ label {
        color: #303030;
        font-weight: 700
    }
    .Medicine-page .aside-block .rbt-accordion-style.rbt-accordion-02 .card .card-body {
        padding: 0;padding-top:15px;
    }

    .Medicine-page .aside-block input[type=checkbox] ~ label::before, 
    .Medicine-page .aside-block  input[type=radio] ~ label::before {
        width: 16px;
        height: 16px;border-radius:4px;
    }
    .Medicine-page .aside-block input[type=checkbox] ~ label::after, 
    .Medicine-page .aside-block input[type=radio] ~ label::after {
        top: 10px;
        left: 3px;
    }
    .Medicine-page .aside-block input[type=checkbox] ~ label, 
    .Medicine-page .aside-block input[type=radio] ~ label {
        padding-left: 25px;
    }
.Medicine-page .content-product {padding-left:20px;
}
    .Medicine-page .content-product .header-content{
        margin-bottom:25px;
    }
    .Medicine-page .content-product .header-content h3 {
        color: var(--Black, #303030);
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .Medicine-page .content-product .header-content p.text-muted {
        color: var(--Black, #303030); 
        font-size: 16px; 
        font-weight: 400; 
    }
.d-inline-block{
    display:inline-block;
}
.Medicine-page .select-label {
    color: #303030;
    font-size: 16px;
    opacity: 1;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}
.Medicine-page .rbt-modern-select .bootstrap-select button.btn-light {
    box-shadow: none;
}
.Medicine-page .rbt-modern-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #1565D8;font-weight:700;
}
.Medicine-page .rbt-modern-select .dropdown-toggle::after {
    content: "\e92e";
    font-family: 'feather' !important;
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    opacity: 1;
 font-size:18px;
}
.Medicine-page .rbt-search-style-1 .search-btn {
    right: unset;
    left: 0;
    text-align: start;
    width: 36px;
}
    .Medicine-page .rbt-search-style-1 .search-btn i {
        color: #6e7075;
        font-size: 22px;
    }
     .Medicine-page .rbt-search-style-1 input {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding-left: 56px;
        padding-right: 15px;
    }
.Medicine-page .search-product {padding-bottom:20px;
    border-bottom: 1px solid #DCDFE2
}
.rbt-search-style-1::after {
    content: "";
    height: 30px;
    width: 2px;
    position: absolute;
    left: 38px;
    top: 10px;
    background-color: #DCDFE2;
}
.Medicine-page .rbt-card.variation-02 {  
    box-shadow: none;
    border: 1px solid transparent;
    padding: 15px;border-radius:10px;
}
    .Medicine-page .rbt-card.variation-02:hover {
        border-color: #cbcbcb;
    }
.Medicine-page.blog-section .rbt-card.variation-02 .rbt-card-body {
    text-align: left;
    padding: 20px 0 0;
}
    .Medicine-page.blog-section .rbt-card.variation-02 .rbt-card-body .sub-title {
        margin-bottom: 15px;
        color: #303030;
    }
    .Medicine-page.blog-section .rbt-card.variation-02 .rbt-card-body .rbt-card-title {
        color: var(--Black, #303030);
        font-size: 20px;
        font-weight: 600;
        line-height: 1.7;
    }
.Medicine-page.blog-section .rbt-card.variation-02:hover .rbt-card-body .rbt-card-title a {
    color: #1565D8;
    text-decoration:underline;
}
.Medicine-list-section{
    position:relative;
    padding:40px 0 70px;
}
    .Medicine-list-section .card-img-top {
        max-height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }

    .Medicine-list-section .title {
        color: var(--Neutral-D_Grey, #4D4D4D);
        text-align: center;
        font-size: 42px;
        margin-bottom: 5px;
    }
    .Medicine-list-section .card  {
        transition: .4s;
    }
    .Medicine-list-section .card-body h4 {
        color: #000;
        font-size: 20px;
        font-weight: 500;
        transition: .4s;
    }
    .Medicine-list-section .card:hover .card-body h4 {
        color: var(--color-primary);
    }
        .Medicine-list-section .text-muted {
            font-size: 1rem;
        }
.Medicine-details-section{
    position:relative;
    padding:70px 0 ;
}
    .Medicine-details-section .content-details .title-details {
        color: #000; 
        font-size: 40px; 
        font-weight: 700;  
    }
    .Medicine-details-section .content-details h4 {
        color: #000; 
        font-size: 20px; 
        font-weight: 500;  
    }
    .Medicine-details-section .content-details p {
        color: rgba(35, 73, 107, 0.60); 
        font-size: 16px; 
        font-weight: 400;  
    }
    .Medicine-details-section .swiper-container {
        width: 100%; 
    }

        .Medicine-details-section .swiper-container.slider {
          
        }

        .Medicine-details-section .swiper-container.slider-thumbnail {
            height: 140px;
            margin-top: 45px;
        }

            .Medicine-details-section .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
                width: 25%;
                height: 100%;
                opacity: 0.5;
                overflow: hidden;
                padding: 0 12px;cursor:pointer;
            }    .Medicine-details-section .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
                opacity: 1;
            }
.slider-details {
    overflow: hidden;
    position: relative
}
@media only screen and (max-width:1239px) {
    .wave-shape-sec .wave-shape-2 {
            top: -110px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .service-section .service-card-6 .inner {
            padding: 30px 20px;
        }

        .rbt-banner-5.wave-shape {
            padding-bottom: 100px;
        }

        .service-section .service-card-6 .inner .content .title {
            font-size: 25px;
            line-height: 1.4;
        }

        h2, .h2 {
            font-size: 38px;
        }

        .supply-production .rbt-cat-box-1.variation-5 .inner .content {
            padding: 20px 15px;
        }

        .about-section .title {
            font-size: 32px;
        }

        .blog-section {
            padding-top: 0;
        }

            .blog-section .rbt-card .rbt-card-body .rbt-card-title {
                font-size: 20px;
            }
    }

    @media only screen and (max-width: 991px) {
        .contact-section .contact-details {
            padding-left: 0;
        }

        .rbt-google-map {
            padding-top: 0;
        }

        .about-text .title-about {
            color: #183B56;
            font-size: 30px;
        }

        .wave-shape-sec .wave-shape-2 {
            top: -90px;
        }

        .about-section.about-3-section {
            padding-bottom: 70px;
        }
    }



@media only screen and (max-width: 767px) {

    .service-section.Our-values-section .service-card-6 .inner {
        padding: 20px 0px;
    }

    .get-touch-section .section-title .title {
        font-size: 30px;
    }

    .wave-shape-sec .wave-shape-2 {
        top: -55px;
    }

    .Medicine-page .content-product {
        padding-left: 0;
        padding-top: 26px;
    }

    .rbt-search-style-1 {
        border-bottom: 1px solid #dcdfe2;
        margin-bottom: 15px;
    }

    .Medicine-page .content-product .header-content h3 {
        font-size: 26px;
    }

    .Medicine-list-section .title {
        font-size: 31px;
    }

    .Medicine-details-section {
        padding-top: 20px;
    }

        .Medicine-details-section .content-details .title-details {
            font-size: 26px;
        }

        .Medicine-details-section .swiper-container.slider-thumbnail {
            height: 90px;
        }
    .Medicine-list-section { 
        padding-top: 0px  ;
    }
}
    @media only screen and (max-width: 575px) {
        h2, .h2 {
            font-size: 28px;
        }

        .about-section.about-2-section {
            padding-bottom: 0;
        }

        .rbt-banner-5 .inner .title {
            font-size: 25px;
        }

        .rbt-banner-5 .inner .description {
            font-size: 14px;
            margin-bottom: 0;
        }

        .service-section .title {
            font-size: 28px;
        }

        .service-section .service-card-6 .inner .content .title {
            font-size: 24px;
        }

        h2, .h2 {
            font-size: 26px;
        }

        .service-section .service-card-6 .inner .content .title {
            font-size: 20px;
        }

        .about-section .plan-offer-list li {
            margin-bottom: 20px;
            font-size: 18px;
        }

            .about-section .plan-offer-list li i {
                width: 26px;
                height: 26px;
            }

        .about-section .card-info.bounce-slide,
        .about-section .content .info-card-about {
            display: none;
        }

        .blog-section {
            padding-top: 60px;
        }

        .footer-widget .ft-link li {
            font-size: 14px;
        }

        .about-text .title-about {
            font-size: 24px;
        }

        .about-text .block-about p {
            font-size: 16px;
        }

        .about-text .block-about strong {
            font-size: 15px;
        }

        .img-about-box {
            padding: 0;
        }

        .service-section.Our-values-section {
            padding-bottom: 0;
        }

        .about-section .title {
            font-size: 26px;
        }

        .wave-shape-sec .wave-shape-2 {
            top: -30px;
        }
        .blog-section.Medicine-page {
            padding-top: 30px;
        }
        .Medicine-page.blog-section .rbt-card.variation-02 .rbt-card-body .rbt-card-title {
            line-height: 1.5;
            font-size: 17px;font-weight:700;
        }
        .Medicine-page.blog-section .rbt-card.variation-02 .rbt-card-body .sub-title {
    
            font-size: 15px;
        }
        .Medicine-page.blog-section .rbt-card.variation-02 .rbt-card-body{
            padding-bottom:0;
        }
        }
