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

/*---------------------------------
            General Styles
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.3;
  color: #000;
  font-family: "DM Sans", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #333333;
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}
.navbar-brand img {
    height: 32px;
}
.header_wrap {
    position: fixed;
    width: 100%;
    z-index: 5;
    margin-top: 20px;
    transition: top 0.4s ease-in-out;
}
.header_wrap .navbar-light .nav-link {
    font-weight:500;
    color: #000;
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.header_wrap .navbar-light .nav-link:hover{
    color: var(--primary) !important;
}
.header_wrap .navbar-light {
    min-height: 85px;
}
.header_right_btn .btn-style{
    font-family: "Plus Jakarta Sans", sans-serif;
}
.btn-style {
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 11px 35px;
    color:#fff;
    font-weight:500;
    display: inline-block;
}
.btn-style:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)!important;
    box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)!important;
    opacity: .8;
    color:#fff;
}
.heading_spot {
    display: inline-block;
    background: #111;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.profile_intro_part {
    padding: 150px 0px;
    position: relative;
    background: #fdf8ea;
}
.btn{
  border-radius:45px;
}
.btn-style{
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.btn-style:after {
    background-color: #000;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 100%;
    transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
    left: 0;
}
.btn-style:hover:after {
    transform: scale(2.47) translateY(0);
    top: 100%;
}
.btn-outline:after{
    display:none;
}
.sticky_p .nav_bar_professonail {
    box-shadow: none;
}
.btn-style.btn-outline {
    background: transparent;
    color: var(--primary);
}
.btn-style.btn-outline:hover{
    color: var(--primary);
}
.profile_intro_part h1 {
    color: #12273c;
    font-size: 60px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.v_align_middle {
    align-items: center;
}
.profile_intro_part p{
  color:#000;
  font-size: 18px;
}
.service_marquee {
    padding: 30px 0px;
    background: #2a3846;
    overflow: hidden;
    position: relative;
}
.marquee_text ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.marquee_text ul li {
    display: inline;
    color: #fff;
    margin: 0px 25px;
    position: relative;
}
.marquee_text ul li:after {
    content: "\2606";
    position: absolute;
    right: -32px;
    color:var(--primary);
    font-size: 22px;
    margin-top: -5px;
}
.marquee_text ul li:last-child:after {
    display:none;
}
.intro_bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.intro_part_content {
    position: relative;
    z-index: 3;
}
.image_slide {
    margin-top: -170px;
    position: relative;
}
.image_slide img{
  border-radius:15px;
}
.header_right_btn {
    display: flex;
    align-items: center;
}
.header_right_btn i {
    margin-right: 4px;
}
.ptb-100{
    padding:100px 0px;
}
.title_block{
  margin-bottom: 40px;
}
.title_block h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight:600;
}
.title_block h2 span {
    position: relative;
    z-index: 1;
    color:var(--primary);
    text-decoration:underline;
}
.title_block .title_sub_heading {
    font-size: 18px;
    color: #646262;
}
.page_wrap .sticky .navbar-expand-lg {
    background-color: #111 !important;
}
.footer_wrap {
    padding: 30px 0px;
    background: #181818;
}
.copy_text {
    color: #ccc;
    font-weight: normal;
    margin-bottom: 5px;
}
.footer_links{
  margin: 0px;
  padding: 0px;
}
.footer_links li {
    display: inline-block;
    margin-right: 10px;
    color: #7e7d7d;
    font-size: 14px;
}
.footer_links li a{
   color: #999;
}
.footer_links li a:hover{
   color: var(--primary);
}
.social_icons{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align:right;
}
.social_icons li {
    display: inline-block;
    font-size: 24px;
    margin-left: 7px;
    line-height: 24px;
}
.social_icons li a{
  color: #999;
}
.social_icons li a:hover{
  color: var(--primary);
}

.get_start_btn{
    width:100%;
    margin-bottom: 20px;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.professonail_brand {
    display: inline-block;
}
.professonail_avatar, .proffessonail_name {
    display: table-cell;
    vertical-align: middle;
}
.professonail_avatar {
    padding-right: 10px;
    min-width: 50px;
}
.professonail_avatar img {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
}
.proffessonail_name h1 {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 6px;
    position: relative;
    max-width: 265px;
}
.proffessonail_name p {
    font-size: 14px;
    text-transform: uppercase;
}
.proffessonail_menu {
    flex-grow: unset;
}
.nav_bar_professonail {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0px;
    border-radius: 12px;
}
.main_profile_pic {
    text-align: right;
}
.sticky_p {
    margin-top: 0px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sticky_p .navbar {
    padding: 0px;
}
.services_box_professionals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.fetured_box {
    background: #fff;
    padding: 35px;
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.075);
    border-radius: 30px;
    text-align: left;
    border: 1px solid #555;
}
.fetured_box p {
    font-size: 17px;
}
.featured_img img {
    height: 85px;
}
.fetured_box h3 {
    font-size: 23px;
}
p:last-child {
    margin-bottom: 0;
}
.featured_img {
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom:10px;
}
.about_profyhub {
    background: #f5f1f1;
    position: relative;
}
.about_pic img {
    height: 450px;
    width: 420px;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
}
.about_profyhub .about_text {
    width: 100%;
}
.heading_spot_about {
    display: inline-block;
    background: var(--primary);
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 7px;
}
.exp_n_btn {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.experince_count {
    font-size: 14px;
    color: #fff;
    width: 100px;
    background: var(--primary);
    height: 100px;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
}
.experince_count span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 26px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}
.satisfaction_badge span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 26px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}
.satisfaction_badge {
    font-size: 14px;
    color: #fff;
    width: 100px;
    background: #333;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    line-height: 14px;
}
.testimonial-card {
    text-align: left;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
    padding: 30px;
    min-height: 294px;
    background: #f7f5f5;
}
.testimonial-slider .testimonial-card {
    margin: 10px;
}
.testimonial-card h6 {
    font-size: 18px;
    margin: 0 0 15px;
}
.testimonial-card .client-quote {
    margin: 0 0 7px;
    color: #000;
    font-size: 18px;
}
.client-info-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.testimonial-card .client-info-wrap .client-img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0;
}
.testimonial-card .client-info-wrap .client-info {
    width: calc(100% - 130px);
    margin-left: 15px;
}
.testimonial-card .client-info-wrap .client-info h5 {
    font-size: 19px;
    margin: 0 0 0px;
}
.testimonial-card .client-info-wrap .client-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.testimonial-card .client-info-wrap .ratings i {
    color: #FFC422;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev, .testimonial-slider.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    margin: 0 7px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    line-height: 53px;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--primary);
}
.testimonial-slider.owl-carousel .owl-nav {
    margin: 25px 0px 0px -170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev:hover i, .testimonial-slider.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev i, .testimonial-slider.owl-carousel .owl-nav button.owl-next i {
    color: var(--primary);
    font-size: 22px;
}

.testimonial-slider-professonals.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-professonals.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    margin: 0 7px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    line-height: 53px;
}
.testimonial-slider-professonals.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-professonals.owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--primary);
}
.testimonial-slider-professonals.owl-carousel .owl-nav {
    margin: 25px 0px 0px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.testimonial-slider-professonals.owl-carousel .owl-nav button.owl-prev:hover i, .testimonial-slider-professonals.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}
.testimonial-slider-professonals.owl-carousel .owl-nav button.owl-prev i, .testimonial-slider-professonals.owl-carousel .owl-nav button.owl-next i {
    color: var(--primary);
    font-size: 22px;
}

.contact {
    background: linear-gradient(180deg,#fef7e2,#eeeefd);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.contact-form  input {
    border: none;
    box-shadow: inherit;
    height: 50px;
    background: #efe8fdd9;
    border-radius: 8px;
}
.contact-form textarea {
    border: none;
    background: #efe8fdd9;
    border-radius: 8px;
    resize: none;
}
.form-control:focus {
    background: #eae0ff;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact_details{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 20px;
}
.contact_details li{
    font-size:18px;
}
.small_heighlight {
    background: var(--primary);
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 4px;
}
.contact_details li {
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.contact_details li i {
    color: var(--primary);
    position: absolute;
    top: 3px;
    left: 0px;
}
.resume_headings i{
    color: var(--primary);
}
.edu_card_block.card {
    padding: 15px;
    margin-bottom: 15px;
    background: #efecec;
    border: none;
    background-size: cover;
    position: relative;
    margin-left: 25px;
}
.edu_card_block.card:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 15px);
    background: #efecec;
    left: -25px;
    top: 0px;
}
.edu_card_block.card:after {
    content: "";
    position: absolute;
    top: 44%;
    width: 13px;
    height: 13px;
    background: #efecec;
    left: -31px;
    border-radius: 100%;
    border: 2px solid var(--primary);
}
.block_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
} 
.edu_card_block .card-subtitle {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    min-width: 110px;
    text-align: center;
    font-size: 14px;
}
.edu_card_block .card-title {
    margin-bottom: 0px;
    font-size: 20px;
}
.edu_card_block .card-text {
    font-weight: 500;
}
.lists_block_group .cv-item {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    border-radius: 8px;
    padding: 5px 20px;
    margin-right: 7px;
    margin-bottom: 7px;
    color: var(--primary);
    border:1px solid var(--primary);
}
.lists_block_group .cv-item-hobbies{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    border-radius: 8px;
    padding: 5px 20px;
    margin-right: 7px;
    margin-bottom: 7px;
    color: var(--primary);
    border:1px solid var(--primary);
}
.resume_item {
    margin-bottom: 30px;
}
.portfolio-sec {
    background: #f7f7f7;
}
.shine {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    animation: shine-animation 3s linear infinite;
}
@keyframes shine-animation {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
}
.main_profile_pic {
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
    border: 1px solid #e3dfdf;
    margin-bottom:15px;
}
.arrow_icons {
    position: absolute;
    bottom: 100px;
    animation: bounce 1s infinite alternate ease-in-out;
}
@keyframes bounce {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-15px);
    }
}
.rotate_circle {
    position: relative;
}
.rotate_box {
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    left: 100px;
    top: 50px;
    animation: rotate-animation 10s linear infinite;
}
.rotate_box span {
    background:var(--primary);
    width: 50%;
}
@keyframes rotate-animation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
.main_profile_pic img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
}
.add_review_btn{
    margin-top: 30px;
}
.row.vertical_align {
    align-items: center;
}
.c_form_none{
    padding: 0px;
    box-shadow:none;
}
.star-rating {
    position: relative;
    top: 5px;
    direction: rtl;
    display: inline-block;
    cursor: default;
}
.star-rating input[type="radio"] {
    display: none;
}
 .star-rating label {
    color: #dddddd;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input[type="radio"]:checked ~ label {
    color: #f2b600;
}
.file {
    position: relative;
}
.file label {
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    background-color: #999;
    color: #fff;
    padding: 5px 20px;
}
.file input {
    display: none;
}
.portfolio_block .project-card {
    position: relative;
}
.portfolio_block .project-card .img {
    height: 450px;
    min-height: 450px;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.portfolio_block .img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit;
    border-radius: 15px;
    border: 1px solid #999;
}
.portfolio_block .project-card .info {
    position: absolute;
    opacity: 1;
    bottom: 15px;
    width: auto;
    padding: 20px;
    border-radius: 5px;
    left: 15px;
    right: 15px;
    backdrop-filter: blur(8px);
    background: rgb(103 99 99 / 50%);
}
.portfolio_block .project-card .info .arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background-color:var(--primary);
    color: #fff;
    font-size: 15px;
}
.portfolio_block .project-card .info .arrow:hover{
    background-color:#333;
}
.portfolio_block .color-666 {
    color: #666 !important;
}
.portfolio_block .project-card .info .tags {
    font-size: 11px;
    color: #666;
    padding: 5px 15px;
    background-color: #e9e8ee;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
/*.portfolio_block .project-card:hover .info {*/
/*    opacity: 1;*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/
.portfolio_block .cont h4 {
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    padding-right: 50px;
}
.star_count {
    margin-bottom: 15px;
}
.star_count i{
    color:#ccc;
}
.star_count .fa-star.active{
    color:#FFC422;
}
.quote_icon i {
    font-size: 24px;
    color: var(--primary)94;
}
.contact_icon_block {
    background: #fff;
    padding: 50px 22px;
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    text-align: center;
}
.icon_c_block i {
    font-size: 45px;
    margin-bottom: 10px;
    color: var(--primary);
}
.address-boxs {
    display: flex;
    position: relative;
    align-items: center;
}
.address-boxs .address-icon {
    margin-right: 20px;
    background-color: var(--primary);
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    border-radius: 100%;
    text-align: center;
    min-width: 42px;
}
.contact_block_section {
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.address-boxs .address-icon i {
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
}
.address-boxs .address-text .text .label {
    color: var(--primary);
    font-size: 15px;
    display: block;
    font-weight: 600;
}
.address-boxs .address-text .text .des {
    font-size: 15px;
    color: #000 !important;
}
.address-boxs.mb-30 {
    margin-bottom: 30px;
}
.top_c_details ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_c_details ul li {
	margin-right: 10px;
	display: inline-block;
}
.sticky_p .top_bar {
	display: none;
}

.view_full_img {
	margin-top: 10px;
}
.view_full_img a {
	color: #fff;
	font-size:12px;
}
.no_review_text{
    
}
.social-sharing {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}
.social-sharing a {
    color: #fff !important;
    text-decoration: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width:36px;
    min-height:36px;
}
.social-sharing a.facebook{
    background-color:rgb(24, 119, 242);
}
.social-sharing a.twitter{
    background-color: rgb(29, 155, 240);
}
.social-sharing a.linkedin{
    background-color: rgb(0, 119, 181);
}
.social-sharing a.email{
    background-color: rgb(181, 165, 172);
}
.social-sharing a.whatsapp{
    background-color: rgb(37, 211, 102);
}
.social-sharing i {
    font-size: 16px;
}
.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 15px;
    font-weight:700;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
}
.grecaptcha-badge {
	display: none !important;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.profile_intro_part h1 span{
  position:relative;
  color:var(--primary);
  text-decoration: underline;
}
.navbar-toggler-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: none !important;
}
.navbar-toggler-icon rect {
    fill: var(--primary);
}
.navbar-light .navbar-toggler {
	border-color: var(--primary);
}
.navbar-toggler {
	padding: .25rem .55rem;
}
.message-box {
      display: none; /* Hidden by default */
      position: fixed;
      bottom: 60px;
      right: 20px;
      background-color: #f8f9fa;
      color: #343a40;
      border: 1px solid #dee2e6;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      font-size: 15px;
      line-height: 20px;
      padding-right: 30px;
      z-index: 9;
    }

    .message-box p {
      margin: 0;
    }

    .message-box .signup-link {
      color: var(--primary);
      text-decoration: none;
    }

    .message-box .signup-link:hover {
      text-decoration: underline;
    }

    .close-btn {
        position: absolute;
        top: 1px;
        right: 7px;
        font-size: 20px;
        cursor: pointer;
        color: #343a40;
    }
    
