/*===================================
  GLOBAL CSS START
===================================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: var(--PrimaryFont);
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--colorBlack);
}

p,
span {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--paraColor);
    margin: 0;
}

img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

input,
textarea {
    width: 100%;
    resize: none;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--colorBlack);
    border: 1px solid var(--BorderColor);
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: rgba(4, 6, 24, 0.50);
}

button {
    border: none;
}

:root {
    --colorPrimary: #FCECCB;
    --colorPryDeep: #CAB083;
    --colorSecondary: #5E2A05;
    --colorWhite: #FFFFFF;
    --colorBlack: #212529;
    --ratingColor: #EC8C0F;
    --LightBg: #F8F9FA;
    --paraColor: #575E6B;
    --BorderColor: #E0E2E6;
    --InterFont: "Inter", sans-serif;
    --SecondaryFont: "Poppins", sans-serif;
    --PrimaryFont: "Montserrat", sans-serif;
}

/* Page transition animations (PWA only) */
.pwa-mode body {
    animation: pageFadeIn 180ms ease-out forwards;
}

.pwa-mode body.page-fade-out {
    animation: pageFadeOut 150ms ease-in forwards;
    pointer-events: none;
}

/* Page transition loader (PWA only) */
.pwa-mode #pageLoader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease, visibility 150ms ease;
    pointer-events: none;
}

.pwa-mode #pageLoader.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.pwa-mode #pageLoader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #c8b47e;
    border-radius: 50%;
    animation: pageSpinnerSpin 700ms linear infinite;
}

@keyframes pageFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pageFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes pageSpinnerSpin {
    to {
        transform: rotate(360deg);
    }
}

.header-area,
.header-area p,
.header-area span,
.header-area .header-info>ul>li,
.header-area .header-info>ul>li>a,
.header-area .header-info>ul>li i,
.header-area .nice-select .current {
    color: var(--colorWhite) !important;
}

.header-area .nice-select .list .option,
.header-area .nice-select .list .option:hover,
.header-area .nice-select .list .option.selected {
    color: var(--colorBlack) !important;
}

.header-area .nice-select .list {
    z-index: 1100 !important;
}

.at_section_title {}

.at_section_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: var(--colorBlack);
}

.at_section_title p {}

.badge.bg-primary {
    background-color: var(--colorPryDeep) !important;
}

i.fas.fa-heart {
    color: #e30b0b;
}

.common_btn {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 18px;
    background: var(--colorPryDeep);
    color: var(--colorWhite);
    border-radius: 10px;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.12);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.common_btn:hover {
    background: var(--colorSecondary);
}


.at_center_action {
    margin-top: 60px;
    font-size: 16px;
    font-weight: 700;
    color: var(--colorBlack);
    text-transform: uppercase;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_center_action:hover {
    color: var(--colorSecondary);
}

.at_center_action span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--colorBlack);
    background: var(--colorPryDeep);
    margin-right: 8px;
}










.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 6px;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    font-size: 0;
    background: #5E5D5D;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all linear .3s;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    width: 45px;
    background: var(--colorPryDeep);
}


/*===================================
  GLOBAL CSS END
===================================*/



/*===================================
  HOME PAGE 2 START
===================================*/
/* main_manu start */
.at_main_menu {
    position: fixed;
    width: 100%;
    height: 92px;
    padding: 0;
    z-index: 999;
    padding-left: 160px;
    padding-right: 160px;
    background: transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_main_menu .navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
}

.at_main_menu .navbar-nav {
    line-height: 92px;
}

.at_main_menu .navbar-nav .nav-item {
    position: relative;
}

.at_main_menu .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorWhite);
    margin: 0px 20px;
    padding: 0;
    text-transform: capitalize;
    transition: all linear .3s;
    position: relative;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

a.edit_btn.edit_profile {
    color: var(--colorSecondary);
}

.sidebar-item ul li.active a, .sidebar-item ul li a:hover {
    background-color: var(--colorPrimary);
    color: var(--colorSecondary);
    padding-left: 45px;
}

span.c-number {
    color: var(--colorSecondary)  !important;
}

.comment-list .com-text span.date i {
    color: var(--colorSecondary);
    margin-right: 3px;
}

.at_main_menu .navbar-nav .nav-item .nav-link i {
    font-size: 16px;
    padding-left: 5px;
}

.at_main_menu .navbar-nav .nav-item .nav-link:hover,
.at_main_menu .navbar-nav .nav-item .nav-link.active {
    color: #CAB083;
}

.at_main_menu .at_droap_menu {
    position: absolute;
    width: 220px;
    max-height: 500px;
    top: 100%;
    left: 20px;
    background: var(--colorWhite);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    overflow-y: auto;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    transition: all linear .2s;
    z-index: 999;
    transform: scaleY(.5);
    transform-origin: top;
    border-radius: 10px;
    -webkit-transform: scaleY(.5);
    -moz-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
}

.at_droap_menu::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: var(--colorWhite);
    width: 6px;
}

.at_main_menu .at_droap_menu::-webkit-scrollbar-thumb {
    background: #ddd;
}

.at_main_menu .at_droap_menu li a {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: var(--colorBlack);
    position: relative;
    padding: 0px 20px;
    border-bottom: 1px solid #eee;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_main_menu .at_droap_menu li:last-child a {
    border-bottom: 0;
}

.at_main_menu .at_droap_menu li a::after {
    position: absolute;
    content: "\f061";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 10px;
    color: var(--colorBlack);
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0;
    transition: all linear .3s;
}

.at_main_menu .at_droap_menu li a:hover,
.at_main_menu .at_droap_menu li a.active {
    padding-left: 25px;
    background: var(--colorPrimary);
}

.at_main_menu .at_droap_menu li a:hover::after,
.at_main_menu .at_droap_menu li a.active::after {
    opacity: 1;
    right: 20px;
}

.at_main_menu .navbar-nav .nav-item:hover .at_droap_menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.at_main_menu.menu_fix {
    left: 0;
    top: 0;
    z-index: 999;
    animation: none !important;
    -webkit-animation: none !important;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    background: #13263A url(../images/top_bar_bg.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


@keyframes menu_animate {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

.at_menu_right {
    width: 17%;
    gap: 5px;
    justify-content: end;
}


.at_menu_right .nice-select {
    background-color: transparent;
    border: none;
}

.at_menu_right .nice-select span {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorWhite);
}

.at_menu_right .nice-select:after {
    border-bottom: 2px solid var(--colorWhite);
    border-right: 2px solid var(--colorWhite);
}

.at_menu_right .nice-select.open .list {
    border-radius: 10px;
}

.at_menu_right .nice-select .list {
    top: 63px;
    left: 18px;
}

.at_menu_log a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--colorWhite);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_menu_log a i {
    margin-left: 7px;
}

.at_menu_log a:hover {
    color: var(--colorPryDeep);
}














.navbar-toggler {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--colorPryDeep);
    color: var(--colorBlack);
    padding: 0;
    box-shadow: none !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: none;
}

.navbar-toggler.show {
    background: var(--colorPryDeep);
    color: var(--colorBlack);
}

.navbar-toggler .close_icon_close {
    display: none;
}

.navbar-toggler.show .close_icon_close {
    display: inline-block;
}

.navbar-toggler.show .menu_icon_bar {
    display: none;
}

.at_mobile_menu_switchers {
    background: var(--colorBlack);
    border-top: 1px solid var(--BorderColor);
}

.at_mobile_menu_switchers .form-label {
    font-size: 14px;
    font-weight: 600;
}

.at_mobile_menu_switchers .form-select {
    background-color: #16263a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23CAB083' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .65rem center;
    background-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--colorWhite);
}

.at_mobile_menu_switchers .form-select:focus {
    background-color: #16263a;
    color: var(--colorWhite);
    border-color: var(--colorPryDeep);
    box-shadow: none;
}

.at_mobile_menu_switchers .form-select option {
    color: var(--colorBlack);
}

.at_mobile_menu_switchers .form-select option:hover {
    color: white;
}

a.btn.btn-sm.btn-primary {
    color: black;
}

form.at_banner_form {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 30px;
}

/* banner start */
.at_banner {
    padding: 190px 160px 190px 160px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: visible !important;
}

.at_banner_contant_text {
    margin-right: 990px;
}

.at_banner_contant_text h6 {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    background: var(--colorWhite);
    font-family: var(--SecondaryFont);
    border-radius: 13px;
}

.at_banner_contant_text h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 78px;
    margin-top: 20px;
    color: var(--colorWhite);
    font-family: var(--InterFont);
}

