@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@400;500;600;700;800&display=swap");

/* Dm Sans */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* League Spartan */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

:root {
    --primary: #184af9;
    --secondary: #e85f4c;
    --white: #fff;
    --black: #141720;
    --bgLight: #f7f7f8;
    --bgDark: #353535;
    --bgDark2: #323546;
    --borderColor: #e4e6eb;
    --gray: #727272;
    --textColor: #353535;
    --shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
    --bgGradient: #e85f4c;
    --gold: #ffc100;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inter_font{
      font-family: "Inter", sans-serif !important;
}

body {
     font-family: "League Spartan", sans-serif;
    /*color: var(--gray);*/
    background: var(--white);
    font-weight: 400;
    font-size: 15px;
}


.text-black {
    color: #000;
}

.para{
    font-size: clamp(1rem, 3vw, 1.5rem);
}

.para p {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    font-weight: 600;
    color: black;
    line-height: 1.3;
    text-align: center;
}
.Heading h2{
    font-family: League Spartan;
    font-size: 63.92px;
    font-weight: 700;
    line-height: 58.8px;
    text-align: center;

}

.child12{
    width: 60px; 
    height: 60px;
    overflow: hidden;
    border-radius: 100px;
}

.child12 img{
    width: 100%;
}

.hero-header-text h1{
    font-size: clamp(1.8rem, 4vw, 5.8rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -2px;
    font-family: "League Spartan", sans-serif;
}

.B1 a{
    font-size: clamp(1rem, 4vw, 1.8rem);
}

.general--text{
    font-weight: 500;
    color: black;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.Heading4 h2{
font-size: clamp(1.3rem, 3vw, 2.4rem);
}

.hoverUp{
    cursor: pointer;
    transition: all 0.3s;
}
.hoverUp:hover{
    transform: translateY(-10%);
}


.child7 h5{
    font-size: 0.9rem;
}


.rtl {
    direction: rtl;
    overflow-x: hidden !important;
}

.rtl .modal-header .btn-close {
    margin: 0;
    margin-right: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--gray);
    -webkit-box-shadow: 0 0 0px 1000px var(--bgLight) inset;
    box-shadow: 0 0 0px 1000px var(--bgLight) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    color: var(--textColor);
    margin-bottom: 15px;
   
}


a {
    text-decoration: none;
}



.btn:focus {
    -webkit-box-shadow: 0 0 0 0rem black;
    box-shadow: 0 0 0 0rem black;
}

button {
    background: none;
    border: none;
    padding: 0;
}



.rtl .form-select {
    background-position-x: 10px !important;
}

.btn-custom {
    width: 150px;
    height: 50px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

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

a.btn-custom {
    padding: 14px;
}

.form-check label {
    cursor: pointer;
    color: var(--gray);
}

.form-check .form-check-input {
    border-radius: 3px;
    border: 1px solid var(--borderColor);
    cursor: pointer;
    background-color: transparent;
    margin-top: 2px;
}



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

.form-check .form-check-input:focus {
    -webkit-box-shadow: 0 0 0 0rem var(--black);
    box-shadow: 0 0 0 0rem var(--black);
}

.rtl .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.rtl .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rtl .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header-text h5 {
    text-transform: capitalize;
    color: var(--primary);
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.header-text h3,
.header-text h2 {
    text-transform: capitalize;
}

.header-text p {
    max-width: 500px;
}

.nav--animate{
    /* transform: translateX(16px); */
    position: absolute;
    margin: auto;
    left: 0;
    /* padding: 5px 0px 6px 13px; */
    border-radius: 50%;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    z-index: -2;
    transition: all 0.3s;
}
.nav-animate--wrap{
    position: relative;
}

.nav-link:hover .nav--animate{
    width: 100%;
    border-radius: 100px;
}

.navbar {
    padding: 0px 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--white);
}

.navbar.active {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.navbar.active .navbar-brand {
    color: var(--primary);
}


.navbar.active .navbar-text .notification-panel .dropdown-toggle,
.navbar.active .navbar-text .user-dropdown .dropdown-toggle {
    color: var(--primary);
}

.navbar .navbar-brand {
    font-size: 32px;
    color: var(--primary);
    display: inline-block;
}

.navbar .navbar-brand img {
    max-width: 240px;
    width: 100%;
}

.navbar_border {
    border-bottom: 2px solid black;
}

.navbar .navbar-toggler i {
    color: var(--primary) !important;
    font-size: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-toggler i:hover {
    color: var(--primary);
}

.navbar .navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0rem;
    box-shadow: 0 0 0 0rem;
}

.navbar .nav-item {
    /* margin: 15px 15px;
    padding: 5px 0; */
}

.navbar .nav-item .nav-link {
    color: black;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

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

.navbar .dropdown {
    cursor: pointer;
}

.navbar .dropdown .dropdown-menu {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    border: none;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 11px;
}

.navbar .dropdown .dropdown-menu a {
    color: var(--gray);
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .dropdown .dropdown-menu a:hover {
    background: var(--primary);
    color: var(--white);
}

.navbar .dropdown .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: 50%;
    margin: auto;
}

.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
    margin-top: 1px;
}

.navbar .dropdown2 .dropdown-menu2 {
    visibility: hidden !important;
    opacity: 0 !important;
    margin-left: 1px;
    left: 100%;
    top: 10px;
}

.navbar .dropdown2:hover .dropdown-menu2 {
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 0;
    top: 0;
}

.navbar .navbar-text .btn-custom {
    width: 120px;
    height: 40px;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--primary);
    color: #000;
}

.navbar .navbar-text {
    position: relative;
    padding: 0;
}

.navbar .navbar-text .user-dropdown .dropdown-toggle {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    margin-right: 5px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-text .user-dropdown .dropdown-toggle i {
    font-size: 18px;
}

.navbar .navbar-text .user-dropdown .dropdown-toggle::after {
    display: none;
}

.navbar .navbar-text .user-dropdown .dropdown-toggle:hover {
    color: var(--primary);
}

.navbar .navbar-text .user-dropdown .dropdown-menu {
    background: var(--white);
    top: 117%;
    right: 0;
}

.navbar .navbar-text .user-dropdown .dropdown-menu i {
    width: 20px;
    margin-right: 5px;
}

.navbar .navbar-text .notification-panel {
    position: relative;
    display: inline-block;
    width: auto;
    position: relative;
}

.navbar .navbar-text .notification-panel .dropdown-toggle {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    margin-right: 5px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-text .notification-panel .dropdown-toggle i {
    font-size: 18px;
}

.navbar .navbar-text .notification-panel .dropdown-toggle::after {
    display: none;
}

.navbar .navbar-text .notification-panel .dropdown-toggle:hover {
    color: var(--primary);
}

.navbar .navbar-text .notification-panel .dropdown-toggle .count {
    display: none;
    color: var(--white);
    background: var(--primary);
    text-align: center;
    min-width: 18px;
    height: 18px;
    border-radius: 3px;
    padding: 2px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -18px;
}

.navbar .navbar-text .notification-panel .dropdown-box {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    max-height: 285px;
}

.navbar .navbar-text .notification-panel .dropdown-box::-webkit-scrollbar {
    width: 0px;
    height: 100%;
}

.navbar .navbar-text .notification-panel:hover .notification-dropdown {
    visibility: visible;
    opacity: 1;
    top: 42px;
}

.navbar .navbar-text .notification-panel .notification-dropdown {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    width: 275px;
    max-height: 325px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 52px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-text .notification-panel .notification-dropdown li {
    border-bottom: 1px solid var(--borderColor);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .navbar-text .notification-panel .notification-dropdown li a {
    color: var(--black);
    background: none;
    padding: 10px 10px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    -webkit-transform: 0.4s;
    transform: 0.4s;
}

.navbar .navbar-text .notification-panel .notification-dropdown li a i {
    background: var(--primary);
    border-radius: 30px;
    padding-top: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 10px;
    color: var(--white);
}

.navbar .navbar-text .notification-panel .notification-dropdown li a p {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--textColor);
}

.navbar .navbar-text .notification-panel .notification-dropdown li:hover {
    background: var(--bgLight);
}

.navbar .navbar-text .notification-panel .notification-dropdown .text {
    width: calc(100% - 50px);
    margin-left: auto;
}

.navbar .navbar-text .notification-panel .notification-dropdown .clear-all {
    background: var(--white);
    color: var(--primary);
    text-transform: capitalize;
    border-top: 1px solid var(--borderColor);
    text-align: center;
    padding: 10px 10px 6px 15px;
    margin-bottom: 5px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar .navbar-text .notification-panel .notification-dropdown .clear-all a {
    color: var(--primary);
}

.rtl .navbar .navbar-text .user-dropdown .dropdown-menu {
    left: 0;
    right: auto;
}

.rtl .navbar .navbar-text .user-dropdown .dropdown-menu a {
    text-align: right;
}

.rtl .navbar .navbar-text .notification-panel .notification-dropdown {
    left: 0;
    right: auto;
}

.rtl .navbar .navbar-text .notification-panel .notification-dropdown li a i {
    margin-right: 0;
    margin-left: 10px;
}

/*.home-section {*/
/*    height: 80vh;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    overflow: hidden;*/
/*}*/

/*.home-section .overlay {*/
/*    background-image: url(../img/overlay.png);*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*    background-size: cover;*/
/*    background-position: center bottom;*/
/*    position: relative;*/
/*}*/

/*.home-section .text-box h3 {*/
/*    color: var(--white);*/
/*    font-weight: 500;*/
/*    text-transform: capitalize;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.home-section .text-box h1 {*/
/*    color: var(--white);*/
/*    font-size: 63px;*/
/*    text-transform: capitalize;*/
/*}*/
/*.home-section .text-box h5 {*/
/*    font-weight: 500 !important;*/
/*}*/
/*.home-section .text-box h1 span {*/
/*    color: var(--white);*/
/*    position: relative;*/
/*}*/

/*.home-section .text-box h1 span svg {*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    left: 0;*/
/*}*/

/*.home-section .text-box p {*/
/*    color: var(--white);*/
/*}*/

/*.home-section .search-bar {*/
/*    background: var(--white);*/
/*    -webkit-box-shadow: var(--shadow);*/
/*    box-shadow: var(--shadow);*/
/*    padding: 0px;*/
/*    border-radius: 5px;*/
/*    margin: 50px 100px 0 100px;*/
/*}*/

/*.home-section .search-bar .input-box .input-group {*/
/*    border-right: 1px solid var(--borderColor);*/
/*}*/

/*.home-section .search-bar .input-box .input-group-prepend {*/
/*    padding: 29px 10px 29px 15px;*/
/*    text-align: center;*/
/*}*/

/*.home-section .search-bar .input-box label {*/
/*    font-weight: 500;*/
/*    margin-bottom: 10px;*/
/*    text-transform: capitalize;*/
/*}*/

/*.home-section .search-bar .input-box .form-select,*/
/*.home-section .search-bar .input-box .form-control {*/
/*    height: 80px;*/
/*    border-radius: 5px;*/
/*    background-color: var(--white);*/
/*    border: 1px solid var(--white);*/
/*    padding: 8px;*/
/*    padding-left: 0px;*/
/*    font-weight: normal;*/
/*    caret-color: var(--primary);*/
/*    color: var(--gray);*/
/*}*/

/*.home-section .search-bar .input-box .form-select:focus,*/
/*.home-section .search-bar .input-box .form-control:focus {*/
/*    color: var(--gray);*/
/*    -webkit-box-shadow: 0 0 0 0rem var(--white);*/
/*    box-shadow: 0 0 0 0rem var(--white);*/
/*    border: 1px solid var(--white);*/
/*}*/

/*.home-section .search-bar .input-box .form-select::-webkit-input-placeholder,*/
/*.home-section .search-bar .input-box .form-control::-webkit-input-placeholder {*/
/*    color: var(--gray);*/
/*}*/

/*.home-section .search-bar .input-box .form-select:-ms-input-placeholder,*/
/*.home-section .search-bar .input-box .form-control:-ms-input-placeholder {*/
/*    color: var(--gray);*/
/*}*/

/*.home-section .search-bar .input-box .form-select::-ms-input-placeholder,*/
/*.home-section .search-bar .input-box .form-control::-ms-input-placeholder {*/
/*    color: var(--gray);*/
/*}*/

/*.home-section .search-bar .input-box .form-select::placeholder,*/
/*.home-section .search-bar .input-box .form-control::placeholder {*/
/*    color: var(--gray);*/
/*}*/

/*.home-section .search-bar .input-box .form-select {*/
/*    background-image: url(../img/icon/downward-arrow.png);*/
/*}*/

/*.home-section .search-bar .input-box .form-select option {*/
/*    background: var(--white);*/
/*    color: var(--gray);*/
/*}*/

/*.home-section .search-bar .input-box textarea.form-control {*/
/*    height: 150px;*/
/*    border-radius: 3px;*/
/*}*/

/*.home-section .search-bar .select2 {*/
/*    width: calc(100% - 41px) !important;*/
/*    margin-left: auto;*/
/*}*/

/*.home-section .search-bar .select2-container--default .select2-selection--single {*/
/*    height: 80px;*/
/*    background: var(--white);*/
/*    border: 1px solid var(--white);*/
/*}*/

/*.home-section .search-bar .select2-container--default*/
/*.select2-selection--single*/
/*.select2-selection__rendered {*/
/*    line-height: 80px;*/
/*    padding-left: 0;*/
/*}*/

/*.home-section .search-bar .btn-custom {*/
/*    border-radius: 0;*/
/*    border-top-right-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*}*/
/*.select2.select2-container.select2-container--default{*/
/*    width: calc(100% - 0px) !important;*/
/*}*/
/*.select2-container--default .select2-selection--single {*/
/*    background-color: var(--bgLight);*/
/*    border: 1px solid var(--bgLight);*/
/*    border-radius: 4px;*/
/*    width: calc(100% - 0px) !important;*/
/*    height: 50px;*/
/*}*/

/*.select2-container--default*/
/*.select2-selection--single*/
/*.select2-selection__rendered {*/
/*    line-height: 50px;*/
/*    text-align: left;*/
/*    padding-left: 20px;*/
/*}*/

/*.select2-container--default*/
/*.select2-selection--single*/
/*.select2-selection__arrow {*/
/*    height: 26px;*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    right: 6px;*/
/*    bottom: 0;*/
/*    width: 20px;*/
/*    margin: auto;*/
/*}*/

/*.section-bottom-shape {*/
/*    margin-top: -340px;*/
/*}*/

/*.select2-container--default*/
/*.select2-search--dropdown*/
/*.select2-search__field:focus-visible {*/
/*    outline: -webkit-focus-ring-color auto 0px;*/
/*}*/

/*.rtl .select2-container--default*/
/*.select2-selection--single*/
/*.select2-selection__rendered {*/
/*    text-align: right;*/
/*}*/

/*.rtl .select2-container--default*/
/*.select2-selection--single*/
/*.select2-selection__arrow {*/
/*    right: auto;*/
/*    left: 6px;*/
/*}*/

/*.rtl .select2-container--default .select2-results > .select2-results__options {*/
/*    text-align: right;*/
/*}*/
/*.rtl .home-section .search-bar .btn-custom {*/
/*    border-radius: 0;*/
/*}*/

.home-section {
    height: 80vh;
    background: url(../img/pexels-darya-sannikova-2422386.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.home-section .overlay {
    background-image: url(../img/overlay.png);
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.home-section .text-box h3 {
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.home-section .text-box h1 {
    color: var(--white);
    font-size: 80px;
    text-transform: capitalize;
}

.home-section .text-box h1 span {
    color: var(--white);
    position: relative;
}

.home-section .text-box h1 span svg {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.home-section .text-box p {
    color: var(--white);
}

.home-section .search-bar {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 0px;
    border-radius: 5px;
    margin: 50px 100px 0 100px;
}

.home-section .search-bar .input-box .input-group {
    border-right: 1px solid var(--borderColor);
}

.home-section .search-bar .input-box .input-group-prepend {
    padding: 29px 10px 29px 15px;
    text-align: center;
}

.home-section .search-bar .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.home-section .search-bar .input-box .form-select,
.home-section .search-bar .input-box .form-control {
    height: 80px;
    border-radius: 5px;
    background-color: var(--white);
    border: 1px solid var(--white);
    padding: 8px;
    padding-left: 0px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--gray);
}

.home-section .search-bar .input-box .form-select:focus,
.home-section .search-bar .input-box .form-control:focus {
    color: var(--gray);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--white);
}

.home-section .search-bar .input-box .form-select::-webkit-input-placeholder,
.home-section .search-bar .input-box .form-control::-webkit-input-placeholder {
    color: var(--gray);
}

.home-section .search-bar .input-box .form-select:-ms-input-placeholder,
.home-section .search-bar .input-box .form-control:-ms-input-placeholder {
    color: var(--gray);
}

.home-section .search-bar .input-box .form-select::-ms-input-placeholder,
.home-section .search-bar .input-box .form-control::-ms-input-placeholder {
    color: var(--gray);
}

.home-section .search-bar .input-box .form-select::placeholder,
.home-section .search-bar .input-box .form-control::placeholder {
    color: var(--gray);
}

.home-section .search-bar .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
}

.home-section .search-bar .input-box .form-select option {
    background: var(--white);
    color: var(--gray);
}

.home-section .search-bar .input-box textarea.form-control {
    height: 150px;
    border-radius: 3px;
}

.home-section .search-bar .select2 {
    width: calc(100% - 41px) !important;
    margin-left: auto;
}

.home-section .search-bar .select2-container--default .select2-selection--single {
    height: 80px;
    background: var(--white);
    border: 1px solid var(--white);
}

.home-section .search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 80px;
    padding-left: 0;
}

.home-section .search-bar .btn-custom {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-container--default .select2-selection--single {
    background-color: var(--bgLight);
    border: 1px solid var(--bgLight);
    border-radius: 4px;
    width: 100% !important;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    text-align: left;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 6px;
    bottom: 0;
    width: 20px;
    margin: auto;
}

.section-bottom-shape {
    margin-top: -340px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 6px;
}

.rtl .select2-container--default .select2-results>.select2-results__options {
    text-align: right;
}

.rtl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}

.rtl .home-section .search-bar .btn-custom {
    border-radius: 0;
}

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

.about-section .text-box ul {
    list-style: none;
    padding-left: 0;
}

.about-section .text-box ul i {
    background: var(--primary);
    color: var(--white);
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 5px;
    padding-top: 5px;
    text-align: center;
}

.about-section .text-box ul li {
    margin-bottom: 15px;
}

.how-it-works {
    padding: 70px 0px;
}

.how-it-works .box {
    text-align: center;
}

.how-it-works .box .icon-box {
    margin-bottom: 30px;
}

.how-it-works .box p {
    max-width: 300px;
    margin: auto;
}

.category-section {
    padding: 70px 0;
    background-color: var(--white);
}

.category-section .category-box {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    text-align: left;
    border-radius: 10px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    border-bottom: 2px solid var(--white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-section .category-box .icon-box {
    margin: 0 15px;
    background: #e4ebfe;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    padding-top: 14px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-section .category-box .icon-box i {
    font-size: 24px;
    color: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-section .category-box h5 {
    text-transform: capitalize;
}

.category-section .category-box span {
    color: var(--gray);
}

.category-section .category-box:hover {
    border-bottom: 2px solid var(--primary);
}

.category-section .category-box:hover .icon-box {
    background: rgba(13, 136, 255, 0.15);
}

.category-section .category-box:hover i {
    color: var(--primary);
}

.rtl .category-section .category-box {
    text-align: right;
}

.category-filter-section {
    padding: 70px 0;
    background-color: var(--white);
}

.category-filter-section .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding: 10px;
}

.category-filter-section .categories button {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    border-radius: 5px;
    min-width: 40px;
    height: 40px;
    border-bottom: 2px solid var(--white);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    margin: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-filter-section .categories button:hover,
.category-filter-section .categories button.active {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}

.category-filter-section .categories::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.category-filter-section .categories .owl-stage-outer {
    z-index: 1;
    padding: 0 33px;
}

.category-filter-section .categories .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-filter-section .categories .owl-nav .owl-next,
.category-filter-section .categories .owl-nav .owl-prev {
    background: var(--primary);
    color: var(--white);
    border-radius: 100px;
    z-index: 2;
}

.category-filter-section .categories .owl-nav .owl-next span,
.category-filter-section .categories .owl-nav .owl-prev span {
    font-size: 24px;
    line-height: 1;
}

.category-filter-section .category-box {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    border-bottom: 2px solid var(--white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-filter-section .category-box .icon-box {
    background: #e4ebfe;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    padding-top: 14px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-filter-section .category-box .icon-box i {
    font-size: 24px;
    color: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-filter-section .category-box h5 {
    text-transform: capitalize;
}

.category-filter-section .category-box span {
    color: var(--gray);
}

.category-filter-section .category-box:hover {
    border-bottom: 2px solid var(--primary);
}

.category-filter-section .category-box:hover .icon-box {
    background: rgba(13, 136, 255, 0.15);
}

.category-filter-section .category-box:hover i {
    color: var(--primary);
}

.category-filter-section .category-btn {
    padding: 15px;
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    width: 100%;
    display: block;
    border-radius: 5px;
    color: var(--bgDark);
}

.category-filter-section .category-btn i {
    margin: 0 5px;
}

.rtl .category-filter-section .categories {
    direction: ltr;
}

.popular-listings {
    background-color: var(--bgLight);
}

.popular-listings .overlay {
    padding: 70px 0;
    background: var(--bgLight);
}

.listing-box {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.listing-box .img-box {
    position: relative;
}

.listing-box .img-box>img {
    width: 100%;
    height: 300px !important;
}

.listing-box .img-box .save {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    padding-top: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-box .img-box .save:hover {
    background: var(--primary);
}

.listing-box .text-box {
    padding: 15px;
    position: relative;
    color: var(--gray);
}

.listing-box .text-box .review {
    margin-bottom: 10px;
    font-size: 12px;
}

.listing-box .text-box .review i {
    font-size: 12px;
    color: var(--gold);
}

.listing-box .text-box p {
    margin-bottom: 5px;
}

.listing-box .text-box .author {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 500;
    display: inline-block;
    color: var(--primary);
    position: absolute;
    top: 0;
    right: 6px;
}

.listing-box .text-box .author i {
    font-size: 14px;
}

.listing-box .text-box .author:hover {
    color: var(--primary);
}

.listing-box .text-box .title {
    font-family: "Poppins", sans-serif;
    color: var(--textColor);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 6px !important;
}

.listing-box .text-box .fa-check-circle {
    color: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
}

.listing-box .text-box .address {
    font-size: 13px;
    color: var(--gray);
    padding-top: 10px;
}

.listing-box .text-box .address i {
    font-size: 14px;
}

.listing-box .text-box .btn-custom {
    width: 100%;
    text-transform: capitalize;
    height: 40px;
    padding: 10px;
    margin-top: 10px;
}

.rtl .listing-box .text-box .author {
    right: auto;
    left: 15px;
}

.listing-details {
    padding: 70px 0;
}

.listing-details .listing-img-box {
    position: relative;
}

.listing-details .listing-img-box .view-count {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 100px;
}

.listing-details .navigation {
    background: var(--white);
    border-radius: 10px;
    padding: 15px 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.listing-details .navigation a {
    color: var(--gray);
    margin-right: 10px;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px 0;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-details .navigation a.active,
.listing-details .navigation a:hover {
    color: var(--white);
    background: var(--primary);
}

.listing-details .btn-light {
    background: none !important;
    border: none !important;
    width: 40px;
    font-size: 12px;
}

.listing-details .info-box {
    padding: 15px 0;
    color: var(--gray);
}

.listing-details .info-box .review {
    margin-bottom: 10px;
    font-size: 12px;
}

.listing-details .info-box .review i {
    font-size: 12px;
    color: var(--gold);
}

.listing-details .info-box .category {
    color: var(--primary);
    display: inline-block;
    border: 2px solid var(--primary);
    border-radius: 100px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px;
    margin-bottom: 15px;
}

.listing-details .info-box .title {
    color: var(--textColor);
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-details .info-box .fa-check-circle {
    color: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
}

.listing-details .info-box .website,
.listing-details .info-box .address {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--gray);
}

.listing-details .info-box .website i,
.listing-details .info-box .address i {
    font-size: 16px;
    color: var(--primary);
    width: 20px;
}

.listing-details .info-box .website a,
.listing-details .info-box .address a {
    color: var(--gray);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-details .info-box .website a:hover,
.listing-details .info-box .address a:hover {
    color: var(--primary);
}

.listing-details .reviews .review-box {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--bgLight);
    border-radius: 10px;
    padding: 10px;
}

.listing-details .reviews .review-box .text {
    width: 80%;
}

.listing-details .reviews .review-box .text img {
    width: 50px;
    margin-right: 15px;
    border-radius: 10px;
}

.listing-details .reviews .review-box .text p {
    font-size: 14px;
}

.listing-details .reviews .review-box .review-date {
    width: 20%;
    text-align: right;
}

.listing-details .reviews .review-box .review-date .date {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}

.listing-details .reviews .review-box .review-date i {
    color: var(--gold);
}

.listing-details .reviews .review-box:last-child {
    border-bottom: none;
}

.listing-details .reviews #half-stars-example {
    margin-bottom: 30px;
}

.listing-details .reviews #half-stars-example .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -13px;
}

.listing-details .reviews #half-stars-example .rating__icon {
    pointer-events: none;
}

.listing-details .reviews #half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.listing-details .reviews #half-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 24px;
}

.listing-details .reviews #half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -16px;
    z-index: 0;
    width: 16px;
}

.listing-details .reviews #half-stars-example .rating__icon--star {
    color: var(--gold);
}

.listing-details .reviews #half-stars-example .rating__icon--none {
    color: #eee;
}

.listing-details .reviews #half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

.listing-details .reviews #half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

.listing-details .reviews #half-stars-example .rating-group:hover .rating__label .rating__icon--star,
.listing-details .reviews #half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: var(--gold);
}

.listing-details .reviews #half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
.listing-details .reviews #half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #ddd;
}

.listing-details .reviews #half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

.listing-details .reviews #half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.listing-details .amenities-box,
.listing-details .products,
.listing-details .video-box,
.listing-details .description-box,
.listing-details .customer-review {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.listing-details .video-box iframe {
    min-height: 350px;
}

.listing-details .amenity-box {
    text-align: center;
}

.listing-details .amenity-box i {
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 15px;
}

.listing-details .add-review {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.add__review__login {
    display: flex !important;
    justify-content: space-between !important;
}

.listing-details .add-review .form-label {
    text-transform: capitalize;
}

.listing-details .add-review .form-control {
    border-radius: 5px;
    display: inline-block;
    border: 1px solid var(--bgLight);
    background-color: var(--bgLight);
    color: var(--bgDark);
    height: 60px;
    padding: 20px;
    caret-color: var(--primary);
}

.listing-details .add-review .form-control:focus {
    color: var(--bgDark);
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.listing-details .add-review .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.listing-details .add-review .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.listing-details .add-review .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.listing-details .add-review .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.listing-details .add-review textarea.form-control {
    height: 100%;
}

.listing-details .products .product-box {
    background: var(--bgLight);
    border-radius: 10px;
    overflow: hidden;
}

.listing-details .products .product-box .img-box {
    position: relative;
}

.listing-details .products .product-box .img-box img {
    height: 200px !important;
}

.listing-details .products .product-box .img-box .save {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    padding-top: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-details .products .product-box .img-box .save:hover {
    background: var(--primary);
}

.listing-details .products .product-box .img-box .price {
    position: absolute;
    right: 5px;
    bottom: -40px;
    display: inline-block;
    min-width: 60px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    background: var(--bgLight);
}

.listing-details .products .product-box .text-box {
    padding: 15px;
    color: var(--gray);
}

.listing-details .products .product-box .text-box .title {
    font-family: "Poppins", sans-serif;
    color: var(--textColor);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-details .products .product-box .text-box .title:hover {
    color: var(--primary);
}

.listing-details .products .product-box .text-box .btn-custom {
    height: 100%;
    width: auto;
    color: var(--primary);
    background: var(--bgLight);
    text-transform: capitalize;
    margin-top: 20px;
}

.listing-details .owl-carousel .owl-nav,
.listing-details .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -50px;
    right: 0px;
}

.listing-details .owl-carousel .owl-nav button.owl-next,
.listing-details .owl-carousel .owl-nav button.owl-prev,
.listing-details .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 30px;
    background: var(--primary);
    width: 35px;
    line-height: 1;
    height: 35px;
    margin: 5px;
    border-radius: 100px;
    color: var(--white);
}

.listing-details .side-bar .author-box {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.listing-details .side-bar .author-box img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.listing-details .side-bar .author-box .btn-custom {
    height: 40px;
    border-radius: 100px;
}

.listing-details .side-bar .creator-box {
    text-align: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-details .side-bar .creator-box .img-box .cover {
    height: 120px;
    width: 100%;
    border-radius: 15px;
}

.listing-details .side-bar .creator-box .img-box .profile {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    margin-top: -50px;
    margin-bottom: 15px;
}

.listing-details .side-bar .creator-box .text-box a.creator-name {
    margin-bottom: 0px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--bgDark);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-details .side-bar .creator-box .text-box a.creator-name i {
    font-size: 16px;
    color: var(--primary);
}

.listing-details .side-bar .creator-box .btn-custom {
    height: 40px;
    border-radius: 100px;
    padding: 10px;
    cursor: pointer !important;
}

.listing-details .side-bar .side-box {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.listing-details .side-bar .side-box h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.listing-details .side-bar .side-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.listing-details .side-bar .side-box ul li {
    list-style: none;
    color: var(--gray);
    margin-bottom: 15px;
    font-size: 14px;
}

.listing-details .side-bar .side-box ul li i {
    display: inline-block;
    color: var(--primary);
    width: 20px;
}

.listing-details .side-bar .side-box .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    padding-top: 10px;
    background: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-details .side-bar .side-box .social-links a i {
    color: var(--white);
}

.listing-details .side-bar .side-box .social-links a:hover {
    background: var(--primary);
}

.listing-details .side-bar .claim-business img {
    width: 100px;
    border-radius: 5px;
    border: 1px solid var(--borderColor);
    margin-right: 15px;
    padding: 10px !important;
}

.listing-details .side-bar .claim-business .btn-custom {
    text-transform: capitalize;
    height: 100%;
    border-radius: 100px;
    padding: 2px;
}

.listing-details .side-bar .input-box label {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.listing-details .side-bar .input-box .form-select,
.listing-details .side-bar .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgLight);
    border: 1px solid var(--bgLight);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    caret-color: var(--primary);
    color: var(--black);
}

.listing-details .side-bar .input-box .form-select:focus,
.listing-details .side-bar .input-box .form-control:focus {
    color: var(--black);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.listing-details .side-bar .input-box .form-select::-webkit-input-placeholder,
.listing-details .side-bar .input-box .form-control::-webkit-input-placeholder {
    color: var(--gray);
}

.listing-details .side-bar .input-box .form-select:-ms-input-placeholder,
.listing-details .side-bar .input-box .form-control:-ms-input-placeholder {
    color: var(--gray);
}

.listing-details .side-bar .input-box .form-select::-ms-input-placeholder,
.listing-details .side-bar .input-box .form-control::-ms-input-placeholder {
    color: var(--gray);
}

.listing-details .side-bar .input-box .form-select::placeholder,
.listing-details .side-bar .input-box .form-control::placeholder {
    color: var(--gray);
}

.listing-details .side-bar .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
    border: 1px solid transparent;
}

.listing-details .side-bar .input-box textarea.form-control {
    height: 150px;
    border-radius: 10px;
}

.listing-details .share {
    position: relative;
    margin-right: 10px;
    width: 30px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: var(--white);
    border-radius: 3px;
}

.listing-details .share i {
    font-size: 14px;
    margin-top: 2px;
}

.listing-details .share #shareBlock2 {
    position: absolute;
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 5px;
    justify-content: space-around;
    padding: 10px 5px;
    bottom: 35px;
    left: -50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.listing-details .share #shareBlock2 .btn i {
    font-size: 18px;
}

.listing-details .share:hover #shareBlock2 {
    visibility: visible;
    opacity: 1;
}

.rtl .listing-details .reviews .review-box .review-date {
    text-align: left;
}

.rtl .listing-details .reviews .review-box .text img {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .listing-details .reviews .review-box .review-date {
    right: auto;
    left: 15px;
}

.rtl .listing-details .side-bar .claim-business img {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .listing-details .side-bar .side-box ul li .float-end {
    float: left !important;
}

.rtl .listing-details .owl-carousel .owl-nav,
.rtl .listing-details .owl-carousel .owl-nav.disabled {
    right: auto;
    left: 0px;
}

.rtl .listing-details .products {
    direction: ltr;
}

.rtl .listing-details .products h4 {
    text-align: right;
}

.rtl .listing-details .products .product-box {
    direction: rtl;
}

.rtl .listing-details .products .product-box .img-box .price {
    right: auto;
    left: 10px;
}

#claimBusiness .make-query,
.product-query-modal .make-query {
    background: var(--white);
    border: 1px solid var(--borderColor);
    padding: 15px;
    border-radius: 10px;
}

#claimBusiness .input-box label,
.product-query-modal .input-box label {
    margin-bottom: 0px;
    text-transform: capitalize;
}

#claimBusiness .input-box .form-select,
#claimBusiness .input-box .form-control,
.product-query-modal .input-box .form-select,
.product-query-modal .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgLight);
    border: 1px solid var(--bgLight);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    caret-color: var(--primary);
    color: var(--black);
}

#claimBusiness .input-box .form-select:focus,
#claimBusiness .input-box .form-control:focus,
.product-query-modal .input-box .form-select:focus,
.product-query-modal .input-box .form-control:focus {
    color: var(--black);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

#claimBusiness .input-box .form-select::-webkit-input-placeholder,
#claimBusiness .input-box .form-control::-webkit-input-placeholder,
.product-query-modal .input-box .form-select::-webkit-input-placeholder,
.product-query-modal .input-box .form-control::-webkit-input-placeholder {
    color: var(--gray);
}

#claimBusiness .input-box .form-select:-ms-input-placeholder,
#claimBusiness .input-box .form-control:-ms-input-placeholder,
.product-query-modal .input-box .form-select:-ms-input-placeholder,
.product-query-modal .input-box .form-control:-ms-input-placeholder {
    color: var(--gray);
}

#claimBusiness .input-box .form-select::-ms-input-placeholder,
#claimBusiness .input-box .form-control::-ms-input-placeholder,
.product-query-modal .input-box .form-select::-ms-input-placeholder,
.product-query-modal .input-box .form-control::-ms-input-placeholder {
    color: var(--gray);
}

#claimBusiness .input-box .form-select::placeholder,
#claimBusiness .input-box .form-control::placeholder,
.product-query-modal .input-box .form-select::placeholder,
.product-query-modal .input-box .form-control::placeholder {
    color: var(--gray);
}

#claimBusiness .input-box .form-select,
.product-query-modal .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
    border: 1px solid transparent;
}

#claimBusiness .input-box textarea.form-control,
.product-query-modal .input-box textarea.form-control {
    height: 150px;
    border-radius: 10px;
}

#cookieAlert {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    position: fixed;
    bottom: 15px;
    left: 0;
    margin: 15px;
    max-width: 450px;
    padding: 20px;
    border-radius: 10px;
    z-index: 1057;
}

#cookieAlert .cookie-img {
    width: 32px;
}

#cookieAlert .cookie-btns {
    float: right;
}

#cookieAlert .cookie-btns .btn-custom {
    height: 40px;
    border-radius: 50px;
    padding: 10px;
}

#cookieAlert .cookie-btns .close-btn {
    color: red;
    padding: 10px 20px;
}

.rtl #cookieAlert .cookie-btns {
    float: left;
}

.listing-section .filter-area {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.listing-section .filter-area .filter-box {
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.listing-section .filter-area .filter-box:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.listing-section .filter-area .filter-box h5 {
    text-transform: capitalize;
}

.listing-section .filter-area .filter-box .input-group .form-control {
    border: none;
    height: 50px;
    padding: 15px;
    background: var(--bgLight);
    caret-color: var(--primary);
    border: 1px solid var(--bgLight);
}

.listing-section .filter-area .filter-box .input-group .form-control:focus {
    color: var(--bgDark);
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.listing-section .filter-area .filter-box .input-group .form-control::-webkit-input-placeholder {
    text-transform: capitalize;
}

.listing-section .filter-area .filter-box .input-group .form-control:-ms-input-placeholder {
    text-transform: capitalize;
}

.listing-section .filter-area .filter-box .input-group .form-control::-ms-input-placeholder {
    text-transform: capitalize;
}

.listing-section .filter-area .filter-box .input-group .form-control::placeholder {
    text-transform: capitalize;
}

.listing-section .filter-area .filter-box .input-group button {
    color: var(--white);
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 3px;
    border-right: none !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


.listing-section .filter-area .filter-box .form-range::-webkit-slider-thumb {
    background: var(--primary);
}

.listing-section .filter-area .filter-box .form-check {
    margin-bottom: 10px;
}

.listing-section .filter-area .filter-box .form-check label {
    cursor: pointer;
    color: var(--gray);
}

.listing-section .filter-area .filter-box .form-check label i {
    color: var(--gold);
}

.listing-section .filter-area .filter-box .form-check .form-check-input {
    border-radius: 3px;
    border: 1px solid var(--borderColor);
    cursor: pointer;
    background-color: transparent;
    margin-top: 3px;
}

.listing-section .filter-area .filter-box .form-check .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.listing-section .filter-area .filter-box .form-check .form-check-input:focus {
    -webkit-box-shadow: 0 0 0 0rem var(--black);
    box-shadow: 0 0 0 0rem var(--black);
}

.listing-section .filter-area .filter-box .tag-item label {
    background: var(--bgLight);
    margin: 0 5px 10px 0;
    border-radius: 3px;
    color: var(--primary);
    font-size: 14px;
    text-transform: capitalize;
    border: none;
}

.listing-section .filter-area .filter-box .tag-item .btn-check:checked+.btn-primary {
    background: var(--primary) !important;
    color: #fff;
}

.listing-section .filter-area .filter-box .tag-item .btn-check:focus+.btn-primary,
.listing-section .filter-area .filter-box .tag-item .btn-primary:focus {
    color: #fff;
    background-color: #fff;
    border-color: var(--primary);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.listing-section .filter-area .search-by-ratings .form-check .form-check-input {
    border-radius: 100px;
}

.listing-section .listing-box {
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.listing-section .listing-box:hover,
.listing-section .listing-box.active {
    border: 2px solid var(--primary);
}

.listing-section #map {
    min-height: 500px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: var(--bgLight);
}

.leaflet-container a.leaflet-popup-close-button {
    background: var(--white);
    width: 25px;
    height: 25px;
    padding: 1px;
    border-radius: 100px;
    margin: 15px;
}

.leaflet-popup-content {
    width: 200px !important;
    margin: 0 !important;
}

.leaflet-popup-content img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.leaflet-popup-content a {
    color: var(--primary);
    display: inline-block;
    margin-bottom: 5px;
}

.leaflet-popup-content div {
    padding: 10px;
}

.leaflet-popup-content p {
    margin: 0;
    padding: 0;
}

.newsletter-section {
    background: url(../img/Switzerland-4K-4k-wallpaper-4K-mountains-sky-house.jpg);
    background-size: cover;
    background-position: center;
}

.newsletter-section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 0;
}

.newsletter-section h3,
.newsletter-section p {
    color: var(--white);
}

.newsletter-section .input-group {
    max-width: 600px;
    margin: auto;
}

.newsletter-section .input-group .form-control {
    border: none;
    padding: 15px;
    height: 50px;
    border: 1px solid var(--bgLight);
    border-right: 0;
    caret-color: var(--primary);
}

.newsletter-section .input-group .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.newsletter-section .input-group .btn-custom {
    background: var(--primary);
}

.login-section {
    background: var(--white);
    padding: 70px 0;
}

.login-section .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-section .overlay .text {
    text-align: center;
    width: 100%;
}

.login-section .overlay .text h2 {
    text-transform: capitalize;
    color: var(--white);
}

.login-section .overlay .text a {
    color: var(--primary);
    text-transform: capitalize;
}

.login-section h4 {
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
}

.login-section h4::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 16px;
    left: 0px;
    bottom: 7px;
    margin: auto;
    background: var(--primary);
}

.login-section form {
    /*max-width: 500px;*/
    margin: auto;
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 50px;
    border-radius: 10px;
}

.login-section form .input-box label {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.login-section form .input-box .form-select,
.login-section form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgLight);
    border: 1px solid var(--bgLight);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    caret-color: var(--primary);
    color: var(--black);
}

.login-section form .input-box .form-select:focus,
.login-section form .input-box .form-control:focus {
    color: var(--black);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.login-section form .input-box .form-select::-webkit-input-placeholder,
.login-section form .input-box .form-control::-webkit-input-placeholder {
    color: var(--gray);
}

.login-section form .input-box .form-select:-ms-input-placeholder,
.login-section form .input-box .form-control:-ms-input-placeholder {
    color: var(--gray);
}

.login-section form .input-box .form-select::-ms-input-placeholder,
.login-section form .input-box .form-control::-ms-input-placeholder {
    color: var(--gray);
}

.login-section form .input-box .form-select::placeholder,
.login-section form .input-box .form-control::placeholder {
    color: var(--gray);
}

.login-section form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
    border: 1px solid transparent;
}

.login-section form .input-box .form-select option {
    background: var(--black);
    color: var(--gray);
}

.login-section form .input-box textarea.form-control {
    height: 150px;
    border-radius: 10px;
}

.login-section form .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-section form .links .form-check label {
    cursor: pointer;
    color: var(--gray);
}

.login-section form .links .form-check .form-check-input {
    border-radius: 3px;
    border: 1px solid var(--gray);
    cursor: pointer;
    background-color: transparent;
    margin-top: 3px;
}

.login-section form .links .form-check .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.login-section form .links .form-check .form-check-input:focus {
    -webkit-box-shadow: 0 0 0 0rem var(--black);
    box-shadow: 0 0 0 0rem var(--black);
}

.login-section form .links a {
    color: var(--primary);
}

.login-section form .links a:hover {
    color: var(--primary);
}

.login-section form .bottom {
    margin-top: 20px;
    text-align: center;
    color: var(--gray);
}

.login-section form .bottom a {
    color: var(--primary);
}

.login-section form .bottom a:hover {
    color: var(--primary);
}

.rtl .login-section h4 {
    padding-right: 15px;
}

.rtl .login-section h4::before {
    left: auto;
    right: 0px;
}

.rtl .login-section .links .form-check .form-check-input {
    float: right;
}

.rtl .login-section .links .form-check label {
    margin-right: 20px;
}

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

.banner-section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 174px 0 100px 0;
}

.banner-section h3 {
    text-transform: capitalize;
    color: var(--white);
}

.faq-section {
    padding: 100px 0;
}

.faq-section .accordion-item {
    background: none;
    border: none;
    margin: 15px 0;
    background: var(--bgLight);
    border-radius: 5px;
}

.faq-section .accordion-button {
    background: var(--bgLight);
    border-radius: 5px !important;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 500;
    padding: 25px;
    padding-right: 40px;
    color: var(--bgDark);
}

.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.faq-section .accordion-button::after {
    background-image: url(../img/icon/plus.png);
    background-size: cover;
    position: absolute;
    right: 15px;
    height: 16px;
    width: 16px;
    background-position: center;
}

.faq-section .accordion-body {
    padding: 15px 25px;
    padding-top: 5px;
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../img/icon/minus.png);
}

.rtl .faq-section .accordion-button {
    padding-right: 15px;
    padding-left: 40px;
    text-align: right;
}

.rtl .faq-section .accordion-button::after {
    right: auto;
    left: 15px;
}

.footer-section {
    padding: 100px 0 0 0;
    background: var(--bgLight);
}

.footer-section .footer-box {
    margin: 0 5px 40px 5px;
}

.footer-section .footer-box .navbar-brand {
    font-size: 24px;
    color: var(--bgDark);
    font-weight: 600;
    display: inline-block;
}

.footer-section .footer-box .navbar-brand img {
    width: 170px;
}

.footer-section .footer-box p {
    color: var(--bgDark);
    margin-bottom: 30px;
}

.footer-section .footer-box h5 {
    text-transform: capitalize;
}

.footer-section .footer-box a {
    text-decoration: none;
    color: var(--bgDark);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-box a:hover {
    color: var(--primary);
}

.footer-section .footer-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-section .footer-box ul li {
    list-style: none;
    color: var(--bgDark);
    margin-bottom: 15px;
}

.footer-section .footer-box ul li i {
    display: inline-block;
    width: 20px;
}

.footer-section .footer-box .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    padding-top: 10px;
    background: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-box .social-links a i {
    color: var(--white);
}

.footer-section .footer-box .social-links a:hover {
    background: var(--primary);
}

.footer-section .footer-box .input-group {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.footer-section .footer-box .input-group .form-control {
    border: none;
    height: 40px;
    padding: 15px;
    caret-color: var(--primary);
}

.footer-section .footer-box .input-group .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.footer-section .footer-box .input-group button {
    background: var(--primary);
    color: var(--white);
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-box .input-group button:hover {
    background: var(--primary);
}

.footer-section .footer-bottom {
    margin-top: 60px;
    color: var(--bgDark);
    padding-bottom: 40px;
}

.footer-section .footer-bottom .copyright a {
    color: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-bottom .copyright a:hover {
    color: var(--primary);
}

.footer-section .footer-bottom .language {
    text-align: right;
    color: var(--white);
}

.footer-section .footer-bottom .language a {
    color: var(--primary);
    margin-right: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-bottom .language a:hover {
    color: var(--primary);
}

.rtl .footer-section .footer-box .input-group .form-control {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.rtl .footer-section .footer-box .input-group button {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rtl .footer-section .footer-box .social-links a {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .footer-section .footer-bottom .language a {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .footer-section .footer-bottom .language {
    text-align: left;
}

.blog-section {
    padding: 70px 0;
    background-color: var(--white);
    background: url(../img/map-bg.jpg);
    background-size: cover;
    background-position: center;
}

.blog-section .blog-box {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
}

.blog-section .blog-box:hover {
    bottom: 10px;
}

.blog-section .blog-box .category {
    background: var(--primary);
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-section .blog-box .text-box {
    padding: 20px 15px 15px 15px;
}

.blog-section .blog-box .text-box .title {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--textColor);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-section .blog-box .text-box .title:hover {
    color: var(--primary);
}

.blog-section .blog-box .text-box .date-author {
    margin-top: 15px;
}

.blog-section .blog-box .text-box .date-author span i {
    font-size: 16px;
    color: var(--gray);
    margin-right: 5px;
}

.blog-page .blog-box {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 50px;
}

.blog-page .blog-box .img-box {
    position: relative;
}

.blog-page .blog-box .img-box img {
    border-radius: 5px;
    object-fit: cover;
}

.blog-page .blog-box .img-box .category {
    position: absolute;
    top: 20px;
    right: 20px;
}

.blog-page .blog-box .text-box {
    padding: 0;
    color: var(--bgDark);
}

.blog-page .blog-box .text-box p {
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 2.0;
    text-align: justify;
}

.blog-page .right-bar .side-box {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.blog-page .right-bar .side-box h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.blog-page .right-bar .side-box .links {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.blog-page .right-bar .side-box .links li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--borderColor);
}

.blog-page .right-bar .side-box .links li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-page .right-bar .side-box .links li:first-child {
    margin-top: 30px;
}

.blog-page .right-bar .side-box .links li a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--textColor);
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-page .right-bar .side-box .links li a:hover {
    color: var(--primary);
}

.blog-page .right-bar .side-box .links li:last-child {
    margin-bottom: 0;
}

.blog-page .right-bar .side-box .blog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.blog-page .right-bar .side-box .blog-box .img-box {
    width: 40%;
}

.blog-page .right-bar .side-box .blog-box .img-box .category {
    top: 10px;
    right: 10px;
}

.blog-page .right-bar .side-box .blog-box .text-box {
    padding: 0 10px;
    width: 60%;
}

.blog-page .right-bar .side-box .blog-box .text-box .date-author {
    margin-top: 0;
}

.blog-page .right-bar .input-group .form-control {
    border: none;
    height: 50px;
    padding: 15px;
    background: var(--bgLight);
    caret-color: var(--primary);
    border: 1px solid var(--bgLight);
    border-right: none;
}

.blog-page .right-bar .input-group .form-control:focus {
    color: var(--bgDark);
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.blog-page .right-bar .input-group .form-control::-webkit-input-placeholder {
    text-transform: capitalize;
}

.blog-page .right-bar .input-group .form-control:-ms-input-placeholder {
    text-transform: capitalize;
}

.blog-page .right-bar .input-group .form-control::-ms-input-placeholder {
    text-transform: capitalize;
}

.blog-page .right-bar .input-group .form-control::placeholder {
    text-transform: capitalize;
}

.blog-page .right-bar .input-group button {
    background: var(--primary);
    color: var(--white);
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-page .right-bar .input-group button:hover {
    background: var(--bgDark);
}

.rtl .blog-section .blog-box .text-box .date-author i {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .blog-section .blog-box .text-box .date-author span.float-end {
    float: left !important;
}

.rtl .blog-section .right-bar .input-group .form-control:focus {
    border: 1px solid var(--primary);
}


.blogImg{
    object-fit: cover;
    max-width: 500px;
    width: 100%;
    height: 170px;
}


.policy {
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 1.7;
    text-align: justify;
}

.pagination {
    border-radius: 10px;
    overflow: hidden;
    padding: 5px 0;
}

.pagination .page-link {
    border: none;
    background: var(--bgLight);
    color: var(--gray);
    text-align: center;
    padding: 9px 16px;
    min-width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 100px !important;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
    background: var(--primary);
    color: var(--white);
}

.pagination .page-item.disabled .page-link {
    background: var(--bgLight);
    color: var(--bgDark);
}

.pagination .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0.211);
    box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0.211);
}

.rtl .pagination .page-item:first-child .page-link {
    margin: 0;
}

.testimonial-section {
    padding: 70px 0;
    background: var(--bgLight);
}

.testimonial-section .header-text p {
    margin: auto;
}

.testimonial-section .review-box {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 2px;
}

.testimonial-section .review-box .quote {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    color: var(--primary);
}

.testimonial-section .review-box .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-section .review-box .upper .img-box {
    margin-right: 15px;
}

.testimonial-section .review-box .upper .img-box img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}

.testimonial-section .review-box .upper .client-info h5 {
    text-transform: capitalize;
}

.testimonial-section .review-box .upper .client-info span {
    color: var(--primary);
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

.testimonial-section .owl-dots {
    display: block;
    text-align: center;
}

.testimonial-section .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background: var(--primary);
    margin: 0 2px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.testimonial-section .owl-dots .owl-dot.active {
    width: 21px;
}

.rtl .testimonial-section {
    direction: ltr;
}

.rtl .testimonial-section .review-box {
    direction: rtl;
}

.rtl .testimonial-section .review-box .upper .img-box {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .testimonial-section .review-box .quote {
    right: auto;
    left: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pricing-section {
    padding: 70px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.pricing-section .flower {
    position: absolute;
    width: 300px;
    right: -150px;
    top: 0;
}

.pricing-section .box {
    text-align: center;
    padding: 30px 0;
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    border-radius: 10px;
}

.pricing-section .box .icon-box {
    margin-bottom: 30px;
}

.pricing-section .box .icon-box i {
    font-size: 28px;
    background: var(--bgLight);
    color: var(--primary);
    width: 80px;
    height: 80px;
    border-radius: 100px;
    padding-top: 20px;
    border: 8px solid var(--white);
    outline: 1px solid var(--primary);
}

.pricing-section .box .text-box h5 {
    text-transform: capitalize;
}

.pricing-section .box .text-box h2 {
    margin-bottom: 0;
}

.pricing-section .box .text-box h2 span {
    font-size: 32px;
}

.pricing-section .box .text-box ul {
    padding-left: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 0;
    list-style: none;
    text-transform: capitalize;
}

.pricing-section .box .text-box ul li {
    margin-bottom: 15px;
}

.pricing-section .box .text-box ul li i {
    font-size: 16px;
    margin-right: 5px;
}

.pricing-section .box .text-box button {
    display: block;
    text-align: center;
    margin: auto;
}

.rtl .pricing-section .box .text-box ul {
    text-align: right;
}

.rtl .pricing-section .box .text-box ul .float-end {
    text-align: left !important;
    float: left !important;
}

.rtl .pricing-section .box .text-box ul li i {
    margin-right: 0;
    margin-left: 5px;
}

.profile-section {
    margin-top: -200px;
    margin-bottom: 50px;
}

.profile-section .cover-wrapper {
    position: relative;
    padding: 30px;
    background-color: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    border-radius: 10px;
}

.profile-section .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    display: none;
}

.profile-section .about .profile {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin-right: 15px;
}

.profile-section .about .name i {
    color: var(--primary);
}

.profile-section .about .bio {
    color: var(--gray);
}

.profile-section .about .links a {
    display: block;
    color: var(--gray);
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.profile-section .about .links a:hover {
    color: var(--primary);
}

.profile-section .about .links a:last-child {
    margin-bottom: 0;
}

.profile-section .about .links a i {
    margin-right: 10px;
    font-size: 16px;
    color: var(--primary);
}

.profile-section .right-wrapper {
    position: relative;
    height: 100%;
}

.profile-section .right-wrapper .button-group {
    text-align: right;
}

.profile-section .right-wrapper .button-group button {
    background-color: var(--bgLight);
    padding: 14px 17px;
    border-radius: 5px;
    margin: 2px;
    color: var(--primary);
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.profile-section .right-wrapper .button-group button i {
    font-size: 16px;
}

.profile-section .right-wrapper .button-group button:hover {
    background: var(--primary);
    color: var(--white);
}

.profile-section .right-wrapper .button-group .btn-custom {
    background: var(--primary);
    color: var(--white);
}

.profile-section .right-wrapper .button-group .follow-btn.disabled {
    background: #1137c0;
    color: var(--white);
    cursor: auto;
}

.profile-section .right-wrapper .button-group .user-id i {
    margin-left: 5px;
}

.profile-section .right-wrapper .button-group .share {
    position: relative;
}

.profile-section .right-wrapper .button-group .share #shareBlock {
    position: absolute;
    padding: 4px 0;
    top: -90%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.profile-section .right-wrapper .button-group .share #shareBlock .btn-light {
    background: var(--bgLight);
    border: 1px solid var(--borderColor);
    margin: 1px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
}

.profile-section .right-wrapper .button-group .share:hover #shareBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    top: -100%;
}

.profile-section .right-wrapper .social-links {
    margin-top: 15px;
    text-align: right;
}

.profile-section .right-wrapper .social-links a {
    color: var(--primary);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding-top: 9px;
    text-align: center;
    background: var(--bgLight);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.profile-section .right-wrapper .social-links a i {
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.profile-section .right-wrapper .social-links a i:hover {
    color: #e039fd;
}

.profile-section .right-wrapper .counts {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.profile-section .right-wrapper .counts .count span {
    display: block;
    color: var(--primary);
}

.rtl .profile-section .about .profile {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .profile-section .about .links a i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .profile-section .right-wrapper .button-group,
.rtl .profile-section .right-wrapper .social-links {
    text-align: left;
}

.profile-info-section {
    margin-bottom: 70px;
}

.profile-info-section .followers {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.profile-info-section .followers img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.profile-info-section .followers .follower {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.profile-info-section .followers .follower:hover .creator-box {
    visibility: visible;
    opacity: 1;
    top: -230px;
}

.profile-info-section .followers .creator-box {
    text-align: center;
    position: absolute;
    top: -220px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    min-width: 200px;
    border-radius: 5px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.profile-info-section .followers .creator-box .img-box .cover {
    height: 100px;
    width: 100%;
    border-radius: 10px;
}

.profile-info-section .followers .creator-box .img-box .profile {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    margin-top: -50px;
    margin-bottom: 15px;
}

.profile-info-section .followers .creator-box .text-box a.creator-name {
    margin-bottom: 0px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--bgDark);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.profile-info-section .followers .creator-box .text-box a.creator-name i {
    font-size: 16px;
    color: var(--primary);
}

.profile-info-section .followers .creator-box .btn-custom {
    height: 40px;
    border-radius: 100px;
}

.profile-info-section .created-listing {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.profile-info-section .created-listing .listing-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--bgLight);
}

.profile-info-section .created-listing .listing-box .img-box .price {
    background: var(--bgLight);
}

.profile-info-section .side-box {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.profile-info-section .side-box .input-box label {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.profile-info-section .side-box .input-box .form-select,
.profile-info-section .side-box .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgLight);
    border: 1px solid var(--bgLight);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    caret-color: var(--primary);
    color: var(--black);
}

.profile-info-section .side-box .input-box .form-select:focus,
.profile-info-section .side-box .input-box .form-control:focus {
    color: var(--black);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.profile-info-section .side-box .input-box .form-select::-webkit-input-placeholder,
.profile-info-section .side-box .input-box .form-control::-webkit-input-placeholder {
    color: var(--gray);
}

.profile-info-section .side-box .input-box .form-select:-ms-input-placeholder,
.profile-info-section .side-box .input-box .form-control:-ms-input-placeholder {
    color: var(--gray);
}

.profile-info-section .side-box .input-box .form-select::-ms-input-placeholder,
.profile-info-section .side-box .input-box .form-control::-ms-input-placeholder {
    color: var(--gray);
}

.profile-info-section .side-box .input-box .form-select::placeholder,
.profile-info-section .side-box .input-box .form-control::placeholder {
    color: var(--gray);
}

.profile-info-section .side-box .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
    border: 1px solid transparent;
}

.profile-info-section .side-box .input-box textarea.form-control {
    height: 150px;
    border-radius: 10px;
}

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

.contact-section .header-text {
    margin-bottom: 30px;
}

.contact-section .header-text p {
    max-width: 450px;
}

.contact-section .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.contact-section .info-box .icon-box {
    background: var(--bgLight);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    padding-top: 15px;
}

.contact-section .info-box .icon-box i {
    color: var(--primary);
    font-size: 18px;
}

.contact-section .info-box .text {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.contact-section .info-box .text p {
    margin-bottom: 0;
    margin-right: auto;
}

.contact-section .info-box .text h5 {
    margin-bottom: 5px;
}

.contact-section form h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact-section form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-section form .input-box .form-select,
.contact-section form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgLight);
    border: 1px solid var(--bgLight);
    padding: 8px;
    padding-left: 15px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--gray);
}

.contact-section form .input-box .form-select:focus,
.contact-section form .input-box .form-control:focus {
    color: var(--gray);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.contact-section form .input-box .form-select::-webkit-input-placeholder,
.contact-section form .input-box .form-control::-webkit-input-placeholder {
    color: var(--gray);
}

.contact-section form .input-box .form-select:-ms-input-placeholder,
.contact-section form .input-box .form-control:-ms-input-placeholder {
    color: var(--gray);
}

.contact-section form .input-box .form-select::-ms-input-placeholder,
.contact-section form .input-box .form-control::-ms-input-placeholder {
    color: var(--gray);
}

.contact-section form .input-box .form-select::placeholder,
.contact-section form .input-box .form-control::placeholder {
    color: var(--gray);
}

.contact-section form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
}

.contact-section form .input-box .form-select option {
    background: var(--white);
    color: var(--gray);
}

.contact-section form .input-box textarea.form-control {
    height: 150px;
    border-radius: 3px;
}

.rtl .contact-section .info-box .text {
    padding-left: 0;
    padding-right: 15px;
}

.not-found {
    height: 100vh;
}

.not-found .text-box img {
    width: 300px;
}

.not-found .text-box a {
    color: var(--primary);
    text-transform: capitalize;
}

.dark-mode .contact-section .info-box .icon-box {
    background: var(--gray);
}

.dark-mode .contact-section form .input-box .form-select,
.dark-mode .contact-section form .input-box .form-control {
    background-color: var(--gray);
    border: 1px solid var(--gray);
    color: var(--white);
}

.dark-mode .contact-section form .input-box .form-select::-webkit-input-placeholder,
.dark-mode .contact-section form .input-box .form-control::-webkit-input-placeholder {
    color: var(--white);
}

.dark-mode .contact-section form .input-box .form-select:-ms-input-placeholder,
.dark-mode .contact-section form .input-box .form-control:-ms-input-placeholder {
    color: var(--white);
}

.dark-mode .contact-section form .input-box .form-select::-ms-input-placeholder,
.dark-mode .contact-section form .input-box .form-control::-ms-input-placeholder {
    color: var(--white);
}

.dark-mode .contact-section form .input-box .form-select::placeholder,
.dark-mode .contact-section form .input-box .form-control::placeholder {
    color: var(--white);
}

.dark-mode .contact-section form .input-box .form-select:focus,
.dark-mode .contact-section form .input-box .form-control:focus {
    border: 1px solid var(--primary);
}

#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning {
    fill: #fff !important;
}

[v-cloak] {
    display: none;
}

.btn-custom-product {
    color: var(--primary) !important;
}

.btn-custom-product:hover {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-light {
    color: #184af9 !important;
}

.cursor-follow-btn {
    cursor: pointer !important;
}

.not-found-times {
    font-size: 50px !important;
}

.custom-card-payment {
    box-shadow: 3px 3px 5px #ddd !important;
}

.listing-not-found {
    padding: 100px 0px !important;
}

.remove-padding-listing-not-found {
    padding: 0px !important;
}

.custom-delete-fa {
    font-size: 13px !important;
}

.frontend-not-data-found {
    color: #e84118;
}

.color-change-listing {
    color: var(--gray) !important;
}

.section__padding {
    padding: 120px 0px !important;
}

#content .payment-methods {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#content .payment-methods .btn-check+.btn-primary {
    background: #fff;
    border: 2px solid var(--light);
    border-radius: 5px;
    padding: 10px;
    color: #212529;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.paymentCheck i {
    position: absolute;
    left: 10px;
    color: var(--white);
    top: 10px;
}

.paymentCheck {
    position: relative;
    padding: 0;
    border-radius: 0;
}

#content .payment-methods .btn-check+.btn-primary .check {
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
}

#content .payment-methods .btn-check+.btn-primary::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
}

#content .payment-methods .btn-check:checked+.btn-primary {
    background: #fff !important;
    border: 2px solid var(--primary);
}

#content .payment-methods .btn-check:checked+.btn-primary .check {
    opacity: 1;
}

#content .payment-methods .btn-check:checked+.btn-primary::after {
    background: none;
}

#content .payment-methods .btn-check:focus+.btn-primary,
#content .payment-methods .btn-primary:focus {
    color: #fff;
    background-color: #fff;
    border-color: var(--primary);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

#content .payment-methods .payment-options {
    height: 272px;
    padding: 5px;
    padding-right: 2px;
    overflow-y: auto;
    overflow-x: hidden;
}

#content .payment-methods .payment-options::-webkit-scrollbar {
    width: 3px;
}

#content .payment-methods .payment-options::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
}

#content .payment-methods .payment-options::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
}

#content .payment-methods .payment-options::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

#content .estimation-box {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#content .estimation-box p {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--darkblue);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
}

#content .estimation-box p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#content .estimation-box p span {
    float: right;
}

#content .pays .pay-box {
    border-radius: 15px;
    padding: 20px;
    background: var(--white);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
}

#content .pays .pay-box .icon-box img {
    min-width: 80px;
    max-width: 80px;
    border-radius: 5px;
}

#content .pays .pay-box .icon-box i {
    color: var(--primary);
    font-size: 32px;
    height: 60px;
}

#content .pays .pay-box .text-box {
    padding-left: 20px;
}

#content .pays .pay-box .text-box h4 {
    text-transform: capitalize;
}

#content .pays .pay-box:hover,
#content .pays .pay-box.active {
    border: 2px solid var(--primary);
}

#content .withdraw-preview-gateway-box {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#content .withdraw-preview-gateway-box .img-box {
    text-align: center;
}

#content .withdraw-preview-gateway-box img {
    width: 200px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

#content .withdraw-preview-gateway-box p {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--darkblue);
}

