:root {
    --primary-color: #1866c9;
    --label-color: #414B53;
    --text-color: #272727;
    --form-color: #000;
    --white-color: #fff;
    --para-color: #1E1B39;
}


body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    color: var(--para-color);

}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}

.provider-login * {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #d1ecff;
}

* {
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background: #ffddab;
    border-radius: 7px;
}

*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 7px;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--text-color);
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #000;
}

.provider-login a:hover {
    outline: none;
    color: var(--primary-color);
}

label {
    color: var(--label-color);
    margin-bottom: 6px;
    font-size: 14px;
}

button {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    border: 1px solid #F7F9F9;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #F7F9F9;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}



.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: var(--para-color);
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color: #7A7A7D;
}

.form-control::-moz-placeholder {
    color: #7A7A7D;
}

.form-control:-ms-input-placeholder {
    color: #7A7A7D;
}

.form-control:-moz-placeholder {
    color: #7A7A7D;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    padding: 0 !important;
}

.user_dropdown img {
    height: 45px;
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;

}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li svg {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
    color: var(--primary-color);
}


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/

.header_top_bar {
    background: var(--text-color);
    padding: 12px 0px;
}

.top_inner_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.top-header-left a {
    padding-right: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-header-left a:hover {
    color: var(--primary-color);
}

.top-header-left {
    display: flex;
    align-items: center;
}

.top-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-header-right a {
    color: var(--white-color);
}

.top-header-right a:hover {
    color: var(--primary-color);
}



/* header and Herobanner  */
#header {
    /* height: 100px; */
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    background-color: #fff;
    -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

#header.is-sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
    height: 75px;
    /* border-bottom: 1px solid rgba(255, 182, 0, 0.5); */
    -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header.is-sticky .navbar-brand img {
    max-height: 60px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    max-height: 78px;
    width: auto;
}

body:not(.homepage) .logo-white {
    display: none;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 36px;
    font-size: 15px;
}

#header .navbar-expand-lg .navbar-nav .nav-item.logBtn {
    margin-right: 12px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

#header .nav-link {
    font-weight: 600;
    position: relative;
    color: var(--text-color);
    padding: 0;
}


#header .nav-link {
    padding: 28px 0;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: var(--primary-color);
}


#header .dropdown-toggle::after {
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px;
}

.extra_nav {
    margin: 0 0 0 auto;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 13px;
}


#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}



.langugae_filter i {
    font-size: 12px;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#header .flag_ico svg {
    height: 26px;
    width: 22px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}


#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: baseline;
}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item,
.dash_header .dropdown-item {

    font-size: 15px;
    color: #131313;
    font-weight: 500;
}


.langugae_filter {
    position: relative;
}

.lang_country span {
    position: absolute;
    left: 3px;
    top: 4px;
    overflow: hidden;
}

.dropdown-menu[data-bs-popper] {
    left: auto;
}

.dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 120px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
    margin: 0;
    padding: 4px 11px 6px 10px;
}

.lang_country {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle.lang_drop {
    border: 0;
    background: transparent;
}

#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 9px 0 8px 30px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 9px 0 8px 0;
    color: #131313;
    font-weight: 500;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop:hover,
#header .nav-item.langugae_filter.for_desktop:hover .nav-link.lang_drop #header .dropdown-item:hover,
#header .dropdown-item:hover {
    color: var(--primary-color) !important;
}

.lang_country {
    position: relative;
    padding: 5px 0px 5px 38px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
}

.lang_country .flag_ico img {
    max-width: 19px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: var(--primary-color);
    background-color: transparent;
}


.navbar-brand {
    font-size: 0;
    margin: 0 auto 0 0;
}

/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #d42027;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: #d42027;
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 274px;
}

.footer-block figure img {
    height: 65px;
    width: auto;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}


.copyright {
    padding: 20px 0;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
    background: var(--text-color) !important;
    color: #dddddd !important;
}

.footer-social span a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.footer-social {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 20px;
}

.footer-social span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--text-color);
    color: #fff;
    -webkit-transtion: all .4s ease;
    transition: all .4s ease;
    font-size: 15px;
}



.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: #d42027;
}

footer h6 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
    padding-bottom: 12px;
    position: relative;
}

