/* country code picker issue */
.iti__selected-flag {
    height: 40px !important;
}

.error {
    color: #dc3545 !important;
}

.main-color {
    color: #1f847a !important
}

.main-color-background {
    background-color: #1f847a !important
}



/******* faq css start  *********/

.accordion-item {
    position: relative;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 16px !important;
    margin-bottom: 24px;
    border: 1px solid transparent;
    background-image: linear-gradient(#ffffff9c, #ffffff),
        linear-gradient(319deg, rgba(31, 132, 132, 0.15) 0%, rgba(31, 132, 132, 0.05) 93.08%);

    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.accordion-button {
    border-radius: 16px !important;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: unset;
}

/******* faq css end  *********/

/******* change password css start  *********/
.pass-group {
    position: relative;
}

.pass-group .toggle-password {
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #637381;
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    right: 20px;
}

/******* change password css end  *********/



/* contact us page css */
.banner_header {
    background: linear-gradient(45deg, #46fda6, #37bbfd);
    padding: 160px 0px;
}

.banner_hd_inner h1 {
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    font-size: 64px;
    line-height: 72px;
    font-weight: 500;
}

.section-pd {
    padding: 80px 0px;
}

.sub-heading {
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.main-heading {
    font-size: 64px;
    line-height: 70px;
    font-weight: 500;
    color: #000;
}

.main-heading span {
    color: var(--mainColor);
}


.banner_hd_inner h1 span {
    color: var(--mainColor);
}

.contact__area {
    padding: 80px 0px;
}

.contact__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 13px;
    color: #0e1133;
    background: #f3f4f8;
    border-radius: 4px;
}

.contact__form-input input,
.contact__form-input textarea {
    width: 100%;
    height: 56px;
    line-height: 54px;
    padding: 0 23px;
    background: #f3f4f8;
    border-radius: 4px;
    border: 2px solid #f3f4f8;
    color: #0e1133;
    font-size: 15px;
    margin-bottom: 20px
}

.contact__form-input input::-webkit-input-placeholder,
.contact__form-input textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: #6d6e75
}

.contact__form-input input:-ms-input-placeholder,
.contact__form-input textarea:-ms-input-placeholder {
    font-size: 15px;
    color: #6d6e75
}

.contact__form-input input::placeholder,
.contact__form-input textarea::placeholder {
    font-size: 15px;
    color: #6d6e75
}

.contact__form-input input:focus,
.contact__form-input textarea:focus {
    border-color: var(--mainColor);
    outline: none;
    background: #fff;
}

.contact__form-input textarea {
    height: 180px;
    padding: 23px 25px;
    line-height: 1.1;
    resize: none;
    margin-bottom: 13px
}

.contact__form-agree {
    padding-left: 5px
}

.contact__form-agree input {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #b9bac1;
    outline: none;
    border-radius: 4px
}

.contact__form-agree input:checked {
    position: relative;
    background-color: #2b4eff;
    border-color: transparent
}

.contact__form-agree input:checked:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    font-size: 10px;
    color: #fff;
    top: 1px;
    left: 4px;
    height: 8px;
    width: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contact__form-agree input:hover {
    cursor: pointer
}

.contact__form-agree label {
    padding-left: 8px;
    color: #53545b
}

.contact__form-agree label a {
    color: #0e1133;
    font-weight: 600;
    padding-left: 4px
}

.contact__form-agree label a:hover {
    color: #2b4eff
}

.contact__form-agree label:hover {
    cursor: pointer
}

.contact__info-inner {
    padding: 45px 70px 45px 40px;
    border-radius: 4px;
    box-shadow: 0 30px 50px 0 rgba(1, 11, 60, .1);
    position: relative;
    z-index: 1
}



.contact__info-icon svg {
    fill: none;
    stroke: var(--mainColor);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact__info-icon svg.map {
    width: 16px;
    height: 20px
}

.contact__info-icon svg.call,
.contact__info-icon svg.mail {
    width: 18px;
    height: 18px
}

.contact__info-text .h4,
.contact__info-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.contact__info-text p {
    margin-bottom: 0;
    color: #53545b
}

.contact__info-text p a:hover {
    color: var(--mainColor);
}

.contact__social .h4,
.contact__social h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}

.contact__social ul li {
    display: inline-block;
    margin-right: 10px
}

.contact__social ul li a {
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #0e1133;
}

.contact__social ul li a.fb {
    color: #285da1;
    background: rgba(40, 93, 161, .1)
}

.contact__social ul li a.fb:hover {
    color: #fff;
    background: #285da1
}

.contact__social ul li a.tw {
    color: #03a9f4;
    background: rgba(3, 169, 244, .1)
}

.contact__social ul li a.tw:hover {
    color: #fff;
    background: #03a9f4
}

.contact__social ul li a.pin {
    color: #d8163f;
    background: rgba(216, 22, 63, .1)
}

.contact__social ul li a.pin:hover {
    color: #fff;
    background: #d8163f
}

.contact__icon {
    margin-bottom: 28px
}

.contact__icon svg {
    width: 70px;
    height: 70px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .3s cubic-bezier(.21, .6, .44, 2.18);
    transition: transform .3s cubic-bezier(.21, .6, .44, 2.18);
    transition: transform .3s cubic-bezier(.21, .6, .44, 2.18), -webkit-transform .3s cubic-bezier(.21, .6, .44, 2.18)
}

.contact__icon svg .st0 {
    fill: none;
    stroke: #2b4eff;
    stroke-width: .5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact__item {
    padding: 50px 80px 62px;
    border-radius: 6px;
    box-shadow: 0 40px 50px 0 rgba(1, 11, 60, .08);
    position: relative;
    z-index: 1
}


.contact__item:hover .contact__icon svg {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.contact__title {
    font-size: 26px;
    margin-bottom: 8px
}

.contact__content p {
    font-size: 16px;
    color: #53545b;
    margin-bottom: 30px
}

.section__title-wrapper {
    margin-bottom: 40px;
}

.contact__info-text p a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

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

.contact__info-inner ul {
    padding: 0px;
}

.contact__info-icon {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #1f8484;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 50px;
    margin-top: 7px;
}


/* end contact us page css */

/* custom pagination color */
.page-item.active .page-link {
    background-color: #1f847a !important;
}

/* custom pagination color end  */

/* Skill checkbox styling to match original li design */
.browse-skills ul li.search-skill-li {
    padding: 0;
    border: none;
    background: none;
}

.browse-skills ul li.search-skill-li input[type="checkbox"].skill-checkbox {
    display: none;
}

.browse-skills ul li.search-skill-li label {
    color: #67777e;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    border: 1px solid #dae2e7;
    background-color: #fff;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0;
    display: inline-block;
}

.browse-skills ul li.search-skill-li label:hover {
    border-color: rgba(31, 132, 122, 0.40);
}

#loader {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#consultant-list-ajax {
    transition: opacity 0.3s ease;
}

.main-color-background {
    background-color: #1f847a !important;
    color: #fff !important;
}

.browse-skills ul li.search-skill-li input[type="checkbox"].skill-checkbox:checked+label {
    background-color: #1f847a !important;
    border-color: #1f847a !important;
    color: #fff !important;
}



/* AJAX Loading Overlay */
.ajax-loading {
    position: relative !important;
    pointer-events: none;
    min-height: 150px;
}

.ajax-loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
    border-radius: inherit;
    backdrop-filter: blur(1px);
}

.ajax-loading::after {
    content: "Loading data, please wait...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #1f847a;
    font-weight: 600;
    text-align: center;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 50 50"> <path fill="%231f847a" d="M25 5A20 20 0 1 0 45 25A20 20 0 0 1 25 5Z"> <animateTransform attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="1s" repeatCount="indefinite"/> </path> </svg>') no-repeat top center;
    padding-top: 50px;
}

/* AJAX Loading Overlay End */