#content .withdraw-preview-gateway-box p span {
    float: right;
}

#content .withdraw-preview-gateway-box p:last-child {
    margin-bottom: 0;
}

.rtl #content .withdraw-preview-gateway-box p span {
    float: left;
}

.rtl #content .estimation-box p span {
    float: left;
}

.rtl #content .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}

.rtl #content .pays .pay-box .text-box {
    padding-right: 20px;
    padding-left: 0;
}

.details_list ul {
    padding-left: 0;
}

.details_list ul li {
    border: 1px solid #dddddd;
    padding: 2px;
}

.details_list ul li {
    border-bottom: none;
    padding: 10px;
    border: 1px solid #ddd;
}

.details_list ul li:last-child {
    border-bottom: 1px solid #dddddd;
}

.payment-method-header {
    color: var(--primary);
    font-weight: 700;
}

.payment-method-details {
    color: var(--primary);
    font-weight: 700;
}

.method-card-header {
    box-shadow: 0px 10px 20px 3px #e5e5e5;
}

.method-card-details {
    box-shadow: 0px 10px 20px 3px #e5e5e5;
}

.paymentActive {
    border: 2px solid var(--primary) !important;
}

.disable_pay_now {
    background-color: #e0e0e0;
}

.disable_pay_now:hover {
    background-color: #e0e0e0;
}

