@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Mulish', sans-serif;
    background: #f8f8f8;
}


/* Gloabal */

.main-btn {
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 14px;
    padding: 17px 30px;
    cursor: pointer;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    word-wrap: normal;
}

.secondary-btn {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 14px;
    padding: 12px 31px;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
}

.back {
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 9px;
    padding: 12px 25px;
    cursor: pointer;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.16);
    word-wrap: normal;
}

.next {
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 9px;
    border: none;
    outline: none;
    padding: 12px 25px;
    cursor: pointer;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.16);
    word-wrap: normal;
}

#form-btns .btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 5px 25px 25px 25px;
}

#form-btns .btns a {
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 15px;
}

.plain-btn {
    text-transform: uppercase;
    color: #5d86f1;
    background: #fff;
    font-weight: 900;
    text-decoration: none;
    font-size: 11px;
    /* box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15); */
    border-radius: 10px;
    padding: 13px 16px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s ease;
}

.plain-btn.scrolled {
    color: #fff;
    background-image: -moz-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -webkit-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    background-image: -ms-linear-gradient( -16.895deg, rgb(81, 102, 255) 0%, rgb(114, 206, 205) 100%);
    box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
}

.abtn {
    text-transform: uppercase;
    color: #5d86f1;
    font-weight: 700;
    text-decoration: none;
    font-size: 11px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 13px 20px;
    border-radius: 10px;
    white-space: nowrap;
}

.abtn:hover {
    background: #fff;
    color: #5d86f1;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
}

.abtn.scrolled {
    color: #2f56ee;
}

h1 {
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 15px;
    color: #2b2b2b;
}

h1>span {
    font-weight: 600;
    color: #2b2b2b;
}

h1>span>.blue {
    color: #6581e2;
}

h3 {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

h3.light {
    color: #000;
    font-weight: 500;
    font-size: 26px;
}

h4 {
    font-size: 15px;
    color: #103ea6;
    font-weight: bold;
    line-height: 2;
}

h4>span {
    color: #6581e2;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    color: rgb(71, 71, 71);
    font-weight: bold;
    line-height: 2.333;
}

p {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 400;
}

p.small-p {
    font-size: 14px;
    color: #8d8f93;
    line-height: 1.8;
}

p.grey {
    font-size: 15px;
    color: #c2bebe;
    font-weight: 400;
}

hr.blue {
    color: #9d9d9d;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

nav {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.3s ease;
    overflow: hidden;
    transition: 0.3s ease;
    border-bottom: 1px solid #d7d7db;
}

nav.scrolled {
    /* background: rgba( 255, 255, 255, 0.25);
    backdrop-filter: blur( 4px);
    -webkit-backdrop-filter: blur( 4px);*/
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
    /* background: #6E7EF7; */
    background: #fff;
    border-bottom: none;
}

nav .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding: 2vw 5.5vw; */
    padding: .9vw 5.5vw;
    z-index: 999;
    transition: 0.3s ease;
}

#navigation.scrolled {
    padding: .9vw 5.5vw;
}

nav .navigation .logo {
    /* width: 18%; */
    width: 14%;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

nav .navigation .logo img {
    width: 100%;
}

nav .navigation .logo.scrolled {
    width: 14%;
}

nav .navigation .logo.scrolled img {
    width: 100%;
}

nav .navigation .nav-links {
    width: 84%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

nav .navigation .nav-links .wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}

nav .navigation .nav-links .wrapper ul li {
    list-style: none;
    margin-left: 10px;
}

#active {
    display: none;
}

nav #engine {
    width: 600px;
    height: 55px;
    border-radius: 10px;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}

#engine.scrolled {
    height: 55px;
    background: #EBEFF1;
    box-shadow: none;
}

nav #engine .requirements {
    /* border-right: .5px solid #c9c5c5; */
    position: relative;
}

nav #engine .requirements .head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

