/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/* Colors Start */

:root {
    --grey100: #F8F8F8;
	--grey200: #EAECF0;
	--grey300: #D8DCE3;
	--grey400: #B7BDC4;
	--grey500: #9CA2AA;
	--grey600: #7E8691;
	--grey700: #616973;
	--grey800: #434C56;
	--grey900: #1D252D;

        --blue100: #D4EFFD;
	--blue200: #AED3FE;
	--blue400: #61AAFD;
	--blue600: #016BE4;
	--blue700: #003FB9;
	--blue800: #072A6D;
	--blue900: #001640;
	
	--green200: #BDEFD8;
	--green400: #7FDFB2;
	--green600: #32CA83;
	--green800: #00743E;

	--red200: #F8C9D1;
	--red400: #DF7F8F;
	--red600: #CA324C;
	--red800: #740013;

	--orange200: #F7D6B5;
	--orange400: #FFAF5F;
	--orange600: #EF7E0D;
	--orange800: #994D00;

	--purple600: #990DEF;
}

/* Colors End */

body {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--grey900);
    background-color: var(--grey200);
    /* margin: 8px; */
}

/* Non-responsive text-styles */
.ui-copy-1 { font-size: 16px; line-height: 100%; font-weight: 400; }
.ui-copy-1-semi-bold { font-size: 16px; line-height: 100%; font-weight: 600; }
.ui-copy-1-bold { font-size: 16px; line-height: 100%; font-weight: 700; }
.ui-link-1 { font-size: 16px; line-height: 100%; font-weight: 400; text-decoration: underline;}
.ui-link-1-semi-bold { font-size: 16px; line-height: 100%; font-weight: 600; text-decoration: underline;}
.ui-link-1-bold { font-size: 16px; line-height: 100%; font-weight: 700; text-decoration: underline;}

.ui-copy-2 { font-size: 14px; line-height: 100%; font-weight: 400; }
.ui-copy-2-semi-bold { font-size: 14px; line-height: 100%; font-weight: 600; }
.ui-copy-2-bold { font-size: 14px; line-height: 100%; font-weight: 700; }
.ui-link-2 { font-size: 14px; line-height: 100%; font-weight: 400; text-decoration: underline;}
.ui-link-2-semi-bold { font-size: 14px; line-height: 100%; font-weight: 600; text-decoration: underline;}
.ui-link-2-bold { font-size: 14px; line-height: 100%; font-weight: 700; text-decoration: underline;}

.ui-copy-3 { font-size: 12px; line-height: 100%; font-weight: 400; }
.ui-copy-3-semi-bold { font-size: 12px; line-height: 100%; font-weight: 600; }
.ui-copy-3-bold { font-size: 12px; line-height: 100%; font-weight: 700; }
.ui-link-3 { font-size: 12px; line-height: 100%; font-weight: 400; text-decoration: underline;}
.ui-link-3-semi-bold { font-size: 12px; line-height: 100%; font-weight: 600; text-decoration: underline;}
.ui-link-3-bold { font-size: 12px; line-height: 100%; font-weight: 700; text-decoration: underline;}

.ui-copy-4 { font-size: 10px; line-height: 100%; font-weight: 400; }
.ui-copy-4-semi-bold { font-size: 10px; line-height: 100%; font-weight: 600; }
.ui-copy-4-bold { font-size: 10px; line-height: 100%; font-weight: 700; }
.ui-link-4 { font-size: 10px; line-height: 100%; font-weight: 400; text-decoration: underline;}
.ui-link-4-semi-bold { font-size: 10px; line-height: 100%; font-weight: 600; text-decoration: underline;}
.ui-link-4-bold { font-size: 10px; line-height: 100%; font-weight: 700; text-decoration: underline;}


/* COLOR BOXES, DELETE BELOW */
.color-box {
	width: 140px;
	height: 140px;
	margin: 8px;
	display: inline-block;
	color: white;
	text-align: center;
	line-height: 140px;
}

#grey100 {
    background-color: var(--grey100);
}

#grey200 {
    background-color: var(--grey200);
}

#grey300 {
    background-color: var(--grey300);
}

#grey400 {
    background-color: var(--grey400);
}

#grey500 {
    background-color: var(--grey500);
}

#grey600 {
    background-color: var(--grey600);
}

#grey700 {
    background-color: var(--grey700);
}

#grey800 {
    background-color: var(--grey800);
}

#grey900 {
    background-color: var(--grey900);
}

#blue200 {
    background-color: var(--blue200);
}

#blue400 {
    background-color: var(--blue400);
}

#blue600 {
    background-color: var(--blue600);
}