.at_banner_contant_text p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 12px;
    color: var(--colorWhite);
    font-family: var(--InterFont);
}

.at_banner_form {
    padding: 15px;
    margin-top: 20px;
    background: var(--colorWhite);
    border-radius: 20px;
}

form.at_banner_form {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 30px;
}

.at_banner_form ul {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
}

.at_banner_form ul li {
    padding-right: 20px;
    border-right: 1px solid #F1F5F9;
    flex: 1;
    min-width: 150px;
}

.at_banner_form ul li .input {
    flex: 1;
    min-width: 0;
}

.at_banner_form ul li:last-child {
    padding-right: 0;
    border-right: none;
    flex: 0 0 auto;
    min-width: 0;
}

.at_banner_form ul li span {
    font-size: 20px;
    margin-right: 10px;
    color: var(--colorSecondary);
}

.at_banner_form ul li label {
    font-size: 14px;
    font-weight: 700;
    color: var(--paraColor);
    text-transform: uppercase;
    font-family: var(--SecondaryFont);
}

.at_banner_form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 26px;
    line-height: 26px;
}

.at_banner_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 700;
    color: var(--colorSecondary);
    line-height: 26px;
    padding: 0 20px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.at_banner_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    top: 0;
    right: 0;
}

.at_banner_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--colorSecondary) transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-left: -5px;
    margin-top: -3px;
}

.at_banner_form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--colorSecondary) transparent;
    border-width: 0 5px 6px 5px;
}

.at_banner_form .select2-container .select2-dropdown {
    border-radius: 10px;
    border: 1px solid var(--BorderColor);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.at_banner_form .select2-container--default .select2-results__option--highlighted[aria-selected],
.at_banner_form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--colorPryDeep);
    color: var(--colorWhite);
}

.at_review {
  position: relative;
  z-index: 1;
}

.at_review::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/uploads/website-images/rating-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* adjust this */
  z-index: -1;
}

.at_banner_form .select2-results__option {
    font-family: var(--SecondaryFont);
    font-size: 14px;
    padding: 8px 12px;
}

.at_banner_form .select2-container {
    width: 100% !important;
}


.at_banner_form button {
    font-size: 18px;
    font-weight: 700;
    padding: 14px 48px;
    font-family: var(--SecondaryFont);
    text-transform: capitalize;
    color: var(--colorSecondary);
    background: var(--colorWhite);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.price-footer span {
    color: var(--colorSecondary);
}

.at_banner_form button span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 2px;
    color: var(--colorSecondary);
}

.at_banner_form button:hover {
    color: var(--colorWhite);
    background: var(--colorSecondary);
}

.at_banner_form button:hover span {
    color: var(--colorWhite);
}

.at_banner_response {
    gap: 24px;
    margin-top: 30px;
}

.at_banner_response li {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorWhite);
    font-family: var(--SecondaryFont);
}

.at_banner_response li span {
    margin-right: 10px;
    color: var(--colorWhite);
}

.at_banner_counter {
    margin-top: 50px;
    justify-content: space-between;
}

.at_banner_counter li span {
    font-size: 50px;
    margin-right: 15px;
    color: var(--colorWhite);
}

.at_banner_counter li h3 {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--InterFont);
    color: var(--colorWhite);
}

.at_banner_counter li h5 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 6px;
    text-transform: uppercase;
    font-family: var(--SecondaryFont);
    color: var(--colorWhite);
}

.at_banner_service {
    background: rgb(255, 255, 255);
    margin: -123px 160px 120px;
    padding: 72px 0px 76px;
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.at_banner_service_item {
    padding: 0 60px 0;
}

.at_banner_service_item h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--colorBlack);
    margin-bottom: 10px;
}

.at_banner_service_item p {
    line-height: 24px;
}

/* banner end */


/* lawyers start */

.at_premium_lawyers {
    background: var(--LightBg);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.at_premium_lawyers .at_section_title .img {
    width: 80px;
    height: 80px;
    margin: auto;
}













.at_preLawyers_card {
    margin: 0px 20px;
}

.at_preLawyers_image {
    text-align: center;
}

.at_preLawyers_image .shape {
    width: 225px;
    height: 225px;
    background: #d3bb8c;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}


.at_preLawyers_image .rating {
    font-size: 14px;
    color: var(--ratingColor);
    margin-top: 6px;
    margin-bottom: 5px;
}

.at_preLawyers_image .rating span {
    margin-left: 3px;
    font-size: 14px;
}

.at_preLawyers_image .status {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorPryDeep);
    position: relative;
    display: inline-block;
}

.at_preLawyers_image .status::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 11px;
    height: 11px;
    background: var(--colorPryDeep);
    border-radius: 50%;
    transform: translateY(-50%);
}









.at_preLawyers_card .top_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.at_preLawyers_card .top_row h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.at_preLawyers_card .top_row h3 small {
    font-size: 16px;
    font-weight: 600;
    color: var(--paraColor);
}

.at_preLawyers_card .top_row h3 i {
    margin-right: 3px;
}


.at_preLawyers_category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}

.at_preLawyers_category li {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorBlack);
    padding: 0 10px;
    position: relative;
    line-height: 1.8;
}

.at_preLawyers_category li:first-child {
    padding-left: 0;
}

.at_preLawyers_category li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 16px;
    background: #dedede;
}

.at_preLawyers_card .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--colorBlack);
    margin-bottom: 20px;
    margin-top: 10px;
}




.at_preLawyers_bottom_info {
    display: flex;
    gap: 100px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.at_preLawyers_bottom_info h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.at_preLawyers_bottom_info p {
    font-size: 16px;
    font-weight: 400;
}

.at_preLawyers_bottom_info ul {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.at_preLawyers_bottom_info ul li a {
    font-size: 16px;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_preLawyers_bottom_info ul li a:hover {
    color: var(--colorSecondary);
}









.at_preLawyers_call {
    background: var(--colorPrimary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.10);
    margin-top: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.at_preLawyers_call .box {
    width: 50px;
    height: 60px;
    background: #1f2428;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorWhite);
    font-size: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.at_preLawyers_call .text {
    padding: 8px 14px 8px 10px;
}

.at_preLawyers_call h6 {
    font-size: 12px;
    font-weight: 700;
    color: var(--colorBlack);
    text-transform: capitalize;
}

.at_preLawyers_call p {
    font-size: 11px;
    font-weight: 400;
    color: var(--colorBlack);
    line-height: 18px;
    margin-top: 3px;
}

.at_preLawyers_call p a {
    font-size: 11px;
    font-weight: 700;
    color: var(--colorBlack);
    margin-left: 4px;
}

.at_preLawyers_call p a:hover {
    color: #000;
    text-decoration: underline;
}




.at_premium_lawyers .slick-dots {
    margin-top: 20px;
}




/* lawyers end */



/* process start */

.at_process {
    position: relative;
}

.at_process::after {
    position: absolute;
    content: "";
    bottom: -170px;
    right: 0px;
    width: 300px;
    height: 590px;
    z-index: -1;
    overflow: hidden;
    background-image: url("../images/law_saymbol.png");
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.at_process_item {
    text-align: center;
    position: relative;
    padding: 20px 15px;
    margin-top: 25px;
}

.at_process_item .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--colorSecondary);
    background: #CAB083;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.at_process_item .icon-box.dark {
    color: #CAB083;
    background: var(--colorSecondary);
}

.at_process_step {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--colorSecondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    z-index: 3;
}

.col-md-12.form-group button {
    background: var(--colorPrimary);
    color: var(--colorSecondary);
}

.contact-text p {
    color: white;
}

.contact-info.mid span,
.contact-info.mid .contact-text a {
    color: var(--colorSecondary) !important;
}

.at_process_step.light {
    background: #d6bc8a;
    color: #6b2f0f;
}


.at_process_item h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--colorBlack);
    margin-bottom: 15px;
}

.at_process_item p {
    max-width: 320px;
    margin: 0 auto;
}

.at_process_item .connector {
    position: absolute;
    top: 58px;
    left: 50%;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #e7e7e7;
    z-index: 1;
    transform: translateX(0);
}

/* process end */


/* qualified lawyers start */


.at_lawyers {}


.at_lawyers .at_section_title h2 {
    margin-bottom: 30px;
}

.at_lawyers .at_section_title p {
    margin-top: 55px;
}

.at_lawyers .nav {
    display: inline-flex;
    background: var(--colorPrimary);
    padding: 16px;
    border-radius: 40px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    gap: 15px;
}

.at_lawyers .nav .nav-link {
    border: 0;
    background: transparent;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--colorBlack);
}

.at_lawyers .nav .nav-link.active {
    background: var(--colorPryDeep);
    color: var(--colorWhite);
}




.at_lawyers .top-tabs {}

.at_lawyers .top-tabs button {}

.at_lawyers .top-tabs button.active {}



.at_lawyers_sec {
    padding-left: 115px;
    padding-right: 115px;
}











.at_lawyer-card {
    text-align: left;
    margin-top: 25px;
    padding: 0px 35px 0px 35px;

}

.at_lawyer-card .online {
    position: relative;
}

.at_lawyer-card .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.at_lawyer-card .online::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 0px;
    bottom: 4px;
    background: #1DD75B;
    border: 2px solid var(--colorWhite);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}