nav #engine .requirements .head::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -25px;
    width: .5px;
    height: 50px;
    background: #c9c5c5;
}

nav #engine .requirements .head h5 {
    font-size: 12px;
    font-weight: 700;
    color: #7b7b7b;
    line-height: 0;
    padding-right: 20px;
}

nav #engine .requirements .head i {
    font-size: 14px;
    font-weight: 700;
    color: #7b7b7b;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
}

nav #engine .requirements:nth-child(n)>.box>select {
    font-size: 15px;
    font-weight: bold;
    color: #2e2e2e;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
    transition: 0.3s ease;
}

nav #engine .requirements:nth-child(n)>.box>select.scrolled {
    background: #EBEFF1;
    /* color: #a5a4af; */
}

nav #engine .requirements:nth-child(n)>.box>select option {
    font-size: 15px;
    font-weight: 400;
    color: #2e2e2e;
    background: #fff;
    cursor: pointer;
    padding: 20px !important;
}

nav #engine .search h5 {
    font-size: 12px;
    font-weight: 700;
    color: #7b7b7b;
    line-height: 0;
}

nav #engine .search input {
    font-size: 15px;
    font-weight: bold;
    color: #2e2e2e;
    border: none;
    outline: none;
    box-shadow: none;
    width: 130px;
    transition: 0.3s ease;
}

nav #engine .search input.scrolled {
    background: #EBEFF1;
}

nav #engine .search input::placeholder {
    font-size: 15px;
    font-weight: bold;
    color: #d7d7d7;
    transition: 0.3s ease;
}

nav #engine .search input.scrolled::placeholder {
    background: #EBEFF1;
}

nav #engine .search-icon i {
    color: #5166ff;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
}

#profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#profile-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}


/* Forms */

.form-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 100px auto 30px auto;
}

.form-container .progress1 {
    width: 220px;
    height: 500px;
    margin-right: 40px;
    background: none;
}

.form-container .progress ul {
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
}

.form-container .progress ul li {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    margin: 8px 0;
    position: relative;
    cursor: pointer;
}

.form-container .progress ul li .indicator {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.form-container .progress ul li .indicator p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 800;
    color: #2c2c2c;
}

.form-container .progress ul li.active .indicator i {
    border-left: 4px solid #0053c5;
}

.form-container .progress ul li.active .indicator {
    color: #0053c5;
    display: flex;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
}

.form-container .progress ul li.active .indicator p {
    color: #0053c5;
}

.form-container .progress ul .indicator i {
    margin-right: 15px;
    padding-left: 10px;
    border-left: none;
    line-height: 18px;
    color: #3055e7;
    font-weight: 500;
}

.form-container .progress ul .indicator {
    font-weight: 700;
}

.form-container .progress ul .icon i {
    font-size: 12px;
    color: #d3d7eb;
    display: none;
}

.form-container .progress ul li.active .icon i {
    color: #005ede;
}

.form-container .progress ul .icon::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    top: 9px;
    background: #ceced4;
    right: 18px;
    display: none;
}

.form-container .forms {
    width: 900px;
    border-radius: 8px;
}

.part1,
.part2,
.part3,
.part4,
.part5,
.part6,
.part7,
.part8 {
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e7e7ed;
}


/* .form-container .forms h4 {
    padding: 15px 0 0 0;
} */


/* Password */

.rows .row1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.rows .row1 h3 {
    font-size: 13px;
    width: 240px;
}

.star {
    color: red;
    font-size: 12px;
}

.rows .row1 input[type='text'],
.rows .row1 select {
    width: 250px;
    outline: none;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid rgb(157, 157, 157);
}

.reset-pass {
    visibility: hidden;
    height: 0;
}

.reset-pass.active {
    /* padding: 0 20px;
    display: initial; */
    visibility: visible;
    height: 100%;
}


/* Hero Sectoion */

#hero {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}

.edit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.edit h4 {
    padding-top: 15px;
}