.cookie-title {
    display: inline;
    margin-left: 5px;
}

.category-filter-section .category-box {
    background: var(--white);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    text-align: left;
    border-radius: 10px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    border-bottom: 2px solid var(--white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-filter-section .category-box .icon-box {
    margin: 0 15px;
    background: #e4ebfe;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    padding-top: 14px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.category-filter-section .category-box .icon-box i {
    font-size: 24px;
    color: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main_carousel {
    width: 100%;
    margin: 0 auto 1rem auto;
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
    border-radius: 5px;
    overflow: hidden;
}

.main_carousel .carousel__slide {
    width: 100%;
    padding: 0;
}

.main_carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.main_carousel .carousel__button.is-prev {
    left: 0.5rem;
}

.main_carousel .carousel__button.is-next {
    right: 0.5rem;
}

.main_carousel .carousel__button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0px #fe6600;
    box-shadow: 0 0 0 0px #fe6600;
}

.thumb_carousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 5px;
    width: 200px;
    cursor: pointer;
}

.thumb_carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.thumb_carousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

.copy__profile__url {
    height: 0px;
    padding: 1px;
    opacity: 0;
}

.fancybox__container {
    z-index: 1100 !important;
}

.view-btn {
    background: var(--primary);
    border-radius: 3px;
    padding: 2px 5px 2px 8px;
    width: auto;
    height: 26px;
}

.view-btn i {
    color: var(--white);
    position: relative;
    top: 1px;
    font-size: 14px;
}



.custom-not-found {
    max-width: 400px;
    margin: auto;
    margin-top: 200px;
}

.custom-not-found2 {
    max-width: 400px;
    margin: auto;
}

.custom-not-found3 {
    max-width: 300px;
    margin: auto;
}

.rtl .thumb_carousel,
.rtl .main_carousel {
    direction: ltr;
}


@media (max-width: 991px) {
    .navbar .nav-item {
        margin: 0;
        padding: 0;
    }

    .navbar .dropdown .dropdown-menu {
        display: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    .rtl .navbar .navbar-brand {
        margin-right: 35px;
    }

    .rtl .navbar .navbar-text {
        right: auto;
        left: 15px;
    }

    .profile-section .cover-wrapper {
        padding: 20px;
    }

    .profile-section .cover-wrapper .right-wrapper .social-links {
        margin: 15px 0;
    }

    .profile-section .cover-wrapper .right-wrapper .counts {
        position: relative;
    }
}

@media (max-width: 767px) {

    h1,
    h2 {
        font-size: 36px;
    }

    .login-section form {
        padding: 15px;
    }

    .login-section .overlay .text h2 {
        font-size: 36px;
    }

    .profile-section .cover-wrapper {
        text-align: center;
    }

    .profile-section .cover-wrapper .about .profile {
        margin: 0;
        margin-bottom: 15px;
    }

    .profile-section .cover-wrapper .right-wrapper .button-group .btn-nft {
        margin-top: 15px;
    }

    .profile-section .cover-wrapper .right-wrapper .button-group,
    .profile-section .cover-wrapper .right-wrapper .social-links {
        text-align: center;
    }

    .home-section {
        height: 100%;
    }

    .home-section .text-box {
        padding: 100px 0;
    }

    .home-section .text-box h1 {
        font-size: 48px;
    }

    .home-section .search-bar {
        margin: 50px 0 0 0;
    }

    .home-section .search-bar .input-box .input-group {
        border-right: 0;
        border-bottom: 1px solid var(--borderColor);
    }

    .home-section .search-bar .btn-custom {
        height: 80px !important;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
    }

    .category-section .category-box {
        display: block;
        text-align: center !important;
        padding: 20px 10px;
    }

    .category-section .category-box .icon-box {
        width: 50px;
        margin-right: 0;
        margin: auto;
        margin-bottom: 15px;
    }

    .profile-section .right-wrapper .button-group .share:hover #shareBlock {
        display: block;
        top: -100px;
        left: 0;
        width: 168px;
    }

    .rtl .profile-section .right-wrapper .button-group .share:hover #shareBlock {
        left: 50px;
    }

    .custom-not-found {
        margin-top: 0px !important;
    }
}

