/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* Default CSS */

/* * {
    box-sizing: border-box;
} */


img  {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--heading-font);
}

p {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: 500;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    border: none;
}

title {
    text-transform: capitalize;
}

.profile-template-container h1,
.profile-template-container h2,
.profile-template-container h3,
.profile-template-container h4,
.profile-template-container h5,
.profile-template-container h6 {
    /* font-family: 'Oswald', sans-serif !important; */
}
.profile-template-container {
    font-family: 'Poppins', sans-serif !important;
}

.profile-template-container .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.dashboard .section_edit_links {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    line-height: normal;
    font-size: 18px;
    margin-top: 20px;
    gap: 5px;
}

.dashboard .section_edit_links > a {
    display: flex !important;
    line-height: normal;
    align-items: center;
    gap: 5px;
}

.dashboard .section_edit_links > a:hover > svg,
.dashboard .section_edit_links > a:focus > svg {
    fill: #25c0e7 !important;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* main css start */

.header-1 {
    position: relative;
    padding: 5px 10px;
}
.header-1 .navbar-brand {
    position: relative;
}
.header-1::after {
    content: '';
    position: absolute;
    background: #e7e7e7;
    top: 0;
    left: 14%;
    height: 100%;
    width: 1px;
}

.header-1 .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #636363;
}
.header-1 .navbar-nav .nav-item {
    margin: 0 20px;
}
.header-1 .d-flex.search-area {
    flex: 1;
    flex-direction: row;
    align-items: center;
    margin-left: 80px;
}
.header-1 .d-flex.search-area .form-control {
    border: none;
}
.header-1 .d-flex.search-area .form-control:focus {
    box-shadow: none;
}

/* banner section css */

.banner-section {
    padding: 5% 0px 5% 0px;
    position: relative;
    background: #222222;
    /* background: url(.././img/home/banner-image.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: 100% 60%;
    display: flex;
    align-items: center;
}
/* .banner-image-container{
    width: 50%;
    max-width: 100%;
    height: auto;
    position: relative;
} */

.banner-image-container img {
    width: auto; 
    height: 100%; 
    position: absolute; 
    top: 0;
    right: 0;
    border-radius: 0px;
}

.banner-image-overlay {
    width: 65%; 
    height: 100%;
    /* background: #222;  */
    background: linear-gradient(to right, rgba(34, 34, 34, 1) 80%, rgba(255, 255, 255, 0));
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 2;
}
.mobile-bottom-banner-padding{
    display:none;
}

.banner-section .banner-content-sec {
    position: relative;
    z-index: 3;
}
.banner-section .banner-content-sec h1 {
    color: #ffffff;
    font-size: 70px;
    line-height: 90px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bold;
}
.banner-section .banner-content-sec h6 {
    color: #ffffff;
    font-family: var(--body-font);
    font-size: 26px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 25px;
    padding-bottom: 0px;
}
.banner-section .banner-content-sec h5 {
    color: #ffffff;
}
.banner-content-sec .project-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.banner-content-sec .project-rating .br-widget a i {
    color: #ffb400;
} 
.banner-content-sec .project-rating .fav-counting {
    color: #ffffff;
    font-size: 18px;
    margin-left: 20px;
}
.banner-content-sec .action-btn .btn,
.Profile-section .action-btn .btn {
    padding: 0.7rem 1rem;
}
.banner-content-sec .action-btn .like-btn,
.Profile-section .action-btn .like-btn {
    background: #ffffff;
    border: none;
    color: #25c0e7;
}
.banner-content-sec .action-btn .cta-btn,
.media-section .action-btn .cta-btn,
.Profile-section .action-btn .cta-btn {
    background: #25c0e7;
    border: none;
    color: #ffffff;
    /* text-transform: uppercase; */
    padding: 0.7rem 2rem;
    margin-left: 10px;
}
.Profile-section .report_profile {
    color: #ffffff;
    font-weight: normal;
}
.profile-template-container .two-row-section-cls:last-child {
    margin-bottom: 0px;
}
.banner-section .banner-image-right {
    position: absolute;
    bottom: 0;
    right: 20%;
}
/* .media-section .image-container {
    margin: 0px 30px;
} */
.media-contact-btn {
    margin-top: 15px;
}
.media-contact-btn a {
    width: 100% !important;
    margin-left: 0px !important;
}
.media-contact-btn span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.banner-section .review-length {
    color: #fff;
    font-weight: 500;
}
section.bottam-navbar {
    position: relative;
    background: #25c0e7;
    padding: 6px 0px;
    /* border: 1px solid #ffffff; */
    text-align: center;
}
section.bottam-navbar.sticky,
.wd-meta-select-job.sticky {
    position: sticky;
    top: 79px;
    width: 100%;
    z-index: 6;
}
.front-site section.bottam-navbar.sticky {
    /* top: 80px; */
}
section.bottam-navbar .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
    /* border-right: 1px solid #fff; */
}
section.bottam-navbar li a{
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 1.5rem;
}

