@font-face { 
    font-family: 'Urbanist-Regular';
    src: url('../fonts/Urbanist-Regular');
    src: url('../fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Urbanist-Regular.woff') format('woff'),
         url('../fonts/Urbanist-Regular.ttf') format('truetype'),
         url('../fonts/Urbanist-Regular.svg#Urbanist-Regular.') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'Urbanist-Bold';
    src: url('../fonts/Urbanist-Bold');
    src: url('../fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Urbanist-Bold.woff') format('woff'),
         url('../fonts/Urbanist-Bold.ttf') format('truetype'),
         url('../fonts/Urbanist-Bold.svg#Urbanist-Bold.') format('svg');
    font-weight: normal;
    font-style: normal;
}
::-webkit-input-placeholder {
    color: #00000066;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #00000066;
    opacity: 1 !important;
}

::-ms-placeholder {
    color: #00000066;
    opacity: 1 !important;
}

::placeholder {
    color: #00000066;
    opacity: 1 !important;
}
a, button {
    transition: 0.5s all ease-in-out;
}
body {
    font-family: 'Urbanist-Regular';
}
h2 {
    font-family: 'Urbanist-Bold';
    font-size: 42px;
    font-weight: 800;
    line-height: 38.4px;
}
p {
    font-size: 16px;
    line-height: 22.4px;
    color: #000;
}
label.form-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #00000099;
}
.fieldWrap input.form-control {
    padding-left: 50px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #00000014;
    background-position: 16px center;
    background-repeat: no-repeat;
}
.fieldWrap input.form-control:focus, input.form-control:focus {
    border-color: #01FDD2;
    box-shadow: none;
}
button.showPassword {
    position: absolute;
    top: 42px;
    right: 16px;
    border: none;
    background: transparent;
}
button.btn.btn-primary.btnGreen img, a.btnGreen img, .careBtn img {
    transition: 0.5s all ease-in-out;
}
button.btn.btn-primary.btnGreen:hover img, a.btnGreen:hover img,
.careBtn:hover img {
    transform: rotate(45deg);
}
button.btn.btn-primary.btnGreen, a.btnGreen {
    width: 100%;
    height: 51px;
    padding: 16px;
    border-radius: 8px;
    background: #01FDD2;
    border: 1px solid #01FDD2;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    color: #012126;
}
.socialBlock {
    padding: 24px 0 0;
}
.socialBlock p.signLine {
    position: relative;
    text-align: center;
}
.socialBlock p.signLine::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #D9D9D9;
    width: 100%;
    height: 2px;
    top: 50%;
}
.socialBlock p.signLine span {
    background-color: #fff;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}
.socialBlock ul {
    list-style: none;
    gap: 12px;
    margin: 20px 0;
}
.socialBlock ul li a:hover {
    border: 1px solid #01FDD2;
}
.socialBlock ul li a {
    border: 1px solid #00000033;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
p.accountLine {
    color: #000000CC;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}
p.accountLine a {
    color: #01FDD2;
}
/* common banner css start */
.commonBannerContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.commonBannerContent h1 {
    color: #ffffff;
    font-family: 'Urbanist-Regular';
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}
ul.breadcrumbWrapper {
    color: #C0C0C0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
ul.breadcrumbWrapper a {
    color: #C0C0C0;
    text-decoration: none;
}
/* common banner css end */
.pageContent {
    padding: 100px 0;
}
.pageContent h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 1rem;
}
.pageContent h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #3B5C5C;
    margin-bottom: 2rem;
}
.pageContent p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #3B5C5C;
}
.pageContent ul {
    padding-left: 10px;
}
.pageContent li {
    font-family: 'Urbanist-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #3B5C5C;
    padding: 6px 0;
}
.pageContent h2 {
    margin-bottom: 2rem;
    color: #022126;
    line-height: 100%;
}
section.qualitySection h2 {
    font-family: "Urbanist-Bold";
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #ffffff;
}
section.qualitySection {
    background-image: url('../images/comfortBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
section.qualitySection a.btnGreen {
    border-radius: 100px;
    text-decoration: none;
    max-width: 150px;
    width: 100%;
    display: block;
}