@media (max-width: 575px) {
    .custom-not-found {
        margin-top: 0px !important;
    }

    .navbar {
        padding: 0;
    }

    .navbar .navbar-text .btn-custom {
        width: auto;
        height: auto;
        padding: 8px;
    }

    .navbar .navbar-text .notification-panel .notification-dropdown {
        right: -100px;
    }

    .rtl .navbar .navbar-text .user-dropdown .dropdown-menu {
        left: -60px;
        right: auto;
    }

    .rtl .navbar .navbar-text .notification-panel .notification-dropdown {
        left: -60px;
        right: auto;
    }

    .blog-page .right-bar .side-box .blog-box {
        display: block;
        margin-bottom: 30px;
    }

    .blog-page .right-bar .side-box .blog-box .img-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .blog-page .right-bar .side-box .blog-box .img-box .category {
        top: 10px;
        right: 10px;
    }

    .blog-page .right-bar .side-box .blog-box .text-box {
        padding: 0;
        width: 100%;
    }

    .newsletter-section .input-group .btn-custom {
        width: 100px;
    }

    .listing-details .reviews .review-box {
        position: relative;
    }

    .listing-details .reviews .review-box .text {
        width: 100%;
    }

    .listing-details .reviews .review-box .text .name {
        display: block;
        font-weight: 500;
        margin-top: 5px;
    }

    .listing-details .reviews .review-box .review-date {
        position: absolute;
        width: 100%;
        top: 15px;
        right: 15px;
    }

    .listing-details .btn-light {
        width: 30px;
    }

    .listing-details .btn-light .fa-2x {
        font-size: 20px;
    }

    .listing-details .info-box .title {
        font-size: 24px;
    }
}