/* media-section css start */

.media-section {
    width: 100%;
    position: relative;
}

/* .media-section,
.Reviews-section {
    margin: 60px 0px 120px;
} */

.media-section .container,
.Reviews-section .container {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 60px;
    margin-top: 60px;
}
 .section-title h2 {
    font-size: 54px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: bold;
}
.media-section .song-box {
    box-shadow: 0px 30px 60px 0px rgba(37, 192, 231, 0.1);
    text-shadow: 0px 30px 60px rgba(37, 192, 231, 0.1);
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}
.media-section .song-box h4 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 15px;
    color: #222222;
}
.media-section .song-box p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    color: #636363;
}

.AboutMeTabs button {
    font-family: 'Poppins', sans-serif !important;
}

section.About-section {
    position: relative;
    width: 100%;
}
section.About-section .container {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdcdc;
    /* padding: 80px 15px 60px; */
    /* margin-bottom: 60px; */
}
.AboutMeTabs .nav-pills .nav-item {
    margin-right: 40px;
}
.AboutMeTabs .nav-pills .nav-link {
    background-color: #ffffff;
    color: #636363;
    padding: 0.6rem 0rem;
    font-size: 18px;
    border-radius: 0;
    font-weight: 400;
}
.AboutMeTabs .nav-pills .nav-link.active, 
.AboutMeTabs .nav-pills .show>.nav-link {
    background-color: #ffffff;
    color: #000000;
    border-bottom: 2px solid #25c0e7;
    font-weight: 600;
}
.AboutMeTabs .about-content p {
    color: #636363;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}

.AboutMeTabs .about-content p strong {
    color: #000;
}

.AboutMeTabs .about-content-title {
    margin-bottom: 6px; 
    margin-right: 10px; 
    font-weight: 600;
}

.about-me-text b {
    font-weight: 600;
}

.about-me-text strong {
    font-weight: 600;
}

.Reviews-section {
    width: 100%;
    position: relative;
}
.Reviews-section .container {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdcdc;
}
.Reviews-content-sec .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.top-header .sec-title h4 {
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.top-header .project-rating {
    display: flex;
    align-items: center;
}
.top-header .project-rating .br-widget a i {
    color: #25c0e7;
}
.top-header .project-rating .fav-counting p {
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-left: 15px;
}
.client-review-sec {
    position: relative;
   width: 100%;
}
.client-review-sec .review-box {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px;
}
.client-review-sec .review-box:last-child {
    border: none;
}
.client-review-sec .review-box .br-widget {
    padding-bottom: 10px;
}
.client-review-sec .review-box .br-widget a i {
    color: #25c0e7;
}
.client-review-sec .review-box h4 {
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 5px;
}
.client-review-sec .review-box p {
    color: #636363;
    font-size: 14px;
    line-height: 24px;
}
.client-review-sec .review-box h4 span {
    color: #636363;
}

.client-review-sec .loadmore .btn {
    background: #25c0e7;
    margin: 20px 0;
    padding: 1rem 3rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
}
.Skills-section {
    position: relative;
    margin-top: 60px;
    /* margin: 60px 0px 60px; */
}
.Skills-section .container {
    padding-bottom: 60px;
}
.Skills-content-sec > li {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 30px;
}
.Skills-content-sec > li:first-child {
    margin-top: 0;
}
.Skills-content-sec > li:last-child {
    padding-bottom: 0;
    border: none;
}
.Skills-content-sec h4 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0px;
    font-weight: bold;
}
.Skills-content-sec h4 span {
    font-weight: 400;
    color: #636363;
    font-family: var(--body-font);
}
.Skills-content-sec h4 .cta-btn span {
    font-size: 20px;
    font-weight: 400;
    color: #636363;
    font-family: var(--body-font);
}

.Skills-content-sec p { 
    color: #636363;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0px;
}
section.Profile-section {
    width: 100%;
    position: relative;
    background: #25c0e7;
    padding: 6px 0px;
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
}
.Profile-section .profile-box {
    display: flex;
    align-items: center;
}
.profile-box .user-image img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 15px;
}
.profile-box .user-name {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 600;
    color: #121212;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', 'Plus Jakarta Sans', sans-serif;
}
.profile-box .favorite-btn {
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 600;
    color: #e61010;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;   
    padding: 10px 14px 
}
.profile-box .contact-btn {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 600;
    color: #121212;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', 'Plus Jakarta Sans', sans-serif;
}
.profile-box .user-info h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.profile-box .user-info .project-rating {
    display: flex;
    align-items: center;
}
.user-info .project-rating .br-widget a i {
    color: #ffffff;
}
.user-info .project-rating .fav-counting p {
    color: #ffffff;
}
.Profile-section {
    /* position: relative; */
    /* transition: bottom 0.3s; */

}
.Profile-section .action-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.Profile-section .action-btn .dark-btn {
    background: #51cdec;
    border: 2px solid #51cdec;
}
.Profile-section .action-btn .outline-btn {
    padding: 9px 16px;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    /* font-size: 18px; */
    /* margin: 0 14px; */
    /* text-transform: uppercase; */
    font-weight: 600;
}
.Profile-section.sticky {
    width: 100%;
    position: sticky;
    bottom: 0;
    z-index: 11;
}
#scroll-top {
    bottom: 72px;
}
.wd-author-page-title .author-list .tag {
    cursor: default;
}

