:root {
    --primary-color: #5271ff;
    --theme-light-blue : #90e0ef;
    --theme-lightest-blue : #caf0f8;
    --theme-pink: #ff6b6b;
    --theme-lime: #00d8c4;
    --theme-navy: #00b4d8;
    --tp-common-blue: var(--primary-color);
    --theme-dark-blue: #081862;
}

.it-hero-shape-1 {
    color: var(--theme-dark-blue) !important;
}

.it-step-area.it-step-bg {
    background-color: var(--theme-dark-blue) !important;
}

.it-step-thumb-shape-1 {
    display: none !important;
}

.it-benifit-bg {
    background-color: var(--theme-light-blue) !important;
}

.it-benifit-icon::after {
	background-color: var(--theme-lightest-blue) !important;
}

.tp-brand-wrapper {
    background-color: var(--theme-navy) !important;
}

.tp-brand-wrapper.tp-brand-style-2 {
    background-color: var(--theme-lime) !important;
}

.tp-btn-black-radius {
	background-color: var(--primary-color);
}

.tp-btn-yellow-green.green-solid {
	background-color: var(--primary-color);
    color: #fff !important;
}


.it-about-thumb img.img-2,
.it-about-thumb img.img-3 {
    display: none !important;
}

.creative-service-item.about-us-4 .creative-service-title a {
	background-image: linear-gradient(var(--primary-color), var(--primary-color));
}

.creative-service-item.about-us-4:hover .creative-service-link a {
	background-color: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
}

.home-it-bg-color-code,
body {
    background-color: var(--theme-lightest-blue) !important;
}

.tp-prescription-info .tp-prescription-illustration {
	color: rgba(82, 113, 255, 0.59);
}

.tp-prescription-form-wrap .prescription-file-upload:hover {
	border-color: var(--primary-color) !important;
	background: rgba(82, 113, 255, 0.07);
}

.tp-prescription-form-wrap .tp-prescription-form-title::after {
	background: var(--primary-color);
}

.it-footer-style.crp-footer-bg {
	background-color: var(--theme-dark-blue);
}

.it-footer-style .crp-footer-big-text {
	background-color: rgba(255,255,255, .16);
	backdrop-filter: blur(17px);
}

.tp-prescription-area {
	background: initial;
}

.it-step-thumb img {
	max-width: 100%;
}