.message-box p {
    line-height: 22px;
}    
@media (max-width:767px) {
    .intro_part_content {
    	text-align: center;
    }
    .header_right_btn{
        display:none;
    }
    .profile_intro_part h1{
        font-size: 37px;
    }
    .message-box {
    	display: block !important;
    	bottom: 50px;
    }
    .footer_wrap{
        padding-bottom: 50px;
    }
    .contact_block_section{
        padding: 25px;
    }
    .nav_bar_professonail{
        padding: 16px 7px;
        background:#fff;
    }
    .add_review_btn {
    	margin-top: 10px;
    	margin-bottom: 30px;
    }
    .block_flex{
        display:block;
    }
    .col-md-6.mobile-order-2 {
    	order: 2;
    }
    .col-md-6.mobile-order-1 {
    	order: 1;
    }
    .main_profile_pic img {
    	width: 250px;
    	height: 250px;
    	border-radius: 100%;
    	border: 1px solid #fff;
    }
    .main_profile_pic {
    	width: 250px;
    	right: auto;
    	left: auto;
    	float: none;
    	margin-bottom: 20px;
    	margin-left: auto;
    	margin-right: auto;
    	top: 0;
    	height: 250px;
    }
    
    .title_block h2 span::after {
        bottom: 5px;
    }
    .center_btn .btn {
    	margin-bottom: 10px;
    }
    .main_profile_pic::before {
    	border-radius: 100%;
    	left: -10px;
    	top: -10px;
    	width: calc(100% + 20px);
    	height: calc(100% + 20px);
    }
    .services_box_professionals {
    	display: grid;
    	grid-template-columns: repeat(1, 1fr);
    	grid-gap: 20px;
    }
    .fetured_box h3 {
    	font-size: 20px;
    }
    .title_block h2 {
    	font-size: 32px;
    	line-height: 38px;
    	font-weight: 600;
    }
    .profile_intro_part{
        padding: 125px 0px;
        padding-bottom: 50px;
        background: linear-gradient(300deg,#fff,#f4ff99 24.38%,#e3d4f9 77.05%,#fff);
    }
    .footer_links {
    	text-align: center;
    }
    .social_icons {
    	text-align: center;
    }
    .header_wrap{
        margin-top: 10px;
    }
    .header_wrap.sticky_p{
         margin-top:0px;
    }
    .about_profyhub .about_pic img {
    	position: static;
    	height: auto;
    	width: 100%;
    }
    .about_profyhub .about_text {
    	width: 100%;
    	max-width: 100%;
    	background-color: #f4f4f4;
    	padding: 30px;
    	position: relative;
    }
    .exp_n_btn {
    	display: flex;
    	column-gap: 10px;
    }
    .experince_count span {
    	font-size: 22px;
    }
    .satisfaction_badge i {
    	font-size: 23px;
    }
    .satisfaction_badge, .experince_count{
        font-size: 14px;
        padding-top: 2px;
    }
    .ptb-100 {
    	padding: 90px 0px;
    }
    .social-sharing {
    	bottom: 0px;
    	top: auto;
    	transform: none;
    	flex-direction: unset;
    	width: 100%;
    	justify-content: center;
    	padding-left: 5px;
        padding-right: 5px;
    }
    .vertical-text {
    	writing-mode: unset;
    	transform: rotate(0deg);
    	white-space: normal;
    	font-size: 16px;
    	margin-right:10px;
    }
    .social-sharing a{
        margin: 0px 5px;
    }
    .vertical-text::after {
    	content: "Page";
    	margin-left: 5px;
    }
    body {
    	padding-bottom: 44px;
    }
    .proffessonail_name h1{
        font-size: 17px;
    }
    .testimonial-slider-professonals .owl-nav{
                margin: 0px !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .header_right_btn{
        display:none;
    }
    .profile_intro_part h1{
        font-size: 37px;
    }
    .main_profile_pic{
        width: 300px;
        height: 300px;
    }
    .message-box{
        display:none !important;
    }
    .main_profile_pic img {
        width: 100%;
        height:  100%;
    }
    .nav_bar_professonail{
        padding: 16px 10px;
        background:#fff;
    }
    .about_profyhub .about_text {
    	max-width: 575px;
    	padding: 25px 100px 25px 30px;
    }
    .experince_count {
    	font-size: 14px;
    }
    .satisfaction_badge {
    	font-size: 14px;
    }
    .exp_n_btn div {
    	min-width: 100px;
    }
     .header_wrap{
        margin-top: 10px;
    }
    .header_wrap.sticky_p{
         margin-top:0px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .header_wrap .navbar-light .nav-link {
    	padding-left: .6rem;
    	padding-right: .6rem;
    	font-size: 15px;
    }
    .proffessonail_name h1 {
    	font-size: 17px;
    }
}