.profileOverviewMain #overview_chk_is_published + label.custom-control-label {
    font-weight: 600;
    color: black;
    cursor: pointer;
}

.profile-template-container .two-row-section-cls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
/* .profile-template-container .two-row-section-cls span {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
} */
.profile-template-container .two-row-section-cls span p {
    font-size: 14px;
    color: #636363;
}
.profile-template-container .two-row-section-cls span:first-child {
    color: black;
    font-weight: 500;
    text-decoration: underline;
}
.profile-template-container .two-row-section-cls a.outline-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px !important;
    color: #636363;
    font-weight: normal;
    box-shadow: none;
    background-color: transparent !important;
}
.profile-template-container .two-row-section-cls a.outline-btn span {
    text-decoration: none;
    color: #636363;
}
.report-profile-section .container {
    display: flex;
    justify-content: end;
}
.report-profile-section .report_profile {
    display: flex !important;
    align-items: center;
    margin: 15px 0px;
    padding: 0px 15px;
    color: #636363;
    font-weight: 400;
}
.report-profile-section .report_profile:hover,
.report-profile-section .report_profile:focus {
    color: #25c0e7;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Responsive css start */

@media (max-width: 1600px) {
    .header-1::after {
        left: 16%;
    }
}
@media (min-width: 1500px) {
    .container {
         max-width: 1440px;
    }    
}
@media (max-width: 1440px) {
    .banner-section .banner-image-right {
        right: 15%;
    }
    .banner-section .banner-content-sec h1 {
        font-size: 60px;
        line-height: 80px;
    }
    .Skills-content-sec p {
        font-size: 16px;
        line-height: 28px;
    }
    .section-title h2 {
        font-size: 46px;
        line-height: 54px;
    }
    .header-1::after {
        left: 18%;
    }
}
@media (max-width: 1280px) {
    .banner-section {
        padding: 5% 0px 5% 0px;
        height: 350px;
    }
    .banner-section .banner-image-right {
        right: 12%;
    }
    .Profile-section .action-btn .outline-btn {
        font-size: 16px;
    }
    .profile-box .user-info h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .Skills-content-sec h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .client-review-sec .review-box p {
        font-size: 16px;
        line-height: 22px;
    }
    .client-review-sec .review-box h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .client-review-sec .review-box {
        padding: 15px 0;
    }
    .top-header .sec-title h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .section-title h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .banner-content-sec .project-rating .fav-counting {
        font-size: 16px;
        margin-left: 15px;
    }
    .banner-section .banner-content-sec h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .banner-section .banner-content-sec h1 {
        font-size: 60px;
        line-height: 72px;
    }
}

@media (max-width: 1000px) {
    .emoji-carousel.slick-initialized .slick-slide {
        margin: 0px 6px;
    }
    .emoji-carousel.slick-initialized .slick-item {
        padding: 5px;
        text-align: center;
    }
    .emoji-carousel.slick-initialized .slick-slide img {
        display: inline;
    }
    .header-1 .d-flex.search-area {
        margin-left: 40px;
    }
    .header-1::after {
        left: 22%;
    }
    .banner-section{
        height: 30vh;
        padding: 6vh 0px 6vh 0px;
    }

    .banner-section .banner-content-sec h1 {
        font-size: 48px;
        line-height: 52px;
    }
}
@media (max-width: 991px) {
    .Profile-section .action-btn .btn {
        padding: 10px;
    }
    .Profile-section .action-btn .outline-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .Skills-section {
        margin-top: 40px;
        /* margin: 40px 0px 120px; */
    }
    .Reviews-section .container,
    .Skills-section .container {
        padding-bottom: 40px;
    }
    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
    }
    section.About-section {
        /* margin: 40px 15px 40px; */
    }
    section.About-section .container {
        margin-top: 40px;
        padding-bottom: 40px;
        /* margin-bottom: 40px; */
    }
    .emoji-carousel.slick-initialized .slick-item {
        padding: 10px;
    }
    section.bottam-navbar {
        padding: 20px 0px;
    }
    .media-section .song-box {
        margin-bottom: 30px;
    }
    /* .media-section,
    .Reviews-section {
        margin: 40px 15px 40px;
    } */
    .media-section .container,
    .Reviews-section .container {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .header-1 .d-flex.search-area {
        margin-left: 0;
    }
    .header-1 .navbar-nav .nav-item {
        margin: 0;
    }
   .header-1 .navbar-collapse {
         padding-top: 20px;
    }
    .header-1 .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }
    .header-1::after {
        display: none;
    }
    .banner-section{
        height: 30vh;
    }
    .banner-image-container img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        object-fit: cover;
        object-position: right;
    }
}