.at_lawyer-card .status {
    font-size: 12px;
    font-weight: 600;
    color: var(--colorBlack);
    text-transform: capitalize;
    margin-bottom: 18px;
}

.at_lawyer-card .name {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--InterFont);
    color: var(--colorBlack);
    text-transform: capitalize;
    margin: 7px 0 6px;
}

.at_lawyer-card h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorSecondary);
    font-family: var(--SecondaryFont);
    margin-bottom: 12px;
}

.at_lawyer-card p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.at_lawyer-card ul {
    display: flex;
    align-items: center;
    padding: 8px 0px;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.at_lawyer-card ul li {
    font-size: 14px;
    font-weight: 400;
    color: var(--paraColor);
    padding-left: 16px;
    padding-right: 16px;
    border-right: 1px solid #E2E8F0;
    font-family: var(--SecondaryFont);
}

.at_lawyer-card ul li:first-child {
    padding-left: 0;
}

.at_lawyer-card ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.at_lawyer-card ul li span {
    color: var(--colorBlack);
}

.at_lawyer-card ul li strong {
    font-weight: 700;
    color: var(--colorBlack);
}


.at_lawyer-card .button {
    margin-top: 16px;
    text-align: center;
}

/* qualified lawyers end */


/* Law agency start */

.at_law_agency_item {
    padding: 25px;
    margin: 7px;
    background: var(--LightBg);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


.at_avocate_agency_img {
    position: relative;
}

.at_banner_contant_text {
    text-align: center;
    margin-right: 0 !important;
}

.at_avocate_agency_img .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 10px;
}

.at_avocate_agency_img span {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 30px;
    color: var(--colorBlack);
    z-index: 999;
}


.at_avocate_agency_text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}

.at_avocate_agency_text h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 6px;
}

.at_avocate_agency_text h4 span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 12px;
}

.at_avocate_agency_text .decription {
    font-size: 14px;
    line-height: 21px;
    margin-top: 8px;
}



.at_avocate_agency_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}



.at_avocate_agency_bottom .rating {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.at_avocate_agency_bottom .rating span {
    font-size: 16px;
    color: var(--colorBlack);

}



.at_avocate_agency_bottom .link h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}


.at_avocate_agency_bottom .link ul {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.at_avocate_agency_bottom .link ul li a {
    font-size: 16px;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_avocate_agency_bottom .link ul li a:hover {
    color: var(--colorSecondary);
}



.at_agency_team_area {
    margin-top: 40px;
}

.at_agency_team_area h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}


.at_agency_team {
    padding: 16px;
    text-align: center;
    background: var(--colorWhite);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


.at_agency_team {}

.at_agency_team .img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 10px;
}

.at_agency_team .name {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_agency_team .name:hover {
    color: var(--colorSecondary);
}

.at_agency_team .name i {
    margin-right: 5px;
}

.at_agency_team p {
    line-height: 21px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 10px;
    color: var(--colorBlack);
}

.at_agency_team .rating,
.at_agency_team .rating span {
    font-size: 14px;
    color: var(--ratingColor);
    margin-top: 6px;
    margin-bottom: 10px;
}

.at_agency_team .rating span {
    color: var(--paraColor);
}


.at_agency_team h6 {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorPryDeep);
    position: relative;
    display: inline-block;
}

.at_agency_team h6::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 11px;
    height: 11px;
    background: var(--colorPryDeep);
    border-radius: 50%;
    transform: translateY(-50%);
}

.at_agency_team .offline {
    color: var(--paraColor);
}

.at_agency_team .offline::before {
    background: var(--paraColor);
}








.at_law_agency .nextArrow,
.at_law_agency .prevArrow {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 26px;
    color: var(--colorSecondary);
    transition: 0.3s linear;
    cursor: pointer;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    line-height: 50px !important;
}

.at_law_agency .prevArrow {
    left: -80px;
    color: #0000004f;
    border: 2px solid #cab08342;
    right: auto !important;
}


.at_law_agency .nextArrow,
.at_law_agency .prevArrow:hover,
.at_law_agency .nextArrow:hover {
    color: var(--colorBlack);
    border: 2px solid var(--colorPryDeep);
}



.at_law_agency .at_center_action {
    margin-top: 53px;
}






/* Law agency end */











/* review start */

.at_review {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.at_review_steps {
    margin-top: 100px;
}

.at_review_item {
    position: relative;
    margin: 40px 25px 0px;
}

.at_review_item .rating {
    color: #d3d5d7;
}

.at_review_item .decription {
    font-size: 15px;
    font-style: italic;
    margin-top: 15px;
}

.at_review_item .bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.at_review_item .bottom .img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.at_review_item .bottom .img img {}

.at_review_item .bottom .text {
    margin-left: 10px;
}

.at_review_item .bottom .text h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.at_review_item .bottom .text p {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 14px;
    margin-top: 5px;
}

.at_review_item span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 60px;
    color: #fceccb54;
}










.at_review .nextArrow,
.at_review .prevArrow {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: var(--colorSecondary);
    transition: 0.3s linear;
    cursor: pointer;
    top: -75px;
    right: 12px;
    z-index: 1;
    border-radius: 50%;
    line-height: 50px !important;
}

.at_review .prevArrow {
    right: 72px;
    left: auto;
    background: var(--colorPrimary);
}

.at_review .nextArrow,
.at_review .prevArrow:hover,
.at_review .nextArrow:hover {
    background: var(--colorPryDeep);
}









/* review end */





/* blog start */

.at_blog {
    background: var(--LightBg);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.at_blog_item {
    overflow: hidden;
    margin-top: 25px;
    background: var(--colorWhite);
    transition: 0.3s ease;
    border-radius: 22px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
}

.at_blog_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.10);
}

.at_blog_item .img {
    width: 100%;
    height: 230px;
    display: inline-block;
    overflow: hidden;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.at_blog_item .text {
    padding: 8px 18px 20px;
    text-align: left;
}

.at_blog_item .text .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_blog_item .text .title:hover {
    color: var(--colorSecondary);
}

.at_blog_item .text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.at_blog_item .text .button {
    text-align: center;
}

/* blog end */


/* faq start */

.at_faq_img {
    height: 470px;
}

.at_faq_text {
    margin-left: 10px;
}

.at_faq_text ul {
    margin-top: 26px;
}

.at_faq_text ul li {
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 1px solid var(--BorderColor);
}

.at_faq_text ul li:first-child {
    margin-top: 0;
}

.at_faq_text ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.at_faq_text ul li h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
}

.at_faq_text .common_btn {
    margin-top: 35px;
}

/* faq end */


/* subscribe start */

.at_subscribe_box {
    align-items: center;
    background: var(--LightBg);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 32px;
    overflow: hidden;
}

.at_subscribe_text {
    padding: 40px 60px;
}

.at_subscribe_text .input_group {
    max-width: 500px;
    position: relative;
    margin-top: 18px;
}

.at_subscribe_text input {
    border-radius: 6px;
    padding: 10px 120px 10px 20px;
}

.at_subscribe_text button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #636AE8;
    border-radius: 0px 6px 6px 0px;
}

.at_subscribe_text button:hover {
    background: #5a52d4;

}

.at_subscribe_img {
    width: 100%;
    height: 340px;
    position: relative;
    z-index: 99;
}

.at_subscribe_img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: url(../images/subscribe_bg.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* subscribe end */


/* partner start */
.at_partner .logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 145px;
}