#blue700 {
    background-color: var(--blue700);
}

#blue800 {
    background-color: var(--blue800);
}

#blue900 {
    background-color: var(--blue900);
}

#green200 {
    background-color: var(--green200);
}

#green400 {
    background-color: var(--green400);
}

#green600 {
    background-color: var(--green600);
}

#green800 {
    background-color: var(--green800);
}

#red200 {
    background-color: var(--red200);
}

#red400 {
    background-color: var(--red400);
}

#red600 {
    background-color: var(--red600);
}

#red800 {
    background-color: var(--red800);
}

#orange200 {
    background-color: var(--orange200);
}

#orange400 {
    background-color: var(--orange400);
}

#orange600 {
    background-color: var(--orange600);
}

#orange800 {
    background-color: var(--orange800);
}

#purple600 {
    background-color: var(--purple600);
}
  

/* Common Button Start */

.common-btn {
    text-decoration: none;
    /* font-size: 16px; */
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    border: none;
    /* padding: 12px 16px; */
    padding: 16px 24px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

*:focus-visible {
    outline-color: var(--purple600);
}

/* Common Button End */

/* Primary Button Start */

.primary-btn {
    background-color: var(--blue600);
    color: #ffffff;
}

.primary-btn:hover {
    color: var(--grey300);
    background-color: var(--blue700);
}

.primary-btn:active {
    color: var(--grey100);
    background-color: var(--blue800);
}

.primary-disabled {
    background-color: var(--grey500);
    color: var(--grey300);
    pointer-events: none;
}
/* Primary Button Start */

/* Secondary Button Start */
.secondary-btn {
    color: var(--blue600);
    border: 2px solid var(--blue600);
}

.secondary-btn:hover {
    color: var(--blue700);
    border-color: var(--blue700);
}

.secondary-btn:active {
    color: var(--blue800);
    border-color: var(--blue800);
}

.secondary-disabled {
    pointer-events: none;
    border-color: var(--grey500);
    color: var(--grey500);
}
/* Secondary Button End */

/* Tertiary Button Start */
.tertiary-btn {
    color: var(--blue600);   
    padding: 0;
    margin: 16px 0;
}

.tertiary-btn:hover {
    color: var(--blue700);   
}

.tertiary-btn:active {
    color: var(--blue800);   
}

.tertiary-disabled {
    color: var(--grey500);   
    pointer-events: none;
}
/* Tertiary Button End */

/* Checkbox Start */
.form-check .form-check-input {
    width: 24px;
    height: 24px;
    margin-top: 0;  
    border: 1px solid var(--grey700);
    background-color: var(--grey100);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    background-size: 17px 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.form-check .form-check-input:focus {
    box-shadow: none;
    /* outline: 2px solid var(--purple600); */
}

.form-check .form-check-input:hover {
    box-shadow: 0 0 0 8px var(--grey300);
}

.form-check .form-check-input:active {
    box-shadow: 0 0 0 8px var(--grey400);
}

.form-check-input:focus-visible {
    outline: 2PX solid var(--purple600);
}

.form-check-input:checked[type=checkbox] {
    background-image: url("../images/check.svg");
    background-color: var(--blue800);
    border-color: var(--blue800);
}

.form-check-input:disabled {
    pointer-events: none;
    background-color: var(--grey300);
}

.form-check-input:checked:disabled {
    background-color: var(--grey500);
    border-color: var(--grey500);
}

/* Checkbox End */

/* Radio Start */
.form-check-input[type=radio] {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.form-check {
    margin-bottom: 10px;
}

.form-check-input:checked[type=radio] {
    border: 2px solid var(--blue800);
    background-image: url("../images/radio-check.svg");
}

.form-check-input:disabled:checked[type=radio] {
    border: 2px solid var(--grey500);
    background-image: url("../images/grey-radio-check.svg");
    background-color: transparent;
}
/* Radio End */

/* Input Fields Start */
.form-group {
    position: relative;
    margin-bottom: 16px;
}

.form-group .error {
    display: flex;
    align-items: center;
    margin: 16px 0 0;
}

.form-group .error img {
    margin: 0 8px 0 0;
}

.form-group .error p {
    color: var(--red600);
    margin: 0;
}

.form-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--grey900);
    margin: 0 0 16px;
}

.form-label small {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: var(--grey600);
}

.form-control {
    max-width: 360px;
    width: 100%;
    color: var(--grey900);
    background-color: var(--grey100);
    border: 1px solid var(--grey700);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.form-control:focus-visible {
    outline: 2px solid var(--purple600);
}

.form-control::placeholder {
    color: var(--grey400);
}

.form-control:hover {
    background-color: var(--grey200);
}

.form-control:focus {
    border: 1px solid var(--grey700);
    box-shadow: none;
    outline: none;
}

.disabled {
    pointer-events: none;
}

.disabled .form-label {
    color: var(--grey600);
}

.disabled .form-control {
    background-color: var(--grey300);
    border: 1px solid var(--grey300);
}

.input-block {
    position: relative;
    max-width: 360px;
    width: 100%;
}

.input-block span {
    font-size: 14px;
    line-height: 18px;
    color: var(--blue600);
    /* border-bottom: 1px solid var(--blue600); */
    text-decoration: underline;
    position: absolute;
    right: 12px;
    top: 50%;
    cursor: pointer;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
/* Faq Start */
.common-faq .accordion-item {
    border: none;
    margin: 0 0 16px;
    background-color: var(--grey200);
    border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
}

.common-faq .accordion-item:last-child {
    margin-bottom: 0;
}

.common-faq .accordion-button {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    color: var(--grey900);
    padding: 15px 16px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
}

.common-faq .accordion-button:hover {
    background-color: var(--grey300);
}

.common-faq .accordion-collapse:focus {
    box-shadow: 0 0 0 2px var(--purple600);
}

.common-faq .accordion-button:focus-visible {
    outline: 2px solid var(--purple600);
}

.common-faq .accordion-item:focus {
    outline: 2px solid var(--purple600);
}

.common-faq .accordion-button::after {
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 13px;
    height: 8px;
}

.common-faq .accordion-body {
    font-size: 20px;
    line-height: 160%;
    font-weight: 400;
    color: var(--grey800);
    padding: 10px 16px 16px;
}

.common-faq .accordion-body:focus-visible {
    outline: 2px solid var(--purple600);
}
/* Faq End */

/* Review Cards Start */
.review-card-img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    padding: 4px;
    margin: 0 16px 0 0;
    border: 2px solid var(--green400);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review-card-img img {
    max-height: 100%;
    width: 100%;
}

.review-card-content h4 {
    color: var(--grey900);
    margin: 0 0 8px;
}

.review-card-content p {
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    color: var(--grey800);
    margin: 0;
}

.review-card-block {
    display: flex !important;
    padding: 24px;
    max-width: 392px;
    width: 100%;
    background-color: var(--grey200);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.review-card-top {
    display: flex;
    align-items: center;
}

/* .reviews-wrp {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
} */

.reviews-slider .review-card-block {
    margin: 48px 12px 0;
}

.reviews-slider .review-card-block.slick-current {
    margin-top: 0;
}

.join-now-btn {
    text-align: center;
}
/* Review Cards End */

/* Header Start */
.header {
    background-color: var(--blue900);
    padding: 14px 0;
    position: relative;
    z-index: 99;
}

.header .navbar {
    padding: 0;
}

.header .navbar-brand {
    padding: 0;
    margin: 0;
}

.nav-link {
    font-size: 20px;
    line-height: 160%;
    font-weight: 400;
    color: var(--grey100);
    padding: 0 !important;
}

.nav-link.disabled {
    color: var(--grey700);
}

.nav-link:hover {
    color: var(--grey100);
    text-decoration: underline;
}

.nav-link:focus {
    color: var(--blue400);
    text-decoration: underline;
}

.nav-link.active {
    color: var(--blue400) !important;
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 2px var(--purple600);
}

.header .navbar-nav .nav-item {
    padding: 0 30px;
}

.header-btn {
    padding-left: 22px;
}

/* Header End */

/* Call to action Start */
.call-to-action-right {
    display: flex;
    justify-content: center;
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
}

.call-to-action-right .call-to-action-img {
    padding: 0 12px;
}

.call-to-action-right .call-to-action-img:last-child {
    margin-top: 31px;
}

.call-to-action-img img {
    width: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.call-to-action-main {
    padding: 40px 64px;
    background-color: var(--blue900);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.call-to-action-main .row {
    margin: 0 -21px;
}

.call-to-action-main .row>* {
    padding: 0 21px;
}

.call-to-action-content h2 {
    max-width: 500px;
}

.call-to-action-content h2,
.call-to-action-content p {
    color: var(--grey100);
    margin: 0 0 24px;
}
/* Call to action End */

/* Footer Start */
.footer {
    background-color: var(--blue900);
}

.footer-top {
    padding: 64px 0 94px;
}

.footer-left ul {
    padding: 0;
    margin: 0;
}

.footer-left ul li {
    list-style-type: none;
    margin: 0 0 16px;
    display: flex;
}

.footer-left ul li:last-child {
    margin-bottom: 0;
}

.footer-left ul li a {
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    text-decoration: none;
}

.footer-left ul li a:hover {
    color: var(--blue400);
}

.footer-left ul li span {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}

.footer-left ul li span img {
    max-height: 100%;
}

.footer-logo {
    max-width: 179px;
    width: 100%;
    margin: 0 0 24px;
    display: block;
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    list-style-type: none;
    margin: 0 0 16px;
}

.footer-links ul li a {
    display: inline-block;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-newsletter h4 {
    color: var(--grey100);
    margin: 0 0 24px;
}

.footer-newsletter .form-label {
    color: var(--grey100);
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom ul li {
    list-style-type: none;
}

.footer-bottom ul li a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #fff;
}

.footer-bottom ul li a:hover {
    color: var(--blue400);
}

.footer-bottom {
    padding: 20px 0 50px;
    border-top: 2px solid var(--blue800);
}

.footer-newsletter .form-control {
    max-width: 392px;
}
/* Footer End */


/* Home page Start */
.banner-main .call-to-action-right {
    max-width: 100%;
    position: relative;
    z-index: 9;
}

.banner-main .call-to-action-right .call-to-action-img {
    max-width: 288px;
    width: 100%;
}

.banner-main .call-to-action-right .call-to-action-img:last-child {
    margin-top: 55px;
}

.banner-wrp {
    background-color: var(--blue900);
    padding: 64px 0 144px;
    position: relative;
    z-index: 9;
}

.banner-content {
    color: var(--grey100);
}

.banner-content h1 {
    margin: 0 0 16px;
}

.banner-content h1 span {
    color: var(--green400);
}

.banner-content p {
    margin: 0 0 24px;
}

.banner-main .row {
    margin: 0 -36px;
}

.banner-main .row>* {
    padding: 0 36px;
}

.banner-btn .tertiary-btn {
    color: var(--grey100);
}

.banner-btn .tertiary-btn:hover {
    color: var(--blue400);
}

.banner-btn .primary-btn {
    margin: 0 24px 0 0;
}

.call-to-action-content {
    position: relative;
    z-index: 9;
}

.left-dots {
    position: absolute;
    left: 0;
    top: 103px;
    z-index: -1;
}

.left-inner-dots {
    position: absolute;
    right: 100%;
    top: 93px;
}

.right-dots {
    position: absolute;
    top: 30px;
    right: -40px;
    z-index: -1;
}

.results-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
}

.results-main .link {
    color: var(--grey900);
}

.inner-wrp {
    background-color: var(--grey100);
    padding: 40px;
    margin: 0 0 40px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.content {
    margin: -80px 0 0;
    position: relative;
    z-index: 9;
}

.results-block {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--grey100);
}

.results-block img {
    margin: 0 20px 0 0;
}

.results-inner {
    background-color: var(--blue900);
    padding: 40px 64px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.results-content {
    text-align: center;
}

.results-content p {
    margin: 0;
}

.results-wrp {
    padding: 0 0 60px;
}

.about-wrp {
    padding: 60px 0;
}

.about-content h2 {
    margin: 0 0 16px;
}

.about-content p {
    margin: 0 0 32px;
}

.about-img img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.about-img .row {
    margin: 0 -16px;
}

.about-img .row>* {
    padding: 0 16px;
}

.about-right {
    margin: 81px 0 0;
    position: relative;
    z-index: 9;
}

.dots-img2 {
    position: absolute;
    left: 0;
    top: -9px;
    z-index: -1;
}

.about-right .about-top-img {
    margin-bottom: 24px;
}

.about-right .dots-img2 {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.about-left {
    position: relative;
    z-index: 9;
}

.approach-left p {
    color: var(--grey800);
}

.approach-left .banner-btn .tertiary-btn {
    color: var(--blue600);
}

.approach-left .banner-btn .tertiary-btn:hover {
    color: var(--blue700);
}

.about-left .grey-dots1 {
    position: absolute;
    right: 0;
    bottom: -122px;
    z-index: -1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.approach-block img {
    margin: 0 0 16px;
}

.approach-block h3 {
    margin: 0 0 16px;
}

.approach-block p {
    color: var(--grey800);
    margin: 0;
}

.approach-block {
    margin: 0 0 40px;
}

.approach-block:last-child {
    margin-bottom: 0;
}

.approach-wrp {
    padding: 60px 0;
}

.reviews-wrp {
    padding: 60px 0;
}

.reviews-wrp h2 {
    margin: 0 0 24px;
    text-align: center;
}

.faq-left p {
    color: var(--grey800);
}

.faq-wrp {
    padding: 60px 0 120px;
}

/* Home page End */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {
    display:none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.overlay {
    position:absolute;
    top: 0;
    left:38px;
    opacity:1;
}

.overlay2 {
    position:absolute;
    top: 50px;
    left:20px;
}

.overlay3 {
    position:absolute;
    top: -16px;
    right:24px;
}

.overlay4 {
    position:absolute;
    top: 388px;
}

.overlay5 {
    position:absolute;
    width:100%;
    left:174px;
    bottom: 298px;
}

.dropdown-menu {
    min-width:inherit;
    color:#ffffff;
    background-color: #000000;
}

.dropdown-item {
    color:#ffffff;
    background-color: #000000;
}

.ddown2{
    font-size: 16px;
}

.ddmpos{
    margin-top: -20px;
}

.err_text{
    text-decoration: none;
    font-size: 20px;
    color: red;
    background-color: #eeeeee;
}

.modal-dialog {
    width: 350px;
}

.modal-content {
    background: #F9F0FF;
    border-radius: 12px;
}

.modal-title {
    font-size: 20px;
}

.card-header{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background-color: var(--blue700);
}

.card-title{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: var(--blue700);
}

.card-body{
    color: #000000;
    font-size: 12px;
    background-color: var(--blue100);
}

.read_bt_3{
    width: 200px;
    float: left;
}

.read_bt_3 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: var(--blue600);
    border-radius: 30px;
    padding: 2px 2px;
}

.read_bt_3 a:hover{
    color: #000;
    background-color: var(--blue200);
}

.contact_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    border-top: 2px solid #fff;
    padding-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ccc8c8;
    background-color: #ffffff;
    padding: 10px 20px;
    border: 0px;
    margin-top: 20px;
}

.pftable {
    font-size: 18px;
    color: #000;
}

.pftable2 {
    font-size: 14px;
    color: #000;
}

.pftable3{
    padding-top:50px;
    font-size: 14px;
    color: #000;
}

.rowbottom{
    padding-top: 150px;
}

.rowbottom2{
    padding-top: 400px;
}

.rowbottom500{
    padding-top: 500px;
}

.rowbottom3{
    padding-top: 200px;
}

.rowbottom250{
    padding-top: 250px;
}

.rowbottom4{
    padding-top: 50px;
}

.rowtop{
    padding-top: 50px;
}

.rowtop2{
    padding-top: 120px;
}

.rowtop3{
    padding-top: 20px;
}

.coltop1{
    padding-top: 66px;
}

.coltop1a{
    padding-top: 66px;
}

.coltop1b{
    padding-top: 46px;
}

.coltop70{
    padding-top: 70px;
}

.coltop3{
    padding-top: 100px;
}

.coltop2{
    padding-top: 30px;
}

.coltop2a{
    float:right;
    padding-top: 20px;
}

.coltop2b{
    float:right;
    padding-top: 10px;
}

.colright1{
    left: 10px;
}

.wngtxt{
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #ff0000;
}

.plustxt{
    font-weight: 400;
    font-size: 15px;
    color: var(--blue700);
}

.thh{
    color: #ffffff;
    background-color: var(--blue700);
}

.thh2{
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    background-color: var(--blue700);
}

.td16 {
    font-weight: 400;
    font-size: 16px;
    color: #0c0c0c;
}

.td14 {
    font-size: 14px;
}

.td16w {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.page-link{
    font-size: 14px;
}

.micon{
    color: #ffffff;
}

.list-group-item{
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: var(--blue700);
}

.list-group-price{
    float: left;
    font-weight: 400;
    font-size: 22px;
    color: var(--blue700);
}

.what_text{
    color: var(--grey800);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.erems_text{
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
}

.crfoot_text{
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    background-color: #000000;
}

.txtleft1{
    left:20px;
}

a:visited, a:link
{
    text-decoration: none;
}

.stepi {
    height: 30px;
    width: 30px;
    margin: 0 2px;
    padding-left:8px;
    padding-top:4px;
    background-color: var(--blue200);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.stepa {
    height: 30px;
    width: 30px;
    margin: 0 2px;
    padding-left:8px;
    padding-top:4px;
    background-color: var(--blue400);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
}

::placeholder {
  font-size:16px;
  font-weight: 600;
} 

.fbold{
  font-weight:bold;
}

.img_td{
  width: 16px;
  height: 16px;
}


.mlbt3{
    margin-left: 8%;
}

.mlbt6{
    margin-left: 16%;
}

.mlbt4{
    margin-left: 32%;
}

.mrbt0{
    float: right;
}

.btnc{
    font-weight: 600;
    color: #ffffff;
    background-color: var(--blue700);
}