@media (max-width: 991px) {
    .profile-template-container .banner-content-sec .action-btn .like-btn,
    .banner-content-sec .action-btn .btn,
    .profile-template-container .Profile-section .action-btn .like-btn,
    .Profile-section .action-btn .btn {
        padding: 0.7rem 0.5rem !important;
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .banner-section .row {
        flex-direction: column-reverse;
    }
    .banner-section {
        padding: 70px 10px 0px;
    }
    .AboutMeTabs .nav-pills .nav-item {
        margin-bottom: 20px;
    }
    .Profile-section .profile-box {
        margin-bottom: 0;
    }
    .Profile-section .action-btn {
        /* justify-content: flex-start; */
        /* display: none; */
    }
    .banner-section .banner-content-sec {
        /* margin-bottom: 40px; */
    }
    .banner-section .banner-image-right {
        right: unset;
        position: relative;
        bottom: unset;
        margin-bottom: 30px;
    }
    .emoji-carousel.slick-initialized.slick-slider {
        width: 220px;
        margin: 0 auto;
    }
    .banner-section::before {
        width: 400px;
        height: 301px;
    }
    .banner-image-container img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        object-fit: cover;
        object-position: right;
    }
    .mobile-bottom-banner-padding{
        height: 200px;
        background: rgba(34, 34, 34, 1);

    }
    .AboutMeTabs .nav-pills .nav-link {
        padding: 0.6rem 0rem;
        font-size: 15px;
    }
    section.bottam-navbar li a {
        font-size: 15px;
        line-height: normal;
        margin-right: 0px;
        padding: 0px 7px;
    }
    .banner-image-overlay {
        background: rgba(0, 0, 0, 0.7);
    }
    .profile-box .user-name {
        font-size: 16px;
    }
    .profile-template-container .Profile-section .action-btn .btn.mobile-icon-btn {
        padding: 5px !important;
        background: transparent;
        color: #fff;
        border: 2px solid #fff !important;
        font-size: 24px !important;
        display: flex;
    }
    .Profile-section.sticky {
        bottom: 0px;
    }
    .profile-template-container .banner-section {
        padding: 6vh 0px 6vh 0px;
    }
    .profile-template-container .banner-section .banner-content-sec h6 {
        font-size: 14px;
    }
    .profile-template-container .banner-section .banner-content-sec h6 {
        margin-bottom: 16px;
    }
}