.at_partner .logo-wrap img {
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* partner end */


/* footer start */

.at_footer {
    padding: 40px 160px 15px;
    background: var(--LightBg);
}

.at_footer_text .logo {
    width: 285px;
    height: 52px;
    margin-bottom: 15px;
}

.at_footer_text p {
    font-size: 14px;
    line-height: 22px;
}

.pricing-tabs-nav .nav-link.active {
    color: var(--colorSecondary) !important;
}

.recommended-badge span {
    color: var(--colorSecondary) !important;
}

.blog-text.podcast-info {
    display: flex;
    gap: 35px;
}

.dashboard-account-info h3 {
    color: var(--colorSecondary);
}

.dashboard-account-info p {
    color: var(--colorSecondary);
}

.dash-item.db-blue.flex h2 {
    color: var(--colorSecondary) !important;
}

.dash-item.db-blue.flex h4 {
    color: var(--colorSecondary) !important;
}

.at_footer_link h4,
.at_footer_contact h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--colorSecondary);
}

.at_footer_link ul li {
    margin-bottom: 8px;
}

.at_footer_link ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorBlack);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_footer_link ul li a:hover {
    color: var(--colorSecondary);
}

.at_footer_contact a {
    font-size: 16px;
    font-weight: 400;
    color: var(--paraColor);
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_footer_contact a:hover {
    color: var(--colorSecondary);
}

.at_footer_contact p {
    font-size: 16px;
}

.at_footer_social {
    margin-top: 1px;
    margin-bottom: 22px;
}

.at_footer_social ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 18px 0 14px;
}

.at_footer_social ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    color: var(--colorBlack);
    background: var(--colorWhite);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_footer_social ul li a:hover {
    color: var(--colorWhite);
    background: var(--colorSecondary);
}


.at_footer_copyright {
    padding: 35px 0px 18px;
    border-top: 1px solid var(--BorderColor);
}

.at_footer_copyright p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--colorBlack);
}

.at_footer_copyright a {
    font-size: 700;
    text-decoration: underline;
    color: var(--colorSecondary);
}

/* footer end */

/*===================================
  HOME PAGE  END
===================================*/


/*===================================
  LOGIN AND REG START
===================================*/

.at_login_setion {
    position: relative;
    padding: 105px 0px 105px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.at_login_setion::after {
    position: absolute;
    content: "";
    right: 22%;
    bottom: 0;
    width: 360px;
    height: 710px;
    background: url(../images/law_saymbol_2.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.at_login_logo {
    width: 200px;
    height: 65px;
}

.at_login h6,
.at_login h6 span {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    color: var(--colorWhite);
    margin-top: 20px;
}

.at_login h6 span {
    position: relative;
    margin-left: 10px;
    padding-left: 15px;
    color: var(--colorPryDeep);
}

.at_login h6 span::after {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 2px;
    height: 23px;
    background: var(--colorWhite);
}

.at_login_form {
    margin-top: 95px;
}

.at_login_form h3 {
    font-size: 48px;
    font-weight: 400;
    color: var(--colorWhite);
}

.at_login_nav {
    gap: 10px;
    margin-top: 20px;
}

.at_login_nav .nav-link {
    width: 145px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--colorWhite) !important;
    border: 1px solid var(--colorWhite);
    border-radius: 6px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_login_nav .nav-link.active,
.at_login_nav .show>.nav-link,
.at_login_nav .nav-link:hover {
    background-color: transparent;
    border-color: var(--colorPryDeep);
    color: var(--colorPryDeep) !important;
}

.at_login_nav_content {
    margin-top: 25px;
}

.at_login_nav_content .field {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 6px;
    background: #151C26;
    border: 1px solid var(--colorWhite);
    backdrop-filter: blur(2px);
}

.at_login_nav_content .field-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding: 18px 18px;
    font-size: 16px;
}

.at_login_nav_content .field-input::placeholder {
    color: var(--colorWhite);
}

.at_login_nav_content .field .select2-container {
    flex: 1;
    width: 100% !important;
}

.at_login_nav_content .field .select2-container--default .select2-selection--single {
    height: 100%;
    min-height: 58px;
    border: none;
    border-radius: 0;
    background: transparent;
}

.at_login_nav_content .field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--colorWhite);
    line-height: 1.2;
    padding: 18px 48px 18px 18px;
}

.at_login_nav_content .field .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--colorWhite);
    opacity: 0.9;
}

.at_login_nav_content .field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 24px;
    right: 18px;
}

.at_login_nav_content .field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--colorPryDeep) transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-left: -5px;
    margin-top: -3px;
}

.at_login_nav_content .field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--colorPryDeep) transparent;
    border-width: 0 5px 6px 5px;
}

.at_login_nav_content .icon-box,
.at_login_nav_content .side-btn {
    min-width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--colorWhite);
    color: var(--colorPryDeep);
    font-size: 22px;
    background: transparent;
}

.at_login_nav_content .side-btn {
    min-width: 240px;
    justify-content: space-between;
    padding: 0 18px 0 20px;
    font-size: 16px !important;
    color: var(--colorPryDeep);
}

.at_login_nav_content .side-btn span {
    color: var(--colorPryDeep);
    transform: rotate(224deg);
}

.at_login_nav_content .form-check {
    color: var(--colorWhite);
}

.at_login_nav_content .form-check-input {
    width: 16px;
    height: 16px;
    padding: 0;
}

.at_login_nav_content .form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorWhite);
    margin-bottom: 10px;
}

.at_login_nav_content .form-check-label a {
    color: var(--colorPryDeep);
    text-decoration: underline;
}

.at_login_nav_content .form-check-input:checked {
    background-color: var(--colorPryDeep);
    border-color: var(--colorPryDeep);
}

.at_login_nav_content .form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.at_login_nav_content .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding-bottom: 18px;
    border-bottom: 1px solid #FFFFFF50;
}

.at_login_nav_content .reg-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-left: auto;
}

.at_login_nav_content .reg-wrap p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.at_login_nav_content .regbtn {
    background: transparent;
    border: 1px solid var(--colorPryDeep);
}

.at_login_nav_content .regbtn:hover {
    color: #fff;
    background: rgba(201, 174, 122, 0.08);
}

.at_login_docs p,
.at_login_docs label {
    color: var(--colorWhite);
}

.at_login_docs .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
}

.at_login_docs .form-control[type="file"] {
    min-height: 46px;
    background: #151C26;
    color: var(--colorWhite);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 6px;
}

.at_login_docs .form-control[type="file"]:focus {
    background: #151C26;
    color: var(--colorWhite);
    border-color: var(--colorPryDeep);
    box-shadow: none;
}

.at_login_docs .form-control[type="file"]::file-selector-button,
.at_login_docs .form-control[type="file"]::-webkit-file-upload-button {
    background: var(--colorPryDeep);
    color: var(--colorBlack);
    border: none;
    border-radius: 4px;
    margin-right: 12px;
    padding: 9px 14px;
    font-weight: 600;
}

.at_nav_social_login {
    margin-top: 20px;
}

.at_nav_social_login h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorWhite);
    text-transform: capitalize;
}

.at_nav_social_login ul {
    margin-top: 20px;
}

.at_nav_social_login ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.at_nav_social_login .social-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-width: 350px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.at_nav_social_login .social-btn {
    flex: 1;
    min-width: 170px;
    background: #fff;
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 16px;
    font-weight: 600;
    border-right: 1px solid #dcdcdc;
}

.at_nav_social_login .social-btn span {
    font-size: 14px;
    font-weight: 700;
    color: var(--colorBlack);
}

.at_nav_social_login .social-btn:last-child {
    border-right: none;
}


.at_nav_social_login .social-btn .img {
    width: 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

/*===================================
  LOGIN AND REG END
===================================*/



/*===================================
  LAWYERS PAGE START
===================================*/

.at_main_menu_other_page {
    top: 0;
    background: #13263A url(../images/top_bar_bg.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.at_lawyers_page {}



.at_sorted_reset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.at_sorted_reset h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--colorPryDeep);
}

.at_sorted_reset button {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorPryDeep);
    background: transparent;
}

.at_sorted_sidebar {
    padding: 16px 25px 42px 25px;
    border: 1px solid var(--BorderColor);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}




.at_sorted_wizard {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--BorderColor);
}

.at_sorted_wizard h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--colorBlack);
}

.at_sorted_wizard .searchbox {
    margin-top: 20px;
    position: relative;
}

.at_sorted_wizard .searchbox input {
    padding: 10px 50px 10px 20px;
    border: 1px solid var(--BorderColor);
    border-radius: 6px;
}

.at_sorted_wizard .searchbox button {
    position: absolute;
    font-size: 14px;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--colorWhite);
    background: var(--colorPryDeep);
    border-radius: 6px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_sorted_wizard .searchbox button:hover {
    background: var(--colorSecondary);
}