footer h6::before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 20%;
    height: 3px;
    background: var(--primary-color);
    bottom: -1px;
}

footer h6::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #AAAAAA4A;
    bottom: 0;
}

.footer-pera {
    max-width: 430px;
    color: #dddddd;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.footer-links li a {
    color: #dddddd;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 0;
    display: block;
}

ul.footer-links li a:hover {
    color: var(--primary-color);
}

.footer-contact-link {
    gap: 12px;
    display: flex;
    align-items: start;
    padding-bottom: 12px;
}

.footer-contact-link>span {
    padding-top: 5px;
}

.footer-contact-content h3 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.footer-contact-content span {
    color: #dddddd;
    font-size: 14px;
    line-height: 20px;
    padding-top: 4px;
    font-weight: 400;
    display: block;
}



ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper {
    background: #171717;
    color: #fff;
    padding-top: 70px;
    margin-top: 70px;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}


.navbar {
    padding: 0;
    justify-content: right;
}


#top-button {
    display: inline-block;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

.back_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #2196f3;
    display: none;
    border: #2196f3 1px solid;
    z-index: 1;
    border-radius: 4px
}

.back_top span {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
}

.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.back_top:hover {
    border-color: #2196f3;
    color: #2196f3;
    background-color: #fff;
}

.back_top:hover span {
    color: #2196f3;
}


/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 25px;
}

.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */
.form-check-input:focus {
    box-shadow: unset;
}

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #645D5D !important;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    /* left: -9999px; */
    appearance: none;
}

.custom_radio [type="radio"]:checked+label,
.custom_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom_radio [type="radio"]:checked+label:before,
.custom_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked+label::after,
.custom_radio [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #FFB600;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

.custom_radio [type="radio"]:checked+label::before {
    border-color: #FFB600;
}

.custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.custom_select_block .ms-dd .ms-dd-header {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    overflow: hidden;
    width: 100%;
}

.custom_select_block .ms-dd .ms-dd-header .option-selected {
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}

.custom_select_block .ms-dd {
    width: 100%;
}

.custom_select_block .ms-dd .ms-dd-arrow {
    margin-top: -5px;
    right: 25px;
}


/* Select2 */


/*select2*/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 15px;
    min-height: 50px;
    font-size: 15px;
    color: var(--form-color);
    background-color: #F7F9F9;
    border: 1px solid #F7F9F9;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formBlock .form-control {
    background-color: #fff;
}

.formBlock .select2-container .select2-selection--single {
    background-color: #fff;
}

select.form-control {
    padding-top: 10px;
    transition: 0.15s;
}

.form-control:focus {
    color: var(--form-color);
    background-color: #F7F9F9;
    border: 1px solid #F7F9F9;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-select {
    min-height: 48px;
    padding-left: 15px;
    border-radius: 7px;
    border: 1px solid #D0D5DD;
    font-size: 15px;
    background-color: #FFF;
    color: var(--form-color);

}

.rating-filter .fas {
    color: #FFB600;
}

.rating-filter label {
    font-size: 16px;
    color: #3D3D3D !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

/* ======= Go to Top Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: #fff;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.07);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.arrowTop {
    position: absolute;
    top: 16px;
    left: 17px;
}

.arrowTop path {
    fill: var(--primary-color);
}

.progress-wrap svg.progress-circle path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: transparent;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* .progress-wrap::after {
    color: #1e90ff;
} */
.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
}

/* End */



/* Login Signup */

/* Login Signup */
.login-signup {
    height: 100vh;
    height: 100%;
    position: relative;
}

.select_time_wrapper {
    background: #F7F9F9;
    border-radius: 10px;
    margin: 0 auto 41px;
    padding: 5px;
    display: flex;
    max-width: 240px;
    justify-content: space-between;
}

.select_time_wrapper label {
    color: #3D3D3D;
    display: flex;
    margin: 0;
    flex: 0 0 50%;
}

.select_time_wrapper label span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    padding: 3px 0;
}

.select_time_wrapper label input {
    position: absolute;
    top: -20px;
}

.select_time_wrapper input:checked+span {
    background-color: var(--primary-color);
    color: #032845;
}

.label_p {
    font-weight: 400;
}

.formSection {
    background: #F2F2F2;
    height: 100%;
    min-height: 100vh;
}