@media (max-width: 576px) {
    .AboutMeTabs .nav-pills .nav-item:not(:last-child) {
        margin-right: 35px;
    }
    .AboutMeTabs .nav-pills .nav-link {
        padding: 0.6rem 0rem;
        font-size: 15px;
    }

    section.bottam-navbar {
        padding: 16px 0px;
    }
    .banner-section::before {
        width: 300px;
        height: 208px;
    }
    section.bottam-navbar .list-inline-item:not(:last-child) {
        margin-right: 0px;
    }
    section.bottam-navbar li a {
        font-size: 13px;
        line-height: normal;
        margin-right: 0px;
        padding: 0px 7px;
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .banner-section .banner-content-sec {
        /* padding-bottom: 40px; */
    }
    .banner-section .banner-content-sec h1 {
        font-size: 36px;
        line-height: 50px;
    }
    #scroll-top {
        bottom: 10px;
    }
    #scroll-top.show {
        right: 100px;
        opacity: 1;
        visibility: visible;
    }
    .banner-image-container img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        object-fit: cover;
        object-position: right;
    }
    .banner-image-overlay{
        width: 100%;
        height: 100%;        
        /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(34, 34, 34, 1)); */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    section.bottam-navbar li a {
        font-size: 13px;
        line-height: normal;
        margin-right: 0px;
        padding: 0px 7px;
    }

}
@media (max-width: 410px) {
    .AboutMeTabs .nav-pills .nav-item:not(:last-child) {
        margin-right: 14px;
    }
    section.bottam-navbar li a {
        font-size: 13px;
        line-height: normal;
        margin-right: 0px;
        padding: 0px 7px;
    }
}
@media (max-width: 389px) {
    section.bottam-navbar li a {
        font-size: 13px;
        line-height: normal;
        margin-right: 0px;
        padding: 0px 5px;
    }
    .profile-template-container .banner-content-sec .action-btn .like-btn,
    .banner-content-sec .action-btn .btn,
    .profile-template-container .Profile-section .action-btn .like-btn,
    .Profile-section .action-btn .btn,
    .banner-template-container .banner-content-sec .action-btn .like-btn,
    .banner-content-sec .action-btn .btn,
    .banner-template-container .profile-section .action-btn .like-btn,
    .profile-section .action-btn .btn {
        font-size: 13px !important;
    }
    section.bottam-navbar li a {
        font-size: 12px;
        padding: 0px 4px;
    }
}