.at_sorted_accordion .accordion-item {
    border: 0;
    margin-top: 23px;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--BorderColor);
}

.at_sorted_accordion .accordion-item:last-child {
    padding-bottom: 0;
}

.at_sorted_accordion .accordion-button {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--colorBlack);
}

.at_sorted_accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.at_sorted_accordion .accordion-button:not(.collapsed) {
    color: var(--colorBlack);
    background-color: transparent;
    box-shadow: none;
}

.at_sorted_accordion .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: cover;
}

.at_sorted_accordion .accordion-body {
    padding: 4px 0px 0px 0px;
}



.at_sorted_accordion .form-check {
    margin-top: 10px;
}

.at_sorted_accordion .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    padding: 0px;
    border: 1px solid var(--colorBlack);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.form-check-input:checked {
    background-color: var(--colorPryDeep);
    border-color: var(--colorPryDeep) !important;
}


.at_sorted_accordion .form-check-input:focus {
    border-color: var(--colorBlack);
    box-shadow: none;
}

.at_sorted_accordion .form-check-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
    text-transform: capitalize;
    margin-left: 3px;
}





.at_sorted_accordion .al-range-slider {
    margin-top: 25px;
    padding-bottom: 60px;
}

.at_sorted_accordion .al-range-slider__bar {
    background: var(--colorPryDeep);
}

.at_sorted_accordion .al-range-slider__tooltip {
    top: auto;
    bottom: -23px;
    background: transparent;
}

.at_sorted_accordion .al-range-slider__tooltip::after {
    display: none;
}

.at_sorted_accordion .al-range-slider__knob {
    background-color: var(--colorWhite);
    border: 2px solid var(--colorPryDeep);
}



.at_sorted_btm_wizard {}

.at_sorted_btm_wizard {
    padding: 25px;
    background: #CAB08310;
    border: 1px solid #CAB08350;
    margin-top: 25px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.at_sorted_btm_wizard h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--colorPryDeep);
}

.at_sorted_btm_wizard p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}

.at_sorted_btm_wizard .common_btn {
    width: 100%;
    text-align: center;
    color: var(--colorPryDeep);
    background: transparent;
    border: 1px solid var(--colorPryDeep);
    box-shadow: none;
    margin-top: 15px;
}

.at_sorted_btm_wizard .common_btn:hover {
    color: var(--colorWhite);
    background: var(--colorSecondary);
    border-color: var(--colorSecondary);
}




