* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol {
    padding: 0px;
    margin: 0px;
}

ul li, ol li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    background-color: #161719;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.text-pink {
    color: #e41645;
}

.text-gray {
    color: #292929;
}

.bg-gray {
    background-color: #292929;
}

.bg-pink {
    background-color: #e41645;
}

.fs-45 {
    font-size: 45px;
    line-height: 49px;
}

.fs-40 {
    font-size: 40px;
    line-height: 44px;
}

.fs-39 {
    font-size: 39px;
    line-height: 46px;
}

.fs-38 {
    font-size: 38px;
    line-height: 46px;
}

.fs-32 {
    font-size: 32px;
    line-height: 36px;
}

.fs-27 {
    font-size: 27px;
    line-height: 31px;
}

.fs-25 {
    font-size: 25px;
    line-height: 29px;
}

.fs-22 {
    font-size: 22px;
    line-height: 26px;
}

.fs-20 {
    font-size: 20px;
    line-height: 24px;
}

.fs-18 {
    font-size: 18px;
    line-height: 24px;
}

.fs-16 {
    font-size: 16px;
    line-height: 23px;
}

.fs-15 {
    font-size: 15px;
    line-height: 20px;
}

.fs-13 {
    font-size: 13px;
}

.fw-extraBold {
    font-weight: 800;
}

.fw-medium {
    font-weight: 500;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semiBold {
    font-weight: 600;
}

.parsley-required,
.parsley-type {
    color: red;
    font-weight: 600;
}

.parsley-errors-list {
    text-align: left;
}

.page-btn {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
    padding: 11px 28px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    line-height: 15px;
}

.page-btn span {
    position: relative;
    padding-top: 1px;
    line-height: 15px;
}

.page-btn.btn-pink {
    border: 2px solid #e41645 !important;
    background-color: #e41645;
}

.page-btn.btn-pink:hover {
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page-btn.btn-black {
    border: 2px solid #000;
    background-color: #000;
}

.page-btn.btn-black:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #e41645;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page-btn.outline-btn {
    border: 2px solid #e41645;
    color: #e41645;
}

.page-btn.outline-btn:hover {
    background-color: #e41645;
    color: #fff;
}

.page-btn.outline-btn-back {
    border: 2px solid #e41645;
    color: #e41645;
    background-color: transparent;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 20px;
    min-width: 150px;
}
.page-btn.outline-btn-back:hover {
    background-color: #e41645;
    color: #fff;
}

.page-btn.btn-pink.outline-btn-next {
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 20px;
    min-width: 150px;
}
.page-btn.btn-pink.outline-btn-next:hover {
    background-color: transparent;
    color: #e41645;
}
.page-btn.btn-pink.outline-btn-next:hover {
    background-color: transparent;
    color: #e41645;
}
.select-arrow {
    background-repeat: no-repeat;
    background-position: 97% 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='16px' width='16px' fill='%23475f7b'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' /%3E%3C/svg%3E");
}
/* progress css */
.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
    box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
}

.progress-wrap svg.progress-circle path {
    stroke: #e41645;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    content: "";
    text-align: center;
    color: #e41645;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e41645' height='10px' width='10px' viewBox='0 0 384 512'%3E%3Cpath d='M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/%3E%3C/svg%3E");
    transform: translate(-50%, -50%);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.section-padding {
    padding: 70px 0;
}
/* Header */
/* slide down keyframe */

@-webkit-keyframes slide-in {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-in {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.header {
    background-color: #0b0c0d;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
}

.logo {
    max-width: 350px;
}

.header.header-fixed {
    -webkit-box-shadow: 0 1px 2px rgba(190, 190, 190, 0.3);
    box-shadow: 0 1px 2px rgba(190, 190, 190, 0.3);
    -webkit-animation: slide-in 400ms ease-out;
	animation: slide-in 400ms ease-out;
}

.btn-with-icon {
    gap: 8px;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-with-icon span {
    margin-left: 13px;
}

.btn-with-icon img {
    min-width: 28px;
    max-width: 28px;
    position: absolute;
    left: 13px;
    top: 6.5px;
}
.form-block {
    background-color: #292929;
    padding: 50px 30px;
    max-width: 1000px;
    margin: auto;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
/* Media */
@media(max-width: 1133px) {
    .fs-45 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media(max-width: 1023px) {
    .fs-45 {
        font-size: 29px;
        line-height: 35px;
    }

    .fs-20 {
        font-size: 17px;
    }

    .fs-39 {
        font-size: 30px;
        line-height: 34px;
    }

    .fs-40 {
        font-size: 36px;
        line-height: 40px;
    }
    .section-padding {
        padding: 60px 0;
    }
}
@media(max-width:991px) {
    /* Form */
    .form-block {
        padding: 40px 20px;
    }
}
@media(max-width: 767px) {
    .page-btn.btn-pink.outline-btn-next,
    .page-btn.outline-btn-back {
        padding: 13px 30px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .page-btn {
        font-size: 13px;
        padding: 8px 24px;
    }

    .fs-22 {
        font-size: 18px;
        line-height: 22px;
    }

    .fs-16 {
        font-size: 14px;
        line-height: 20px;
    }

    .fs-39 {
        font-size: 26px;
        line-height: 30px;
    }

    .fs-40 {
        font-size: 32px;
        line-height: 36px;
    }

    .fs-32 {
        font-size: 26px;
        line-height: 30px;
    }

    .logo {
        max-width: 250px;
    }

    .btn-with-icon img {
        left: 5px;
        top: 3.5px;
    }

    .btn-with-icon img {
        min-width: 24px;
        max-width: 24px;
        left: 11px;
        top: 5px;
    }

    .header-right-btn .btn-with-icon img {
        left: 10px;
        top: 3px;
    }

    .header-right-btn .btn-with-icon span {
        margin-left: 20px;
    }

    .header-right-btn .page-btn {
        font-size: 12px;
        padding: 6px 14px;
        min-width: 120px;
    }

    /* Form */
    .form-block {
        padding: 30px 20px;
    }
}

@media(max-width: 576px) {
    .section-padding {
        padding: 40px 0;
    }
    .logo {
        max-width: 200px;
    }

    .fs-45 {
        font-size: 26px;
        line-height: 30px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .fs-39 {
        font-size: 24px;
        line-height: 26px;
    }

    .fs-25 {
        font-size: 20px;
        line-height: 26px;
    }

    .fs-18 {
        font-size: 16px;
        line-height: 22px;
    }

    .fs-15 {
        font-size: 14px;
    }
    
    .fs-13 {
        font-size: 13px;
    }

    .fs-32 {
        font-size: 22px;
        line-height: 26px;
    }

    .fs-27 {
        font-size: 20px;
        line-height: 26px;
    }

    
    /* Form */
    .form-block {
        padding: 40px 20px;
        border-radius: 10px;
    }
}

@media(max-width:399px) {

    /* Header */
    .logo {
        max-width: 170px;
    }
}