body {
font-size: 16px;
color: #0F131F;
font-weight: 400;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
}
.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
a {
transition: all ease 0.5s;
text-decoration: none;
color: #60697b;
}
a:hover {
text-decoration: none;
color: #7127d2;
}
a:focus {
text-decoration: none;
}
button {
outline: 0 !important;
box-shadow: none;
border: none;
padding: 0;
}
button:focus {
box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #0F131F;
font-weight: 700;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
}
p {
font-size: 16px;
margin-bottom: 15px;
line-height: 1.8;
}
p:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
}
.form-control {
height: 55px;
border: 1px solid rgba(8, 60, 130, 0.09);
background-color: #ffffff;
color: #0F131F;
border-radius: 4px;
font-size: 16px;
padding: 10px 20px;
width: 100%;
transition: all ease 0.5s;
}
.form-control::-moz-placeholder {
color: #959ca9;
}
.form-control::placeholder {
color: #959ca9;
}
.form-control:focus {
color: #000000;
background-color: transparent;
box-shadow: unset;
outline: 0;
border-color: #7127d2;
}
.form-control:hover:focus, .form-control:focus {
box-shadow: unset;
}
textarea.form-control {
height: auto;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.ptb-70 {
padding-top: 70px;
padding-bottom: 70px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.pt-70 {
padding-top: 70px;
}
.pb-70 {
padding-bottom: 70px;
}
.ptb-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.mt-30 {
margin-top: 30px;
}
.mb-30 {
margin-bottom: 30px;
}
.ps-15 {
padding-left: 15px;
}
.pe-15 {
padding-right: 15px;
}
.ms-15 {
margin-left: 15px;
}
.me-15 {
margin-right: 15px;
}
.bg-color-ebeef5 {
background-color: #ebeef5;
}
.bg-color-2668f5 {
background-color: #7127d2;
}
.bg-color-f6fbff {
background-color: #f6fbff;
}
.bg-color-fefefe {
background-color: #fefefe;
} .preloader {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #ffffff;
z-index: 99999;
}
.preloader .content {
position: absolute;
width: 80px;
height: 80px;
animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
left: 50%;
top: 50%;
transform: translate(-50px, -50px);
}
.preloader .ball {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
width: 11%;
height: 50%;
background-color: transparent;
transform-origin: bottom center;
overflow: visible;
}
.preloader .ball:nth-of-type(2) {
transform: translate(-50%, 0) rotate(36deg);
}
.preloader .ball:nth-of-type(3) {
transform: translate(-50%, 0) rotate(72deg);
}
.preloader .ball:nth-of-type(4) {
transform: translate(-50%, 0) rotate(108deg);
}
.preloader .ball:nth-of-type(5) {
transform: translate(-50%, 0) rotate(144deg);
}
.preloader .ball:nth-of-type(6) {
transform: translate(-50%, 0) rotate(180deg);
}
.preloader .ball:nth-of-type(7) {
transform: translate(-50%, 0) rotate(216deg);
}
.preloader .ball:nth-of-type(8) {
transform: translate(-50%, 0) rotate(252deg);
}
.preloader .ball:nth-of-type(9) {
transform: translate(-50%, 0) rotate(288deg);
}
.preloader .ball:nth-of-type(10) {
transform: translate(-50%, 0) rotate(324deg);
}
.preloader .ball::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 56%;
border-radius: 70px;
background-color: #7127d2;
}
.preloader .ball::after {
position: absolute;
content: "";
bottom: -100;
left: 0;
width: 100%;
height: 56%;
border-radius: 70px;
background-color: #4f87ff;
animation: opacity-six 2.5s infinite linear;
opacity: 0;
}
.preloader.preloader-deactivate {
visibility: hidden;
}
@keyframes spin-six {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes opacity-six {
20% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
opacity: 0;
}
} .back-to-top {
background-color: #7127d2;
color: #ffffff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
position: absolute;
top: 17px;
left: 0;
right: 0;
margin: auto;
cursor: pointer;
border-radius: 4px;
} .video-btn {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
display: flex;
}
.video-btn span {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
content: "";
display: block;
border-radius: 50%;
width: 80px;
height: 80px;
}
.video-btn span::after {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 0.1px solid #7127d2;
animation: videoTwo 8s linear infinite;
}
.video-btn span::before {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 0.1px solid #7127d2;
animation: videoTwo 8s linear infinite;
}
.video-btn span:nth-child(1)::after {
animation-delay: 1s;
}
.video-btn span:nth-child(1)::before {
animation-delay: 5s;
}
.video-btn span:nth-child(2)::after {
animation-delay: 2s;
}
.video-btn span:nth-child(2)::before {
animation-delay: 6s;
}
.video-btn span:nth-child(3)::after {
animation-delay: 3s;
}
.video-btn span:nth-child(3)::before {
animation-delay: 7s;
}
.video-btn span:nth-child(4)::after {
animation-delay: 4s;
}
.video-btn i {
width: 80px;
height: 80px;
line-height: 71px;
text-align: center;
border-radius: 50%;
display: block;
background: #ffffff;
color: #7127d2;
border: 5px solid #7127d2;
font-size: 30px;
}
@keyframes videoTwo {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(5);
opacity: 0;
}
} .pagination-wrap {
margin-top: 10px;
text-align: center;
}
.pagination-wrap .page-numbers {
width: 45px;
height: 45px;
line-height: 45px;
color: #0F131F;
text-align: center;
display: inline-block;
position: relative;
margin-left: 3px;
margin-right: 3px;
font-size: 17px;
background-color: #f9fbfe;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
border: 1px solid #ebebeb;
}
.pagination-wrap .page-numbers:hover {
color: #ffffff;
border-color: #7127d2;
background-color: #7127d2;
}
.pagination-wrap .page-numbers i {
font-size: 20px;
}
.pagination-wrap .page-numbers.next {
top: 3px;
}
.pagination-wrap .page-numbers.current {
color: #ffffff;
border-color: #7127d2;
background-color: #7127d2;
} .delay-0-2s {
animation-delay: 0.2s;
}
.delay-0-4s {
animation-delay: 0.4s;
}
.delay-0-6s {
animation-delay: 0.6s;
}
.delay-0-8s {
animation-delay: 0.8s;
}
.delay-0-1s {
animation-delay: 1s;
} .main-btn {
display: inline-block;
position: relative;
background-color: #7127d2;
border: none;
color: #ffffff;
font-size: 16px;
font-weight: 600;
line-height: 1;
text-align: center;
padding: 15px 25px;
transition: all ease 0.5s;
border-radius: 88px;
}
.main-btn.background_simple_border {
background: #ffffff7d;
border: 1px solid #7127d2;
color: #7127d2 !important;
} .main-btn span {
display: block;
} .main-btn.sub-btn {
padding: 10px 15px;
font-size: 14px;
font-weight: 400;
}
.main-btn:hover {
color: #ffffff;
}
.main-btn:hover::before {
width: 100%;
transition-delay: 0.4s;
}
.main-btn:hover::after {
width: 100%;
transition-delay: 0s;
}
.main-btn:hover span::before {
height: 100%;
transition-delay: 0.6s;
}
.main-btn:hover span::after {
height: 100%;
transition-delay: 0.2s;
} .main-detail-btn {
font-size: 16px;
color: #7127d2;
display: block;
position: relative;
font-weight: 600;
}
.main-detail-btn i {
position: relative;
top: 2px;
margin-left: 5px;
}
.main-detail-btn:hover {
color: #7127d2;
} .hover-style {
position: relative;
transition: all ease 0.5s;
z-index: 1;
}   .main-section-title {
text-align: center;
max-width: 700px;
margin: -5px auto 50px;
}
.main-section-title .up-title {
color: #0F131F;
display: block;
margin-bottom: 10px;
font-weight: 400;
font-size: 16px;
}
.main-section-title h2 {
font-size: 40px;
margin-bottom: 15px;
}
.main-section-title h2 span {
color: #7127d2;
}
.main-section-title h2:last-child {
margin-bottom: 0;
}
.main-section-title p {
max-width: 600px;
margin: auto;
}
.main-section-title.white-title h2 {
color: #ffffff;
} .navbar-section {
position: fixed;
z-index: 9;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-section.is-sticky {
top: -1px;
left: 0;
width: 100%;
z-index: 999999999999999;
position: sticky;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
background-color: #ffffff !important;
position: fixed;
}
.navbar-section img {
transition: all 1s ease-out;
}
.navbar-section.is-sticky img {
max-width: 80px;
}
.navbar-section .navbar-brand {
margin-right: 0;
}
.navbar-section .mobile-nav {
display: none;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translateZ(0);
}
}
.main-nav {
position: relative;
z-index: 2;
padding-top: 0;
padding-bottom: 0;
}
.main-nav .navbar {
transition: all ease 0.5s;
z-index: 2;
position: unset;
padding: 0;
}
.main-nav .navbar ul {
margin-bottom: 0;
list-style-type: none;
padding-left: 0;
position: relative;
}
.main-nav .navbar .navbar-nav .nav-item {
position: relative;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 0;
padding-right: 0;
}
.main-nav .navbar .navbar-nav .nav-item .nav-link {
font-size: 17px;
color: #0F131F;
line-height: 1;
position: relative;
font-weight: 600;
padding: 0;
margin-left: 15px;
margin-right: 15px;
}
.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
padding-right: 20px;
}
.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
content: "\ea99";
font-family: IcoFont;
position: absolute;
top: 0;
right: 0;
line-height: 1;
font-size: 17px;
}
.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
display: none;
}
.main-nav .navbar .navbar-nav .nav-item .nav-link:hover, .main-nav .navbar .navbar-nav .nav-item .nav-link:focus, .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .nav-link i {
font-size: 18px;
line-height: 0;
position: relative;
top: 4px;
}
.main-nav .navbar .navbar-nav .nav-item:last-child .nav-link {
margin-right: 0;
}
.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
margin-left: 0;
}
.main-nav .navbar .navbar-nav .nav-item:hover .nav-link, .main-nav .navbar .navbar-nav .nav-item:focus .nav-link, .main-nav .navbar .navbar-nav .nav-item.active .nav-link {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease-in-out;
background: #ffffff;
position: absolute;
visibility: hidden;
border-radius: 4px;
display: block;
width: 250px;
border: none;
z-index: 99;
opacity: 0;
top: 80px;
left: 0;
padding: 0;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
padding: 1px 0;
position: relative;
transition: all ease 0.5s;
z-index: 1;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item::before, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item::after {
content: "";
width: 0;
height: 2px;
position: absolute;
transition: all 0.2s linear;
background: #7127d2;
right: 0;
top: 0;
transition-delay: 0.2s;
border-radius: 4px;
z-index: -1;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item::after {
right: auto;
left: 0;
top: auto;
bottom: 0;
transition-delay: 0.6s;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
display: block;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::before, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::after {
content: "";
width: 1px;
height: 0;
position: absolute;
transition: all 0.2s linear;
background: #7127d2;
transition-delay: 0s;
left: 0;
top: 0;
border-radius: 4px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::after {
transition-delay: 0.4s;
left: auto;
right: 0;
top: auto;
bottom: 0;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover::before, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active::before {
width: 100%;
transition-delay: 0.4s;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover::after, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active::after {
width: 100%;
transition-delay: 0s;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .nav-link::before, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link::before {
height: 100%;
transition-delay: 0.6s;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .nav-link::after, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link::after {
height: 100%;
transition-delay: 0.2s;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(1) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(2) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(3) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(4) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(5) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(6) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(7) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(8) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(9) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(10) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(11) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(12) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(13) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(14) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(15) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(16) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(17) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(18) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(19) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:nth-child(20) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
color: #0F131F;
padding: 15px;
margin: 0;
font-size: 16px;
font-weight: 600;
line-height: 1;
display: block;
position: relative;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::after {
display: none;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
position: absolute;
top: 14px;
right: 13px;
line-height: 1;
font-size: 17px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:focus, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
left: 250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: 4px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(1) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(2) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(3) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(4) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(5) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(6) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(7) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(8) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(9) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(10) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(11) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(12) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(13) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(14) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(15) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(16) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(17) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(18) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(19) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(20) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
color: #0F131F;
font-size: 15px;
font-weight: 600;
line-height: 1;
position: relative;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::after {
display: none;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
content: "\ea4e";
position: absolute;
top: 14px;
right: 13px;
font-family: remixicon !important;
line-height: 1;
font-size: 17px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:focus, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
left: 250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: 4px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(1) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(2) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(3) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(4) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(5) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(6) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(7) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(8) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(9) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(10) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(11) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(12) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(13) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(14) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(15) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(16) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(17) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(18) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(19) .nav-link {
background-color: #f9f9f9;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:nth-child(20) .nav-link {
background-color: #ffffff;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
color: #000000;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:focus, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
color: #ffffff;
background-color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
left: -250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: 4px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
color: #000000;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:focus, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
left: -250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: 4px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
color: #000000;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:focus, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
left: -250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: 4px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
color: #000000;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:focus, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
left: -250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: 4px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
color: #000000;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:focus, .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -1px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
opacity: 1;
top: -1px;
visibility: visible;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
opacity: 1;
top: -15px;
visibility: visible;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
color: #7127d2;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: 0;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child .nav-link {
border-bottom: none;
}
.main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
top: 100%;
opacity: 1;
margin-top: 0;
visibility: visible;
}
.main-nav .navbar .nav-right-options {
margin-left: 30px;
}
.main-nav .navbar .nav-right-options ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.main-nav .navbar .nav-right-options ul li {
display: inline-block;
margin-right: 30px;
}
.main-nav .navbar .nav-right-options ul li:last-child {
margin-right: 0;
}
.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link i {
position: absolute;
top: 23px;
right: 13px;
}
.search-box {
background: #7127d2;
position: absolute;
left: auto;
right: 117px; width: 46px;
height: 46px; 
border-radius: 40px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.search-text::placeholder {
color: #fff;
}
.search-text {
float: left;
line-height: 40px;
border: none;
background: none;
outline: none;
font-size: 16px;
color: #fff;
padding: 0;
transition: .4s;
width: 0;
}
.search-btn {
float: right;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center; 
text-decoration: none;
background: none;
color: #fff;
transition: all .4s;
}
.search-box:hover > .search-text {
width: 208px;
}
.search-box:hover {
width: auto;
} .banner-section {
position: relative;
z-index: 1;
}
.banner-section .banner-shape-1 {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.banner-section.bg-1 { background-image: url(https://dentalhiring.ca/wp-content/uploads/2025/11/purple-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 217px;
padding-bottom: 67px;
position: relative;
z-index: 1;
overflow: hidden;
}
.candidate.banner-section.bg-1 { background-image: url(https://ziq.oqk.mybluehost.me/website_c4be2316/wp-content/uploads/2025/08/2148236823-min.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 190px;
padding-bottom: 67px;
position: relative;
z-index: 1;
overflow: hidden;
}
.banner-section.bg-1 .col-lg-6 {
position: relative;
}
.banner-content {
max-width: 605px;
margin-left: auto;
margin-right: 30px;
position: relative;
}
.banner-content h1 {
font-weight: 700;
font-size: 65px;
margin-bottom: 20px;
}
.banner-content p {
margin-bottom: 40px;
font-size: 18px;
}
.banner-content ul {
padding-left: 0;
margin-bottom: 110px;
list-style-type: none;
}
.banner-content ul li {
display: inline-block;
margin-right: 50px;
}
.banner-content ul li:last-child {
margin-right: 0;
}
.banner-content ul li i {
color: #f5b326;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(245, 179, 38, 0.16);
display: inline-block;
text-align: center;
border-radius: 4px;
position: relative;
top: 2px;
}
.banner-content ul li span {
font-weight: 600;
display: inline-block;
margin-left: 10px;
}
.banner-content .banner-btn .main-btn {
margin-right: 30px;
}
.banner-content .banner-btn .main-btn:last-child {
margin-right: 0;
}
.banner-content h3 {
font-size: 20px;
margin-bottom: 30px;
}
.banner-content .banner-shape-2 {
position: absolute;
bottom: -50px;
left: -50px;
}
.banner-content.style-two ul {
margin-bottom: 50px;
}
.banner-content.style-three {
max-width: 100%;
}
.banner-content.style-three h1 {
font-size: 54px;
}
.banner-content.style-three h1 span.color_change {
color: #7127d2;
}
.banner-content.style-three .next_line {
display: block;
}
.banner-img {
background: linear-gradient(143deg, #2FB0F5 2.77%, #7127d2 94.89%);
border-radius: 0px 0px 0px 26px;
text-align: center;
}
.banner-img-three {
position: absolute;
right: 0;
top: -80px;
} .main-services-box {
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
margin-bottom: 30px;
border-radius: 4px;
}
.main-services-box .icon {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
background: #ebeef5;
border-radius: 4px;
margin-bottom: 15px;
}
.main-services-box h3 {
font-size: 25px;
margin-bottom: 15px;
}
.main-services-box h3 a {
color: #0F131F;
} .about-us-section {
background: #f6f0ff;
padding: 88px 0;
}
.about-img {
text-align: center;
position: relative;
z-index: 1;
}
.about-img img {
border-radius: 20px;
width: 100%;
}
.about-content {
max-width: 621px;
}
.about-content h3 {
font-size: 32px;
}
.about-content .up-title {
color: #7127d2;
display: block;
margin-bottom: 10px;
font-weight: 600;
}
.about-content h2 {
font-size: 40px;
margin-bottom: 8px;
}
.about-content p {
margin-bottom: 30px;
}
.about-content ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.about-content ul li {
border-bottom: 1px solid #7127d2; 
padding: 15px;
position: relative;
padding-left: 0;
margin-bottom: 0;
cursor: pointer;
}
.about-content ul li:last-child {
margin-bottom: 0;
}
.about-content ul li .inner-content {
position: relative;
width: 100%;
padding-left: 60px;
}
.icon {
position: absolute;
left: 0px;
background: #7127d2;
width: 38px;
height: 38px;
border-radius: 50%;
top: -5px;
display: flex;
justify-content: center;
align-items: center;
}
.about-content .main-btn {
margin-top: 30px;
} .thousand-of-pros {
padding: 88px 0;
}
.thousand-of-pros .thousand-of-pros-img {
position: relative;
z-index: 88888888;
max-width: 606px;
margin: 0 0 0 17px;
}
.thousand-of-pros .thousand-of-pros-img:before {
content: "";
position: absolute;
left: -20px;
top: -20px;
background: #E6EEFE;
bottom: 0;
width: 97%;
height: 98%;
z-index: -1;
}
.thousand-of-pros .title-curve {
font-size: 14px;
color: #7127d2;
border: 1px solid #7127d2;
border-radius: 88px;
padding: 1px 24px;
margin: 0 0 20px;
display: inline-block;
}
.thousand-of-pros .main-section-title {
text-align: left;
margin: 0 0 8px;
} .you-are-the-boss {
background: #f6f0ff;
padding: 88px 0;
}
.you-are-the-boss .you-are-the-boss-img {
position: relative;
z-index: 88888888;
max-width: 606px;
margin: 0 0 0 17px;
}
.you-are-the-boss .you-are-the-boss-img:before {
content: "";
position: absolute;
right: -20px;
top: -20px;
background: #7127d2;
bottom: 0;
width: 97%;
height: 98%;
z-index: -1;
}
.you-are-the-boss .title-curve {
font-size: 14px;
color: #7127d2;
border: 1px solid #7127d2;
border-radius: 88px;
padding: 1px 24px;
margin: 0 0 20px;
display: inline-block;
}
.you-are-the-boss .main-section-title {
text-align: left;
margin: 0 0 8px;
} .what-our-client-says {
position: relative;
padding: 80px 0 80px;
}
.what-our-client-says:before {
content: "";
background: #f6f0ff;
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 408px;
z-index: -1;
top: 0;
}
.what-our-client-says .image-content {
display: flex;
padding: 0 0 17px;
}
.what-our-client-says .inner-border:before {
display: none;
} 
.what-our-client-says .hover-style:before {
display: none;
}
.what-our-client-says .inner-border:after {
display: none;
}
.what-our-client-says .inner-border {
background: #fff;
box-sizing: border-box;
padding: 28px 20px;
}
.what-our-client-says .image-main img {
border-radius: 50%;
}
.what-our-client-says .client-says-content {
box-sizing: border-box;
padding: 0 0 0 17px;
}
.what-our-client-says .client-says-content hr {
font-size: 24px;
margin: 0;
}
.what-our-client-says .blog-content p {
font-size: 18px;
}
.client-says-content ul {
display: flex;
outline: none;
list-style: none;
padding: 0;
margin: 0;
}
.client-says-content ul img {
max-width: 20px;
}
.what-our-client-says .owl-carousel.owl-drag .owl-item .inner-border {
border-radius: 12px;
box-shadow: -1px 1px 11px -3px rgba(0,0,0,0.28);
}
.what-our-client-says .owl-carousel.owl-drag .owl-item {
scale: 0.8;
transform: scale(1);
}
.what-our-client-says .owl-carousel.owl-drag .owl-item.owl-item.active.center {
scale: 1;
}
.what-our-client-says .owl-nav button.owl-prev span {
background: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/arrow-left.png) no-repeat;
width: 14px;
height: 24px;
display: block;
font-size: 0;
}
.what-our-client-says .owl-nav button.owl-next span {
background: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/arrow-right.png) no-repeat;
width: 14px;
height: 24px;
display: block;
font-size: 0;
}
.main-doctors-item {
text-align: center;
margin-bottom: 30px;
border-radius: 20px;
padding: 25px;
background: #f6f0ff;
}
.main-doctors-item .inner-border {
text-align: left;
}
.main-doctors-item .steps {
color: #7127d2;
font-size: 14px;
font-weight: 700;
border: 2px solid #7127d2;
width: auto;
display: inline-block;
margin-right: auto;
padding: 3px 22px;
border-radius: 80px;
margin: 0 0 12px;
}
.main-doctors-item .doctor-img {
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.main-doctors-item .doctor-img img {
width: 100%;
}
.main-doctors-item .doctor-img ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
position: absolute;
bottom: -60px;
left: 0;
right: 0;
transition: all ease 0.5s;
}
.main-doctors-item .doctor-img ul li {
display: inline-block;
margin-right: 5px;
}
.main-doctors-item .doctor-img ul li:last-child {
margin-right: 0;
}
.main-doctors-item .doctor-img ul li a {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
color: #7127d2;
display: inline-block;
border-radius: 4px;
font-size: 20px;
}
.main-doctors-item .doctor-img ul li a:hover {
background-color: #7127d2;
color: #ffffff;
}
.main-doctors-item h3 {
font-size: 26px;
margin-bottom: 8px;
text-align: left;
}
.main-doctors-item span {
text-align: left;
font-size: 16px;
display: block;
font-weight: 400;
}
.main-doctors-item:hover .doctor-img ul {
bottom: 30px;
} .main-counter-item {
text-align: center;
margin-bottom: 30px;
}
.main-counter-item h2 {
font-size: 50px;
display: inline-block;
line-height: 1;
margin-top: -10px;
}
.main-counter-item h3 {
font-size: 16px;
color: #7127d2;
margin-bottom: -5px;
margin-top: 8px;
} .testimonials-section {
position: relative;
z-index: 1;
}
.testimonials-section .shape {
position: absolute;
top: 100px;
right: 100px;
}
.main-testimonials {
border: 1px solid #ebeef5;
padding: 30px;
border-radius: 4px;
text-align: center;
margin-bottom: 30px;
}
.main-testimonials img {
border-radius: 4px;
}
.main-testimonials .testimonials-content {
margin-top: 20px;
}
.main-testimonials .testimonials-content h3 {
font-size: 23px;
margin-bottom: 0;
}
.main-testimonials .testimonials-content span {
display: block;
margin-bottom: 12px;
color: #7127d2;
}
.main-testimonials .testimonials-content p {
margin-bottom: 18px;
}
.main-testimonials .testimonials-content ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
line-height: 1;
}
.main-testimonials .testimonials-content ul li {
display: inline-block;
}
.main-testimonials .testimonials-content ul li i {
color: #f5b326;
font-size: 20px;
}
.testimonials-slide.owl-carousel .owl-item img {
width: auto;
margin: auto;
}
.testimonials-slide .owl-item.active.center .main-testimonials.hover-style::before {
width: 100%;
}
.testimonials-slide .owl-item.active.center .main-testimonials.hover-style::after {
width: 100%;
}
.testimonials-slide .owl-item.active.center .main-testimonials.hover-style .inner-border::before {
height: 100%;
}
.testimonials-slide .owl-item.active.center .main-testimonials.hover-style .inner-border::after {
height: 100%;
}
.testimonials-slide.owl-theme .owl-dots {
margin-top: 20px;
line-height: 1;
}
.testimonials-slide.owl-theme .owl-dots .owl-dot span {
width: 30px;
background-color: #d3def5;
transition: all ease 0.5s;
}
.testimonials-slide.owl-theme .owl-dots .owl-dot.active span {
background-color: #7127d2;
} .faq-section {
position: relative;
z-index: 1;
}
.faq-section .shape {
position: absolute;
}
.faq-section .shape.shape-1 {
top: -100px;
left: 0;
}
.faq-section .shape.shape-2 {
top: -100px;
right: 0;
}
.accordion-item {
margin-bottom: 20px;
border: 1px solid #ebeef5 !important;
border-radius: 4px;
}
.accordion-item:last-child {
margin-bottom: 0;
}
.accordion-item .accordion-button {
font-size: 20px;
font-weight: 600;
}
.accordion-item .accordion-button:focus {
box-shadow: none;
}
.faq-img {
background-image: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/faq-img.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
} .blog-section {
position: relative;
}
.blog-section .shape {
position: absolute;
}
.blog-section .shape.shape-1 {
top: 100px;
left: 100px;
}
.blog-section .shape.shape-2 {
top: 0;
right: 0;
}
.main-blog-item {
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.main-blog-item::before {
z-index: 1;
}
.main-blog-item::after {
z-index: 1;
}
.main-blog-item .inner-border::before {
z-index: 1;
}
.main-blog-item .inner-border::after {
z-index: 1;
}
.main-blog-item .blog-img {
display: block;
}
.main-blog-item .blog-img img {
border-radius: 4px 4px 0 0;
}
.main-blog-item .blog-content {
padding: 0;
position: relative;
background-color: #ffffff;
border: none !important;
transition: all ease 0.5s;
}
.main-blog-item .blog-content span {
position: absolute;
top: -33px;
left: 0;
background-color: #ebeef5;
padding: 5px 20px;
border-radius: 4px;
}
.main-blog-item .blog-content h3 {
font-size: 24px;
margin-bottom: 8px;
color: #000000;
}
.main-blog-item .blog-content h3 a {
color: #0F131F;
}
.main-blog-item .blog-content ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.main-blog-item .blog-content ul li .author {
font-weight: 600;
}
.main-blog-item .blog-content ul li .author i {
position: relative;
top: -1px;
font-size: 13px;
margin-right: 5px;
}
.blog-slide.owl-theme .owl-dots {
margin-top: 0;
line-height: 1;
background: none;
margin: 0 8px;
display: flex;
justify-content: center;
align-items: center;
}
.owl-theme .owl-dots .owl-dot {
margin: 0 3px;
}
.blog-slide.owl-theme .owl-dots .owl-dot span {
width: 17px;
height: 17px;
background-color: #C5C5C5;
transition: all ease 0.5s;
margin-top: 0;
margin-bottom: 0;
}
.owl-theme .owl-nav {
display: flex;
justify-content: center;
}
.blog-slide.owl-theme .owl-dots .owl-dot.active span {
background-color: #7127d2;
}
.blog-slide .owl-item.active.center .main-blog-item.hover-style::before {
width: 100%;
}
.blog-slide .owl-item.active.center .main-blog-item.hover-style::after {
width: 100%;
}
.blog-slide .owl-item.active.center .main-blog-item.hover-style .inner-border::before {
height: 100%;
}
.blog-slide .owl-item.active.center .main-blog-item.hover-style .inner-border::after {
height: 100%;
}
.blog-slide .owl-item.active.center .main-blog-item .blog-content {
background-color: #fff;
}
.blog-slide .owl-item.active.center .main-blog-item .blog-content h3 a {
color: #ffffff;
}
.blog-slide .owl-item.active.center .main-blog-item .blog-content ul li .main-detail-btn {
color: #ffffff;
}
.blog-slide .owl-item.active.center .main-blog-item .blog-content ul li .author {
color: #ffffff;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: none;
}
.owl-theme .owl-dots .owl-dot {
background: none;
} .appointment-section {
position: relative;
}
.appointment-section .appointment-shape {
position: absolute;
top: 0;
left: 0;
}
.appointment-img {
text-align: center;
position: relative;
z-index: 1;
}
.appointment-img::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(143deg, #2FB0F5 2.77%, #7127d2 94.89%);
border-radius: 26px 0 0 26px;
z-index: -1;
}
.appointment-content {
max-width: 635px;
margin-left: auto;
}
.appointment-content .up-title {
color: #7127d2;
display: block;
margin-bottom: 10px;
font-weight: 600;
}
.appointment-content h2 {
font-size: 45px;
margin-bottom: 30px;
}
.appointment-content p {
margin-bottom: 30px;
}
.appointment-content .appointment-form .form-group {
margin-bottom: 30px;
}
.appointment-content .appointment-form .form-group .form-control {
border: 1px solid #d3d5db;
border-radius: 4px;
}
.appointment-content .appointment-form .form-group .form-control.form-select {
color: #60697b;
}
.appointment-content .appointment-form .main-btn {
width: 100%;
display: block;
} .subscribe-content h2 {
color: #ffffff;
font-size: 42px;
margin-bottom: 0;
}
.subscribe-form {
position: relative;
}
.subscribe-form .form-control {
background-color: #ffffff;
border-radius: 12px;
}
.subscribe-form .main-btn {
position: absolute;
top: 5px;
right: 2px;
height: 48px;
padding: 15px 3px;
border-radius: 12px;
}
.subscribe-form .main-btn span {
margin: -10px 0 0;
} .footer-section {
box-sizing: border-box;
padding: 17px;
}
.footer-section .top-footer .container-fluid {
background: #28272a;
border-radius: 25px;
box-sizing: border-box;
padding: 38px 53px;
}
.main-footer-item {
margin-bottom: 30px;
}
.main-footer-item .footer-logo {
display: block;
margin-bottom: 20px;
}
.main-footer-item p {
margin-bottom: 20px;
font-size: 15px;
color: #fff;
}
.main-footer-item .footer-social-link {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.main-footer-item .footer-social-link li {
display: inline-block;
margin-right: 10px;
}
.main-footer-item .footer-social-link li:last-child {
margin-right: 0;
}
.main-footer-item .footer-social-link li a {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
display: inline-block; color: #ffffff;
border-radius: 4px;
position: relative;
}
.main-footer-item .footer-social-link li a:hover {
background-color: #f5b326;
}
.main-footer-item h3 {
font-size: 15px;
margin-bottom: 20px;
font-family: "Poppins", sans-serif;
text-transform: uppercase;
color: #fff;
font-weight: 500;
}
.main-footer-item .useful-link {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.main-footer-item .useful-link li {
margin-bottom: 8px;
font-size: 17px;
color: #fff;
font-weight: 500;
line-height: 1.5;
}
.main-footer-item .useful-link li a {
color: #fff;
font-weight: 500;
}
.main-footer-item .useful-link li:last-child {
margin-bottom: 0;
}
.main-footer-item .address-info {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.main-footer-item .address-info li {
position: relative;
padding-left: 30px;
margin-bottom: 15px;
}
.main-footer-item .address-info li:last-child {
margin-bottom: 0;
}
.main-footer-item .address-info li i {
position: absolute;
top: 4px;
left: 0;
color: #7127d2;
font-size: 20px;
}
.main-footer-item h3 {
} .footer-bottom {
border-top: 1px solid #fff;
padding: 40px 0 0;
}
.footer-bottom .footer-social-link {
display: flex;
justify-content: flex-end;
list-style: none;
}
.footer-bottom .footer-social-link li {
margin: 0 5px;
}
.footer-bottom .copyright {
font-size: 15px;
font-family: "Poppins", sans-serif;
color: #fff;
}
.copy-right-section {
padding-top: 20px;
padding-bottom: 20px;
position: relative;
}
.copy-right-section p span {
color: #7127d2;
font-weight: 600;
}
.copy-right-section p a {
color: #7127d2;
font-weight: 600;
}
.copy-right-section ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
text-align: right;
}
.copy-right-section ul li {
display: inline-block;
margin-right: 30px;
}
.copy-right-section ul li:last-child {
margin-right: 0;
}
.our-client-portal .content-main {
display: flex;
justify-content: center;
align-items: center;
}
.our-client-portal .left-content {
width: 288px;
display: flex;
flex-direction: column;
}
.our-client-portal .box {
width: 100%;
height: 261px;
border: 1px solid #D9D9D9;
border-radius: 10px;
margin: 0 0 31px;
box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.3);
box-sizing: border-box;
padding: 8px;
}
.our-client-portal .icon_box {
background: #7127d2;
width: 57px;
height: 57px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin: 0 0 30px;
}
.our-client-portal .box h3 {
font-size: 20px;
}
.our-client-portal .box p {
font-size: 16px;
font-weight: 400;
}
.our-client-portal .box a {
font-size: 20px;
color: #7127d2;
border-bottom: 1px solid #7127d2;
}
.our-client-portal .right-content {
width: 288px;
display: flex;
flex-direction: column;
}
.our-client-portal .center-box img {
border-radius: 10px;
overflow: hidden;
padding: 12px;
box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.3);
background: #fff;
}
.our-client-portal .center-box {
width: 588px;
display: flex;
justify-content: center;
position: relative;
margin: 0 25px;
}
.our-client-portal .center-box .second-main {
position: absolute;
bottom: 8px;
right: 0;
box-shadow: none;
border-radius: 10px 10px 0 0;
} .page-banner-section {
position: relative;
z-index: 1;
}
.page-banner-section .page-banner-shape-1 {
position: absolute;
top: 20px;
left: 0;
z-index: -1;
filter: contrast(0.5);
opacity: 0.3;
}
.page-banner-section .page-banner-shape-2 {
position: absolute;
top: 20px;
right: 0;
z-index: -1;
filter: contrast(0.5);
opacity: 0.3;
}
.page-banner-content {
text-align: center;
}
.page-banner-content h2 {
font-size: 60px;
}
.page-banner-content ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.page-banner-content ul li {
color: #717378;
display: inline-block;
margin-right: 50px;
position: relative;
font-weight: 600;
}
.page-banner-content ul li::before {
content: "";
position: absolute;
top: 9px;
right: -33px;
width: 10px;
height: 10px;
background-color: #7127d2;
border-radius: 2px;
}
.page-banner-content ul li:last-child {
margin-right: 0;
}
.page-banner-content ul li:last-child:before {
display: none;
}
.page-banner-content ul li .active {
color: #7127d2;
} .pagination {
margin-top: 15px;
text-align: center;
display: block;
}
.pagination .page-count {
width: 45px;
height: 45px;
line-height: 45px;
color: #898c90;
text-align: center;
display: inline-block;
position: relative;
margin-left: 3px;
margin-right: 3px;
font-size: 16px;
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
border-radius: 4px;
}
.pagination .page-count:hover {
color: #ffffff;
background-color: #f5b326;
}
.pagination .page-count i {
font-size: 16px;
font-weight: normal;
}
.pagination .page-count.next {
top: 0;
}
.pagination .page-count.current {
color: #ffffff;
border-color: #f5b326;
background-color: #f5b326;
} .our-quality-area {
position: relative;
z-index: 1;
}
.our-quality-area .shape {
position: absolute;
}
.our-quality-area .shape.shape-1 {
bottom: 100px;
left: 0;
}
.our-quality-area .shape.shape-2 {
top: -100px;
right: 0;
}
.main-quality-item {
border: 1px solid #ebeef5;
padding: 30px;
border-radius: 4px;
margin-bottom: 30px;
}
.main-quality-item .icon {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
background: #ebeef5;
border-radius: 4px;
margin-bottom: 15px;
}
.main-quality-item h3 {
font-size: 25px;
margin-bottom: 12px;
} .contact-us-section {
position: relative;
}
.contact-us-section .shape {
position: absolute;
}
.contact-us-section .shape.shape-1 {
top: 100px;
left: 100px;
}
.contact-us-section .shape.shape-2 {
bottom: 0;
right: 0;
}
.main-contact-info-item {
border: 1px solid #ebeef5;
border-radius: 4px;
padding: 30px;
text-align: center;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
margin-bottom: 30px;
}
.main-contact-info-item .icon {
margin: auto;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
background: #ebeef5;
border-radius: 4px;
margin-bottom: 15px;
}
.main-contact-info-item h3 {
font-size: 25px;
}
.main-contact-info-item ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.main-contact-info-item ul li {
margin-bottom: 10px;
}
.main-contact-info-item ul li:last-child {
margin-bottom: 0;
}
.contact-form h3 {
font-size: 30px;
margin-bottom: 15px;
}
.contact-form p {
margin-bottom: 40px;
}
.contact-form .form-group {
margin-bottom: 30px;
}
.contact-form .form-group .form-control.textarea {
height: 250px;
}
.map-wrap h3 {
font-size: 30px;
margin-bottom: 15px;
}
.map-wrap p {
margin-bottom: 40px;
}
.map-wrap iframe {
border-radius: 4px;
width: 100%;
height: 508px;
display: block;
} .main-sidebar-item {
padding: 30px;
border: 2.5px solid #EBEEF5;
border-radius: 4px;
margin-bottom: 30px;
}
.main-sidebar-item:last-child {
margin-bottom: 0;
}
.main-sidebar-item h3 {
font-size: 25px;
border-bottom: 1px solid #EBEEF5;
padding-bottom: 8px;
margin-bottom: 15px;
}
.main-sidebar-item ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.main-sidebar-item.services-category ul li {
margin-bottom: 20px;
}
.main-sidebar-item.services-category ul li:last-child {
margin-bottom: 0;
}
.main-sidebar-item.services-category ul li a {
background: #EBEEF5;
border: 1.5px solid #D3DEF5;
border-radius: 4px;
padding: 10px;
display: block;
color: #0F131F;
font-weight: 600;
}
.main-sidebar-item.services-category ul li a i {
float: right;
font-size: 18px;
position: relative;
top: 4px;
right: -5px;
}
.main-sidebar-item.services-category ul li a span {
float: right;
}
.main-sidebar-item.services-category ul li a:hover {
color: #ffffff;
background-color: #7127d2;
}
.main-sidebar-item.work-time ul li {
border-bottom: 1px solid #EBEEF5;
margin-bottom: 20px;
padding-bottom: 20px;
}
.main-sidebar-item.work-time ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.main-sidebar-item.work-time ul li span {
float: right;
color: #7127d2;
}
.main-sidebar-item.contact-us .form-group {
margin-bottom: 20px;
}
.main-sidebar-item.contact-us .form-group .form-control.textarea {
height: 200px;
}
.main-sidebar-item.contact-us .main-btn {
width: 100%;
display: block;
}
.main-sidebar-item.recent-post .main-recent-post-item {
position: relative;
margin-bottom: 20px;
padding-left: 115px;
}
.main-sidebar-item.recent-post .main-recent-post-item:last-child {
margin-bottom: 0;
}
.main-sidebar-item.recent-post .main-recent-post-item .post-img {
top: 0;
left: 0;
width: 100px;
float: unset;
height: 100%;
display: block;
position: absolute;
}
.main-sidebar-item.recent-post .main-recent-post-item .post-img .main-img {
width: 100px;
height: 100%;
display: inline-block;
background-repeat: no-repeat;
background-size: cover !important;
background-position: center center !important;
}
.main-sidebar-item.recent-post .main-recent-post-item .post-img .main-img.bg-1 {
background-image: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/blog/blog-1.jpg);
}
.main-sidebar-item.recent-post .main-recent-post-item .post-img .main-img.bg-2 {
background-image: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/blog/blog-2.jpg);
}
.main-sidebar-item.recent-post .main-recent-post-item .post-img .main-img.bg-3 {
background-image: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/blog/blog-3.jpg);
}
.main-sidebar-item.recent-post .main-recent-post-item .post-img .main-img.bg-4 {
background-image: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/blog/blog-4.jpg);
}
.main-sidebar-item.recent-post .main-recent-post-item .post-img .main-img.bg-5 {
background-image: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/blog/blog-5.jpg);
}
.main-sidebar-item.recent-post .main-recent-post-item .post-info .post-title {
font-size: 16px;
line-height: 1.5;
margin-bottom: 7px;
}
.main-sidebar-item.recent-post .main-recent-post-item .post-info .post-title a {
color: #0F131F;
}
.main-sidebar-item.recent-post .main-recent-post-item .post-info .date {
padding-left: 0;
position: relative;
}
.main-sidebar-item.recent-post .main-recent-post-item .post-info .date i {
color: #7127d2;
margin-right: 2px;
}
.main-sidebar-item.recent-post .main-recent-post-item:hover .post-info .post-title a {
color: #7127d2;
}
.main-sidebar-item.tag ul {
padding-left: 0;
list-style-type: none;
margin-right: -10px;
margin-bottom: -10px;
}
.main-sidebar-item.tag ul li {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
}
.main-sidebar-item.tag ul li a {
border: 1px solid #EBEEF5;
display: inline-block;
padding: 5px 15px;
border-radius: 4px;
color: #0F131F;
font-weight: 600;
}
.main-sidebar-item.tag ul li a:hover {
background-color: #7127d2;
color: #ffffff;
} .services-details-content .services-img-1 {
margin-bottom: 30px;
position: relative;
}
.services-details-content .services-img-1 img {
border-radius: 4px;
}
.services-details-content h3 {
font-size: 30px;
}
.services-details-content h4 {
font-size: 25px;
margin-top: 30px;
margin-bottom: 20px;
}
.services-details-content ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.services-details-content ul li {
position: relative;
padding-left: 45px;
margin-bottom: 20px;
}
.services-details-content ul li:last-child {
margin-bottom: 0;
}
.services-details-content ul li span {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
display: inline-block;
background-color: #f5b326;
color: #ffffff;
font-weight: 600;
border-radius: 50%;
position: absolute;
top: 5px;
left: 0;
} .blog-details-content .blog-intro {
margin-bottom: 25px;
}
.blog-details-content .blog-intro img {
border-radius: 4px;
margin-bottom: 20px;
}
.blog-details-content .blog-intro .admin {
padding-left: 0;
margin-bottom: 12px;
line-height: 1;
}
.blog-details-content .blog-intro .admin li {
display: inline-block;
border-right: 1px solid #60697b;
margin-right: 10px;
padding-right: 10px;
font-weight: 600;
}
.blog-details-content .blog-intro .admin li:last-child {
padding-right: 0;
margin-right: 0;
border-right: none;
}
.blog-details-content .blog-intro h2 {
font-size: 32px;
}
.blog-details-content .mb-gap-30 {
margin-bottom: 30px;
}
.blog-details-content blockquote {
background-color: #EBEEF5;
padding: 30px;
font-size: 18px;
color: #0F131F;
border-left: 5px solid #7127d2;
border-radius: 10px;
font-weight: 600;
}
.blog-details-content .main-blog-item-img {
margin-bottom: 30px;
}
.blog-details-content .main-blog-item-img img {
border-radius: 4px;
}
.blog-details-content .fe-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.blog-details-content .fe-list li {
position: relative;
padding-left: 45px;
margin-bottom: 20px;
}
.blog-details-content .fe-list li:last-child {
margin-bottom: 0;
}
.blog-details-content .fe-list li span {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
display: inline-block;
background-color: #f5b326;
color: #ffffff;
font-weight: 600;
border-radius: 50%;
position: absolute;
top: 5px;
left: 0;
}
.blog-details-content .tag-socila {
background-color: #EBEEF5;
padding: 15px;
margin-top: 30px;
margin-bottom: 30px;
border-radius: 10px;
}
.blog-details-content .tag-socila ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.blog-details-content .tag-socila ul li {
display: inline-block;
}
.blog-details-content .tag-socila .tag li {
margin-right: 10px;
}
.blog-details-content .tag-socila .tag li:last-child {
margin-right: 0;
}
.blog-details-content .tag-socila .tag li span {
font-weight: 600;
color: #0F131F;
font-size: 18px;
}
.blog-details-content .tag-socila .tag li a {
font-weight: 600;
color: #0F131F;
display: inline-block;
padding: 5px 10px;
background-color: #ffffff;
border: 1.5px solid #D3DEF5;
border-radius: 4px;
}
.blog-details-content .tag-socila .tag li a:hover {
background-color: #7127d2;
color: #ffffff;
}
.blog-details-content .tag-socila .social li {
margin-right: 10px;
}
.blog-details-content .tag-socila .social li:last-child {
margin-right: 0;
}
.blog-details-content .tag-socila .social li span {
font-weight: 600;
color: #0F131F;
font-size: 18px;
}
.blog-details-content .tag-socila .social li a {
color: #0F131F;
display: inline-block;
background-color: #ffffff;
border: 1.5px solid #D3DEF5;
border-radius: 4px;
width: 37px;
height: 37px;
line-height: 37px;
text-align: center;
}
.blog-details-content .tag-socila .social li a:hover {
background-color: #7127d2;
color: #ffffff;
}
.blog-details-content .comment-wrap {
margin-bottom: 50px;
}
.blog-details-content .comment-wrap h3 {
font-size: 25px;
margin-bottom: 30px;
}
.blog-details-content .comment-wrap ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.blog-details-content .comment-wrap ul li {
position: relative;
padding-left: 70px;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #EBEEF5;
}
.blog-details-content .comment-wrap ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.blog-details-content .comment-wrap ul li img {
position: absolute;
top: 0;
left: 0;
}
.blog-details-content .comment-wrap ul li h4 {
font-size: 20px;
margin-bottom: 5px;
}
.blog-details-content .comment-wrap ul li span {
display: block;
margin-bottom: 10px;
}
.blog-details-content .comment-wrap ul li .replay {
font-weight: 600;
color: #7127d2;
position: absolute;
top: 0;
right: 0;
}
.blog-details-content .leave-replay {
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
border-radius: 10px;
}
.blog-details-content .leave-replay h3 {
font-size: 25px;
margin-bottom: 40px;
}
.blog-details-content .leave-replay .form-group {
margin-bottom: 30px;
}
.blog-details-content .leave-replay .form-group .form-control.textarea {
height: 300px;
}
.blog-details-content .leave-replay .form-check {
font-weight: 600;
}  .sign-up-section {
position: relative;
z-index: 1;
}
.sign-up-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px;
background-color: #ebeef5;
z-index: -1;
}
.sign-up-img {
background-image: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/sign-up-img.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
border-radius: 10px 0 0 10px;
}
.sign-up-img.bg-2 {
background-image: url(//dentalhiring.ca/wp-content/themes/twentytwentyfour-child/assets/images/sign-in-img.jpg);
}
.sign-up-form {
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 50px;
border-radius: 0 10px 10px 0;
}
.sign-up-form h2 {
font-size: 30px;
margin-bottom: 15px;
}
.sign-up-form p {
font-size: 17px;
margin-bottom: 35px;
}
.sign-up-form .form-wrap .form-group {
position: relative;
margin-bottom: 30px;
}
.sign-up-form .form-wrap .form-group span {
position: absolute;
top: 22px;
right: 20px;
cursor: pointer;
}
.sign-up-form .form-wrap .submit-btn {
margin-bottom: 30px;
}
.sign-up-form .form-wrap .submit-btn .main-btn {
width: 100%;
display: block;
}
.sign-up-form .form-wrap .already {
text-align: center;
font-size: 18px;
margin-bottom: 0;
}
.sign-up-form .form-wrap .already a {
color: #7127d2;
}
.sign-up-form .form-wrap .or {
display: block;
position: relative;
text-align: center;
font-size: 18px;
margin-top: 30px;
margin-bottom: 30px;
}
.sign-up-form .form-wrap .or::before {
content: "";
position: absolute;
top: 60%;
left: 0;
border-top: 1px solid rgba(164, 174, 198, 0.2);
width: calc(50% - 1.5rem);
}
.sign-up-form .form-wrap .or::after {
content: "";
position: absolute;
top: 60%;
border-top: 1px solid rgba(164, 174, 198, 0.2);
right: 0;
width: calc(50% - 1.5rem);
}
.sign-up-form .footer-social-link {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: center;
}
.sign-up-form .footer-social-link li {
display: inline-block;
margin-right: 10px;
}
.sign-up-form .footer-social-link li:last-child {
margin-right: 0;
}
.sign-up-form .footer-social-link li a {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
display: inline-block;
background-color: #7127d2;
color: #ffffff;
border-radius: 4px;
position: relative;
}
.sign-up-form .footer-social-link li a:hover {
background-color: #f5b326;
} .error-content {
text-align: center;
}
.error-content img {
margin-bottom: 30px;
}
.error-content h3 {
font-size: 30px;
margin-bottom: 20px;
}
.error-content p {
max-width: 860px;
margin: auto;
margin-bottom: 30px;
font-size: 18px;
} .privacy-and-conditions-list {
position: sticky;
top: 100px;
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
border-radius: 4px;
border: 1px solid rgba(164, 174, 198, 0.2);
}
.privacy-and-conditions-list .nav-link {
display: block;
border-bottom: 1px solid #f1f1f1;
padding: 15px 30px;
font-size: 18px;
font-weight: 600;
color: #0F131F;
}
.privacy-and-conditions-list .nav-link:last-child {
border: none;
}
.privacy-and-conditions-list .nav-link.active {
color: #7127d2;
}
.privacy-and-conditions-item {
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 30px;
border-radius: 4px;
border: 1px solid rgba(164, 174, 198, 0.2);
}
.privacy-and-conditions-item h3 {
font-size: 30px;
margin-bottom: 20px;
}
.privacy-and-conditions-item ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
margin-bottom: 15px;
}
.privacy-and-conditions-item ul li {
position: relative;
font-weight: 600;
font-size: 17px;
margin-bottom: 10px;
padding-left: 25px;
}
.privacy-and-conditions-item ul li:last-child {
margin-bottom: 0;
}
.privacy-and-conditions-item ul li i {
position: absolute;
top: 5px;
left: 0;
color: #7127d2;
}
.privacy-and-conditions-item a {
color: #7127d2;
font-weight: 600;
} .product-result {
margin-bottom: 50px;
}
.product-result p {
font-size: 16px;
}
.product-result p span {
font-weight: 600;
color: #7127d2;
}
.product-result .form-select {
cursor: pointer;
max-width: 400px;
float: right;
}
.main-product-item {
margin-bottom: 30px;
}
.main-product-item .product-img {
position: relative;
overflow: hidden;
}
.main-product-item .product-img img {
border-radius: 4px;
}
.main-product-item .product-img ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
position: absolute;
left: -60px;
top: 30px;
transition: all ease 0.5s;
}
.main-product-item .product-img ul li {
margin-bottom: 10px;
}
.main-product-item .product-img ul li:last-child {
margin-bottom: 0;
}
.main-product-item .product-img ul li a i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
border-radius: 4px;
background-color: #7127d2;
color: #ffffff;
transition: all ease 0.5s;
}
.main-product-item .product-img ul li a:hover i {
background-color: #f5b326;
color: #ffffff;
}
.main-product-item .product-img .main-btn {
width: 100%;
position: absolute;
bottom: -60px;
left: 0;
right: 0;
transition: all ease 0.5s;
border-radius: 0 0 4px 4px;
}
.main-product-item .main-product-content {
padding-top: 30px;
text-align: center;
}
.main-product-item .main-product-content h3 {
font-size: 25px;
margin-bottom: 15px;
}
.main-product-item .main-product-content h3 a {
color: #0F131F;
}
.main-product-item .main-product-content span {
font-size: 18px;
font-weight: 600;
color: #7127d2;
display: block;
margin-bottom: 15px;
}
.main-product-item .main-product-content span del {
opacity: 0.7;
margin-right: 10px;
}
.main-product-item .main-product-content ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
line-height: 1;
}
.main-product-item .main-product-content ul li {
display: inline-block;
}
.main-product-item .main-product-content ul li i {
color: #fcc032;
}
.main-product-item:hover .product-img ul {
left: 30px;
}
.main-product-item:hover .main-btn {
bottom: 0;
} .shopping-cart {
border: 1px solid #edeff3;
border-bottom: none;
margin-bottom: 50px;
border-radius: 4px;
}
.shopping-cart .table > :not(:first-child) {
border: none !important;
}
.shopping-cart .table-bordered > :not(caption) > * {
border-color: #edeff3;
}
.shopping-cart table {
margin-bottom: 0;
}
.shopping-cart table thead tr {
border-style: none;
}
.shopping-cart table thead tr th {
border: none;
color: #0F131F;
font-size: 18px;
font-weight: 700;
padding: 20px 30px;
}
.shopping-cart table tbody tr td {
vertical-align: middle;
border: none;
white-space: nowrap;
padding: 15px;
}
.shopping-cart table tbody tr .cart-thumbnail a {
color: #0F131F;
font-weight: 700;
display: block;
text-align: left;
}
.shopping-cart table tbody tr .cart-thumbnail a img {
width: 85px;
border-radius: 4px;
border: 1px solid #edeff3;
padding: 2px;
}
.shopping-cart table tbody tr .cart-thumbnail a:hover {
color: #7127d2;
}
.shopping-cart table tbody tr .cart-thumbnail span {
display: block;
text-align: left;
font-weight: 400;
color: #60697b;
font-size: 14px;
}
.shopping-cart table tbody tr .cart-price .amount {
font-weight: 600;
font-size: 16px;
text-decoration: none;
}
.shopping-cart table tbody tr .cart-price del {
opacity: 0.9;
margin-right: 10px;
}
.shopping-cart table tbody tr .cart-total-price .total-price {
font-weight: 600;
font-size: 16px;
}
.shopping-cart table tbody tr .cart-quantity {
width: 145px;
padding: 0;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input {
position: relative;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input input {
height: 45px;
color: #0F131F;
outline: 0;
display: block;
border: none;
background-color: transparent;
text-align: center;
width: 100%;
font-size: 15px;
font-weight: 700;
border-top: 1px solid #edeff3;
border-bottom: 1px solid #edeff3;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input input::-moz-placeholder {
color: #0F131F;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input input::placeholder {
color: #0F131F;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input .plus, .shopping-cart table tbody tr .cart-quantity .quantity-input .minus {
position: absolute;
top: 0;
left: 0;
background-color: transparent;
cursor: pointer;
color: #0F131F;
width: 40px;
height: 100%;
line-height: 43px;
transition: all ease 0.5s;
border: 1px solid #edeff3;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input .plus i, .shopping-cart table tbody tr .cart-quantity .quantity-input .minus i {
font-weight: 700;
font-size: 12px;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input .plus:hover, .shopping-cart table tbody tr .cart-quantity .quantity-input .minus:hover {
color: #ffffff;
background-color: #7127d2;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input .plus {
left: auto;
right: 0;
}
.shopping-cart table tbody tr .cart-quantity .quantity-input .plus:hover {
color: #ffffff;
background-color: #7127d2;
}
.shopping-cart table tbody tr .product-delete {
text-align: center !important;
}
.shopping-cart table tbody tr .product-delete .delete {
color: #0F131F;
font-size: 20px;
}
.shopping-cart table tbody tr .product-delete .delete:hover {
color: #e2626b;
}
.coupon-form {
margin-bottom: 0;
border: 1px solid #edeff3;
padding: 30px;
border-radius: 4px;
}
.coupon-form .form-group {
position: relative;
}
.coupon-form .form-group .form-control {
border: 1px solid #edeff3;
background-color: #ffffff;
}
.coupon-form .form-group .form-control:focus {
border-color: #7127d2;
}
.coupon-form .main-btn.update {
padding: 14px 30px;
height: 58px;
line-height: 28px;
}
.your-order {
padding: 30px;
border: 1px solid #edeff3;
background-color: #ffffff;
border-radius: 4px;
}
.your-order h3 {
padding-bottom: 30px;
border-bottom: 1px solid #edeff3;
font-size: 24px;
}
.your-order ul {
padding-left: 0;
margin: 0 0 25px;
list-style-type: none;
}
.your-order ul li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #edeff3;
font-weight: 600;
color: #0F131F;
}
.your-order ul li:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.your-order ul li span {
float: right;
}
.your-order ul li .discount {
color: #e2626b;
}
.your-order ul li.total-amount {
font-weight: 700;
}
.your-order .main-btn {
display: block;
} .alert-icon {
background-color: #ecf2fc;
font-size: 18px;
margin-bottom: 30px;
}
.alert-icon i {
margin-right: 5px;
}
.alert-icon a {
position: relative;
}
.alert-icon a::before {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 1px;
background-color: #7127d2;
transition: all ease 0.5s;
}
.alert-icon a:hover::before {
width: 100%;
right: auto;
left: 0;
}
.billing-address h3 {
margin-bottom: 20px;
font-size: 24px;
}
.billing-address .form-floating {
margin-bottom: 20px;
}
.billing-address .form-floating > label {
color: #959ca9;
}
.billing-address .form-floating .form-control {
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.billing-address .form-floating .form-control.textarea {
height: 200px;
}
.billing-address .form-selectr .form-select {
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
color: #959ca9;
}
.billing-address .form-selectr .form-select option {
color: #0F131F;
}
.billing-address .mb-20 {
margin-bottom: 20px;
}
.billing-address .form-check {
margin-bottom: 20px;
}
.billing-address .form-check .form-check-label {
color: #60697b;
font-size: 18px;
}
.billing-address .form-check .form-check-input[type=checkbox] {
width: 18px;
height: 18px;
position: relative;
}
.billing-address .form-check .form-check-input[type=checkbox]:focus {
box-shadow: none;
}
.shopping-carts {
border: 1px solid #edeff3;
padding: 30px;
margin-bottom: 30px;
border-radius: 4px;
}
.shopping-carts h3 {
font-size: 24px;
margin-bottom: 30px;
}
.shopping-carts .shopping-cart-item {
border-bottom: 1px solid #edeff3;
padding-bottom: 20px;
margin-bottom: 20px;
}
.shopping-carts .shopping-cart-item:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.shopping-carts .shopping-cart-item .product-img {
width: 120px;
border-radius: 4px;
border: 1px solid #edeff3;
padding: 2px;
}
.shopping-carts .shopping-cart-item .post-title {
font-size: 16px;
}
.shopping-carts .shopping-cart-item .amount {
font-weight: 700;
color: #0F131F;
}
.shipping-option {
border: 1px solid #edeff3;
padding: 30px;
margin-bottom: 30px;
border-radius: 4px;
}
.shipping-option h3 {
font-size: 24px;
margin-bottom: 30px;
}
.shipping-option .form-check {
margin-bottom: 20px;
}
.shipping-option .form-check .form-check-label {
font-size: 18px;
font-weight: 600;
}
.shipping-option .form-check:last-child {
margin-bottom: 0;
}
.shipping-option .form-check .form-check-input:checked[type=radio] {
box-shadow: none;
}
.shipping-option .form-check .form-check-input:focus {
box-shadow: none;
} .payment-content {
max-width: 600px;
margin: auto;
border: 1px solid #ecf2fc;
padding: 50px;
padding-bottom: 26px;
}
.payment-content h3 {
font-size: 24px;
}
.payment-content .form-check {
margin-bottom: 20px;
}
.payment-content .form-check .form-check-input:checked[type=radio] {
box-shadow: none;
}
.payment-content .form-check .form-check-input:focus {
box-shadow: none;
}
.payment-content .form-floating {
margin-bottom: 24px;
}
.payment-content .form-floating .form-control {
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
} .product-main-image {
text-align: center;
}
.product-main-image img {
border-radius: 4px;
border: 1px solid #ecf2fc;
padding: 3px;
}
.product-details-main-content h3 {
font-size: 24px;
margin-bottom: 15px;
}
.product-details-main-content .old-recent-price {
margin-bottom: 5px;
font-size: 24px;
font-weight: 500;
}
.product-details-main-content .old-recent-price span {
padding: 0 5px;
color: #0F131F;
}
.product-details-main-content .old-recent-price del {
margin-right: 10px;
color: #60697b;
opacity: 0.5;
}
.product-details-main-content .stock {
display: block;
margin-bottom: 10px;
color: #008000;
font-weight: 600;
}
.product-details-main-content .client-review {
position: relative;
margin-bottom: 10px;
}
.product-details-main-content .client-review .rating i {
color: #fcc032;
}
.product-details-main-content .client-review .total-reviews {
position: absolute;
top: 0;
left: 120px;
}
.product-details-main-content p {
margin-bottom: 30px;
}
.product-details-main-content .choose-size {
margin-bottom: 30px;
}
.product-details-main-content .choose-size h4 {
font-size: 18px;
font-weight: 600;
}
.product-details-main-content .choose-size label {
position: relative;
inline-size: 2rem;
block-size: 2rem;
margin-right: 0.5rem;
isolation: isolate;
display: grid;
place-items: center;
cursor: pointer;
display: inline-block;
}
.product-details-main-content .choose-size label > span {
position: absolute;
inset: 0;
block-size: 100%;
inline-size: 100%;
}
.product-details-main-content .choose-size label[for*=size] > span {
font-size: 16px;
line-height: 1;
display: grid;
place-items: center;
padding: 0.5rem;
background: rgba(164, 174, 198, 0.2);
border-radius: 4px;
}
.product-details-main-content .choose-size input, .product-details-main-content .choose-size select, .product-details-main-content .choose-size textarea {
-webkit-appearance: none !important;
}
.product-details-main-content .choose-size label[for*=size] > input:checked ~ span {
background-color: #7127d2;
color: #fff;
}
.product-details-main-content .choose-color h4 {
font-size: 18px;
font-weight: 600;
}
.product-details-main-content .choose-color input[type=radio] {
display: none;
}
.product-details-main-content .choose-color input[type=radio]:checked + label span {
transform: scale(1.25);
}
.product-details-main-content .choose-color input[type=radio]:checked + label .red {
border: 1px solid #711313;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .orange {
border: 1px solid #873a08;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .yellow {
border: 1px solid #816102;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .olive {
border: 1px solid #505a0b;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .green {
border: 1px solid #0e4e1d;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .teal {
border: 1px solid #003633;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .blue {
border: 1px solid #103f62;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .violet {
border: 1px solid #321a64;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .purple {
border: 1px solid #501962;
}
.product-details-main-content .choose-color input[type=radio]:checked + label .pink {
border: 1px solid #851554;
}
.product-details-main-content .choose-color label {
display: inline-block;
width: 25px;
height: 25px;
margin-right: 10px;
cursor: pointer;
border-radius: 4px;
}
.product-details-main-content .choose-color label span {
display: block;
width: 100%;
height: 100%;
transition: transform 0.2s ease-in-out;
border-radius: 4px;
}
.product-details-main-content .choose-color label span.red {
background: #DB2828;
}
.product-details-main-content .choose-color label span.orange {
background: #F2711C;
}
.product-details-main-content .choose-color label span.yellow {
background: #FBBD08;
}
.product-details-main-content .choose-color label span.olive {
background: #B5CC18;
}
.product-details-main-content .choose-color label span.green {
background: #21BA45;
}
.product-details-main-content .choose-color label span.teal {
background: #00B5AD;
}
.product-details-main-content .choose-color label span.blue {
background: #2185D0;
}
.product-details-main-content .choose-color label span.violet {
background: #6435C9;
}
.product-details-main-content .choose-color label span.purple {
background: #A333C8;
}
.product-details-main-content .choose-color label span.pink {
background: #E03997;
}
.product-details-main-content .choose-color label:hover span {
transform: scale(1.25);
}
.product-details-main-content .quantity-add-wish {
margin-top: 20px;
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.product-details-main-content .quantity-add-wish li {
margin-right: 30px;
}
.product-details-main-content .quantity-add-wish li:last-child {
margin-right: 0;
}
.product-details-main-content .quantity-add-wish li .cart-quantity {
padding: 0;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input {
position: relative;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input input {
height: 45px;
color: #0F131F;
outline: 0;
display: block;
border: none;
background-color: transparent;
text-align: center;
width: 100%;
font-size: 15px;
font-weight: 700;
border-top: 1px solid #edeff3;
border-bottom: 1px solid #edeff3;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input input::-moz-placeholder {
color: #0F131F;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input input::placeholder {
color: #0F131F;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus, .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .minus {
position: absolute;
top: 0;
left: 0;
background-color: transparent;
cursor: pointer;
color: #0F131F;
width: 40px;
height: 100%;
line-height: 43px;
transition: all ease 0.5s;
border: 1px solid #edeff3;
text-align: center;
border-radius: 4px 0 0 4px;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus i, .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .minus i {
font-weight: 700;
font-size: 12px;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus:hover, .product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .minus:hover {
color: #ffffff;
background-color: #7127d2;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus {
left: auto;
right: 0;
border-radius: 0 4px 4px 0;
}
.product-details-main-content .quantity-add-wish li .cart-quantity .quantity-input .plus:hover {
color: #ffffff;
background-color: #7127d2;
}
.product-details-tab .nav-tabs {
display: block;
border: none;
margin-bottom: 30px;
border-bottom: 1px solid #ecf2fc;
padding-bottom: 15px;
}
.product-details-tab .nav-tabs .nav-item {
display: inline-block;
margin-right: 30px;
}
.product-details-tab .nav-tabs .nav-item:last-child {
margin-right: 0;
}
.product-details-tab .nav-tabs .nav-item .nav-link {
padding: 0;
border: none;
color: #0F131F;
position: relative;
transition: all ease 0.5s;
font-weight: 600;
font-size: 20px;
}
.product-details-tab .nav-tabs .nav-item .nav-link span {
color: #7127d2;
}
.product-details-tab .nav-tabs .nav-item .nav-link.active {
border: none;
color: #7127d2;
background-color: transparent;
}
.product-details-tab .nav-tabs .nav-item .nav-link:hover {
color: #7127d2;
}
.product-details-tab h4 {
font-size: 22px;
}
.product-details-tab .best-product {
margin-bottom: 24px;
}
.product-details-tab .product-additional-info .info-table {
border: 1px solid #ecf2fc;
}
.product-details-tab .product-additional-info .table > :not(caption) > * > * {
padding: 15px;
font-size: 16px;
font-weight: 500;
color: #60697b;
}
.product-details-tab .product-additional-info .table > :not(caption) > * > * {
border-left: 1px solid #ecf2fc;
}
.product-details-tab .product-instructions-info ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.product-details-tab .product-instructions-info ul li {
margin-bottom: 15px;
font-size: 16px;
font-weight: 500;
position: relative;
padding-left: 20px;
}
.product-details-tab .product-instructions-info ul li::before {
content: "";
position: absolute;
top: 7px;
left: 0;
width: 10px;
height: 10px;
background-color: #7127d2;
}
.product-details-tab .product-instructions-info ul li:last-child {
margin-bottom: 0;
}
.product-details-tab .product-review-content h3 {
font-size: 22px;
margin-bottom: 15px;
}
.product-details-tab .product-review-content .total-review {
padding-left: 0;
margin-bottom: 30px;
list-style-type: none;
}
.product-details-tab .product-review-content .total-review li {
display: inline-block;
}
.product-details-tab .product-review-content .total-review li i {
color: #faca51;
font-size: 20px;
}
.product-details-tab .product-review-content .progresss-bar {
position: relative;
padding-left: 50px;
padding-right: 30px;
margin-bottom: 30px;
}
.product-details-tab .product-review-content .progresss-bar:last-child {
margin-bottom: 0;
}
.product-details-tab .product-review-content .progresss-bar .star {
position: absolute;
top: -5px;
left: 0;
color: #60697b;
font-weight: 600;
font-size: 16px;
}
.product-details-tab .product-review-content .progresss-bar .count {
position: absolute;
top: -5px;
right: 0;
color: #60697b;
font-weight: 600;
font-size: 16px;
}
.product-details-tab .product-review-content .bg-success {
background-color: #faca51 !important;
}
.product-details-tab .product-review-content .product-review-form .form-floating {
margin-bottom: 30px;
}
.product-details-tab .product-review-content .product-review-form .form-floating .form-control.textarea {
height: 150px;
}
.product-details-tab .product-review-content .review-list-wrap {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.product-details-tab .product-review-content .review-list-wrap .review-list {
position: relative;
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding: 20px;
padding-right: 150px;
border-radius: 4px;
margin-bottom: 30px;
}
.product-details-tab .product-review-content .review-list-wrap .review-list:last-child {
margin-bottom: 0;
}
.product-details-tab .product-review-content .review-list-wrap .review-list .review-img {
margin-right: 20px;
}
.product-details-tab .product-review-content .review-list-wrap .review-list .review-img img {
border-radius: 4px;
padding: 3px;
border: 1px solid #ecf2fc;
}
.product-details-tab .product-review-content .review-list-wrap .review-list .review-content h4 {
font-size: 18px;
margin-bottom: 0;
}
.product-details-tab .product-review-content .review-list-wrap .review-list .review-content span {
margin-bottom: 10px;
display: block;
}
.product-details-tab .product-review-content .review-list-wrap .review-list .review-content .total-reviews {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
position: absolute;
top: 20px;
right: 20px;
}
.product-details-tab .product-review-content .review-list-wrap .review-list .review-content .total-reviews li {
display: inline-block;
}
.product-details-tab .product-review-content .review-list-wrap .review-list .review-content .total-reviews li i {
color: #faca51;
font-size: 18px;
}
.product-details-tab .product-review-content .review-list-wrap .review-list .review-content .reply {
position: absolute;
bottom: 20px;
right: 20px;
font-weight: 600;
font-size: 16px;
} .main-pricing-table {
margin-bottom: 30px;
text-align: center;
background-color: #ffffff;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
padding-bottom: 30px;
border-radius: 4px;
transition: all ease 0.5s;
}
.main-pricing-table .pricing-header {
padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
text-align: center;
background-color: #7127d2;
}
.main-pricing-table .pricing-header h3 {
margin-bottom: 0;
font-size: 22px;
color: #ffffff;
}
.main-pricing-table .price {
transition: all ease 0.5s;
padding-top: 8px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(38, 104, 245, 0.9);
font-weight: 600;
font-size: 40px;
text-align: center;
color: #ffffff;
}
.main-pricing-table .price sup {
top: -18px;
font-size: 18px;
font-weight: 500;
}
.main-pricing-table .price sub {
bottom: 2px;
color: #ffffff;
padding-right: 5px;
font-size: 14px;
font-weight: 500;
}
.main-pricing-table .pricing-features {
padding-left: 0;
text-align: left;
list-style-type: none;
margin-top: 30px;
margin-bottom: 0;
}
.main-pricing-table .pricing-features li {
position: relative;
color: #0F131F;
padding-left: 0;
font-size: 16px;
font-weight: 600;
border-bottom: 1px solid #eeeeee;
padding: 10px 30px 10px;
}
.main-pricing-table .pricing-features li:last-child {
margin-bottom: 0;
}
.main-pricing-table .pricing-features li i {
color: #008000;
position: absolute;
right: 30px;
top: 9px;
font-size: 25px;
}
.main-pricing-table .pricing-features li i.close {
color: rgba(255, 0, 0, 0.5);
}
.main-pricing-table .pricing-features li span {
display: inline-block;
color: #60697b;
font-size: 20px;
position: absolute;
top: 1px;
margin-left: 3px;
}
.main-pricing-table .btn-wrap {
margin-top: 30px;
padding-left: 30px;
padding-right: 30px;
}
.main-pricing-table .btn-wrap .main-btn {
width: 100%;
}
.rtl-buy {
position: fixed;
top: 50%;
left: 0;
transform: translateY(-50%);
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
z-index: 1;
}
.rtl-buy li a {
background-color: #7127d2;
display: block;
padding: 10px;
width: 55px;
color: #ffffff;
text-align: center;
}
.rtl-buy li a:hover {
background-color: #f5b326;
color: #ffffff;
}
.rtl-buy li a.bg-color {
background-color: #008000;
color: #ffffff;
}
.rtl-buy li a.bg-color:hover {
background-color: #f5b326;
color: #ffffff;
}  .help-section {
padding-top: 50px;
padding-bottom: 33px;
}
.help .banner-content.style-three h1 {
font-size: 48px;
}
.help .banner-content.style-three {
text-align: center;
}
.scroll-progress {
position: fixed;
top: 0;
left: 0;
width: 0%;
height: 4px;
background: #007bff;
z-index: 9999;
transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.help-section .faq-container {
display: flex;
flex-wrap: wrap;
max-width: 1140px;
margin: 0 auto;
background: #fff;
}
.help-section .tabs {
flex: 0 0 250px;
background: #fafafa;
border-right: 1px solid #eee;
position: sticky;
top: 130px;
align-self: flex-start;
max-height: calc(100vh - 30px);
overflow-y: auto;
}
.help-section .tabs ul {
list-style: none;
padding: 0;
margin: 0;
}
.help-section .tab-link {
position: relative;
padding: 15px 20px;
cursor: pointer;
display: flex;
align-items: center;
gap: 10px;
white-space: nowrap;
border-left: 3px solid transparent;
transition: color 0.3s ease, background-color 0.4s ease,
border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.help-section .tab-link::after {
content: "";
position: absolute;
bottom: 5px;
left: 20px;
width: 0;
height: 2px;
background-color: #7127d2;
transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.help-section .tab-link:hover::after,
.help-section .tab-link.active::after {
width: calc(100% - 40px);
}
.help-section .tab-link:hover {
background: #f0f0f0;
}
.help-section .tab-link.active {
color: #7127d2;
font-weight: bold;
border-left: 3px solid #7127d2;
background-color: #f0f8ff;
}
.help-section .faq-content {
flex: 1;
padding: 40px 30px;
}
.help-section .faq-section {
margin-bottom: 100px;
scroll-margin-top: 130px;
min-height: 60vh;
}
.help-section .faq-section h2 {
margin-bottom: 20px;
color: #333;
font-size: 1.4rem;
}
.help-section .accordion {
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 10px;
background: #fff;
overflow: hidden;
}
.help-section .accordion-header {
background: #f8f8f8;
padding: 15px 20px;
cursor: pointer;
font-weight: 500;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.help-section .accordion-header::after {
content: "\25BC";
transition: transform 0.3s ease;
font-size: 14px;
}
.help-section .accordion-header.active::after {
transform: rotate(180deg);
}
.help-section .accordion-body {
max-height: 0;
opacity: 0;
overflow: hidden;
padding: 0 20px;
background: #fff;
transition: max-height 0.6s cubic-bezier(0.23, 1, 0.32, 1),
opacity 0.4s ease-out, padding 0.4s ease-out;
}
.help-section .accordion-body.show {
padding: 15px 20px;
max-height: 500px;
opacity: 1;
}
.cta-main {
padding: 0;
box-sizing: border-box;
background: #ded7e7;
}
.cta-main h2 {
font-size: 40px;
}
.cta-main h2 span {
color: #7127d2;
}
.cta-main a {
margin: 0 12px 0 0;
}
.cta-main p {
margin: 31px 0;
}   .cta-content {
padding: 40px 0 40px 0;
} .bg-contact-img {
background:url(https://ziq.oqk.mybluehost.me/website_c4be2316/wp-content/uploads/2025/08/83004.jpg);
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
margin-bottom: 20px;
}
.contact-details {
display: flex;
align-items: center;
gap: 23px;
padding: 10px 18px;
background: #f6f0ff;
margin-bottom: 15px;
border-radius: 20px;
}
.contact-details:last-child {
margin-bottom: 0px;
}
.row.bg-grey {
background: #f6f0ff;
padding: 70px;
}
.detal {
background: #ffffff;
padding: 16px;
border-radius: 20px;
margin-bottom: 50px;
}
.details p{
margin-bottom: 5px;
}
.details-left h3 {
color: #b56338;
font-size: 22px;
}
.details-left h1 {
font-size: 36px;
padding: 20px 0;
font-weight: 600;
color: #4c4c4c;
}
.col-lg-6.details-left {
background: #ffffff;
border-radius: 20px;
padding: 40px 30px 0px;
margin-bottom: 50px;
}
.form-container {
margin: 0 auto;
padding-top: 20px;
}
.form-row {
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.form-row > div {
flex: 1;
}
input,
textarea, select {
width: 100%;
padding: 10px 16px;
border: 1px solid transparent;
border-radius: 10px;
background-color: #f9f9f9;
font-size: 16px;
outline: none;
box-sizing: border-box;
transition: border 0.3s ease, background-color 0.3s ease;
color: #818181;
}
input:focus,
textarea:focus {
background-color: #fff;
border: 1px solid #999;
}
input:invalid:focus,
textarea:invalid:focus {
border-color: #e74c3c;
}
textarea {
resize: vertical;
height: 120px;
}
.form-group {
margin-bottom: 20px;
}
.submit-btn {
padding: 10px 24px;
font-size: 16px;
border: none;
border-radius: 8px;
background-color: #7127d2;
color: #fff;
cursor: pointer;
transition: background-color 0.3s ease;
}
.submit-btn:hover {
background-color: #1e5faa;
}
@media (max-width: 600px) {
.form-row {
flex-direction: column;
}
}
@media (max-width: 768px) {
.help-section .faq-container {
flex-direction: column;
}
.cta-main h2 {
font-size: 28px;
text-align: center;
}
.about-content h3 {
font-size: 22px;
}
.help-section .tabs {
width: 100%;
position: sticky;
top: 0;
z-index: 10;
max-height: none;
overflow-x: auto;
border-right: none;
border-bottom: 1px solid #eee;
background: #fff;
}
.help-section .tabs ul {
display: flex;
flex-wrap: nowrap;
}
.help-section .tab-link {
flex: 0 0 auto;
border-left: none;
border-bottom: 2px solid transparent;
padding: 10px 15px;
}
.help-section .tab-link.active {
border-bottom: 2px solid #007bff;
border-left: none;
}
.help-section .tab-link::after {
left: 10px;
bottom: 3px;
}
.help-section .tab-link:hover::after,
.help-section .tab-link.active::after {
width: calc(100% - 20px);
}
.help-section .faq-content {
padding: 20px 15px;
}
.help-section .faq-section {
scroll-margin-top: 90px;
}
.help .banner-content.style-three h1 {
font-size: 31px;
}
.help-section .tabs {
flex: 0 0 85px;
margin-bottom: 30px;
}
.help-section .faq-section h2 {
font-size: 20px;
}
.page-template-contact .container-fluid {
max-width: 100%;
}
.details-left h1 {
font-size: 28px;
}
.details-left h3 {
font-size: 20px;
}
.row.bg-grey {
padding: 15px;
}
.col-lg-6.details-left {
padding: 40px 20px 0px;
}
} .job-container {
display: flex;
flex-wrap: wrap;
gap: 2rem;
flex-direction: column;
margin: 0 auto;
margin: 60px 0;
align-items: center;
}
.filters {
background: white;
border-radius: 15px;
padding: 20px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.filters {
width: 100%;
max-width: 770px;
flex-shrink: 0;
display: flex;
align-items: center;
gap: 20px;
}
.job-list {
flex: 1;
max-width: 1000px;
width: 1000px;
}
.job-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: #fff;
border-radius: 15px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
margin-bottom: 1rem;
}
.job-item .circle {
width: 40px;
height: 40px;
border-radius: 50%;
background: #e5e6f0;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
margin-right: 1rem;
}
.job-item .info {
flex: 1;
margin-left: 1rem;
}
.job-item .info h4{
font-weight: 600;
font-size: 20px;
}
.filters input[type="text"],
.filters select,
.filters button {
width: 100%;
margin: 10px 0;
padding: 10px;
border-radius: 10px;
border: 1px solid #ccc;
}
.filters label {
display: block;
margin: 10px 0 5px;
}
.filters button {
background-color: #7286f2;
color: white;
border: none;
cursor: pointer;
max-width: 190px;
}
.pagination {
display: flex;
justify-content: center;
margin-top: 1rem;
gap: 0.5rem;
}
.pagination button {
padding: 8px 12px;
border: none;
border-radius: 5px;
background-color: #e5e6f0;
cursor: pointer;
}
.pagination button.active {
background-color: #7286f2;
color: white;
}
.pin-bal {
display: flex;
align-items: center;
gap: 7px;
}
.spinner {
display: flex;
align-items: center;
justify-content: center;
}
.service-catagery-list {
border-radius: 30px;
padding: 30px;
}
.service-catagery-list h3 {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 30px;
}
.service-catagery-list ul {
list-style: none;
margin: 0;
padding: 0;
}
.service-catagery-list ul li {
border-bottom: 1px solid #0e384c1a;
padding-bottom: 15px;
padding-top: 15px;
}
.service-catagery-list ul li:hover {
background: #f8eff9; 
}
.service-catagery-list ul li a {
display: block;
position: relative;
color: #0e384c;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
.page-service-single {
padding-top: 180px;
padding-bottom: 80px;
}
.sidebar-cta-box {
background: #7127d2;
border-radius: 30px;
padding: 40px;
text-align: center;
}
.sidebar-cta-box .icon-box {
margin-bottom: 30px;
}
.sidebar-cta-box .icon-box img {
max-width: 64px;
}
.sidebar-cta-box .cta-content {
margin-bottom: 20px;
padding: 10px 0;
}
.sidebar-cta-box .cta-content h3 {
color: #ffffff;
font-size: 36px;
font-weight: 600;
margin-bottom: 20px;
}
.sidebar-cta-box .cta-content p {
color: #ffffff;
margin: 0;
}
.single-job-card {
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding: 45px 24px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 16px;
margin: auto;
margin-bottom: 50px;
}
.single-job-left {
display: flex;
align-items: center;
flex: 1 1 300px;
gap: 16px;
}
.single-job-info {
flex: 1;
}
.single-job-title {
font-size: 32px;
margin: 0 0 8px;
color: #1d3557;
font-weight: 600;
}
.single-job-location {
color: #555;
font-size: 0.95rem;
line-height: 1.4;
}
.apply-btn {
padding: 12px 24px;
border: 2px solid #7127d2;
border-radius: 24px;
color: #7127d2;
text-decoration: none;
font-weight: 500;
white-space: nowrap;
transition: background 0.3s, color 0.3s;
}
.apply-btn:hover {
background: #7127d2;
color: white;
}
.service-single-content h4 {
line-height: 1.7;
}
.job-item:hover {
background: #f8eff9;
}
.success-msg {
color: green;
display: none;
font-size: 14px;
padding: 20px;
}
.cta-contact-btn .main-btn {
border: 2px solid #ffffff;
}
.cta-contact-btn a.main-btn:hover {
background: #ffffff !important;
color: #7127d2;
}
button#mySubmitButton {
background: #7127d2;
}
.bg-shade {
background: #ffffff9c;
padding: 30px;
border-radius: 10px;
}
.custom-file-input {
display: none; }
.custom-file-label {
display: inline-block;
padding: 8px 16px;
background: #7127d2; color: white;
border-radius: 6px;
cursor: pointer;
font-size: 14px;
transition: background 0.3s;
}
.custom-file-label:hover {
background: #005177;
}
.custom-file-name {
margin-left: 12px;
color: #555;
font-style: italic;
font-size: 14px;
}
.consent-box {
display: flex;
align-items: flex-start;
gap: 10px;
margin-top: 16px;
padding: 12px 0;
border-radius: 6px;
font-size: 14px;
line-height: 1.5;
color: #333;
}
.consent-box input[type="checkbox"] {
width: 18px;
height: 18px;
cursor: pointer;
margin-top: 2px;
accent-color: #0073aa; }
.consent-box label {
cursor: pointer;
text-align: left;
}
.consent-box label strong {
color: #0073aa;
}
.useful-link li a {
padding: 0;
}
@media (max-width: 768px) {
.filters,
.job-list {
width: 100%;
}
.single-job-card {
flex-direction: column;
align-items: flex-start;
padding: 40px 20px;
gap: 40px;
}
.apply-btn {
align-self: stretch;
text-align: center;
}
.single-job-left {
flex: none;
}
.single-job-title {
font-size: 26px;
}
.page-service-single {
padding-top: 130px;
}
.sidebar-cta-box .cta-content h3 {
font-size: 28px;
}
}