.at_lawyers_sorting {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px;
    justify-content: space-between;
    background: var(--LightBg);
    border: 1px solid var(--BorderColor);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.at_lawyers_sorting .text {}

.at_lawyers_sorting .text h4 {
    font-size: 24px;
    font-weight: 700;
}

.at_lawyers_sorting .text p {
    font-size: 14px;
}

.at_lawyers_sorting .text p i {
    margin-right: 5px;
}

.at_lawyers_sorting .slector {
    width: 220px;
}

.at_lawyers_sorting .nice-select {
    border-radius: 12px;
}

.at_lawyers_sorting .nice-select span {
    font-size: 14px;
    font-weight: 600;
}

.at_lawyers_sorting .nice-select.open .list {
    border-radius: 12px;
}

.at_lawyers_sorting_text {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}

.at_lawyers_sorting_text li {}

.at_lawyers_sorting_text li a {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 20px;
    color: var(--colorBlack);
    background: #F3F4F6;
    border: 1px solid transparent;
    border-radius: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_lawyers_sorting_text li a.active,
.at_lawyers_sorting_text li a:hover {
    color: var(--colorPryDeep);
    border-color: var(--colorPryDeep);
}

.at_lawyers_sorting_text li a span {
    margin-left: 7px;
    font-size: 14px;
    color: var(--colorBlack);
}

.at_lawyers_sorting_text li a.active span,
.at_lawyers_sorting_text li a:hover span {
    color: var(--colorPryDeep);
}



.at_lawyer_list_card {
    padding: 24px;
    margin-top: 25px;
    background: var(--colorWhite);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.at_lawyer_list_card_img {
    position: relative;
}

.at_lawyer_list_card_img .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.at_lawyer_list_card_img::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 14px;
    bottom: 13px;
    background: #1DD75B;
    border: 2px solid var(--colorWhite);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.at_lawyer_list_card_img.ofline::after {
    background: var(--colorPryDeep);
}

.at_lawyer_list_card_text .top {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.at_lawyer_list_card_text .name {}

.at_lawyer_list_card_text .name a {
    font-size: 20px;
    font-weight: 700;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_lawyer_list_card_text .name a:hover {
    color: var(--colorSecondary);
}

.at_lawyer_list_card_text .name p {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorPryDeep);
    line-height: 16px;
    margin-top: 4px;
}

.at_lawyer_list_card_text .rating {
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid var(--BorderColor);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.at_lawyer_list_card_text .rating span {
    display: inline-block;
    font-size: 12px;
}

.at_lawyer_list_card_text .rating strong {}



.at_lawyer_list_card_text ul {
    gap: 16px;
    margin-top: 10px;
}

.at_lawyer_list_card_text ul li {
    font-size: 14px;
    font-weight: 400;
}

.at_lawyer_list_card_text ul li span {
    font-size: 14px;
    margin-right: 3px;
    color: var(--colorPryDeep);
}

.at_lawyer_list_card_text .decription {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.at_lawyer_list_card_btn {
    text-align: end;
}

.at_lawyer_list_card_btn .text {}

.at_lawyer_list_card_btn h4 {
    font-size: 24px;
    font-weight: 700;
}

.at_lawyer_list_card_btn p {
    font-size: 12px;
    line-height: 16px;
}

.at_lawyer_list_card_btn .button {
    margin-top: 15px;
}

.at_lawyer_list_card_btn .common_btn {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.at_lawyer_list_card_btn .button .white {
    color: var(--colorBlack);
    background: var(--colorWhite);
    border: 1px solid var(--BorderColor)
}



.at_pagination {
    text-align: center;
}

.at_pagination p {
    font-size: 14px;
    font-style: italic;
}

.at_pagination ul {
    gap: 12px;
    margin-top: 10px;
    justify-content: center;
}

.at_pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    line-height: 40px;
    text-align: center;
    padding: 0px;
    border: 1px solid var(--BorderColor);
    background: transparent;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.at_pagination ul li .nextPre {
    width: 120px !important;
}



.at_pagination ul li a.active,
.at_pagination ul li a:hover {
    color: var(--colorWhite);
    background: var(--colorPryDeep);
    border-color: var(--colorPryDeep);
}

.at_pagination ul li a:focus {
    box-shadow: none;
    color: var(--colorBlack);
}


.at_lawyers_sorting_backHome {
    text-align: center;
    margin-top: 25px;
    padding: 90px 100px;
    background: var(--LightBg);
    border: 1px solid var(--BorderColor);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.at_lawyers_sorting_backHome h4 {
    font-size: 20px;
    font-weight: 700;
}

.at_lawyers_sorting_backHome p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 22px;
}

.at_lawyers_sorting_backHome ul {
    gap: 10px;
    justify-content: center;
}

.at_lawyers_sorting_backHome ul li .white {
    color: var(--colorBlack);
    background: #F3F4F6;
    border: 1px solid var(--BorderColor);
}

/*===================================
  LAWYERS PAGE END
===================================*/



/*===================================
  LAWYERS PROFILE START
===================================*/

.at_lawyers_profile_page {}


.at_lawyer_profile_card {
    padding: 30px;
    background: #CAB08340;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}



.at_lawyer_profile_card_img {
    text-align: center;
}

.at_lawyer_profile_card_img .img {
    width: 100%;
    height: 188px;
    overflow: hidden;
    border-radius: 32px;
}


.at_lawyer_profile_card_img h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 8px;
}



.at_lawyer_profile_card_img ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.at_lawyer_profile_card_img ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    color: var(--colorBlack);
    background: var(--colorWhite);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_lawyer_profile_card_img ul li a:hover {
    color: var(--colorWhite);
    background: var(--colorSecondary);
}







.at_lawyer_profile_card_text {
    margin-right: 80px;
}

.at_lawyer_profile_card_text .top {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.at_lawyer_profile_card_text .name {}

.at_lawyer_profile_card_text .name h3 {
    font-size: 36px;
    font-weight: 700;
    color: var(--colorBlack);
}

.at_lawyer_profile_card_text .name p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}



.at_lawyer_profile_card_text .Verified {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorPryDeep);
    background: #cab08326;
    padding: 4px 10px;
    border-radius: 30px;
}

.at_lawyer_profile_card_text_ul {
    gap: 16px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.at_lawyer_profile_card_text_ul li {
    font-size: 14px;
    font-weight: 400;
}

.at_lawyer_profile_card_text_ul li span {
    font-size: 14px;
    margin-right: 3px;
    color: var(--colorPryDeep);
}

.at_lawyer_profile_card_text_task {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.at_lawyer_profile_card_text_task li {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 30px;
    color: var(--colorPryDeep);
    background: var(--colorWhite);
    border: 1px solid var(--colorPryDeep);
}




.at_lawyer_profile_card_text_btn {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}





.at_lawyer_profile_consult {
    padding: 25px;
    text-align: center;
    background: var(--colorWhite);
    border: 1px solid var(--BorderColor);
    border-radius: 14px;
}

.at_lawyer_profile_consult h5 {
    font-size: 30px;
    font-weight: 700;
    color: var(--colorPryDeep);
}

.at_lawyer_profile_consult p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 3px;
    text-transform: uppercase;
}

.at_lawyer_profile_consult a {
    width: 100%;
    margin-top: 8px;
}


.at_lawyer_biogrphy {
    margin-top: 40px;
}

.at_lawyer_biogrphy h6 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: var(--colorPryDeep);
    border-bottom: 2px solid var(--BorderColor);
}

.at_lawyer_biogrphy h6::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 2px;
    background: var(--colorPryDeep);
}



.at_lawyer_biogrphy h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 50px;
}

.at_lawyer_biogrphy h2 span {
    font-size: 32px;
    margin-right: 15px;
    color: var(--colorPryDeep);
}

.at_lawyer_biogrphy p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
}


.at_lawyer_biogrphy ul {
    margin-top: 10px;
}

.at_lawyer_biogrphy ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.at_lawyer_biogrphy ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--colorPryDeep);
    background: var(--colorPrimary);
    border: 1px solid var(--colorPryDeep);
    border-radius: 12px;
}

.at_lawyer_biogrphy ul li .text {
    margin-left: 16px;
}

.at_lawyer_biogrphy ul li .text h5 {
    font-size: 16px;
    font-weight: 700;
}

.at_lawyer_biogrphy ul li .text p {
    font-size: 14px;
    margin-top: 0;
}












.at_booking_card {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 25px;
    background: var(--colorWhite);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.at_booking_top {
    padding: 25px 25px 25px;
    background: #CAB08340;
    border-bottom: 1px solid var(--BorderColor);
}

.at_booking_top .time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.at_booking_top .time h6 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.at_booking_top .time p {
    font-size: 14px;
}

.at_booking_top h2 {
    font-size: 36px;
    font-weight: 800;
}

.at_booking_top h2 span {
    font-size: 14px;
    margin-bottom: 7px;
}








.at_booking_body {
    padding: 25px;
}

.at_booking_feature {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.at_booking_feature li {
    gap: 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    color: var(--paraColor);
}

.at_booking_feature li i {
    color: var(--colorPryDeep);
}







.at_booking_box {
    border: 1px dashed #d9d9d9;
    border-radius: 16px;
    padding: 16px 16px 12px;
    margin-bottom: 22px;
}

.at_booking_box .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}


.at_booking_box .date p {
    font-size: 14px;
}

.at_booking_box .date h6 {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.at_booking_box .date .red {
    color: #df4a43;
    font-style: italic;
}


.at_booking_body .common_btn {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
    text-align: center;
}





.at_booking_body .terms_text {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 25px;
}























.at_booking_quote {
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    background: var(--colorPryDeep);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.at_booking_quote .icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ffffff;
    color: #b89a64;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.at_booking_quote h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.at_booking_quote p {
    font-size: 12px;
    line-height: 1.6;
}

.at_booking_quote .common_btn {
    width: 100%;
    margin-top: 25px;
    padding: 12px 20px;
    text-align: center;
    color: var(--colorBlack);
    background: var(--colorWhite);
    border: 1px solid transparent;
}

.at_booking_quote .common_btn:hover {
    border-color: var(--colorBlack);
}







/*blog 2 start*/

.at_blog_heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.at_blog_heading h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
}



.at_blog_heading .at_center_action {
    margin-top: 0;
}


.at_blog_2_item {
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.at_blog_2_item .img {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.at_blog_2_item .img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #746d687a;
}




.at_blog_2_item .text {
    padding: 16px;
    overflow: hidden;
    background: var(--colorWhite);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.at_blog_2_item .text a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_blog_2_item .text a:hover {
    color: var(--colorSecondary);
}

.at_blog_2_item .text span {
    font-size: 14px;
    font-weight: 400;
    padding: 2px 20px;
    color: var(--colorWhite);
    background: var(--colorBlack);
    display: inline-block;
    border-radius: 6px;
    margin-top: 12px;
}

.at_blog_2_item .text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}

.at_courses .at_blog_2_item .img {
    height: 340px;
}


.at_podcast .at_blog_2_item .img {
    height: 300px;
}



.at_video_area {
    width: 100%;
    height: 350px;
    overflow: hidden;
    line-height: 350px;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*blog 2 end*/




/*review 2 start*/

.at_review_2 {}

.at_review2_item {
    padding: 20px;
    margin: 10px 12px;
    position: relative;
    text-align: center;
    border: 1px solid var(--BorderColor);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.at_review2_item .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;

}

.at_review2_item .top h3 {
    font-size: 20px;
    font-weight: 700;
    margin-right: 35px;
}

.at_review2_item .img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.at_review2_item p {
    font-size: 16px;
    line-height: 24px;
    color: #C5C4C7;
    margin-top: 20px;
}

.at_review2_item .rating {
    margin-top: 16px;
}

.at_review2_item .rating i {
    color: var(--ratingColor);
}

.at_review2_item .rating span {
    font-size: 16px;
    margin-left: 5px;
}

.at_review2_item .icon {
    position: absolute;
    content: "";
    top: 32px;
    left: 32px;
    font-size: 40px;
    color: var(--colorBlack);
}

.at_review_2 .slick-dots {
    margin-top: 40px;
}

/*review 2 end*/

/*===================================
  LAWYERS PROFILE END
===================================*/


/*===================================
  BREADCRUMB START
===================================*/




.at_breadcrumb {
    padding-top: 170px;
    padding-bottom: 75px;
    border-bottom: 1px solid var(--BorderColor);
}

.at_breadcrumb_text {
    text-align: center;
}

.at_breadcrumb_text h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--InterFont);
}

.at_breadcrumb_text h2 span {
    font-size: 32px;
    position: relative;
    color: var(--colorBlack);
    text-transform: capitalize;
    font-family: var(--InterFont);
    padding-left: 18px;
    margin-left: 8px;
}

.at_breadcrumb_text h2 span::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 4px;
    height: 35px;
    background: var(--colorBlack);
}

.at_breadcrumb_text ul {
    margin-top: 10px;
    justify-content: center;
}

.at_breadcrumb_text ul li,
.at_breadcrumb_text ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorBlack);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_breadcrumb_text ul li a:hover {
    color: var(--colorSecondary);
}

.at_breadcrumb_text ul li span {
    margin-left: 6px;
    margin-right: 6px;
}


/*===================================
  BREADCRUMB END
===================================*/





/*===================================
  LAW FIRM START
===================================*/

.at_law_firm_sidebar {
    padding-top: 50px;
}



.at_law_firm_sidebar_nav {
    gap: 10px;
}

.at_law_firm_sidebar_nav .nav-link {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 29px;
    font-family: var(--InterFont);
    color: var(--colorWhite);
    background: var(--colorBlack);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.at_law_firm_sidebar_nav .nav-link span {
    margin-right: 8px;
    color: var(--colorWhite);
}


.at_law_firm_sidebar_nav .nav-link.active,
.at_law_firm_sidebar_nav .show>.nav-link {
    color: var(--colorBlack);
    background-color: var(--colorPryDeep);
}

.at_law_firm_sidebar_nav .nav-link.active span,
.at_law_firm_sidebar_nav .show>.nav-link span {
    color: var(--colorBlack);
    background-color: var(--colorPryDeep);
}

.at_law_firm_sidebar_nav .nav-link:hover {
    background: var(--colorPryDeep);
}

.at_law_firm_sidebar h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 35px;
}