.form_innerBox {
    position: relative;
    z-index: 3;
}

.formSideImage {
    height: 100vh;
    position: fixed;
    /* top: 0; */
    width: 50%;
    /* top: 35px; */
    z-index: 1;
    overflow: hidden;
}

.formSideImage::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(254, 162, 37, 0.00) 0%, rgba(221, 141, 32, 0.80) 100%);
    /* mix-blend-mode: multiply; */
    z-index: 0;
}

.provider-login .formSideImage::before {
    background: linear-gradient(180deg, rgba(0, 121, 194, 0.00) 0%, #0079C2 100%);
}

.formSideImage .bannerImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top right;
}

.slide-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.slide-text {
    padding: 0 40px 90px 30px;
    max-width: 680px;
}

.slide-h1 {
    margin: 0 0 19px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
}

.slide-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 400;
}

.t-experience {
    font-size: 14px;
}

.calender-icon {
    background-image: url(../img/calender-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 48px;
}

.formCard {
    max-width: 535px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
}

.formCard.signup-card {
    padding: 76px 10px 20px 10px;
}

.steps {
    font-size: 22px;
    margin: 0;
}

.formCard.signup-card .formBlock {
    margin: 22px auto 10px;
}

/* .formCard {
    max-width: 460px;
    margin: 0 auto;
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
     padding: 0 10px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 70px);
} */

.formLogo {
    margin: 0 auto 40px;
    display: block;
    text-align: center;
}

.formHeader {
    text-align: center;
}

.formTitle {
    color: #032845;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.formSubTitle {
    color: #645D5D;
    font-size: 14px;
}

.formBlock {
    margin: 28px auto 10px;
}

.contactSection .formTitle {
    font-size: 32px;
}

.pass-control {
    padding-right: 50px;
}

.password_icon {
    position: absolute;
    right: 15px;
    top: 39px;
    cursor: pointer;
}

.password_icon:not(.password_show) .password_showIcon {
    display: none;
}

.password_icon.password_show .password_hideIcon {
    display: none;
}

.formBlock .form-group label {
    display: block;
    color: var(--label-color);
    font-size: 14px;
    font-weight: 500;
}


/* new */

.about-bnr-img {
    margin: 30px auto;
    background-color: #F3F5FB;
    text-align: center;
    border-radius: 12px;
}

.about-bnr-img img {
    border-radius: 12px;
    height: 472px;
    object-fit: cover;
}

.main-title {
    margin: 40px auto
}

.page-title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.contant-para h2 {
    font-size: 24px;
    margin: 30px 0 20px;
}

.content-area {
    margin-bottom: 60px;
}

.about-center-img {
    margin: 40px auto;
    text-align: center;
}

.contant-para ul {
    padding: 0 0 0 17px;
}

.page-sub-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.contant-para p {
    line-height: 30px;
}

.points-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.point-icon {
    margin-right: 14px;
}

.points-content-group {
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: 30px;
}


.accordion-item {
    margin: 0 0 20px;
    border: 0;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    margin: 0;
    border: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 22px;
    cursor: pointer;

}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.contact_mailBox {
    display: flex;
    gap: 15px;
    /* flex: 0 0 50%; */
    width: 50%;
}

.contact_leftImg {
    text-align: center;
    width: 100%;
    margin: 40px 0;
}

.contact_infoBox {
    display: flex;
    gap: 10px 50px;
    border-radius: 20px;
    background: #F6F7F9;
    padding: 26px 22px;
    margin-top: 22px;
}

.contact_nameTitle {
    color: #696984;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.contact_nameMail {
    color: #131313;
    font-size: 17px;
    font-weight: 600;
    word-break: break-all;
}

.contact_leftBox {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #D0D5DD;
    background: rgba(246, 247, 249, 0.50);
}

.Login_Telanat_Button.border-top {
    border-top: 1px solid #D0D5DD;
    padding-top: 22px;
}

.contactSection .formCard {
    max-width: 100%;
    min-height: auto;
    padding: 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
    display: block;
}

.contactSection {
    margin: 30px 0 80px;
}

.contact_mailBox.left-border {
    border-left: 1px solid #EBEBEC;
    padding-left: 26px;
}

.contact_leftImg img {
    max-height: 450px;
}


.notify-link {
    margin: 0 30px 0 15px
}

.favourite-link {
    margin: 0 0 0 20px;
}

.favCounts {
    background: red;
    min-width: 16px;
    height: 16px;
    color: #fff;
    position: absolute;
    top: -6px;
    right: -2px;
    border-radius: 22px;
    font-size: 11px;
    text-align: center;
}

.notify-link a,
.favourite-link a {
    color: #000;
}

.notify-link a:hover,
.favourite-link a:hover {
    color: var(--primary-color);
}

body.homepage .notify-link a,
body.homepage .favourite-link a {
    color: #fff;
}

body.homepage .notify-link a:hover,
body.homepage .favourite-link a:hover,
body.homepage #header.is-sticky .notify-link a:hover,
body.homepage #header.is-sticky .favourite-link a:hover {
    color: var(--primary-color);
}