#hero .profile {
    padding: 30px 0 0 0;
    width: 380px;
    height: max-content;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom-left-radius: 19px;
}

#hero .profile .profile-box .profile-img {
    width: 200px;
    height: 200px;
    z-index: 999;
    background: linear-gradient(to bottom right, #e2e2e9 50%, #f3f3f3 50%);
    border-top-left-radius: 19px;
    border-bottom-right-radius: 19px;
    padding: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

#hero .profile .profile-box .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    z-index: 999;
}

#hero .profile .pro-details {
    padding: 0 20px;
}

#hero .profile .pro-details i {
    color: #2f56ee;
    margin-right: 10px;
    font-size: 19px;
    font-weight: 500;
}

#hero .profile .pro-details .expertiese-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hero .profile .pro-details .expertiese-tag a {
    text-decoration: none;
    background: #fff;
    padding: 3px 13px;
    border: 1px solid #a09b9b;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 700;
    color: #7c7a7a;
    margin-bottom: 8px;
}

#hero .details {
    padding: 25px 0 60px 0;
    width: 100%;
    background: #fff;
    border-top-right-radius: 19px;
}

#hero .details .name {
    padding: 0 25px;
}

#hero .details .name .topic {
    text-align: start;
    margin: 10px 0 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
}

#hero .details .name .topic li {
    list-style: none;
    margin-right: 6px;
    padding-bottom: 18px;
}

#hero .details .name .topic li a {
    text-decoration: none;
    padding: 10px 22px;
    background: #e9eefd;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.03);
}

#hero .details .name .topic li:nth-child(2n) a {
    background: #d5f4fa;
}

#hero .details .name .topic li:nth-child(3n) a {
    background: #f3eff1;
}

#viewmore {
    display: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

#hero .details .name .hire {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#hero .details .name .hire {
    font-size: .8rem;
    font-weight: 700;
    margin-top: 5px;
    background: #f2f1f5;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 9px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #eaebf1;
}

#hero .details .name .hire i {
    color: #52d2ba;
    font-size: 8px;
    margin-right: 10px;
}

#hero .details .name .hire a {
    text-decoration: none;
    padding: 3px 9px;
    background: #d1faeb;
    border-radius: 7px;
    font-weight: 800;
    color: #2b2b2b;
    margin-left: 5px;
}

#hero .details .work {
    padding-top: 40px;
}

#hero .details .work-head {
    padding: 25px 30px 0 30px;
    position: relative;
}

#hero .details .work-head .line {
    background-color: #3b51f3;
    background: #3b51f3;
    position: absolute;
    top: 51px;
    left: 0;
    width: 2px;
    height: 65%;
    z-index: 200;
}

#hero .details h4 {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

#hero .details h4::before {
    content: ' ';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.74);
    background: #52d8b6;
    border-radius: 50%;
    top: 16.8px;
    left: -33px;
    width: 7px;
    height: 7px;
    z-index: 400;
}

#hero .details h4::after {
    content: ' ';
    position: absolute;
    border: 3px solid #52d8b6;
    border-radius: 50%;
    top: 12px;
    left: -38px;
    height: 17px;
    width: 17px;
    z-index: 400;
}

#hero .details h4 i {
    color: #2f56ee;
    margin-right: 10px;
    font-size: 19px;
    font-weight: 500;
}

#hero .details .work-details {
    padding: 10px 30px 25px 30px;
    position: relative;
}

#hero .details .work-details::before {
    content: ' ';
    position: absolute;
    background: #207ef8;
    border-radius: 50%;
    top: 16px;
    left: -3px;
    width: 7px;
    height: 7px;
    z-index: 400;
}

#hero .details .work-details .line {
    background-color: #3b51f3;
    background: #3b51f3;
    position: absolute;
    top: 20px;
    left: 0;
    width: 1.5px;
    height: 100%;
    z-index: 200;
}

#hero .details .work-details p {
    margin-bottom: 8px;
}