.listing__reviews i {
    font-size: 12px;
    color: var(--gold);
}

/* maintenance page css */
.maintenance {
    background: url(../img/maintenance-vector.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.maintenance {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.maintenance {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.maintenance_contain {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
}

.maintenance_contain img {
    width: auto;
    max-width: 100%;
    height: 300px !important;
}

.pp-infobox-title-prefix {
    font-family: sans-serif;
}

.pp-infobox-title {
    color: #000000;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    word-break: break-word;
}

.pp-infobox-description {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.pp-infobox-description p {
    margin: 0;
}

.pp-social-icons {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.pp-social-icon {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    line-height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.pp-social-icon a {
    display: inline-block;
    height: 40px;
    width: 40px;
}

.pp-social-icon:nth-child(1) a i {
    border: 2px solid #4b76bd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
}

.pp-social-icon:nth-child(2) a i {
    border: 2px solid #00c6ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    color: #00c6ff;
}

.pp-social-icon:nth-child(3) a i {
    border: 2px solid #fb5245;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    color: #fb5245;
}

.pp-social-icon:nth-child(4) a i {
    border: 2px solid #158acb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    color: #158acb;
}

.pp-social-icon:nth-child(5) a i {
    border: 2px solid #4b76bd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    color: #4b76bd;
}

.fileinput-preview.fileinput-exists.thumbnail.wh-200-150 img {
    width: 200px !important;
}

.select2-container--default .select2-selection--multiple {
    background: var(--bgLight);
    border: none;
    border-radius: 4px;
    cursor: text;
    padding: 10px 15px;
    position: relative;
    height: 50px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
}

.select2-selection.select2-selection--multiple {
    display: flex;
    overflow-x: hidden;
}

.home-section .search-bar .select2-selection.select2-selection--multiple {
    background: var(--white);
}

.select2-container .select2-search--inline .select2-search__field {
    height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary) !important;
    color: #ffffff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.listing-section .filter-area .filter-box .input-group button:hover {
    background: var(--primary);
    color: #FFFFFF !important;
}

.footer-servive-first-btn,
.footer-servive-second-btn {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
}

.footer-servive-first-btn {
    background: #F00073;
    color: white;
}

.footer-servive-second-btn {
    border: 1px solid #F00073;
    background: transparent;
    color: #F00073;
}

.footer-servive-first-btn:hover,
.footer-servive-second-btn:hover {
    background: #FEDE2B;
    color: black;
    border: none;
}

.border-right {
    border-right: 1px solid lightgray;
}

.footer-padd {
    padding: 0rem 1.5rem;
    margin: 1.5rem 0rem;
}

.footer-p-tag {
    font-size: 14px;

}

.footer-contact-number a,.footer-mail-address a{
    font-size: 14px;
}

.footer-bottom-logo-section {
    margin-top: 5rem;
    padding-bottom: 5rem;
}

.footer-bottom-logo-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-section-logo img{
    width: 280px;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-icons a {
    padding: 0rem 1rem;
}


@media (max-width: 991px) {
    .custom-not-found {
        margin-top: 0;
    }
}


/* Course details CSS */

/* College Listing */
.college-listing-gallery-img{
    margin-bottom: 2rem;
    height: 100%;
}

@media (max-width: 767px) {
    .College_logo img{
        width: 100px;
        margin-top: 1rem !important;

    }

    .College_title h3{
        font-size: 15px;
    }
    .College_title p{
        font-size: 13px;
    }

    .College_btn button{
        margin-top: -3rem;
    }

    .College_main_image img{
        width: 100%;

    }

    .Info_btn button{
        border-radius: 20px;
        }

    .College_texts p{
        font-weight: 500;
        font-size: 15px;
    }
};

/* College List Start */
.college_list_sec{
    margin: 3rem 5%;
    font-size: 16px;
    max-width: 1440px;
}

.filter_wrap span{
   color: #adb5bd;
   font-weight: 500;
}

.filter_wrap .accordion-button:not(.collapsed){
  color: unset;
  background-color: unset;
  box-shadow: unset;
}

.filter_wrap .accordion-button:focus{
  border-color: unset;
  box-shadow: unset;
}

  .filter_course{
      position: relative;
  }

.college-filter--ham,
.college-filter--close {
   width: 2.4em;
   height: 2.4em;
   border: none;
   display: none;
}


.college-filter--close{
  position: absolute;
  right: 10px;
  top: 10px;
}

.college-filter--ham{
  display: none;
}
.filters{
  max-height: 300px;
  overflow-y: scroll;
  /* border: 1px solid red; */
}
::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  }

.accordion-button:not(.collapsed)::after{
  background-image: unset;
}


.college_dropdown--filter .dropdown-toggle svg{
   width: 1.2rem;
   stroke: black;
}
.college_dropdown--filter  .dropdown-toggle::after{
  display: none;
}

.college_dropdown--filter .dropdown-toggle{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  border: 1px solid black;
  border-radius: 5px;
}
.college_dropdown--filter .dropdown-toggle:focus{
outline: 0;
 }

.college_dropdown--filter .dropdown-toggle:focus-visible{
  outline: 0;
 }

 .college-card{
  margin-top: 3rem;
  flex-direction: row;
 }

 .college-card .detail{
  flex-grow: 1;
 }

 .college-title:link,
 .college-title:visited{
   font-size: 1em;
   font-weight: 700;
   color: #353535;
   text-decoration: none;
 }

 .college-img{
  max-width: 236px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
 }
 .college-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }

 .college-logo img{
  width: 4rem;
  height: 4rem;
  object-fit: cover;
 }

 .apply p{
  font-weight: 500;
  font-size: 1em;
  color: #70757a;
 }
 .apply button{
  background-color: #004aab;
  padding: 0.5rem 1rem;
  border: none;
  color: white;
  font-size: 1em;
  font-weight: 400;
  border-radius: 100px;
  transition: all 0.3s;
 }

 .apply button:hover{
  background-color: #003b89;
 }
 .price ul li{
  font-weight: 600;
 }
 .price ul li div{
 font-weight: 400;
 }

 .college-card .wish{
  background: none;
  border: 1px solid #666;
  padding: 0.3rem .5rem;
  border-radius: 4px;
 }
 .college-card .wish{
   color: #666;
  }
 .college-address{
  color: #666;
  font-weight: 600;
  font-size: 1em;
 }
 .college-address i{
  font-size: 0.8em;
 }

 .college--rating{
  font-weight: 500;
 }

 .college--rating i{
  font-size: 0.8em;
  color: gold;
 }


@media(max-width: 1100px){
.college_list_sec{
  margin: 3rem 1%;
}
}

@media(max-width: 965px){
  .filter_wrap{
      position: fixed;
      top: 0;
      left: 0;
      transform: translateX(-110%);
      transition: all 0.3s;
      overflow: scroll;
      max-height: 100dvh;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      padding: 10px;
      }
      .filter_wrap.hide{
      padding-top: 2em;
      background-color: white;
      z-index: 999999999999;
      transform: translateX(0);
  }
  .college-filter--ham,
  .college-filter--close {
      display: block;
  }

  .college_list_sec{
      font-size: 14px;
  }
}

  @media(max-width: 425px){
  .college-img{
      max-width: 120px;
      height: 120px;
      border-radius: 10px;
      overflow: hidden;
  }
 }

 @media(max-width: 320px){
  .college-card{
      flex-direction: column;
  }
 }

/* College List End */


/* Mentor Page Start */

.top_banner {
    background: #f0f0f0;
    border-radius: 62px;
}


.create_account {
    background: #D9ACF5;
    color: #000;
    border-radius: 19.7px;
    width: 50%;
    font-weight: 700;
    padding: 0.5rem;
}


.find_mentor {
    background: #F2F7FB;
    border-radius: 150px;
}


.Heading_section2 h1 {
    font-size: 60.24px;
    line-height: 55.42px;
}


.Heading_section2 p {
    font-family: Inter;
    font-size: 25px;
    line-height: 29px;
}

.Heading_section1 span {
    color: royalblue;
    font-weight: 700;
}



.Heading_section1 h1 {
    font-weight: 700;
    font-size: 37px;
}

.Heading_section2 span {
    color: royalblue;
    font-weight: 700;
}

.Heading_section3 h1 {
    font-size: 60.24px;
    line-height: 55.42px;
}


.Heading_section3 p {
    font-family: Inter;
    font-size: 22px;
    line-height: 29px;
}

.Heading_section3 span {
    color: royalblue;
    font-weight: 700;
}

.nav-item a {
    color: black;
    font-weight: 500;
}

.navbar-brand {
    color: white;
    transition: color 0.3s ease;
}

.navbar-brand:hover {
    color: whitesmoke;
}

.B2 button {
    width: max-content;
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 16.63px;
    font-weight: 700;
    line-height: 13.82px;
}



.Forms_section1 h5 {
    font-family: Inter;
    font-size: 21.65px;
    font-weight: 500;
    line-height: 25.12px;
    letter-spacing: -0.06em;
}



.Forms_section1 input {
    width: 100%;
    border-radius: 35.4px;
    border: 1.42px solid #E8E8E8
}



.btn-group button {
    border: 1px solid violet;
    border-radius: 20px;
}



.B3 button {
    width: 100%;
    border: 1px solid white;
    background-color: darkblue;
    font-size: 20px;
    color: white;
    border-radius: 20px;
}



.B3 button:hover {
    background-color: blueviolet;
}



.Heading_section4 {
    height: 90%;
    padding: 20px;
    background: #D9ACF5;
    color: black;
    font-weight: 500;
    border: 1.08px solid #ECD5FA;
    border-radius: 21.65px;
}



.Heading_section4 h1 {
    font-size: 65.22px;
    line-height: 50px;
    font-family: 'Inter';
}



.Heading_section4 p {
    font-family: Inter;
    font-size: 25.07px;
    font-weight: 400;
    line-height: 31.4px;
}



.Heading_section6 {
    border: 2px solid violet;
    padding: 10px;
    border-radius: 20px;
}



.anchors a {
    border: 2px solid violet;
    padding: 10px;
    border-radius: 20px;
}



.Button_group {
    border: 2px solid violet;
    padding: 10px;
    border-radius: 20px;
}



.glow-on-hover {
    width: 220px;
    height: 50px;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}



.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}



.glow-on-hover:active {
    color: #000
}



.glow-on-hover:active:after {
    background: transparent;
}



.glow-on-hover:hover:before {
    opacity: 1;
}



.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    top: 0;
    border-radius: 10px;
}



@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
       background-position: 400% 0;
}
    100% {
        background-position: 0 0;
    }
}



.navbar-brand-text {
    background: #0d6efd;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
}



#navbarSupportedContent .navbar-nav .nav-item {
    margin: 5px 0;

}