.at_law_firm_sidebar .nice-select {
    height: 44px;
    line-height: 42px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.at_law_firm_sidebar span {
    font-size: 14px;
    font-weight: 500;
    color: #575e6bc7;
}

.at_law_firm_sidebar input {
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.at_law_firm_sidebar .common_btn {
    width: 100%;
    padding: 12px 18px;
    border-radius: 3px;
    box-shadow: none;
}

.at_law_firm_sidebar .common_btn.light {
    margin-top: 20px;
    color: var(--colorBlack);
    background: var(--colorPrimary);
}

.at_law_firm_sidebar .common_btn.light:hover {
    color: var(--colorWhite);
    background: var(--colorSecondary);
}








.at_law_firm_item {}





.at_law_firm_item_left {
    text-align: center;
}

.at_law_firm_item_left .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 38px;
}

.at_law_firm_item_left .rating {
    color: #DEE1E6;
    text-align: center;
    margin-top: 8px;
}

.at_law_firm_item_left .status {
    font-size: 14px;
    font-weight: 400;
    color: var(--paraColor);
    font-family: var(--InterFont);
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.at_law_firm_item_left .status::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 11px;
    height: 11px;
    background: #9CA3AF;
    border-radius: 50%;
    transform: translateY(-50%);
}

























.at_law_firm_item_right {
    margin-top: 25px;
}

.at_law_firm_item_right_top {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.at_law_firm_item_right_top .text {}




.at_law_firm_item_right_top .text h6 {
    font-size: 20px;
    font-weight: 700;
}

.at_law_firm_item_right_top .text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}


.at_law_firm_item_right .decription {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}

.at_law_firm_item_right h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.at_law_firm_item_right ul {
    gap: 8px;
    margin-top: 7px;
}

.at_law_firm_item_social li {}

.at_law_firm_item_social li a {
    color: #4B5563;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_law_firm_item_social li a:hover {
    color: var(--colorSecondary);
}




.at_law_firm_tab_content .at_preLawyers_call .box {
    border-radius: 6px 0px 0px 6px;
}


.at_law_firm_item_left .common_btn {
    padding: 10px 18px;
    border-radius: 6px;
}

.at_law_firm_tab_content {
    padding-top: 50px;
    padding-left: 25px;
    border-left: 1px solid var(--BorderColor);
}

.at_law_firm_item {
    margin-bottom: 60px;
}



.at_law_firm_grid_view .at_law_firm_item_left .img {
    height: 165px;
}


.at_law_firm_agency_page {
    box-shadow: none;
}


/*===================================
  LAW FIRM END
===================================*/






/*===================================
  LAW FIRM DETAILS START
===================================*/

.at_law_firm_details_img {
    height: 370px;
}


.at_law_firm_left {
    text-align: center;
}

.at_law_firm_left .img {
    width: 100%;
    height: 355px;
    overflow: hidden;
    border-radius: 38px;
    margin-top: -85px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.at_law_firm_left .rating {
    color: #DEE1E6;
    text-align: center;
    margin-top: 8px;
}

.at_law_firm_left .status {
    font-size: 14px;
    font-weight: 400;
    color: var(--paraColor);
    font-family: var(--InterFont);
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.at_law_firm_left .status::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 11px;
    height: 11px;
    background: #9CA3AF;
    border-radius: 50%;
    transform: translateY(-50%);
}

.at_law_firm_left h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}



.at_law_firm_left ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.at_law_firm_left ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    color: var(--colorBlack);
    background: var(--colorWhite);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_law_firm_left ul li a:hover {
    color: var(--colorWhite);
    background: var(--colorSecondary);
}

.at_law_firm_right {
    margin-top: 25px;
}

.at_law_firm_right_top {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.at_law_firm_right_top .text {}

.at_law_firm_right_top .text h6 {
    font-size: 20px;
    font-weight: 700;
}

.at_law_firm_right_top .text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.at_law_firm_right_top ul {
    gap: 10px;
}

.at_law_firm_right .decription {
    margin-top: 15px;
}

.at_law_firm_right h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.at_law_firm_right ul {
    gap: 8px;
    margin-top: 7px;
}

.at_law_firm_right_social li {}

.at_law_firm_right_social li a {
    color: #4B5563;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_law_firm_right_social li a:hover {
    color: var(--colorSecondary);
}


.at_law_firm_counter {
    gap: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.at_law_firm_counter li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.at_law_firm_counter li span {
    font-size: 40px;
    color: var(--colorPryDeep);
}

.at_law_firm_counter li h6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    color: var(--colorPryDeep);
}

.at_law_firm_counter li p {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--colorPryDeep);
}

.at_law_firm_counter .text {
    margin-left: 20px;
}


.at_associate_lawyers .at_section_title p {
    margin-top: 0px;
}

.at_associate_lawyers .at_section_title h2 {
    margin-bottom: 10px;
}

.at_associate_lawyers .at_lawyers_sec {
    padding-left: 0;
    padding-right: 0;
}


/*===================================
  LAW FIRM DETAILS END
===================================*/



/*===================================
  DASHBOARD START
===================================*/

/* dash menu start */
.at_menu_right2 {
    width: auto;
    text-align: center;
}

.at_menu_right2 p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 15px;
    line-height: 18px;
    color: var(--colorWhite);
    background: var(--colorPryDeep);
    border-radius: 30px;
}

.at_menu_right2 .customer {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--colorWhite);
}

.at_menu_right2 .customer i {
    font-size: 20px;
    margin-left: 12px;
}


.at_menu_right2 .dropdown-item.active,
.at_menu_right2 .dropdown-item:active {
    color: var(--colorBlack);
    text-decoration: none;
    background-color: var(--colorPrimary);
}

.at_menu_right2 .dropdown-toggle::after {
    display: none;
}

/* dash menu end */

.at_booking_steps {
    margin-top: 80px;
}

.at_booking_steps ul {
    position: relative;
}


.at_booking_steps ul::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 30px;
    width: 6px;
    height: 85%;
    background: #e6e6eb;
}


.at_booking_steps ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 55px;
    position: relative;
}


.at_booking_steps ul .active::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 43px;
    width: 6px;
    height: 68px;
    background: #2f43ff;
}

.at_booking_steps ul li:last-child {
    margin-bottom: 0;
}

.at_booking_steps ul li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    color: var(--colorWhite);
    background: var(--colorPryDeep);
}

.at_booking_steps ul li h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    margin-left: 14px;
}




.at_book_appoinment_content {
    padding-left: 25px;
    padding-top: 30px;
    border-left: 1px solid var(--BorderColor);
}

.at_book_appoinment_content .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.at_book_appoinment_content .top h3 {
    font-size: 32px;
    font-weight: 400;
    font-family: var(--InterFont);
}

.at_book_appoinment_content .top input {
    width: 170px;
    background: var(--colorPryDeep);
    border-radius: 6px;
}













.at_appoinment_slot_box {
    border-radius: 20px;
    padding: 25px;
    margin-top: 20px;
    border: 1px solid var(--BorderColor);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.at_appoinment_slot_box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 16px;
}


.at_appoinment_slot_box ul li a {
    padding: 8px 35px;
    border-radius: 999px;
    color: #d7c7a5;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s ease;
    border: 1px solid #9a9a9a;
}

.at_appoinment_slot_box ul li a:hover,
.at_appoinment_slot_box ul li.active a {
    background: #f6efe2;
    border-color: var(--colorPryDeep);
    color: var(--colorPryDeep);
}

.at_appoinment_slot_box ul li.disabled a,
.at_appoinment_slot_box ul li.disabled a:hover {
    background: #f0f0f0;
    border-color: #d0d0d0;
    color: #b0b0b0;
    cursor: not-allowed;
    pointer-events: none;
}
















.at_question_card {
    padding: 24px 0;
}

.at_question_card {
    margin-top: 30px;
    padding: 18px 50px 26px;
    border: 1px solid var(--BorderColor);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}




.at_question_card .info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 25px;
    align-items: start;
    justify-content: space-between;
}

.at_question_card .info-row .info-col {
    padding-right: 20px;
}

.at_question_card .info-row .has_border {
    border-right: 2px solid var(--colorBlack);
}

.at_question_card .info-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--colorBlack);
    margin-bottom: 6px;
}

.at_question_card .info-text {
    font-size: 0.98rem;
    color: var(--paraColor);
    line-height: 1.4;
}







.at_question_card .ask-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--colorBlack);
    margin-bottom: 20px;
}

.at_question_card .form-box {
    border-radius: 18px;
    padding: 40px 20px 40px;
    margin-left: 18px;
    margin-bottom: 18px;
    border: 1px solid var(--BorderColor);
}