#hero .details .work-details li {
    font-size: 16px;
    color: rgb(92, 92, 94);
    font-weight: 400;
    line-height: 27px;
}

#hero .details .work-details .tags123 {
    margin-left: 20px;
}

#hero .details .work-details a {
    text-decoration: none;
    padding-right: 8px;
}

.form1 {
    display: none;
}

.form1.active {
    width: 100%;
    display: initial;
}

.form2 {
    display: none;
}

.form2.active {
    width: 100%;
    display: initial;
}

.form3 {
    display: none;
}

.form3.active {
    width: 100%;
    display: initial;
}

.form4 {
    display: none;
}

.form4.active {
    width: 100%;
    display: initial;
}

.form5 {
    display: none;
}

.form5.active {
    width: 100%;
    display: initial;
}


/* Footer section */

#footer {
    width: 100%;
    padding: 0 5.5vw;
    position: relative;
    background-image: linear-gradient(to top, #3b4ccd, #4052d8, #4557e3, #495dee, #4e63f9);
}

#footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

#footer hr {
    color: #fff;
}

#footer .navigation ul li {
    list-style: none;
    padding: 5px 0;
}

#footer .navigation ul li i {
    font-size: 12px;
    font-weight: 200;
}

#footer .navigation ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #ffff;
    font-weight: 300;
}

#footer .payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#footer .payment p {
    color: #fff;
    font-size: 17px;
}

#footer .payment img:nth-child(1) {
    width: 50%;
    margin-bottom: 25px;
}

#footer .payment img:nth-child(2) {
    width: 70%;
}

#footer .social .sub input {
    width: 230px;
    height: 36px;
    outline: none;
    border: none;
    padding: 0 10px;
    margin-right: 5px;
}

#footer .social .sub {
    margin-top: 40px;
}

#footer .social .sub a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #51c9c8;
    padding: 8px;
}

#footer .social .profile {
    margin-top: 20px;
}

#footer .social .profile a {
    color: #fff;
    font-size: 28px;
    margin-right: 30px;
}

#footer .copyright p {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

#footer>div.copyright>div>img {
    width: 40% !important;
}

@media (max-width: 2560px) and (min-width: 2049px) {
    /* nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end !important;
        align-items: center;
    }
    nav .navigation .nav-links .wrapper ul li {
        margin-left: 30px !important;
    } */
    .form-container {
        margin: 200px auto 30px auto;
    }
}

@media (max-width: 2048px) and (min-width: 1921px) {
    /* nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end !important;
        align-items: center;
    }
    nav .navigation .nav-links .wrapper ul li {
        margin-left: 30px !important;
    } */
    .form-container {
        margin: 160px auto 30px auto;
    }
}

@media (max-width: 1920px) and (min-width: 1601px) {
    /* nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end !important;
        align-items: center;
    }
    nav .navigation .nav-links .wrapper ul li {
        margin-left: 30px !important;
    } */
    .form-container {
        margin: 160px auto 30px auto;
    }
}

@media (max-width: 1600px) and (min-width: 1441px) {
    /* nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    nav .navigation .nav-links .wrapper ul li {
        margin-left: 20px;
    } */
}