#navbarSupportedContent .navbar-nav .nav-item a {
    font-family: Inter;
    font-size: 16.43px;
    line-height: 29.14px;
    white-space: nowrap;
}



.navbar-brand-text {
    font-size: 19.43px;
    font-weight: 600;
    line-height: 29.14px;
}

.Child1 img {
    width: 100%;
    height: 175.44px;
    object-fit: cover;
    border-radius: 43.52px 43.52px 0px 43.52px;
}



.Child2 .card-body span {
    padding: 3px;
    margin-right: 5px;
    border-radius: 20px;
    font-family: Poppins;
    font-size: 10.63px;
    font-weight: 500;
}



.personal_details {
    border: 1.42px solid #CE7DFF;
    border-radius: 28.32px;
    padding: 20px;
}

.__img-125px {
    width: 125px;
}

/* Mentor Page End */



/* Webkit browsers (Chrome, Safari) */
.lightgray_container .navbar::-webkit-scrollbar,
.best-category-navbar--sm ul::-webkit-scrollbar {
    width: 0;
}

.lightgray_container .navbar::-webkit-scrollbar-track,
.best-category-navbar--sm ul::-webkit-scrollbar-track {
    box-shadow: unset;
}

.lightgray_container .navbar::-webkit-scrollbar-thumb,
.best-category-navbar--sm ul::-webkit-scrollbar-thumb {
    background-color: unset;
    outline: unset;
}

