@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap')
body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.common-spacing {
    padding-left: 150px;
    padding-right: 150px;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 20px;
}

span {
    color: #EA7B10;
    font-size: 70px;
}

p {
    font-size: 16px;
}

button {
    border: 1px solid #0EB04D;
    background: #0EB04D;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 25px;
}

button a {
    text-decoration: none;
    color: #fff;
}

.button-2 a:hover {
    color: #0EB04D;
}

.button-3 a:hover {
    color: #fff;
}

.button-2 {
    border: 1px solid #0EB04D;
    background: transparent;
    color: #0EB04D;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 25px;
}

.button-2 {
    margin-right: 1rem;
}

.button-2 a {
    color: #0EB04D;
    text-decoration: none;
}

@media(max-width:1500px) {
    .common-spacing {
        padding-left: 70px;
        padding-right: 70px;
    }

    .point-img {
        max-width: 50px !important;
    }
}

.common-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.banner-three-item {
    width: 100%;
    padding: 0 10px;
}

.banner-three-item img {
    width: 100%;
}
.story-img{
      width: 100%;
      height:300px;
      object-fit:contain;
}
.value:hover {
    animation: flash 1.5s;
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0EB04D;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn i {
    color: #fff;
    font-size: 20px;
}

#myBtn:hover {
    background-color: #555;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #0EB04D;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px !important;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}


::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-track {
    background: rgba(240, 238, 244, 0.6) !important;
    border-radius: 6px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px !important;
    background: #0EB04D !important;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}

.common-content h1 {
    color: #fff;
    font-weight: 800;
}

.common-content a {
    color: #fff;
    text-decoration: none;
}

.common-content p {
    color: #fff;
}

@media(max-width:1300px) {
    span {
        font-size: 50px !important;
    }

    h1 {
        font-size: 50px !important;
    }

    p {
        font-size: 14px !important;
    }

    h3 {
        font-size: 30px !important;
    }

    h5 {
        font-size: 20px;
    }
}

@media(max-width:1200px) {
    button {
        font-size: 12px !important;
    }

    h3 {
        font-size: 27px !important;
    }

    .form-control {
        font-size: 0.75rem !important;
    }

    .nav-link {
        font-size: 13px !important;
    }

    .carousel-caption p {
        max-width: 84%;
    }

    h1 {
        font-size: 47px !important;
    }

    a {
        font-size: 12px !important;
    }

}

@media(max-width:1024px) {
    .nav-link {
        font-size: 12px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    span {
        font-size: 20px !important;
    }

    h1 {
        font-size: 20px !important;
    }

    p {
        font-size: 12px !important;
    }
}

@media(max-width:992px) {
    .footer-wrapper {
        text-align: center;
    }

    .social-menu ul {
        justify-content: center !important;
    }

    .navbar-toggler-icon {
        font-size: 16px !important;
    }

    .service-wraper {
        text-align: center;
    }

    .end-content {
        display: block !important;
    }

    .end-content ul {
        justify-content: center;
        display: block !important;
    }

    .carousel-item img {
        height: 80vh;
    }

    .common-spacing {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dash {
        margin: 0 auto;
    }

}

@media(max-width:577px) {
    .carousel-caption {
        right: 0 !important;
        left: 15% !important;
        top: 30% !important;
    }

    .navbar-brand img {
        max-width: 54% !important;
    }

    .carousel-control-next {
        top: 7rem;
    }

    .carousel-control-prev {
        top: 7rem;
    }

    label {
        font-size: 12px !important;
    }

    .form-select {
        font-size: 12px !important;
    }

    .pic {
        text-align: left !important;
    }

    span {
        font-size: 12px !important;
    }

    .form {
        margin-top: 1rem;
    }

    .tab-pane img {
        max-width: 95px;
    }

    .btn-2 {
        font-size: 10px !important;
    }

    p {
        font-size: 12px !important;
    }

    .documents img {
        max-width: 90px;
    }

    .login-wrapper {
        padding-top: 5rem !important;
    }

    .footer-wrapper img {
        max-width: 123px !important;
    }

    h2 {
        font-size: 32px;
    }

    .carousel-item img {
        height: 60vh;
    }

    .timeline li {
        width: 20%;
    }

    .timeline li {
        font-size: 8px;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -15px;
    }

    .service-points {
        display: block !important;
        padding-top: inherit !important;
        padding-top: 1rem !important;
    }

    .service-points p {
        padding-top: 1rem !important;
    }

    .green-box {
        height: 350px;
    }

    .package-box {
        height: 350px;
    }
}

.main-row {
    background: #FFF;
    border-radius: 15px;
    padding: 20px;
    fill: #FFF;
    filter: drop-shadow(2px 2px 11px rgba(190, 190, 190, 0.25));
}


.main-row label {
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 10px;
    font-size: 14px;
}


.timeline {
    counter-reset: count 0;
    position: relative;
}

.timeline li {
    list-style: none;
    float: left;
    width: 19.3333%;
    position: relative;
    text-align: center;
    counter-increment: count;
}

ul:nth-child(1) {
    color: #EA7B10;
}

.timeline li:before {
    content: counter(count);
    width: 50px;
    height: 50px;
    border: 3px solid #EA7B10;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: #F1F1F1;
    color: #000;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.timeline li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: grey;
    top: 25px;
    left: -50%;
    z-index: -999;
    transition: all ease-in-out .3s;
}

.timeline li:first-child:after {
    content: none;
}

.timeline li.active {
    color: #555555;
}

.timeline li.active:before {
    background: #EA7B10;
    color: #F1F1F1;
}

.timeline li.active+li:after {
    background: #EA7B10;
}

.timeline-container .timeline li.active:nth-last-child(1):before {
    background-color: green;
}

.timeline-container .timeline li.active:nth-last-child(1) {
    color: green !important;
}

.timeline-container .timeline li.active:last-child:before {
    content: "✔";
}

.form-check-input:checked {
    background-color: #EA7B10 !important;
    border-color: #EA7B10 !important;
}

.tab-content {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
}

.tab-pane {
    display: none;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.tab-pane.active {
    display: block;
}

.login-img {
    max-width: 100%;
}

.success-message {
    text-align: center;
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.success-message__icon {
    max-width: 20px;
}

.success-message__title {
    color: #3dc480;
    transform: translateY(25px);
    opacity: 0;
    transition: all 200ms ease;
}

.active .success-message__title {
    transform: translateY(0);
    opacity: 1;
}

.success-message__content {
    color: #b8babb;
    transform: translateY(25px);
    opacity: 0;
    transition: all 200ms ease;
    transition-delay: 50ms;
}

.active .success-message__content {
    transform: translateY(0);
    opacity: 1;
}

.icon-checkmark circle {
    fill: #3dc480;
    transform-origin: 50% 50%;
    transform: scale(0);
    transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);
}

.icon-checkmark path {
    transition: stroke-dashoffset 350ms ease;
    transition-delay: 100ms;
}

.active .icon-checkmark circle {
    transform: scale(1);
}

.navbar-brand img {
    max-width: 90%;
}

.btn-2 button {
    background-color: transparent;
    border: 1px solid #0EB04D;
    color: #0EB04D;
}

.btn-2:hover button {
    background-color: #0EB04D;
    border: 1px solid #0EB04D;
    color: #fff;
}

.profile-box {
    background: #FFF;
    box-shadow: 2px 2px 10px 0px rgba(103, 103, 103, 0.25);
    margin: 5px;
    border: 1px solid #0eb04d;
}
.profile-box .img-box{
     width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px !important;
}
.profile-box .card-img-box {
       float: left;
    margin-bottom: 0px;
    width: 100%;
    height: 200px;
}
.profile-box .img-box img{
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.profile-content {
    text-align: center;
    
}

.profile-content h4 {
    color: #EA7B10;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
     overflow: hidden;
     text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}

.profile-content p {
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}
.blur img {
    filter: blur(5px);
}

.personal-info h2 {
    font-weight: 800;
    padding-top: 4rem;
}

.personal-info p {
    font-size: 18px;
}

.form-control {
    background: var(--white-90, #FCFCFD);
}

.upload-img p {
    color: #000 !important;
    font-size: 14px;
}

.upload-img img {
    padding-right: 3rem;
}

.chosen input {
    margin-right: 2rem;
}

.pic btn-2 {
    border-radius: 5px !important;
    padding-right: 1rem;
}

.footer-wrapper img {
    max-width: 188px;
}

.login-wrapper img {
    max-width: 100%;
}

.login-wrapper {
    padding-top: 7rem;
}

.one-resize {
    max-width: 100% !important;
}

.two-resize {
    max-width: 85% !important;
}

.three-resize {
    max-width: 100% !important;
}

.input-group {
    position: relative;
    width: 100%;
}

#phoneNumber {
    border-radius: 4px 0 0 4px;
    z-index: 1;
    /* Set a higher z-index value for the input */
}

.dropdown-toggle {
    border-radius: 0 4px 4px 0;
    z-index: 2;
    /* Set a higher z-index value for the dropdown */
}

.dropdown-menu {
    z-index: 3;
    /* Set an even higher z-index value for the dropdown menu */
}

.tab-content .login-img {
    max-width: inherit !important;
}

#custom-button {
    border: 1px solid #0EB04D;
    background: transparent;
    color: #0EB04D;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
}

#custom-button:hover {
    background-color: #0EB04D;
    border: 1px solid #0EB04D;
    color: #fff;
}

#custom-text {
    margin-left: 10px;
    color: #000;
    font-size: 14px;
}

#custom-button1 {
    border: 1px solid #0EB04D;
    background: transparent;
    color: #0EB04D;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
}

#custom-button1:hover {
    background-color: #0EB04D;
    border: 1px solid #0EB04D;
    color: #fff;
}

#custom-text1 {
    margin-left: 10px;
    color: #000;
    font-size: 14px;
}