body.homepage #header.is-sticky .notify-link a,
body.homepage #header.is-sticky .favourite-link a {
    color: #000;
}

.search_box {
    max-width: 400px;
    width: 100%;
}

.search_input .form-control {
    background: #F3F5FB;
    border: 0;
    border-radius: 8px;
    padding-left: 45px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.search_input .form-control:focus {
    background: #F3F5FB;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.breadcrumb {
    font-size: 15px;
}

.homepage .search_input .form-control {
    background-color: #fff;
}

/* Services Listing */
.sideTabicon,
.closebtn {
    display: none;
}

.services-wrapper {
    margin-top: 27px;
    margin-bottom: 30px;
}

.reset_botton {
    border: 0;
    background: transparent;
    text-decoration: underline;
    color: #FEA225;
    font-size: 16px;
    font-weight: 400;
}

.filter_box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 33px;
    border-bottom: 1px solid #F7F9F9;
    padding-bottom: 11px;
}

.filter-titles {
    margin: 0 0 16px;
    color: #032845;
    font-size: 16px;
    font-weight: 600;
}

.filter_locaIcon {
    position: absolute;
    left: 13px;
    top: 12px;
}

.locationbox {
    position: relative;
}

.white_input {
    border-radius: 10px;
    border: 1px solid #F7F9F9;
    background: #FFF;
}

.white_input:focus {
    color: var(--form-color);
    background-color: #FFF;
    border: 1px solid #F7F9F9;
}

.locIcon {
    padding-left: 41px;

}

.pAvailable_text {
    color: #9FA2A4;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}


@media (min-width: 992px) {
    /* .filterPanel {
        border-right: 1px solid #D0D5DD;
        padding-right: 13px;
    } */

    .col-listing-1 {
        width: 30.333%;
        padding-right: 18px;
    }

    .col-listing-2 {
        width: 69.667%;
        padding-left: 18px;
        border-left: 1px solid #EEE;
    }

}

@media (min-width: 1200px) {
    .filterPanel {
        /* border-right: 1px solid #D0D5DD;
        padding-right: 13px; */
    }


    .col-listing-1 {
        width: 23.333%;
        padding-right: 18px;
    }

    .col-listing-2 {
        width: 76.667%;
        position: relative;
        padding-left: 18px;
        border-left: 1px solid #EEE;
    }



}

@media (max-width: 991.98px) {
    .srv-option-row {
        margin: 0 0 18px;
    }

    .services-wrapper {
        margin-top: 18px;
    }

    .filter_box {
        padding-right: 30px;
    }

    .scroll-off .sideTabicon {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .closebtn {
        position: absolute;
        top: 34px;
        right: 17px;
        display: block;
        font-size: 22px;
        color: var(--th-primary);
        display: block;
    }

    .sideTabicon {
        cursor: pointer;
        display: block;
        margin-left: 15px;
        position: fixed;
        bottom: 30px;
        left: 0;
        z-index: 9999;
        background: var(--primary-color);
        width: 55px;
        height: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 52px;
    }

    #portfolioDisc {
        width: 100%;
        left: 0;
        height: 0;
        overflow-x: hidden;
        transition: all 0.2s linear;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        z-index: 999;
        padding: 0;
        overflow-y: auto;
    }

    #portfolioDisc.showBar {
        height: calc(100lvh + 20px);
        padding: 35px 20px;
        padding-bottom: 30px;
    }
}