@media (max-width: 1440px) and (min-width: 1368px) {
    /* nav .bg-main {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 75%;
        box-sizing: border-box;
        object-fit: cover;
        z-index: -99;
    }
    nav .navigation .nav-links .wrapper ul li {
        display: flex;
        flex-direction: row;
        justify-content: space-between !important;
        margin-left: 0;
    } */
    #footer {
        padding: 0 0;
    }
    #footer>div.row {
        width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 1237px) {
    .abtn {
        background: #fff;
        color: #5d86f1 !important;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
        padding: 13px 20px;
        border-radius: 10px;
    }
    .abtn:hover {
        background: #fff;
        color: #5d86f1 !important;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    .wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        background: rgba( 174, 194, 255, 0.25);
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.17);
        backdrop-filter: blur( 7.5px);
        -webkit-backdrop-filter: blur( 7.5px);
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18);
        transition: all 0.6s ease-in-out;
        z-index: 9999;
    }
    #active:checked~.wrapper {
        right: 0;
    }
    .menu-btn {
        position: fixed;
        z-index: 99999;
        right: 20px;
        top: 20px;
        height: 50px;
        width: 60px;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        cursor: pointer;
        border-radius: 5px;
        background: linear-gradient(90deg, #7b59f3, #6442ad);
        transition: all 0.3s ease-in-out;
    }
    .menu-btn span,
    .menu-btn:before,
    .menu-btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 30%;
        width: 40%;
        border-bottom: 2px solid #fff;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu-btn:before {
        transform: translateY(-8px);
    }
    .menu-btn:after {
        transform: translateY(8px);
    }
    .close {
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: background .6s;
    }
    #active:checked+.menu-btn span {
        transform: scaleX(0);
    }
    #active:checked+.menu-btn:before {
        transform: rotate(45deg);
        border-color: #fff;
    }
    #active:checked+.menu-btn:after {
        transform: rotate(-45deg);
        border-color: #fff;
    }
    nav .nav-links .wrapper ul {
        height: 90px;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
    nav .navigation .nav-links .wrapper ul {
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
    .wrapper ul {
        position: absolute;
        top: 20%;
        left: 65%;
        height: 90%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
    }
    .wrapper ul li {
        margin: 15px 10px;
    }
    .wrapper ul li {
        opacity: 0;
        transition: all 0.3s ease;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    input[type="checkbox"] {
        display: none;
    }
    #active:checked~.wrapper ul li {
        opacity: 1;
    }
    .wrapper ul li {
        transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(100px);
    }
    #active:checked~.wrapper ul li {
        transform: none;
        transition-timing-function: ease, cubic-bezier(.1, 1.3, .3, 1);
        transition-delay: .6s;
        transform: translateX(-100px);
    }
    #engine.scrolled {
        background: #fff;
        box-shadow: 0px 7px 14px 0px rgb(0 0 0 / 11%);
    }
    nav #engine .requirements:nth-child(n)>.box>select.scrolled {
        background: #fff;
        /* color: #a5a4af; */
    }
    nav #engine .search input.scrolled {
        background: #fff;
    }
    nav #engine .search input.scrolled::placeholder {
        background: #fff;
    }
    #loginBtn i {
        background: rgb(123, 127, 241);
        color: #fff;
    }
}

@media only screen and (max-width: 769px) {
    nav {
        margin: 0 1vw;
    }
    nav .navigation {
        padding: 1vw 2vw !important;
    }
    #navigation.scrolled {
        padding: 1vw 5.5vw;
    }
    nav .navigation .logo.scrolled {
        width: 30%;
    }
    nav .navigation .logo.scrolled img {
        width: 100%;
    }
    nav .navigation .logo {
        width: 40%;
        margin-right: 0;
    }
    nav #engine .search input.scrolled {
        background: #fff;
    }
    .menu-btn {
        right: 20px;
        top: 15px;
        height: 50px;
        width: 60px;
    }
    .form-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .form-container .progress1 {
        width: 100%;
        height: 100%;
        margin-right: 0px;
        background: none;
    }
    .form-container .progress ul {
        width: 100%;
        padding-left: 0;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: start;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
    }
    .form-container .progress ul::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    .form-container .progress ul li {
        margin-right: 10px;
    }
    .form-container .progress ul li.active .indicator {
        color: #0053c5;
        padding-right: 5px;
        border-bottom: 2px solid #0053c5;
    }
    .form-container .progress ul li.active .indicator i {
        border-left: 0;
    }
    .form-container .progress ul .indicator i {
        margin-right: 5px;
        padding-left: 5px;
    }
    .form-container .progress ul li p {
        white-space: nowrap;
    }
    /* .form-container .progress ul li .indicator p {
        display: none;
    } */
    .form-container .forms {
        width: 100%;
        border-radius: 8px;
    }
    #hero .details .name .topic {
        width: 100%;
    }
    #hero .details .work-details .line {
        width: 1px;
    }
    #footer {
        padding: 0 3vw;
    }
    #footer>div.row>div.payment {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: start;
    }
    #footer>div.row>div.payment>div {
        display: flex;
        flex-direction: column;
    }
    #footer>div.row>div.payment>p {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    #footer .payment img:nth-child(1) {
        width: 70%;
        margin-bottom: 25px;
    }
    #footer .payment img:nth-child(2) {
        width: 80%;
        margin-bottom: 25px;
    }
    #footer .social {
        margin-top: 20px;
    }
    #footer .social .sub {
        margin-top: 15px;
    }
    #footer>div.copyright>div>img {
        width: 15% !important;
    }
}

