@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Bold.woff2') format('woff2'),
        url('fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Regular.woff2') format('woff2'),
        url('fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Medium.woff2') format('woff2'),
        url('fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Semibold.woff2') format('woff2'),
        url('fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/**************************** Variables *****************************/
html{
    line-height: 0;
}
a {color: #2562C8; transition: all .3s;}
body {
    font-family: 'Graphik' !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    color: #000;
}
p{
    margin-bottom: 20px;
}
input, textarea, button, a, select{
    outline: none;
    text-decoration: none;
    font-family: 'Graphik';
}
a:hover { text-decoration: none; }
.row{
    clear: both;
}
ul {
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
.mobile-only{
    display: none;
}
img {
    display: block;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 500;
}
.gray_bg{
    background: #EFF3FA;
    min-height: 100vh;
}
/*p:last-of-type{
    margin-bottom: 0;
}*/
body .row {
    margin-right: -15px;
    margin-left: -15px;
}
body .row>*, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right:15px;
    padding-left: 15px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
}
 @media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
 @media (min-width: 1400px){
     .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
/***************************************************CUSTOM CSS****************************************************/
header {
    width: 100%;
    float: left;
    position: sticky;
    z-index: 99;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2562c8+0,0d4bb2+100 */
    background: rgb(37,98,200); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(37,98,200,1) 0%, rgba(13,75,178,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(37,98,200,1) 0%,rgba(13,75,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(37,98,200,1) 0%,rgba(13,75,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2562c8', endColorstr='#0d4bb2',GradientType=1 ); /* IE6-9 */

}
header .logo img {
    width: auto;
    max-width: 280px;
}
.header_top_bar{
    float: left;
    width: 100%;
    padding: 15px 0;
}
.col-12.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login a {
    border: none;
    color: #000;
    padding: 7px 25px 7px 56px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    background: url(../images/login-icon.svg) no-repeat #fff;
    background-position: 25px center;
}
.login a:hover{
    opacity: .9;
}
.navbar {
    padding: 0;
    flex-wrap: nowrap;
    width: 100%;
}
.navbar ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.navbar ul li{
    position: relative;
}
.navbar ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 5px 0;
    letter-spacing: -0.7px;
    margin-right: 35px;
}
.navbar ul li a:hover, .navbar ul li.active a, .shop_btn a span, .quick_menu li a:hover, .quick_menu li.active a{
    color: rgb(255 255 255 / 70%);
}
header.login-header .navbar,header.login-header .navbar ul {
    margin: 0;
    border: none !important;
    min-height: 10px;
}
.header_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menu_icon, .close_icon {
    display: none;
    cursor: pointer;
}
.menu_icon {
    width: 40px;
    height: 40px;
    background: transparent;
    line-height: 40px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.menu_icon span {
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms;
}
.menu_icon span:before, .menu_icon span:after {
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
}
.menu_icon span:before {
    top: 6px;
}
.menu_icon span:after {
    top: -6px;
}
.open .menu_icon span {
    background: transparent;
}
.open .menu_icon span:before {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    transform: rotate3d(0, 0, 1, 45deg);
    top: 0;
}
.open .menu_icon span:after {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    transform: rotate3d(0, 0, 1, -45deg);
    top: 0;
}
.close_icon {
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
    max-width: 18px;
}

section {
    float: left;
    width: 100%;
    padding: 35px 0;
}
.hero {
    float: left;
    width: 100%;
    padding: 60px 0 40px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2562c8+0,0d4bb2+100 */
    background: rgb(37,98,200); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(37,98,200,1) 0%, rgba(13,75,178,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(37,98,200,1) 0%,rgba(13,75,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(37,98,200,1) 0%,rgba(13,75,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2562c8', endColorstr='#0d4bb2',GradientType=1 ); /* IE6-9 */

}
.hero .container{
    position: relative;
}
.banner_content h1 {
    color: #fff;
    font-size: 59px;
    font-weight: 600;
}
.banner_content p {
    font-size: 22px;
    color: #fff;
}
a.btn_design, button.btn_design {
    background: url(../images/btn_arrow.svg) no-repeat #08A1EE;
    border: 1px solid #08A1EE;
    color: #fff;
    padding: 12px 60px 12px 30px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    margin-top: 5px;
    background-position: calc(100% - 25px) center;
}
button.btn_design{
    min-width: 180px;
}
.banner_content a.btn_design:hover{
    border-color: #fff;
}
a.btn_design:hover, button.btn_design:hover {
    background-color: #205dc3;
    border-color: #205dc3;
}
.banner_graphic {
    margin-left: -13%;
}
.hero .row {
    align-items: center;
}
h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
section.about {
    padding: 7% 0;
}
.about_content p {
    color: #686868;
}
.about_content p:first-of-type {
    font-weight: 500;
    margin: 0;
}

/***********FOOTER**************/
footer.site_footer {
    float: left;
    width: 100%;
   padding: 30px 0;
   border-top: 1px solid #E8E8E8;
}
footer.site_footer ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}
footer.site_footer ul li a, footer.site_footer .copyright {
    color: #616161;
}
footer.site_footer ul li a:hover{
    color: #08A1EE;
}
footer.site_footer ul.policy {
    justify-content: flex-end;
}


/*****************LOGIN HEADER CSS***************/
header.login-header {
    background: #EFF3FA;
    border-bottom: 1px solid #C7C3C3;
}
header.login-header .navbar ul li a {
    color: #000;
}
header.login-header .navbar ul li a:hover {
    color: #08A1EE;
}
header.login-header .navbar ul li:last-child a {
    margin-right: 0px;
}
header.login-header .logo img {
    max-width: 145px;
}
header.login-header .header_top_bar {
    padding: 11px 0;
}
.top_right.header_login {
    display: flex;
    gap: 20px;
    align-items: center;
}

.notifications_wrapper {
    width: 25px;
}
.dropdown.profile_detail button {
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: none;
    outline: none;
}
.dropdown.profile_detail button img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.header_login .dropdown-menu, .notifications_list {
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #F3F7FF;
    top: 10px !important;
}
.account_setting li a {
    padding: 3px 0;
    display: block;
    color: #000;
    font-size: 15px;
    position: relative;
}
.account_setting li a:before {
    content: "";
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
    border-top: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 13px;
    transform: rotate(0);
}
.notifications_icon {
    cursor: pointer;
}
span.notifications_active {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #08a1ee;
    top: 0;
    right: 0;
    border-radius: 20px;
}
.notifications_list {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    transform: translateY(-20px);
    position: absolute;
    top: 54px !important;
    z-index: 9;
    right: -60px;
}
.notifications_list.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    transform: translateY(0px);
}
.notifications_list h4, .account_setting h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}
.notifications_list  ul li {
    padding: 11px 0 11px 47px;
    font-size: 16px;
    line-height: 1.3;
    background: url(../images/noti_icon.svg) no-repeat;
    background-size: 38px;
    background-position: left center;
}
header.login-header .menu_icon span, header.login-header .menu_icon span:before, header.login-header .menu_icon span:after {
    background: #08a1ee;
}
header.login-header .close_icon .menu_icon span:before, header.login-header .close_icon .menu_icon span:after {
    background: #fff;
}

/*************DASHBOARD PAGE CSS*******************/
/*section.dashboard_sec {
    font-size: 17px;
}*/
.user_info {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 24px;
}
.user-avtar {
    overflow: hidden;
    margin-bottom: 11px;
}
.user-avtar img{
    border-radius: 20px;
}
.user_info h4 {
    font-size: 24px;
    margin-bottom: 11px;
    margin-top: 15px;
}
.user_info p {
    color: #5C6F7C;
}
.user_info p strong{
    font-weight: 500;
}
.followers_list_thumbs{
    display: flex;
}
.followers_list_thumbs img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    margin-right: -10px;
    min-width: 40px;
}
.thumbplus {
    margin-left: 7px;
    font-size: 22px;
    font-weight: 500;
    color: #5C6F7C;
}
.followers h5 {
    font-size: 20px;
    margin: 25px 0 13px;
    font-weight: 600;
}
.user-thumb.thumb_left img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.sec_col_design {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.04);
}
.sec_col_design + .sec_col_design {
    margin-top: 24px;
}
.thumb_left {
    min-width: 40px;
}
.content_right{
    width: calc(100% - 40px);
}
.content_right input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 11px 20px;
    border-radius: 10px;
    font-size: 16px;
    height: auto;
    box-shadow: none;
}
.btn_design.no-arrow {
    padding: 9px 25px 8px;
    background: #08A1EE;
    font-size: 15px;
    min-width: 130px;
    margin-top: 15px;
}
.btn_design.no-arrow:hover {
    background: #205dc3;
}
button.btn_design.btn_dark {
    background: #3E424E;
    border-color: #3E424E;
    margin-left: 5px;
}
button.btn_design.btn_dark:hover {
    background: #205dc3;
    border-color: #205dc3;
}
.posted-status p {
    margin: 0;
    color: #686868;
}
.posted-status a, .posted_author_info a{
    color: #0066FF;
    text-transform: capitalize;
}
span.post_date, .post_commented_content span {
    font-size: 14px;
    color: #686868;
}
.posted-status {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 11px;
    margin-bottom: 18px;
}
.post_question {
    margin-bottom: 15px;
}
.que {
    font-weight: 500;
    margin-bottom: 4px;
}
.ans strong{
    font-weight: 500;
}
.comment_likes {
    gap: 20px;
    padding-left: 0;
    font-size: 14px;
}
.comments a, .likes a {
    gap: 5px;
    display: flex;
    align-items: center;
    color: #686868;
}
.comment_likes img {
    max-height: 15px;
}
.post_commented {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.post_commented_img {
    width: 180px;
    min-width: 180px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.share_update_sec .post_commented_img img{
    min-height: 125px;
    height: 100%;
    object-fit: cover;
    max-height: 125px;
}
.post_commented_img img {
    border-radius: 15px;
    width: 100%;
}
.post_commented_content {
    width: calc(100% - 180px);
    padding-left: 20px;
}
.post_commented_content h5 {
    font-size: 18px;
    margin-bottom: 8px;
}
.posted_author {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-top: 15px;
}
.posted_author_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.posted_author:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 5px;
}
.posted_author_info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}
.posted_author_info span.post_date {
    font-size: 14px;
}
.posted_author_info {
    line-height: 1;
}
.img-dash .posted_author:before {
    display: none;
}
.img-dash .posted_author {
    padding-top: 0;
}


/*************Profile PAGE CSS*******************/
.follow_btn a {
    border: 1px solid #08a1ee;
    padding: 10px 20px;
    border-radius: 50px;
    background: #08a1ee;
    color: #fff;
}
.follow_btn a:hover{
    background: #205dc3;
    border-color: #205dc3;
}
.profileImg img {
    max-width: 250px;
}
.follow_btn {
    margin-left: auto;
}
.profile-col .user_info {
    margin: 0;
    padding: 15px;
}
.profileImg img {
    max-width: 250px;
    border-radius: 20px;
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.profile-col .user_info h3 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 500;
}
.profile-col .user_info p {
    line-height: 1.7;
    font-size: 16px;
}
button.edit_btn {
    width: 30px;
    height: 30px;
    border: none;
    background: #EFF3FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
}
.border-btn {
    border: 1px solid #08a1ee;
    color: #08a1ee;
    padding: 9px 22px 7px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 50px;
}
.border-btn:hover {
    background: #08a1ee;
    color: #fff;
}
.nav-tabs {
    border-bottom: 1px solid #C9D3E4;
    width: 100%;
}
.user-followers-tabs {
    width: 100%;
}
.nav-tabs .nav-link {
    font-size: 22px;
    color: #5C6F7C;
    font-weight: 600;
    border: none;
    margin: 0 30px 0 0;
    position: relative;
    padding: 11px 0;
}
.nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #08A1EE;
    bottom: -2px;
    left: 0;
    opacity: 0;
}
.nav-tabs .nav-link span {
    font-weight: 500;
    font-size: 18px;
    color: #5C6F7C;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
}
.nav-tabs .nav-item.show .nav-link:before, .nav-tabs .nav-link.active:before {
    opacity: 1;
}
.tab-content {
    padding: 20px 0;
}
.follow_col {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
.followImg img {
    width: 110px;
    height: 120px;
    min-width: 110px;
    object-fit: cover;
    border-radius: 15px;
}
.followInfo h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}
.followInfo span {
    font-size: 16px;
    color: #5C6F7C;
    display: block;
}
.followInfo .follow_btn a {
    padding: 6px 15px 4px;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
}
.queAns_col a:hover, .viewall_btn a:hover{
    color: #205dc3;
}
.queAns_col strong {
    font-weight: 500;
}
.queAns_col h3 span {
    color: #5C6F7C;
    font-size: 80%;
}
.queAns_col p{
    margin-bottom: 5px;
}
.queAns_col p a {
    display: inline-block;
    margin-top: 2px;
}
.queAns_col a, .viewall_btn a{
    color: #005FFF;
    font-size: 16px;
}
.blog-comments .post_commented_img {
    width: 45%;
    min-width: 45%;
}
.blog-comments  .post_commented_content {
    width: 55%;
    padding-left: 20px;
}
.post_commented .viewall_btn {
    margin-top: 20px;
    width: 100%;
}
.crown_icons img {
    max-width: 140px;
    margin: 15px  auto;
}
.upgrade-pro ul{
    text-align: left;
    padding-bottom: 20px;
}
.upgrade-pro ul li {
    padding-left: 25px;
    color: #5C6F7C;
    font-size: 16px;
    background: url(../images/check_icon.svg) no-repeat;
    background-position: left 1px;
    margin-bottom: 10px;
}

.phonesetting {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 24px;
}
.phonesetting .text-heading {
    font-size: 17px;
    font-weight: normal;
    margin: 8px 0 6px;
    order: 2;
}
.phonesetting .check-right-setting{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    order: 1;
}
.phonesetting .text-heading {
    font-size: 17px;
    font-weight: normal;
    margin: 10px 0 8px;
}
.not-setting .mobile-row, .check-listing.mobile-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}
.mobile-row.check-listing {
    margin-top: 15px;
}
.mobile-row {
    font-size: 16px;
}
.blog-list-filter button.selectpicker:after {
    display: none;
}
.aboutUser_col h4 {
    font-size: 22px;
    font-weight: 600;
}
.user_posted_sec textarea.form-control {
    height: auto;
    border-radius: 10px;
    box-shadow: none;
}
.queAns_col {
    width: 100%;
}
.queAns_col p{
    color: #5C6F7C;
    position: relative;
}
.queAns_col h3, .post_commented h3{
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 11px;
    margin-bottom: 18px;
    font-weight: 600;
    width: 100%;
    font-size: 22px;
}
.queAns_col h3 span, .post_commented h3 span {
    color: #5C6F7C;
    font-size: 82%;
    font-weight: 500;
}
.ans strong, .queAns_col p strong{
    color: #090909;
}
/*.ans {
    color: #5C6F7C;
}*/
.queAns.sec_col_design {
    font-size: 16px;
}
.questions, .questions_answer {
    padding-left: 23px;
    position: relative;
}
.questions:before {
    content: "Q.";
    color: #090909;
    font-weight: 500;
    position: absolute;
    left: 0;
}
.questions_answer:before{
    content: "A.";
    font-weight: 500;
    position: absolute;
    left: 0;
    color: #090909;
}
.queAns_col a.write-ans{
    padding-left: 23px;
    margin-bottom: 22px;
}
.queAns_col .questions:before {
    top: 1px;
}
.user_info .user-avtar img {
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    max-width: 270px;
}
.aboutUser_col p {
    color: #5C6F7C;
    font-size: 16px;
}
p.added_about a {
    color: #005FFF;
}
.connection-container .cart-profileimage img {
    min-width: 100px;
    object-fit: cover;
}
.blog-comments .post_commented_content h5 {
    font-size: 20px;
    margin-bottom: 8px;
}
.blog-comments .post_commented_content p, .blog-comments .post_commented p {
    color: #5C6F7C;
    font-size: 16px;
    width: 100%;
}
.blog-comments .posted_author_info a {
    color: #090909;
    font-weight: 500;
}
.blog-comments .comment-section {
    color: #5C6F7C;
    font-size: 16px;
    margin: 20px 0 10px;
}
.notiicon-panel a.alert-icon {
    background: url(../images/notification.svg) no-repeat !important;
    height: 26px !important;
    top: 4px;
    position: relative;
}
/*.notiicon-panel a.alert-icon:before {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #08a1ee;
    top: 0;
    right: 0;
    border-radius: 20px;
    content: "";
}*/
.notiicon-panel a.alert-icon span {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #08a1ee;
    top: 0;
    right: 0;
    border-radius: 20px;
    font-size: 0;
}
.dropdownuserTop button.btn--links {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    position: relative;
    padding-right: 18px;
}
.dropdownuserTop button.btn--links:before {
    content: "";
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 0;
    padding: 4px;
    transform: rotate(-45deg);
    top: 11px;
}
.dropdownuserTop button.btn--links img {
    width: 35px !important;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    min-width: 35px;
    min-height: 35px;
}
.dropdownuserTop button.btn--links p {
    margin: 0;
    white-space: nowrap;
    letter-spacing: -.7px;
    padding-left: 8px;
}

/****************************************Media Query***********************************************/

@media(min-width: 1200px){
    .profile-col.sec_col_design {
        gap: 40px;
    }
    button.edit_btn {
        right: 22px;
        top: 13px;
    }
}
@media(max-width: 1400px){
    .banner_content h1 {
        font-size: 50px;
    }
    .banner_content p {
        font-size: 20px;    
    }
}

@media(max-width: 1199px){
    body {
        font-size: 16px;
    }
    section {
        padding: 50px 0;
    }
    .banner_content h1 {
        font-size: 43px;
    }
    .banner_content p {
        font-size: 16px;    
    }
    h2 {
        font-size: 37px;
    }
    .user_info {
        display: flex;
        align-items: center;
        gap: 5%;
    }
    .user_info h4 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .followers h5 {
        margin: 55px 0 13px;
    }
    .upgrade-pro-outer {
        margin-top: 24px;
        justify-content: center;
    }
    .post_commented_img{
        margin-bottom: 10px;
    }
}
@media(max-width: 991px){
    .navbar {
        position: fixed;
        left: -100%;
        height: 100%;
        top: 0;
        z-index: 99;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: auto;
        justify-content: center;
        align-content: flex-start;
        width: 95%;
        max-width: 100%;
        background: rgb(8 161 238 / 97%);
        padding: 50px 20px 20px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    .header_left {
        margin-left: auto;
        margin-right: 0px;
    }
    .top_right {
        display: flex;
        align-items: center;
    }
    .open .navbar {
        left: 0;
    }
    .menu_icon, .close_icon {
        display: block;
    }
    .navbar ul {
        flex-wrap: wrap;
    }
    .navbar ul li {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: left;
        padding: 5px 0;
        line-height: 1;
    }
    .navbar ul li a {
        font-size: 16px;
        padding: 5px 0;
        color: #fff;
        display: block;
        margin: 0;
        text-align: left;
    }
    .navbar ul li a:hover, .navbar ul li.active a{
        background: none;
        -webkit-text-fill-color: #fff;
    }
    .navbar ul li a:before {
        background: #fff;
        left: 0;
        margin-left: 0;
    }
    .menu_icon {
        position: relative;
        top: 0;
        right: 0;
        display: flex;
        float: right;
        order: 2;
    }
    .banner_content h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    .banner_content {
        text-align: center;
        padding-bottom: 30px;
    }
    footer.site_footer {
        text-align: center;
        padding: 20px 0;
    }
    footer.site_footer ul.policy {
        justify-content: center;
        margin: 0;
    }
    footer.site_footer ul {
        margin: 8px 0;
    }
    section.about {
        padding: 40px 0;
    }
    header.login-header .navbar ul li a {
        color: #fff;
    }
    .banner_graphic {
        margin-left:0;
    }

}

@media(max-width: 767px){
    body{
        font-size: 15px;
    }
    .hero {
        padding: 40px 0;
    }
    header .logo img {
        width: auto;
        max-width: 160px;
    }
    .login a {
        padding: 7px 18px 7px 45px;
        background-position: 16px center;
    }
    .banner_content h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    .user_info {
        padding: 15px;
    }
    .user_info {
        gap: 5px;
        flex-wrap: wrap;
    }
    .user_info h4 {
        font-size: 21px;
    }
    .followers h5 {
        margin: 25px 0 13px;
    }
    .user-avtar {
        margin: 0 auto 11px;
        display: block;
    }
    .user_detail {
        margin: 0 auto;
    }
    .sec_col_design {
        padding: 15px;
        gap: 11px;
    }
    .btn_design.no-arrow {
        padding: 8px 15px 7px;
        font-size: 14px;
        min-width: 110px;
    }
    section.dashboard_sec {
        font-size: 15px;
    }
    .post_commented_img {
        width: 100%;
        min-width: 10px;
    }
    .post_commented_content {
        width: 100%;
        padding-left: 0;
    }
    .comment_likes {
        padding-left: 0;
    }
    .dropdown.profile_detail button span {
        display: none;
    }
    .top_right.header_login {
        gap: 13px;    
    }
    .posted_author_info p {
        font-size: 14px;
    }
    .profile-col {
        flex-direction: column;
        align-items: center;
    }
    .follow_btn {
        margin: auto;
        margin-bottom: 10px;
    }
    .border-btn {
        padding: 8px 15px;
        margin-right: 8px;
        margin-top: 8px;
        font-size: 14px;
    }
    .nav-tabs .nav-link {
        font-size: 19px;
        margin: 0 15px 0 0;
    }
    .blog-comments .post_commented_img {
        width: 100%;
        min-width: 100%;
    }
    .blog-comments  .post_commented_content {
        width: 100%;
        padding-left: 0;
    }
    .profile-col .user_info {
        margin: 0;
        padding: 10px 5px;
    }
    .user_info p {
        margin-bottom: 10px;
    }
    .dropdownuserTop button.btn--links p {
        display: none;
    }
}


/* ============================== */
/* html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1; 
}

footer {
    background-color: #f1f1f1; 
    text-align: center;
    padding: 10px;
} */

.dashboard_left{
    width: 72%;
}
@media (max-width: 768px) {
    .dashboard_left{
        width: 100%;
    }
}