.at_question_card .field-label {
    font-size: 0.98rem;
    color: #555;
    margin-bottom: 10px;
    display: block;
}

.at_question_card .question-textarea {
    width: 100%;
    height: 168px;
    border: 1px solid var(--BorderColor);
    outline: none;
    resize: none;
    padding: 12px;
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 4px;
}

.at_question_card .attachment-row {
    gap: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
    color: #555;
    font-size: 0.98rem;
}

.at_question_card .file-upload-box {
    border: 1px solid var(--BorderColor);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 42px;
}

.at_question_card .file-btn {
    display: inline-block;
    background: #efe3c5;
    color: #4a4a4a;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.92rem;
    cursor: pointer;
    line-height: 1;
    margin: 0;
}

.at_question_card .file-name {
    font-size: 0.92rem;
    color: #666;
}

.at_question_card .hidden-file {
    display: none;
}




.at_book_appoinment_content .top_pay {
    text-align: center;
    padding: 30px;
    border: 1px solid var(--BorderColor);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.at_book_appoinment_content .top_pay h3 {
    font-size: 36px;
    font-weight: 700;
}

.at_book_appoinment_content .top_pay h3 span {
    font-size: 36px;
}


.at_booking_pay_method .at_question_card .info-row {
    margin-bottom: 0;
}


.at_booking_pay_method_ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.at_booking_pay_method_ul li {}

.at_booking_pay_method_ul li a {
    width: 120px;
    height: 120px;
}

.at_booking_pay_method .common_btn {
    margin-top: 30px;
}


.at_appoinment_details_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.at_appoinment_details_ul li {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.at_appoinment_details_ul li a {
    position: absolute;
    top: 0;
    right: 40px;
    padding: 4px 15px;
    color: var(--colorWhite);
    background: gray;
    border-radius: 10px;
}

.at_appoinment_details_ul li span {
    font-size: 45px;
    color: var(--colorPryDeep);
}

.at_appoinment_details_ul li .text {
    margin-left: 15px;
}

.at_appoinment_details_ul li .text h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.at_appoinment_details_ul li .text p {
    text-transform: capitalize;
}



.at_profile_info_sidebar {
    padding: 60px 40px 0px;
}

.at_profile_info_sidebar ul {}

.at_profile_info_sidebar ul li {
    margin-bottom: 20px;
}

.at_profile_info_sidebar ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 8px 20px;
    text-transform: capitalize;
    color: var(--colorPryDeep);
    border: 1px solid var(--colorPryDeep);
    border-radius: 6px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.at_profile_info_sidebar ul li a:hover,
.at_profile_info_sidebar ul li a.active {
    color: var(--colorWhite);
    background: var(--colorPryDeep);
}



.at_profile_main_info {
    padding-left: 25px;
    padding-top: 60px;
    border-left: 1px solid var(--BorderColor);
}

.at_profile_main_info .cover {}

.at_profile_main_info .cover .img {
    height: 240px;
    overflow: hidden;
    border-radius: 42px;
    position: relative;
    z-index: -1;
}

.at_profile_main_info .img .icon {
    position: absolute;
    display: inline-block;
    top: 19px;
    right: 19px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 29px;
    padding: 5px;
    border-radius: 50%;
    color: var(--colorWhite);
    background: var(--colorPryDeep);
}


.at_profile_main_info .profile_pic {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: -70px 0px 0px 28px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}

.at_profile_main_info .profile_pic .icon {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 29px;
    padding: 5px;
    border-radius: 50%;
    color: var(--colorWhite);
    background: var(--colorPryDeep);
}






.at_profile_info_form {
    width: 80%;
    margin-top: 50px;
}

.at_profile_info_form .item {
    margin-bottom: 25px;
}

.at_profile_info_form .item label {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorBlack);
    text-transform: capitalize;
    margin-bottom: 5px;
}

.at_profile_info_form .item input,
.at_profile_info_form .item textarea {
    border-radius: 6px;
}






.at_profile_my_appoinment {
    padding-top: 30px;
    padding-left: 25px;
    border-left: 1px solid var(--BorderColor);
}


.at_profile_my_appoinment_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.at_profile_my_appoinment_top .item {
    width: 250px;
    margin-right: 10px;
}

.at_profile_my_appoinment_top .item input {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.at_profile_my_appoinment_top button {
    padding: 11px 25px;
}



.at_pending_appoinment {
    margin-top: 70px;
}

.at_pending_appoinment .top {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.at_pending_appoinment_img {
    display: flex;
    flex-wrap: wrap;
    align-items: start;

}

.at_pending_appoinment_img .img {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.at_pending_appoinment_img .text {
    margin-left: 40px;
}

.at_pending_appoinment_img .text h6 {
    font-size: 32px;
    font-weight: 700;
}

.at_pending_appoinment_img .text p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}







.at_appoinment_no_record {
    text-align: center;
    margin-top: 180px;
}

.at_appoinment_no_record h2 {
    font-size: 40px;
    font-weight: 700;
}


.at_wallet_info {}


.at_available_ammount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 40px;
    background: var(--colorPryDeep);
    justify-content: space-between;
    border-radius: 16px;
}

.at_available_ammount h6 {
    font-size: 16px;
    font-weight: 700;
}

.at_available_ammount .common_btn {
    color: var(--colorWhite);
    background: var(--colorBlack);
}

.at_available_ammount .common_btn:hover {
    color: var(--colorBlack);
    background: var(--colorWhite);
}



.at_wallet_info_tab {
    gap: 15px;
    margin-top: 40px;
}


.at_wallet_info_tab .nav-link {
    text-transform: capitalize;
}


.at_wallet_info_tab .nav-link.active,
.at_wallet_info_tab .show>.nav-link {
    color: var(--colorWhite);
    background-color: var(--colorPryDeep);
}













.at_wallet_info_content {
    margin-top: 40px;
}

.at_wallet_info_content .title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.at_wallet_info_content .transaction-table-wrap {
    overflow-x: auto;
}

.at_wallet_info_table {
    width: 100%;
    min-width: 920px;
    border-collapse: separate;
    border-spacing: 0;
}

.at_wallet_info_table thead th {
    background: #d8e6ff;
    color: #232323;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px 18px;
    border: none;
    text-align: center;
}

.at_wallet_info_table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.at_wallet_info_table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.at_wallet_info_table tbody td {
    padding: 16px 18px;
    font-size: 0.96rem;
    color: #585858;
    text-align: center;
    border-bottom: 1px solid #efefef;
    background: #fff;
}

.at_wallet_info_table tbody tr:hover td {
    background: #fcfcfc;
}

.at_wallet_info_table .transaction-type {
    font-weight: 600;
    color: #333;
}

.at_wallet_info_table .transaction-amount {
    font-weight: 600;
    color: #444;
}

.at_wallet_info_table .transaction-info {
    max-width: 180px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.at_wallet_info_content .transaction-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.at_wallet_info_content .table-info-text {
    font-size: 1rem;
    color: #707070;
    margin: 0;
}

.at_wallet_info_content .table-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.at_wallet_info_content .page-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: var(--colorPryDeep);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.at_wallet_info_content .page-btn.outline {
    background: #f3f3f3;
    color: #6b6b6b;
}

.at_profile_main_info .nice-select {
    margin-bottom: 30px;
}


/*===================================
  EVENT DETAILS PAGE START
===================================*/
.map-embed-wrapper {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
}

.map-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/*===================================
  EVENT DETAILS PAGE END
===================================*/

/* Mobile menu switchers text color */
.at_mobile_menu_switchers .form-select {
    color: #fff;
}

.at_mobile_menu_switchers .form-select option {

    color: #fff;
}

/*===================================
  BOTTOM NAVIGATION START
===================================*/

.at-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: #d3d3d3;
    padding: 8px 0 calc(12px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
}

.at-bottom-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}

.at-bottom-nav-item {
    flex: 1;
    text-align: center;
}

.at-bottom-nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 2px;
    transition: all 0.2s ease;
}

.at-bottom-nav-item a i {
    font-size: 22px;
    line-height: 1;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
}

.at-bottom-nav-item a span {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--SecondaryFont);
}

.at-bottom-nav-item.active a {
    color: var(--colorPryDeep);
}

.at-bottom-nav-item.active a i {
    filter: drop-shadow(0 2px 3px rgba(202, 176, 131, 0.35));
}

/* Add bottom padding to body when bottom nav is visible */
@media (max-width: 991.98px) {
    body {
        padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    }
}

/*===================================
  BOTTOM NAVIGATION END
===================================*/