.img-size {
    max-width: 145px !important;
}


.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
    padding: 10px;
}

#checkboxes label {
    display: block;
}

#one {
    margin-right: 10px;
}

#two {
    margin-right: 10px;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
}

.resize {
    max-width: 60% !important;
}

@media(max-width:992px) {
    .tab-heading h6 {
        margin-right: inherit;
        font-size: 8px;
    }

    .horo {
        margin-right: inherit !important;
    }

    .horo-1 {
        margin-right: inherit !important;
    }
}





@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background: #fff;
}
p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.container{
    max-width: 95%;
}
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}



.profile-detail{
    padding: 60px 0px;
}
.profile-detail .profile-left{
    position: sticky;
    top: 50px;
}
.profile-detail .profile-left .profile-card{
    background: #EA7B10;
    box-shadow: 0px 5px 16px 0px #080F340F;
    padding: 25px;
    position: relative;
}
.profile-detail .profile-left .profile-card .user-img{
    text-align: center;
    margin: 40px 0px 0px 15px;
}
.profile-detail .profile-left .profile-card .user-img img{
    width: 115px;
    border-radius: 50%;
}
.profile-detail .profile-left .profile-card .expired-btn{
    position: absolute;
    top: 40px;
    right: 20px;
}
.profile-detail .profile-left .profile-card .expired-btn .exp-btn{
   background: #EA4B48;
   border: 1px solid #fff !important;
   padding: 2px 25px;
   font-size: 16px;
   text-transform: capitalize;
   color: #fff !important;
   border-radius: 30px;
}
.profile-detail .profile-left .profile-card .user-detail {
    margin: 35px 0px;
    border-bottom: 1px solid #D0D0D0;
}
.profile-detail .profile-left .profile-card .user-detail .user-name{
    font-size: 18px;
    font-style: 700;
    text-align: center;
    line-height: 24px;
    margin-bottom: 15px;
    color: #fff;
}
.profile-detail .profile-left .profile-card .user-detail .user-id{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.profile-detail .profile-left .profile-card .user-detail .user-plan{
    font-size: 18px;
    font-style: 700;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
}
.profile-detail .profile-left .profile-card .user-detail .upgrade-btn{
    background: #fff;
    border: 1px solid #2BB673 !important;
    padding: 12px 35px;
    border-radius: 40px;
    color: #2BB673 !important;
    font-size: 16px;
    line-height: 24.2px;
    font-weight: 500;
}
.profile-detail .profile-left .profile-card  .nav-pills .nav-link{
    padding: 12px 13px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    outline: none;
    border-radius: 0px;
    margin: 5px 0px;
}
.profile-detail .profile-left .profile-card  .nav-pills .nav-link.active , .profile-detail .profile-left .profile-card  .nav-pills .nav-link:hover{
    background: #fff;
    border-radius: 0px;
    color: #EA7B10;
}
.profile-detail .profile-left .contact-box{
    background: #2B3A3A;
    padding: 20px;
    box-shadow: 0px 5px 16px 0px #080F340F;
    margin-top: 25px;
}
.profile-detail .profile-left .contact-box .icon{
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.profile-detail .profile-left .contact-box .title{
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.profile-detail .profile-left .contact-box .text{
    font-size: 16px;
    text-align: center;
    color: #A6A6A6;
    font-weight: 400;
}
.profile-detail .profile-left .contact-box .contact-btn{
    background: #EA7B10 !important;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 0px;
    border: none;
}
.profile-detail .profile-title{
   font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.profile-detail .profile-right{
    background: #fff;
    box-shadow: 0px 5px 16px 0px #080F340F;
    padding: 20px;
}
.profile-detail .profile-right .profile-box-title{
    font-size: 18px;
    color: #0EB04D;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #EA7B10;
    margin-bottom: 25px;
}
.profile-detail .profile-right .detail-text{
    font-size: 14px;
    color: #EA7B10;
    font-weight: 500;
}
.profile-detail .profile-right .detail-icon{
    font-size: 14px;
    text-align: center;
    color: #4F4F4F;
}
.profile-detail .profile-right .form-control.name-input , .profile-detail .profile-right .form-select.name-input{
    background-color: transparent;
}
.profile-detail .profile-right .form-control ,  .profile-detail .profile-right .form-select{
    background-color: #F6F6F6;
    border: 1px solid #EAEAEA;
    padding:7px 10px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.profile-detail .profile-right .form-control::placeholder , .profile-detail .profile-right .form-select::placeholder{
    color: #4F4F4F;
}
.profile-detail .profile-right .profile-cards .profile-box{
    box-shadow: 0px 5px 16px 0px #080F340F;
}
.profile-detail .profile-right .profile-cards .profile-box .img-box{
    width: 100%;
    height: 230px;
}
.profile-detail .profile-right .profile-cards .profile-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.profile-detail .profile-right .profile-cards .profile-box .user-desc{
    padding: 10px;
}
.profile-detail .profile-right .profile-cards .profile-box .user-desc .user-name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.profile-detail .profile-right .profile-cards .profile-box .user-desc .user-text{
    font-size: 13px;
    color: #4F4F4F;
    font-weight: 400;
    margin-bottom: 10px;
}
.user-btn{
    display: flex;
    justify-content: space-evenly;
}
.profile-detail .profile-right .profile-cards .profile-box .user-desc .request-btn{
    background: transparent;
    border: 1px solid #EA7B10 !important;
    border-radius: 0px;
    font-size: 14px;
    color: #EA7B10 !important;
    font-family: 'DM Sans', sans-serif;
}
.profile-detail .profile-right .profile-cards .profile-box .user-desc .view-btn{
    background: transparent;
    border: 1px solid #0EB04D !important;
    border-radius: 0px;
    font-size: 14px;
    color: #0EB04D !important;
    font-family: 'DM Sans', sans-serif;
}
.profile-detail .profile-right .profile-cards .profile-box .user-desc .request-btn i , .profile-detail .profile-right .profile-cards .profile-box .user-desc .view-btn i{
   text-align: end;
}
.select-btn{
    background: transparent;
    border: 1px solid #0EB04D !important;
    border-radius: 5px;
    font-size: 14px;
    color: #0EB04D !important;
    font-family: 'DM Sans', sans-serif;  
    text-transform: uppercase; 
}

.view-profile{
    padding: 60px 0px;
}

.view-profile .back-link{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.view-profile .back-link i{
    margin-right: 10px;
}
.view-profile .profile-pic img{
    width: 100%;
}
.view-profile .view-profile-title{
    font-size: 18px;
    color: #0EB04D;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #EA7B10;
}
.view-profile .img-box{
    width: 100%;
    height: 200px;
    position: relative;
    margin-top: 20px;
    border: 1px solid #EA7B10;
} 
.view-profile .img-box img{
    width: 100%;
    filter: blur(2px);
}
.view-profile .img-box::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1212126e;
}
.view-profile .img-box .get-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1;
    transform: translate(-50% , -50%);
}
.view-profile .img-box .get-btn .contact-btn{
    background: #fff;
    padding: 10px 15px;
    color: #0EB04D;
    text-align: center;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    border-radius: 0px;
}
.view-profile .img-box .get-btn .contact-btn i{
    margin-left: 5px;
}
.orange-btn{
    background: #EA7B10 !important;
    padding: 10px 25px;
    color: #fff !important;
    text-align: center;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
}

.submit-btn{
    background: #0EB04D !important;
    padding: 8px 35px;
    color: #fff !important;
    text-align: center;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
}

.view-profile .profile-right{
    background: #fff;
    box-shadow: 0px 5px 16px 0px #080F340F;
    padding: 20px;
}
.view-profile .profile-right .profile-box-title{
    font-size: 18px;
    color: #0EB04D;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #EA7B10;
}
.view-profile .profile-right .detail-text{
    font-size: 14px;
    color: #EA7B10;
    font-weight: 500;
}
.view-profile .profile-right .detail-icon{
    font-size: 14px;
    text-align: center;
    color: #4F4F4F;
}
.view-profile .profile-right .view-text{
    font-size: 14px;
    text-align: left;
    color: #4F4F4F;
}
.view-profile .package-title{
    font-size: 20px;
    color: #EA7B10;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.view-profile .package-text{
    font-size: 14px;
    color: #4F4F4F;
    text-align: center;
    margin-bottom: 15px;
}
.view-profile .vip-box{
    background-color: #349C4B0D;
    border: 1px solid #0EB04D;
    padding: 20px;
}
.view-profile .package-box{
    margin: 10px 0px;
}
.view-profile  .package-box .pack-name{
    font-size: 18px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #0EB04D;
    display: inline-block;
    margin-bottom: 20px;
}
.view-profile  .package-box .pack-amount{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.view-profile .vip-box .start-btn{
    background: #0EB04D !important;
    border-radius: 0px;
    padding: 8px 20px;
    color: #fff !important;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
}
.view-profile .vvip-box .start-btn{
    background: transparent !important;
    border-radius: 0px;
    padding: 8px 20px;
    color: #0B2110 !important;
    font-size: 14px;
    border: 1px solid #0B2110 !important;
    font-family: 'DM Sans', sans-serif;
}
.view-profile .vvip-box {
    background: #EA7B100D;
    border: 1px solid #EA7B10;
    padding: 20px;
}



.search-detail{
    padding: 60px 0px;
}
.search-detail .search-box{
    background: #fff;
    box-shadow: 0px 5px 16px 0px #080F340F;
}
.search-detail .search-box .header{
    background: #2B3A3A;
    box-shadow: 0px 5px 16px 0px #080F340F;
    padding: 15px 25px;
}
.search-detail .search-box .header .heading{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}
.search-detail .search-box .body{
    padding:30px 20px;
}
.search-detail .search-box .body .form-label{
    font-size: 14px;
    color: #EA7B10;
    margin-bottom: 10px;
}
.search-detail .search-box .body .form-select{
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding:7px 10px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.search-detail .search-box .body .form-select::placeholder{
    color: #6A6A6A;
}
.search-detail  .contact-box{
    background: #2B3A3A;
    padding: 20px;
    box-shadow: 0px 5px 16px 0px #080F340F;
}
.search-detail  .contact-box .icon{
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.search-detail  .contact-box .title{
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.search-detail  .contact-box .text{
    font-size: 16px;
    text-align: center;
    color: #A6A6A6;
    font-weight: 400;
}
.search-detail  .contact-box .contact-btn{
    background: #EA7B10 !important;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 0px;
    border: none;
    font-family: 'DM Sans', sans-serif;
}
.search-detail .profile-cards {
    padding: 20px 0px;
}
.search-detail .profile-cards .result-title{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}
.search-detail .profile-cards .profile-box{
    box-shadow: 0px 5px 16px 0px #080F340F;
}
.search-detail .profile-cards .profile-box .img-box{
    width: 100%;
    height: 260px;
}
.search-detail .profile-cards .profile-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.search-detail .profile-cards .profile-box .user-desc{
    padding: 10px;
}
.search-detail .profile-cards .profile-box .user-desc .user-name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.search-detail .profile-cards .profile-box .user-desc .user-text{
    font-size: 13px;
    color: #4F4F4F;
    font-weight: 400;
    margin-bottom: 10px;
}
.search-detail .profile-cards .user-btn{
    display: flex;
    justify-content: space-evenly;
}
.search-detail .profile-cards .profile-box .user-desc .request-btn{
    background: transparent;
    border: 1px solid #EA7B10 !important;
    border-radius: 0px;
    font-size: 14px;
    color: #EA7B10 !important;
    font-family: 'DM Sans', sans-serif;
}
.search-detail .profile-cards .profile-box .user-desc .view-btn{
    background: transparent;
    border: 1px solid #0EB04D !important;
    border-radius: 0px;
    font-size: 14px;
    color: #0EB04D !important;
    font-family: 'DM Sans', sans-serif;
}
.search-detail .profile-cards .profile-box .user-desc .request-btn i , .search-detail .profile-cards .profile-box .user-desc .view-btn i{
   text-align: end;
}


  .pagination{
    border: none;
 }
 .pagination{
    justify-content: center;
 }
 .page-link{
    color: #0EB04D;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #0EB04D;
    padding:11px 20px;
    margin: 0px 5px;
    border-radius: 5px;
 }
 .page-link:hover{
    background: #0EB04D;
    color: #fff;
 }




















































































@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .profile-detail .profile-right .profile-cards .profile-box .img-box{
        height: 280px;
    }
    .profile-detail .profile-left .profile-card .expired-btn{
        top: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .profile-detail .profile-right .profile-cards .profile-box .img-box{
        height: 280px;
    } 
    .profile-detail .profile-left .profile-card .expired-btn{
        top: 20px;
    }
}   

@media only screen and (max-width: 575.98px) {
    
    .profile-detail .profile-right .detail-icon{
        display: none;
    }
}