@media only screen and (max-width: 523px) {
    /* Gloabal */
    .main-btn {
        font-size: 1rem;
        font-weight: 500;
        border-radius: 14px;
        padding: 17px 30px;
        box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .secondary-btn {
        font-size: 1.1rem;
        font-weight: 500;
        border-radius: 14px;
        padding: 12px 31px;
        box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .plain-btn {
        text-transform: uppercase;
        color: #5d86f1 !important;
        background: #fff;
        font-weight: 900;
        font-size: 10px;
        border-radius: 10px;
        padding: 13px 20px;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    .abtn {
        color: #5d86f1 !important;
        background: #fff;
        font-weight: 900;
        font-size: 10px;
        border-radius: 10px;
        padding: 13px 20px;
        box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
    }
    h1 {
        font-size: 1.7rem;
    }
    h3 {
        font-weight: 600;
        font-size: 24px;
    }
    h3.light {
        font-weight: 500;
        font-size: 24px;
    }
    h6 {
        font-size: 18px;
    }
    nav {
        width: 100% !important;
        padding: 9vw 0vw;
        margin: 0 0;
        overflow: hidden !important;
        position: relative;
        background: #fff;
    }
    nav .bg-main {
        display: none;
    }
    nav .navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-right: 0 !important;
        padding-left: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 11px !important;
        background: #fff;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
    }
    nav .navigation .logo {
        width: 45% !important;
        margin-right: 0;
        margin-top: 5px;
    }
    nav .navigation .logo img {
        width: 100% !important;
    }
    .menu-btn {
        right: 20px;
        top: 15px;
        height: 50px;
        width: 60px;
    }
    .wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        height: 90%;
        width: 90%;
    }
    .wrapper ul {
        position: absolute;
        top: 25%;
        right: -75%;
        height: 90%;
    }
    nav .nav-links .wrapper ul {
        flex-wrap: wrap;
    }
    .wrapper ul li {
        margin: 15px 0;
    }
    .wrapper ul li {
        opacity: 0;
    }
    nav .navigation .nav-links {
        width: 0;
    }
    nav .navigation .nav-links .wrapper ul {
        height: 20px;
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }
    nav .navigation .nav-links .wrapper ul li {
        list-style: none;
        margin-left: 10px;
    }
    /* nav .navigation .nav-links .wrapper ul li .abtn {} */
    nav #engine {
        width: 280px;
        height: 190px;
        padding: 20px 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #engine.scrolled {
        width: 280px;
        height: 190px;
    }
    nav #engine .requirements {
        position: relative;
        margin-bottom: 15px;
    }
    nav #engine .requirements .head {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    nav #engine .requirements .head::before {
        top: 45px;
        right: -70px;
        width: 200px;
        height: .5px;
    }
    nav #engine .requirements .head h5 {
        font-size: 12px;
        font-weight: 700;
        padding-right: 20px;
    }
    #engine>div.search>h5 {
        text-align: start;
    }
    nav #engine .requirements .head i {
        font-size: 14px;
        font-weight: 700;
        color: #7b7b7b;
    }
    nav #engine .requirements:nth-child(n)>.box>select {
        font-size: 15px;
        font-weight: bold;
        background: #fff;
    }
    nav #engine .search h5 {
        font-size: 12px;
        font-weight: 700;
    }
    nav #engine .search input {
        font-size: 15px;
        font-weight: bold;
        width: 100%;
    }
    nav #engine .search input::placeholder {
        font-size: 15px;
        font-weight: bold;
    }
    nav #engine .search-icon i {
        color: #5166ff;
        font-size: 20px;
        font-weight: bolder;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .plain-btn.scrolled {
        color: #5d86f1 !important;
        background: #fff;
    }
    nav #engine .search input.scrolled::placeholder {
        background: #fff;
    }
    #loginBtn {
        display: block;
        width: 100%;
        margin-left: 5px;
    }
    .form-container {
        margin-top: 30px;
    }
    #hero {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #hero .profile {
        padding: 40px 0 20px 0;
        width: 95%;
        height: max-content;
        background: #f9f9f9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-top-right-radius: 19px;
        border-bottom-left-radius: 0;
    }
    #hero .profile .pro-details .expertiese-tag {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #hero .profile .pro-details .expertiese-tag a {
        margin-bottom: 8px;
        margin-right: 4px;
    }
    #hero>div.profile>div:nth-child(3) {
        display: none;
    }
    #hero .details h4 {
        font-size: 20px;
    }
    #footer {
        width: 100%;
        overflow: hidden !important;
    }
    #footer .navigation {
        text-align: center;
    }
    #footer .navigation ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #footer .navigation ul li a {
        font-size: 14px;
    }
    #footer>div.row>div.payment {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: 0;
    }
    #footer .payment img:nth-child(1) {
        margin: 0 auto 25px auto;
    }
    #footer .payment img:nth-child(2) {
        margin: 0 auto 25px auto;
    }
    #footer>div.row.pt-5.pb-4>div.social.col-lg-4.col-md-6.col-12 {
        text-align: center;
        padding: 0;
    }
    #footer>div.row.pt-5.pb-4>div.social.col-lg-4.col-md-6.col-12>div.sub.d-flex.align-content-center.flex-wrap {
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #footer .social .profile a {
        color: #fff;
        font-size: 28px;
        margin: 0 13px;
    }
    #footer>div.copyright.row.d-flex.align-items-center.justify-content-between.pb-3>div.col-lg-3.col-md-4.col-12 {
        padding: 0;
        text-align: center;
    }
    #footer>div.copyright.row.d-flex.align-items-center.justify-content-between.pb-3>div.col-lg-3.col-md-5.col-12.d-flex.align-items-center {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 376px) {
    /* Gloabal */
    .wrapper ul {
        top: 45%;
        right: -80%;
        height: 90%;
        flex-wrap: wrap;
    }
    .menu-btn {
        right: 15px;
        top: 13px;
        height: 50px;
        width: 60px;
    }
    .wrapper {
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
    }
    nav .navigation .nav-links .wrapper ul {
        height: 280px;
        display: flex;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        flex-wrap: wrap !important;
    }
    nav #engine {
        width: 280px;
    }
    #engine.scrolled {
        width: 280px;
        height: 190px;
    }
    nav #engine .search-icon i {
        font-size: 20px;
        bottom: 20px;
        right: 20px;
    }
    #profile-img {
        position: relative;
        top: 10px;
    }
    ul.timeline>li a:hover {
        padding: 20px 30px 20px 43px;
        width: 100%;
        background: #fff;
        background-color: #fff;
        border-radius: 10px;
        color: rgb(36, 72, 252) !important;
        font-weight: 700;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }
    #hero .details .work {
        padding: 40px 13px 0 10px;
    }
}