/* Pagination */
.pagination-element {
    margin: 40px auto 0;
}

.page-link {
    font-size: 13px;
    color: #2E2E2E;
    background-color: #fff;
    border: var(--bs-pagination-border-width) solid #EFF1F4;
    padding: 0;
    text-align: center;
    line-height: 29px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 8px;
    height: 32px;
    width: 32px;

}

.page-item .page-link i {
    font-size: 11px;
}

.active>.page-link,
.page-link.active {
    color: #000;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link:focus {
    box-shadow: unset;
}

.page-item:not(:first-child) .page-link {
    margin-left: 6px;
    border-radius: 8px;
    height: 32px;
    width: 32px;
}

.page-link:hover {
    z-index: 2;
    color: var(--primary-color);
    background-color: #fff;
    border-color: var(--primary-color);
}

.disabled>.page-link,
.page-link.disabled {
    background-color: transparent
}

.product-listing-element .pagination-element {
    margin: 10px auto 0;
}

.services-wrapper .provider-box {
    margin: 0 0 25px;
}

.service-details-wrapper,
.services-wrapper {
    min-height: 450px;
}


/* hero banner css start */
.herobg_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 135px;
    height: 660px;
}

.slider_details {
    max-width: 715px;
}

.slider_details h1 {
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 9;
    font-size: 68px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 72px;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 20px;
}



.slider_details p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.slider_details .hero-btn {
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 45px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border: none;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider_details .hero-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}


.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: unset;
    right: 0;
    bottom: 70px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: unset;
    bottom: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #666;
    font-size: 28px;
    font-weight: 500;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .6;
}

/* hero banner css end */
/* About section */
.about-image-box {
    height: 100%;
    max-height: 700px;
    width: 100%;
}

.about-image-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sub-heading {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.section-heading {
    font-weight: 700;
    font-size: 48px;
    font-family: "Rajdhani", sans-serif;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-desc p {
    line-height: 30px;
    margin-bottom: 12px;
}

.btn-primary {
    width: auto;
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px 45px;
    background: var(--text-color);
    color: var(--white-color);
    font-size: 16px;
    border: 1px solid var(--text-color);
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-primary:hover {
    border: 1px solid var(--text-color);
    background-color: var(--white-color);
    color: var(--text-color);
}

.about-btn-box {
    margin-top: 30px;
}

div#counter-total {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.count-text {
    color: #FFFFFF;
    font-family: "Rajdhani", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
}

.total_wrapper {
    background-image: url(../img/banner-1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
}

#counter-total {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.total_wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(206 178 47 / 65%);
    z-index: 0;
}

.counter-text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 0;
}

.our-sevices-image {
    width: 100%;
    position: relative;
    height: 312px;
    cursor: pointer;
}

.our-sevices-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-sevices-image h3 {
    position: absolute;
    left: 50%;
    margin: auto;
    font-size: 30px;
    color: #fff;
    top: 50%;
    font-family: "Rajdhani", sans-serif;
    z-index: 2;
    font-weight: 600;
    text-align: center;
    width: 95%;
    transform: translate(-50%, -50%);
}

.our-sevices-image:hover::after {
    opacity: 0;
}

.our-sevices-image::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #040404;
    opacity: .3;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease;
}

.how-works-card {
    padding: 35px 25px 30px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.how-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease;
    width: calc(100% + 50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.how-works-card:hover .how-bg-image:after {
    background: #00000096;
}

.how-works-card:hover .how-bg-image {
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.how-bg-image:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all .3s ease;
}

.how-works-no {
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #dddddd9c;
    color: transparent;
    font-size: 120px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    transition: all .3s ease;
}

.how-works-wrapper {
    background: #F7F9F9;
}

.how-works-card:hover .how-works-title,
.how-works-card:hover .how-works-desc {
    color: var(--white-color);
}

.how-works-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    transition: all .3s ease;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 12px;
    color: var(--text-color);
}

.how-works-desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    transition: all .3s ease;
    color: var(--para-color);
}

.how-head-box {
    padding-top: 70px;
}

/* Why Choose */

.choose-image-box {
    height: 450px;
    display: block;
    width: 100%;
}

.choose-image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.choose-option {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.choose-option-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 1;
    font-family: 'Rajdhani', sans-serif;
}