/* Firefox */
.lightgray_container .navbar,
.best-category-navbar--sm ul {
    scrollbar-width: none; /* Disables scrollbar */
}

.lightgray_container .navbar::-moz-scrollbar,
.best-category-navbar--sm ul::-moz-scrollbar {
    display: none; /* Hides the scrollbar */
}

/* IE and Edge */
.lightgray_container .navbar,
.best-category-navbar--sm ul {
    -ms-overflow-style: none; /* Hides the scrollbar */
}

.lightgray_container .navbar::-ms-scrollbar,
.best-category-navbar--sm ul::-ms-scrollbar {
    display: none; /* Hides the scrollbar */
}



/* Home page css */

    /* Best Category Section Start */
    .best-category-navbar--sm ul {
        list-style-type: none;
        overflow-x: scroll;
    }

    .best-category-navbar--sm .nav_item {
        padding: 0.6rem 2rem;
        font-size: 0.9rem;
        background-color: #d4f6cc;
        color: black;
        border-radius: 10px;
        min-width: max-content;
    }

    .best-category-navbar--sm .nav_item a {
        color: black;
    }

    /* Best Category Section End */

    .btn-custom-style-broker {
        background-color: #FEDE2B !important;
        color: black !important;
        font-weight: 600 !important;
        padding: 0.2rem 1rem !important;
        border-radius: 2rem !important;
    }

    .btn-custom-style-stdnt {
        border: 1.5px solid black !important;
        color: black !important;
        border-radius: 3rem !important;
        padding: 0.5rem 1rem !important;
        font-weight: 700 !important;
    }

    .btn-custom-style-stdnt:hover {
        background-color: black;
        color: white !important;
        border: none;
    }

    .greater-than-style {
        padding: 0.3rem 0.5rem;
        margin: 5px;
        background: black;
        color: #FEDE2B;
        border-radius: 50%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 1.7rem;
        height: 1.7rem;
        font-size: 13px;
    }

    .greater-than-style i {
        font-size: 12px;
    }

    .trust-para-text p {
        font-weight: 600;
        margin: 0;
    }


    .banner-side-img .Pic1 img,
    .banner-side-img .Pic2 img {
        width: 90%;
    }

    .Pic1 {
        padding-top: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .student-text-purple {
        border-radius: 2rem;
        color: #B2A4FF;
        background-color: #E3DFFD;
        padding: 0px 10.65px 0px 6.66px;
        font-family: Inter;
        font-size: 39.95px;
        font-weight: 700;
        line-height: 48.35px;
        text-align: center;



    }

    .serv-btn {
        padding: 0.5rem 1rem;
        border-radius: 2rem;
    }

    .student-service-btn {
        background-color: #E3DFFD;
        color: #B2A4FF;
        margin: 5px;
    }

    .broker-service-btn {
        border: 1px solid #FC7300;
        color: #FC7300;
        margin: 5px;
    }

    .college-service-btn {
        border: 1px solid #004AAB;
        color: #004AAB;
        margin: 5px;
    }

    .para2 p {
        font-family: Inter;
        font-size: 17px;
        font-weight: 400;
        line-height: 22.01px;
        text-align: center;
      }
    @media (max-width:992px){
        .content1,.content3{
            display: none;
        }
    }

    .scholarship-text-card {
        background-color: #FEDE2B !important;
        border-radius: 1rem !important;
        padding: 2rem 1rem !important;
        border: none !important;
    }

    .scholarship-text-card h3 {
        margin-top: 1.3rem;
        font-weight: 700;
        font-family: League Spartan;
        font-size: 44.31px;
        line-height: 37.14px;
        letter-spacing: 0.20790180563926697px;
        text-align: left;

    }

    .scholarship-text-card p {
        font-size: large;
        font-weight: 600;
        color: black;
    }

    .apply-now-btn {
        padding-right: 1rem;
    }

    .connect-to-mentor {
        background: #FF8520;
        border-radius: 1rem;
    }
    
    .connect-to-mentor .card-text p{
        font-family: Inter;
        font-size: 19.94px;
        font-weight: 700;
        line-height: 29.31px;
        text-align: left;

    }

    .connect-to-mentor h3 {
        
        color: black;
        font-family: Inter;
        font-size: 35.31px;
        font-weight: 800;
        line-height: 42.13px;
        letter-spacing: 0.20790180563926697px;
        text-align: left;

    }
    
    .Heading2 h2{
        font-family: League Spartan;
        font-size: 52px;
        font-weight: 700;
        line-height: 47.84px;
    

    }

    @media (max-width: 992px) {
        .connect-to-mentor h3 br {
            display: none;
        }
    }

    .connect-to-mentor p {
        font-weight: 500;
        color: black;
    }

    .mentor-span,
    .mba-span {
        padding: 2px 8px;
        border-radius: 1rem;
        color: black;
    }

    .mentor-span {
        background-color: #CE7DFF;
    }

    .mba-span {
        background-color: #BEF0CB;
    }

    .ananya-padding {
        padding: 0.5rem 1rem;
        border-radius: 1rem;
    }

    /*.direct-free-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }*/



    .direct-apply-card {
        width: 100%;
        height: 72%;
        background-color: #39B5E0;
        border-radius: 1rem;
        padding: 0.5rem;
    }

    .direct-apply-card h3 {
        
  
        color: black;
        font-family: League Spartan;
        font-size: 44.31px;
        font-weight: 700;
        line-height: 41.02px;
        letter-spacing: 0.20790180563926697px;
        text-align: left;

    }

    .direct-apply-card p {
        color: black;
        font-size: large;
    }

    @media (max-width:1199px) and (min-width:992px) {
        .free-cosnsultancy-text h4 {
            font-size: 100%;
        }
    }

    .free-cosnsultancy-text {
        width: 100%;
        background: #F3E8FF;
        padding: 1.1rem 1rem;
        border-radius: 1rem
        font-family: League Spartan;
        font-size: 40px;
        font-weight: 700;
        line-height: 32.36px;
        letter-spacing: 0.16684949398040771px;
        text-align: left;

    }

    .free-cosnsultancy-text h4 {
        font-weight: 700;
    }

    .ranking-border {
        height: 2px !important;
    }

    .nav_item {
        color: black !important;
    }

    .navbar_brand {
        background-color: #f9c91a;
        border-radius: 3rem !important;
        font-size: 1rem !important;
        padding: 0.4rem 1.2rem !important;
        color: white !important;
        margin: 0.5rem;
    }

    .search_input_nav {
        border: 0 !important;
    }

    .nav_search_form {
        border: 1px solid #555;
        border-radius: 100px;
        padding: 0.5rem 1rem
    }

    /*
     .navbar-toggler {
        visibility: hidden;
    } */

    .red_dot,
    .blue_dot,
    .yellow_dot {
        border-radius: 50%;
        font-size: 9px;
        padding: 8px 10px;
        padding-bottom: 0rem;
        margin: 0 2px;
    }

    .red_dot {
        color: red;
        background-color: #FF1616;
    }

    .blue_dot {
        color: #004AAD;
        background-color: #004AAD;
    }

    .yellow_dot {
        color: #FFDF2B;
        background-color: #FFDF2B;
    }

    .Heading3_para_text {
        color: black;
        margin: 0 auto;
        max-width: 60ch;
    }

    .Heading3 {
        padding: 3rem 0rem 7rem 0rem;
    }

    @media(max-width: 600px) {
        .Heading3 {
            padding: 3rem 0rem 3rem 0rem !important;
        }

        .promotion_cards {
            padding: 0;
        }
    }


    .beneficial_post_one {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }

    .broker_arrow_img {
        display: flex;
        justify-content: center;
        margin-left: 6rem;
    }

    .texts h3 {
        font-weight: 700;
    }

    .texts p {
        text-align: start;
        padding: 0rem 0.3rem;
        color: black;
        font-weight: 600;
    }

    .broker_span_br_colour {
        background-color: #FEDE2B;
        padding: 5px 0px 6px 13px;
        border-radius: 50%;
    }

    .student_span_br_colour {
        background-color: #649be2;
        padding: 5px 0px 6px 13px;
        border-radius: 50%;
    }

    .landing-page-text {
        background-color: #FCFFE7;
        border-radius: 2rem;
        padding: 2rem;
        width: 30rem;
    }

    .landing-page-text a {
        margin: 5px;
    }

    .landing-page-text p {
        font-weight: 500;
        color: black;
    }

    .landing-broker-text,
    .landing-student-text {
        padding: 2px 5px;
        border-radius: 6px;
        color: black;
        font-weight: 500;
        font-size: 11px;
    }

    .landing-broker-text {
        background-color: #FEDE2B;
    }

    .landing-student-text {
        background-color: #CE7DFF;
    }

    .B4 a {
        font-size: 1rem;
        background: #FEDE2B;
        padding: 0.6rem 1.5rem;
        border-radius: 2rem;
        text-decoration: none;
        font-weight: 600;
    }

    .promotion_cards {
        background: #E1EEDD !important;
        padding: 0.5rem 1rem !important;
        border-radius: 1.5rem !important;
    }

    .promotion_cards h3 {
        font-size: clamp(1.2rem, 3vw, 1.6rem);
        padding: 1.5rem 0rem;
    }

    .promotion-small-cards {
        border-radius: 2rem !important;
        padding: 0.5rem !important;
        flex: 1 1 auto;
        min-width: 0;
    }

    /*.promotion-small-cards-mid-texts {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }*/

    /*@media (max-width: 767.98px) {
        .promotion-small-cards {
            margin: 10px 0;
        }
    }

    @media (max-width: 575.98px) {
        .promotion-small-cards {
            padding: 1rem;
        }

        .promotion-small-cards-text h5 {
            font-size: 2ch;
        }
    }*/

    .testimonial-cards-best-category .promotion-small-cards {
        border: 1px solid rgba(0, 0, 0, .5);
    }

    .promotion-card-wrappers {
        background: #F2F7FB;
        padding: 2rem;
        margin-top: 6rem;
    }

    @media(max-width: 600px) {

        .promotion-card-wrappers {
            background: #F2F7FB;
            padding: 0;
            margin-top: 0;
        }
    }



    .promotion-small-cards-mid-texts h5 {
        font-weight: 700;
    }

    .promotion-small-cards-mid-texts span {
        padding: 1px 8px;
        border-radius: 1rem;
        font-size: 9px;
        color: black !important;
        font-weight: 500;
    }

    .promotion-small-cards-text {
        padding: 0.5rem !important;
        color: black;
    }

    .promotion-small-cards-text h5 {
        font-weight: 500;
        font-size: 1.7ch;
    }

    .promotion-small-cards-text span {
        font-weight: 500;
        background: #E3DFFD;
        color: black;
        padding: 2px 8px;
        border-radius: 1rem;
        font-size: 8px;
    }

    .founder-img-text {
        gap: 10px;
    }

    .Items2 h5 {
        font-size: 2.1ch;
        font-weight: 700;
        margin-top: 2rem;
    }

    .founders-cards {
        padding: 2rem 3rem 3rem;
        border-radius: 2rem !important;
        background: #F3E8FF !important;
    }

    .founder-header-text h3 {
        font-weight: 800;
    }

    .founder-header-text p {
        background: #FEDE2B;
        padding: 0px 6px;
        border-radius: 2rem;
        font-weight: 700;
        color: black;
    }

    .join-as-a-broker-card {
        background: #FEDE2B !important;
        border-radius: 1rem !important;
    }

    .join-as-a-broker-card a {
        font-size: 1.7rem;
        font-weight: 550;
        text-align: center;
        padding: 0.5rem 1rem;
        border-radius: 2rem !important;
        color: black !important;
    }

    .greater-than {
        padding: 0.5rem 0.8rem;
        font-size: 1.5rem;
    }

    .join-us-card {
        border-radius: 2rem !important;
        background: #F3E8FF !important;
        padding: 1rem;
    }

    .join-us-card h4 {
        font-weight: 900;
        font-size: 2.5ch;
    }

    .join-best-college-card {
        border-radius: 2rem !important;
        background: #009FBD !important;
        padding: 1rem 0.5rem;
    }

    .best-college-apply-card {
        background: #004AAB !important;
        color: white;
        margin: 0rem 1rem 0rem 0rem;
    }

    .best-for-you-colleges-text h6 {
        font-size: 2ch;
    }

    .best-for-you-colleges-text p {
        font-size: 1.1ch;
        font-weight: 600;
    }

    .best-for-you-colleges-text span {
        padding: 2px 7px;
        border-radius: 1rem;
        font-weight: 600;
        font-size: 13px;
    }

    .picture3 {
        height: 180px;
        width: 100%;
    }

    .picture3 img {
        object-fit: cover;
        border-radius: 1rem;
    }

    .para3 p {
        font-weight: 600;
    }

    .best-category-navbar {
        border-radius: 50px;
        border: 0.5px solid black;
        /* translate: 0px -40px !important; */
    }

    .bg-lightgray {
        /*background: #D9D9D9;*/
        background: #f1efef;
    }

    .lightgray_container {
        padding: 0rem 3rem;
    }

    .best-category-wrapper {
        padding: 0rem 0rem 3rem 0rem;
    }

    .institute-info-card {
        border-radius: 17px !important;
    }

    .Title h3 {
        font-size: 1.1rem;
    }

    @media(max-width: 730px) {

        .beneficial_post_one,
        .benificial_post_one_img,
        .Post1,
        .Parent2 {
            display: none !important;
        }

        .lightgray_container{
            padding: 0.5rem;
          }

          .best-category-navbar--sm .nav_item {
              padding: 0.6rem;
          }

    }

    @media(max-width: 600px) {

        .beneficial_post_one,
        .benificial_post_one_img,
        .Post1,
        .Parent2 {
            display: none !important;
        }

        .founders-cards {
            padding: 1rem;
        }


        .join-as-a-broker-card a {
            font-size: 1.2rem;
            font-weight: 550;
            text-align: center;
            font-size: 20px;
            border-radius: 2rem !important;
            color: black !important;
        }



    }



    @media (max-width:426px) {
        .landing-page-text {
            margin: 1rem;
            width: 100%;

        }

        .direct-apply-card {
            width: auto;
            margin-top: 1rem;
        }

        .free-cosnsultancy-text {
            width: auto;
        }

        .institute-info-card {
            width: auto !important;
        }

        .justify_cc {
            justify-content: center !important;
        }

    }

    .top-banner {
        background: #f2f7fb;
    }

    .bottom-banner {
        background: #ebf6f7;
    }



    @media screen and (max-width: 320px) {
        .B3 {
            width: 100%;
            display: flex;
            flex-wrap: wrap;

        }

        .B3 a {
            width: 12rem;

        }

        .B4 a {
            width: 9rem;
            background: #FEDE2B;
            border-radius: 2rem;
            text-decoration: none;
            font-weight: 600;
            padding: 5px;
            font-size: 1rem;
        }
    }

/* Home page css */
