.header-bg {
    position: relative;
    background-repeat: no-repeat;
    height: 380px;
    display: table;
    background-size: cover;
    width: 100%;
}

.header-bg-content {
    color: #fff;
    height: 380px;
    display: table-cell;
    vertical-align: bottom;
}

.header-bg-content ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
}

.header-bg-content ul li i {
    padding: 0px 5px;
}

.header-bg-content ul li a {
    color: black;
    text-decoration: none;
}

.header-bg-content h2,
.header-bg-content h6 {
    color: black;
}

.main-bg {
    background-color: #e2e2e2;
}

.notice_desc {
    width: 100%;
    text-align: center;
    height: auto;
    /* background-color: #e2e2e2; */
    padding: 6px 0px;
    margin-bottom: 15px;
}

.notice_desc h6 {
    color: black;
    font-weight: 400;
    margin: 3px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.notice_desc h6 span {
    color: red;
    font-size: 16px;
}

.notice_desc h6 a {
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid #ff6a6a;
    border-radius: 30px;
    color: black;
    transition: ease-in-out 0.5s;
}

.notice_desc h6 a:hover {
    text-decoration: none;
    background: #ff6a6a;
    color: white;
    box-shadow: 0px 2px 13px -3px #ff6a6a9e;
    transition: ease-in-out 0.5s;
}

.all_packages_grid {
    background-color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.16), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.all_packages_grid ul li {
    float: left;
    list-style: none;
    width: 50%;
}

.all_packages_grid ul li.second_li {
    padding: 12px 0px 0px;
    width: 50%;
    position: relative;
    height: 217px;
    overflow: hidden;
}

.desc {
    padding: 5px;
    transition: 0.5s;
    font-size: 90%;
    position: absolute;
    background: black;
    color: white;
    border-radius: 4px;
    width: 100%;
    top: 0px;
    height: 100%;
    height: 217px;
    overflow: hidden;
}

.second_li hr {
    width: 45%;
    height: 1px;
    background-color: #deb3ad;
    margin: 0 auto;
    margin-left: 12px;
}

.all_packages_grid ul li.second_li ul li {
    display: block;
    width: 100%;
}

.all_packages_grid ul li img {
    width: 100%;
    height: 217px;
    object-fit: cover;
}

.all_packages_grid ul li.second_li h5 {
    font-size: 15px;
    color: #cb8a88;
    padding: 0px 0px 8px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 12px;
}

.all_packages_grid ul li.second_li ul li a {
    font-size: 12px;
    color: #5d5d5d;
    text-decoration: none;
    line-height: normal;
    letter-spacing: 0.3px;
    padding: 8px 14px 0px;
    font-weight: 600;
    display: block;
}

.all_packages_grid ul li.second_li a.book_app {
    width: 100%;
    height: auto;
    background-color: #d6a19a;
    padding: 8px 0px;
    text-align: center;
    position: absolute;
    font-size: 13px;
    color: white;
    border-radius: 0;
    bottom: 0;
    left: 0px;
}

.navss {
    padding: 20px 11px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.navss li a {
    margin: 5px;
    padding: 15px 81px;
    font-size: 16px;
    color: #a2a0a0;
    background: none;
    transition-duration: 0.4s;
    border: 2px solid transparent;
}

.navss a:hover {
    background: #fff;
    color: #000;
    border-radius: 0px;
    border: 2px solid #abb4d9;
}

.navss .active {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: none;
    background: none;
}

.left-content-image {
    position: relative;
    bottom: 200px;
}

.left-content-image img {
    width: 100%;
    /*border: 3px solid white;*/
}

.left-content {
    padding-left: 38px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.left-content p {
    color: #aaaaaa;
}

.left-content button {
    border: none;
    font-weight: bold;
    padding: 5px;
    transition: 0.4s;
}

.left-content button i {
    padding-left: 8px;
}


/* .left-content-image button{
    position: absolute;
    top: 200px;
    left: 128px;
} */


/* profile page css */


/*
.page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 35px;
    position: relative;
    background-size: cover;
}
 */

.panel-xl {
    padding: 30px 40px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.05);
}

.profile-header-main {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
    display: flex;
}

.profile-header .avatar-normal {
    margin-right: 35px;
    margin-top: 20px;
    min-width: 150px;
}

.avatar.avatar-normal {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.avatar {
    border-radius: 50%;
    margin-right: 5px;
}

.has-aura {
    position: relative;
}

.avatar-normal.has-aura:before {
    border-width: 3px;
    width: 166px;
    height: 166px;
    top: -8px;
    left: -8px;
}

.has-aura:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    border: 2px solid transparent;
    border-radius: 50%;
}

.avatar img {
    -webkit-box-shadow: 0 2px 4px rgb(0 0 1 / 20%);
    box-shadow: 0 2px 4px rgb(0 0 1 / 20%);
    display: inline;
    margin: 0 auto;
    width: fit-content;
    height: 150%;
    object-fit: cover;
}

.see_more2 {
    color: #62659a; /* Blue color (change as needed) */
    font-weight: 600; /* Semi-bold */
    text-decoration: none; /* Optional: remove underline */
    cursor: pointer; /* Makes it feel like a link */
}

.see_more2:hover {
    text-decoration: none; /* Optional: underline on hover */
    color: #cb8a88 /* Darker blue on hover */
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.profile-contact {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 20px 20px 0;
}

.profile-main-top {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    display: flex;
}

.profile-header .name {
    font-weight: normal;
    margin: 0;
    font-size: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profile-header .pay_rate {
    font-size: 20px;
}

.profile-header .speciality {
    color: #617083;
    font-size: 19px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-success.btn-floating span {
    background-color: #55cf7a;
    border: 1px solid #55cf7a;
    color: #fff;
}

.btn-floating {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
}

.btn-floating span {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
}

.btn-success.btn-floating:after {
    background-color: transparent;
    -webkit-box-shadow: 0 12px 15px #55cf7a, 0 -4px 15px #55cf7a;
    box-shadow: 0 12px 15px #55cf7a, 0 -4px 15px #55cf7a;
    opacity: .7;
}

.btn-floating:after {
    content: '';
    display: block;
    width: 90%;
    height: 40%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.profile-header-info {
    padding-top: 15px;
}

.profile-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
}

dl {
    margin-bottom: 10px;
}

.profile-header-info dt {
    min-width: 130px;
}

dt {
    font-weight: 500;
    display: inline-block;
}

dd {
    color: #617083;
    display: inline-block;
}

dd {
    margin-left: 0;
}

dt,
dd {
    line-height: 1.42857;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.panel-websites {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.panel-sm {
    padding: 30px 20px 20px;
}

.panel-websites .section-subtitle {
    margin-bottom: 0;
    margin-top: 0;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    padding: 6px 0 15px;
    margin-bottom: 13px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.profile-info-section {
    padding: 0px 0 15px;
    line-height: 24px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.tag.tag-sm {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 15px;
}

/* .tag {
    border-radius: 25px;
    background: #abb4d9;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 5px;
    font-size: 12px;
} */

a.tag.tag-sm {
    color: #fff;
}

a.tag.tag-sm:hover {
    color: #fff;
}

.language-link {
    color: #617083;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.side-navss {
    /* padding:20px; */
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
}

.side-navss li a {
    margin: 5px;
    /* padding: 15px 50px;  */
    font-size: 16px;
    color: #a2a0a0;
    background: none;
    border: 2px solid transparent;
    transition-duration: 0.4s;
}

.side-navss a:hover {
    border: 2px solid #abb4d9;
}

.side-navss .active {
    color: #fff;
}

.side-navss li {
    width: 100%;
}


/* next profile page */

.profile-header-new {
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 243px;
    position: relative;
}

.main-header-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    box-shadow: none;
    position: absolute;
    left: 410px;
}

.profile-imagee {
    top: 128px;
    left: 58px;
    z-index: 9;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.profile-imagee img {
    border: 1px solid white;
    margin: 0 auto;
    display: inline;
    margin: 0 auto;
    width: fit-content;
    height: 150%;
    object-fit: cover;
}

.mainn {
    background-image: url(../images/main-bg.jpg);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainn .page-wrapper {
    background: #ffffff;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px;
}

.content-section {
    background-color: #fff;
    text-align: center;
    padding-top: 108px;
}

.content-section p {
    color: #000;
    font-weight: 500;
}

.content-section h5 {
    font-weight: 400;
    font-size: 18px;
}


/*.social-media, .social-media2 {
    margin: 0 auto;
    position: relative;
    top: 178px;
    z-index: 9;
}
.social-media i {
    border: 1px solid #fff;
    border-radius: 50%;
    background: #f85d5d;
    padding: 20px;
    color: #fff;
    font-size: 25px;
}

.social-media2 i {
    border: 1px solid #fff;
    border-radius: 50%;
    background: #3595a2;
    padding: 20px;
    color: #fff;
    font-size: 25px;
}*/

.naving li a {
    color: #99e5f2;
}

.naving .nav-link.active,
.naving .show>.nav-link {
    color: #f85d5d;
}


/* new */

.page-wrapper-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0px;
    position: relative;
    background-color: #f5f6fa;
    background-size: cover;
    background-image: none;
}

.page-wrapper-new .p-0 {
    background-image: url('../images/new-header.png');
    background-size: 100% 100%;
    height: 600px;
}

.panels {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 35px;
    background-image: url('../images/header-new.jpg');
    background-size: contain;
}

.margin-bottom-new-30 {
    margin-bottom: 30px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    top: -275px;
}

.new-nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.new-nav li a {
    padding-left: 0px;
}

.Portfolio-new {
    margin-left: 0px;
}

.Portfolio-new a img {
    border-radius: 0px;
    margin-left: 0px;
}

.new-nav li a {
    color: #f5f6fa;
}

.new-nav li a:hover {
    color: #55cf7a;
    background: none;
}

.new-nav .nav-link.active,
.new-nav .show>.nav-link {
    color: #55cf7a;
}

.social-iconss ul {
    list-style: none;
}

.social-iconss ul li {
    float: left;
    margin-left: 15px;
    color: #fff;
}

.social-iconss ul li i {
    margin-left: 4px;
}

.profile-header .specialityy {
    color: #c9c9c9;
}

.profile-header .names {
    color: #fff;
}

.new-button {
    margin: 0 auto;
    padding-top: 55px;
}

ul.one li,
ul.two li,
ul.three li,
ul.four li {
    display: inline-block;
    margin-right: 20px;
}

ul.one li img,
ul.two li img,
ul.three li img,
ul.four li img {
    border-radius: 9px;
    margin-right: 8px;
    margin-bottom: 29px;
    box-shadow: 0 0 3px 1px lightgrey;
}

.bottom-two,
.bottom-one {
    display: inline-block;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    border-bottom: 2px solid;
}

.up-active {
    border: 1px solid #eeeeee;
    color: #da1717!important;
    border-radius: 0!important;
}


.nav-pills .nav-item:last-child {
    margin-right: 0!important;
}

.nav-pills .nav-link {
    background: #ffffff;
    color: #000000;
    padding: 8px 14px;
    font-size: 12px;
}


/* Theme 61 New Testing CSS  */

/* .nav-itemm {
    margin-right: 23px;
    margin-top: -80px;
} */

.nav-item:last-child {
    margin-right: 0!important;
}


/* End Theme 61 New Testing CSS*/

.top-tab {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 22px;
}

.nw-prf h2 {
	color: #fff;
}

.nw-prf h6 {
	color: #fff;
}

.nw-prf h6 {
	color: #fff;
}

.nw-prf span {
	color: #fff;
}
.nw-prf p {
	color: #fff;
}

.nw-prf a {
	color: #FF6A81;
}

.top h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 0;
}

span.btm-h2 {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding-left: 3px;
    letter-spacing: 1px;
    position: relative;
    top: -8px;
    color: #fff;
}

.middle h2 {
    color: #fff;
}

.middle p {
    color: #fff;
}

.bottom-two,
.bottom-one,
.bottom-three {
    display: inline-block;
    color: #fff;
    margin-top: 25px;
}

a.read-m {
    display: inline-block;
    background-color: #62659a;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

.bio-section {
    /* FONT-VARIANT: JIS04; */
    padding: 42px 0 50px;
    /* FONT-VARIANT: JIS04; */
}

p.pp {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2px;
    font-size: 14px;
	color: #fff;
}

p.dd {
    font-size: 22px;
	color: #fff;
}

p.ppp {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2px;
    font-size: 14px;
	color: #000;
}

p.ddd {
    font-size: 22px;
	color: #000;
}

/*.middle:before {
    content: "";
    width: 361px;
    height: 150px;
    position: absolute;
    background: url('../img/stripe1.png') no-repeat;
    background-size: 359px;
    left: 14px;
    top: 106px;
}

.middle:after {
    content: "";
    width: 361px;
    height: 257px;
    position: absolute;
    background: url('../img/stripe2.png') no-repeat;
    background-size: 199px;
    left: 404px;
    transform: rotate(0deg);
    top: 197px;
}*/

ul.one {
    margin: 0 auto;
    /* width: 90%; */
    padding-left: 79px;
}

.top-row {
    color: #fff;
    padding-top: 14px;
}

.strip-top {
    padding: 30px;
}

.sidebar.widget {
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: .25rem;
    text-align: left;
    height: 100%;
}

.sidebar.widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}

.sidebar.widget ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px
}

.sidebar-thumb {
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

.sidebar-thumb img {
    background: #fff;
    border: 1px dashed #e0e0e0;
    padding: 6px;
    height: 75px;
    width: 75px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.sidebar-content h5 {
    /* font-size: 16px;
    cursor: pointer;
    line-height: 24px; */
    font-size: 13px;
    cursor: pointer;
    line-height: 24px;
}

.sidebar-content h5 a:hover {
    color: #2996bd;
}

.sidebar-content h5 a {
    color: #202020;
    outline: 0 none;
    text-decoration: none;
    font-weight: bold
}

.sidebar-meta {
    margin-top: 10px;
}

.sidebar-meta span {
    color: #2e2e2e;
}

.sidebar-meta span.time {
    margin-right: 10px;
}

.sidebar-meta span i {
    color: #2996bd
}

.sidebar-left-image img {
    width: 110%;
    height: 92px;
    margin-top: 12px;
}

.sidebar-dynamic-img {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.sidebar-dynamic-img img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    width: 100%!important;
    height: 100%!important;
}

.sidebar-content p {
    margin: 6px 0px;
}

.main-blog-sec img {
    /* height: 560px; */
    height: auto;
}

.bottom-blog-sec {
    margin: 30px 0px;
    text-align: left;
}

.bottom-blog-sec h5 a {
    padding-left: 0!important;
}


/* .bottom-blog-sec .card img {
    height: 297px;
} */

.bottom-blog-sec .card img {
    height: 260px;
    width: 100%!important;
}

.bottom-blog-sec .card {
    margin-top: 20px;
    height: 100%;
}

.main-blog-sec {
    text-align: center;
}

.below2-row img {
    max-width: 100%;
}


/*.heading-row h1 {
    font-size: 77px;
}*/

.heading-row a {
    color: red!important;
    font-size: 15px;
    display: inline-block;
    /* margin-left: 10px; */
}

.left-col {
    height: 200px;
    background-color: gray;
}

.right-col {
    height: 200px;
    background-color: lightgray;
    padding-left: 0;
    transform: translateX(18px);
}

.col-sm-12.heading-row {
    padding-bottom: 20px;
    border-bottom: 1px solid gray;
}

.lorem-text {
    padding: 30px 0 32px;
}

.dynamic-imgs {
    display: block;
    position: relative;
    padding-bottom: 76%;
    overflow: hidden;
}

.dynamic-imgs img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.new_categories {
    background: #f2f2f2;
    padding: 10px 15px 10px;
    margin-top: 25px;
    text-align: left;
}

.new_categories h3 {
    font-size: 26px;
    padding-left: 16px;
    border-left: 3px solid #ed571f;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.new_categories ul li {
    display: inline-block;
    padding: 12px 0px 0 12px;
    list-style: none;
}

.new_categories ul li a {
    color: #f98586;
    font-weight: 300;
    font-size: 15px;
    background: white;
    padding: 2px 15px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    border-radius: 15px;
}