.choose-option-content p {
    margin-bottom: 0;
}

.choose-option-box {
    margin-top: 25px;
}

.choose-icon {
    flex: 0 0 48px;
    font-size: 42px;
    line-height: 1;
    color: var(--primary-color);
}

.choose-call h3 {
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 900;
}

.choose-call span {
    color: var(--primary-color);
}

/*  */

.video-btn a {
    background: #fff;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    font-size: 30px;
    -webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}

section.ordinary_wrapper {
    padding: 160px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ordinary_wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(206 178 47 / 65%);
    left: 0;
    top: 0;
    z-index: 1;
}

.ordinary_block {
    max-width: 806px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.ordinary_video_title {
    font-family: "Rajdhani", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1em;
    word-spacing: 3px;
    color: #FFFFFF;
    text-align: center;
    margin: 45px auto 20px;
}

.ordinary_video_desc {
    font-family: "Rajdhani", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    word-spacing: 3px;
    color: #FFFFFF;
    text-align: center;
}

.project_image_link {
    width: 100%;
    display: block;
}

.project_image_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 2;
}

.project_wrapper {
    margin-bottom: 50px;

}

.project_explore_box {
    background-color: #e1e1e1;
    padding: 110px 0;
    margin-bottom: 20px;
}

.online-works-wrapper {
    background: #eef0ef;
    text-align: center;
}

.footer-map-box iframe {
    width: 100%;
    height: 281px;
    border: 0;
}

.ordinary_video_box video {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.ordinary_video_modal .modal-header {
    border: 0;
    padding: 0;
}

.ordinary_video_modal .modal-header .btn-close {
    margin-left: auto;
    border: 1px solid #272727;
    padding: 7px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    background-size: 11px;
}

/*  */
.banner-section {
    padding: 120px 0;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 32%);
    top: 0;
    left: 0;
}

.banner-content-box h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 18px;
}

.banner-content-box {
    text-align: center;
    position: relative;
}

.banner-link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.banner-link-box span {
    color: var(--label-color);
    font-weight: 500;
    font-size: 16px;
}

.banner-link-box a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    border-right: 2px solid var(--text-color);
    padding-right: 10px;
    line-height: normal;
}

.choose_block {
    background-color: #e1e1e1;
    padding: 55px 0;
}

.choose-card-box {
    background: #fff;
    padding: 35px 25px 30px 30px;
    height: 100%;
}

.choose-card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.chosse-card-desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

/* Service */
section.service-wrapper {
    padding: 55px 0 0;
}

.service-image-box img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.service-image-box {
    margin-bottom: 20px;
}

.service-selection-card {
    display: block;
    width: 100%;
}

.service-selection-card img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2/2;
}

.service-selection-card h3 {
    font-size: 17px;
    font-weight: 500;
    color: var(--text-color);
    text-align: center;
    margin: 10px 0 0;
}

.service-selection-card:hover h3 {
    color: var(--primary-color);
}

.service-selection-wrapper {
    margin-bottom: 80px;
    padding-top: 55px;
}

/* Contact */
.contact-card {
    padding: 30px;
    cursor: pointer;
    transition: all .5s ease;
    background: #F7F9F9;
}

.contact-card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.contact-card-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5px;
    color: var(--text-color);
}

.contact-card-info {
    font-size: 15px;
    text-align: center;
    color: var(--label-color);
    margin-bottom: 0;
}

.input-icon {
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 16px;
    color: var(--text-color);
}

.contact-form .form-control {
    padding-left: 45px;
}

.contact-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 14px;
}

.contact-right-image img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}

.contact-map iframe {
    width: 100%;
    height: 500px;
}

.contact-wrapper {
    padding: 55px 0;
}

@keyframes dropdownSlide {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (min-width: 992px) {
    .header-drop-hover .dropdown-menu {
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      border: 0;
      padding: 0;
      border-top: 4px solid var(--primary-color);
      width: 260px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s ease;
    }
  .header-drop-hover:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: dropdownSlide 0.3s ease forwards;
  }
}


.header-drop-hover .dropdown-item {
    font-size: 13px !important;
    white-space: normal;
    padding:10px;
    color: var(--text-color);
}

.online-works-image img {
    max-height: 670px;
}