* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1450px;
}

footer .container{
    padding:  0 30px !important;
}

header {
    padding: 30px 0;
    transition: all .4s;
    position: fixed;
    width: 100%;
    z-index: 99;
}


.aftertx {
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 29px 6px 54px #0000000A;
}

.aftertx .login-btn {
    background-color: #fff;
}

.register-btn {
    background-color: #0087E2;
    padding: 12px 22px;
    border-radius: 6px;
    margin-right: 10px;
    color: #fff;
    transition: all .4s;
}

.register-btn:hover {
    opacity: 0.8;
    text-decoration: none;
    background: rgba(24, 82, 125, .8);
    color: #fff;
}

.login-btn {
    background-color: #f5f5f5;
    padding: 12px 22px;
    border-radius: 6px;
    color: #103254;
    transition: all .4s;
}

.login-btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #103254;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    display: inline-flex;
    margin: auto;
}

.nav-item {
    margin-right: 30px;
}

.nav-item a {
    color: #103254 !important;
}

.active {
    font-weight: bold;
}


.first-section {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 120px;
    overflow: hidden;
    min-height: 100vh;
}

.video-player {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background: #000;
    border: 5px solid #3784DF;
    border-radius: 30px;
    overflow: hidden;
    margin-left: auto;
    aspect-ratio: 16 / 9;
}

.video-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991.98px) {
    .video-player {
        margin: 30px auto 0;
        border-width: 4px;
    }
}

@media (max-width: 575.98px) {
    .video-player {
        border-width: 3px;
    }
}

@media (min-width: 992px) {
    .video-player {
        width: 80%;
    }
}

footer {
    padding-top: 80px;
    background-color: #103254;
}

.footer-info h4 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-info p {
    color: #ffff;
    margin-bottom: 0;
    font-size: 16px;
}

.footer-info a {
    color: #fff;
    text-decoration: none;
}

.footer-info img {
    max-width: 50px;
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 10px;
}

.footer-info input {
    border: 0;
    padding: 12px;
    width: 100%;
    background-color: rgba(255, 255, 255, .06);
    margin-top: 10px;
}

.footer-info textarea {
    border: 0;
    padding: 12px;
    width: 100%;
    background-color: rgba(255, 255, 255, .06);
    margin-top: 10px;
}

.contact-footer-info a {
    background-color: #0087e2;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
}

.flex-container {
    display: flex;
    padding-bottom: 50px;
}

/* .social-media-footer a {
    margin: 0 5px;
} */

.footer-logo {
    background-color: #0c253e;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.footer-logo img {
    max-width: 120px;
}

.footer-logo p {
    color: #fff;
    margin-bottom: 0;
}


::selection {
    background-color: #103254;
    color: #fff;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}


.first-section h2 {
    font-size: 65px;
    font-weight: bold;
    color: #103254;
}

.first-section p {
    color: #103254;
    padding-bottom: 100px;
}

.shape-1 {
    position: absolute;
    right: -330px;
    max-height: 80%
}

.video-player.shape-1 {
    position: relative;
    right: auto;
    max-height: none;
}

.get-started-btn {
    color: #3784DF;
    font-size: 28px;
    font-weight: bold;
}

.get-started-btn:hover {
    text-decoration: none;
}

#book-demo-form{
    padding-bottom: 15px;
}

.header-form {
    background-color: #FFBE1D;
    max-width: 400px;
    padding: 10px;
    border-radius: 29px;
    margin-top: 20px;
}

.header-form .checkboxes-wrapper{
    margin: 15px 0;
    font-size: 0.7rem;
}

.header-form .checkboxes-wrapper label{
    display: flex; align-items: flex-start; gap: 8px; cursor: pointer;margin-bottom: 12px;
}

.header-form .checkboxes-wrapper label .checkmark {
    display: block;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 5px;
    flex-shrink: 0;
    position: relative;
}


.header-form .checkboxes-wrapper label .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    position: absolute;
}

.header-form .checkboxes-wrapper label:has(input:checked) .checkmark {
    background-color: #18527D;
}

.header-form .checkboxes-wrapper label input{
    display: none;
}

.header-form>input {
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    padding: 14px;
}

#businessname {
    border-radius: 19px 19px 0 0
}

#phone {
    border-radius: 0 0 19px 19px;
    margin-bottom: 0;
}

.free-trial {
    padding: 14px 25px;
    background-color: #FFBE1D;
    color: #103254;
    display: inline-block;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.free-trial:hover {
    text-decoration: none;
    color: #18527D;
}

.footer-email-button {
    padding: 14px 25px;
    background-color: #0087e2;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
}

.footer-email-button:hover {
    text-decoration: none;
    background: rgba(24, 82, 125, .8);
}

.circle-1 {
    background-color: #3784DF;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    position: absolute;
    top: 300px;
    left: -45px;
    z-index: -1;
}

.circle-2 {
    background-color: #FFBE1D;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    position: absolute;
    top: 500px;
    left: 1%;
    z-index: -1;
}

.circle-3 {
    background-color: #18527D;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    left: 45px;
    z-index: -1
}

.circle-4 {
    background-color: #FFBE1D;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    position: absolute;
    bottom: 20%;
    left: 45%;
    z-index: -1;
}


/*our story*/
.our-story {
    margin-top: 100px;
}

.our-story-title {
    color: #103254;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
}

.our-story-div {
    box-shadow: 29px 6px 54px #0000000A;
    border-radius: 25px;
    margin-top: 10px;
    display: flex;
    padding: 20px 0;
}

.our-story-box h3 {
    color: #103254;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
}

.our-story-box p {
    color: #3784DF;
    font-size: 18px;
    margin-bottom: 0;
}

.our-story-box {
    text-align: center;
    width: 33.33%;
    padding: 30px 0;
}

.our-story-box:not(:last-child) {
    border-right: 2px solid #3784DF;
}

/*credit-cards*/
.credit-cards {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.credit-cards-info h3 {
    color: #103254;
    font-size: 60px;
    font-weight: bold;
}

.credit-cards-info p {
    color: #103254;
}

.credit-cards-info a {
    border-radius: 6px;
    background-color: #0087E2;
    color: #fff;
    padding: 14px 25px;
;
    display: inline-block;
}

.credit-cards-info a:hover {
    text-decoration: none;
}

.credit-cards-info img {
    width: 100%;
}

.center-items {
    display: flex;
    align-items: center;
}

.credit-card-shape {
    position: absolute;
    top: 0;
    left: -200px;
    max-width: 30%;
    z-index: -1
}

.circle-5 {
    background-color: #3784DF;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -55px;
    z-index: -1;
}

/*business type*/
.business-type {
    position: relative;
    padding: 0;
}

.business-type-info img {
    width: 100%;
}

.business-type-info h3 {
    color: #103254;
    font-size: 60px;
    font-weight: bold;
}

.business-type-info p {
    color: #103254;
}

.business-type-info a {
    border-radius: 6px;
    background-color: #0087E2;
    color: #fff;
    padding: 14px 25px;
;
    display: inline-block;
}

.business-type-info a:hover {
    text-decoration: none;
}

.circle-6 {
    background-color: #FFBE1D;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    bottom: 120px;
    left: -55px;
    z-index: -1;
}

/*get-started*/
.get-started {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.get-started-div p {
    color: #0087E2;
    text-align: center;
    margin-bottom: 0;
}

.get-started-div h3 {
    text-align: center;
    color: #103254;
    font-size: 60px;
    font-weight: bold;
}

.get-started-box {
    width: 330px;
    height: 330px;
    box-shadow: 29px 6px 54px #0000000a;
    border: solid thin #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    z-index: 9;
    position: relative;
    background-color: #fff;
}

.get-started-box h3 {
    color: #103254;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.get-started-box p {
    margin-bottom: 0;
    color: #103254;
    font-size: 16px;
}

.get-started-icon {
    height: 65px;
    width: 65px;
    background-color: #F0F8FD;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.get-started-second-box {
    margin-top: 100px;
}

.get-started-last-box {
    margin-top: 200px;
}

.border-get-started {
    position: relative;
}

.border-get-started-div::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #3784DF;
    top: 260px;
    transform: skewY(15deg);
    left: 70px;
    z-index: -1;
}

.circle-7 {
    background-color: #FFBE1D;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -100px;
    z-index: -1;
}

.circle-8 {
    background-color: #3784DF;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    right: 50px;
    z-index: -1;
}

.support {
    padding-top: 160px;
}

.support-div {
    text-align: center;
    margin-bottom: 50px;
}

.support-div h3 {
    font-size: 45px;
    font-weight: bold;
    color: #103254
}

.support-div label {
    padding: 14px;
    border-radius: 13px;
    box-shadow: 4px 11px 36px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 500px;
    text-align: left;
}

.support-div input {
    border: 0;
}

.support-box {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 21px 21px 41px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
}


.blog-section {
    padding-top: 200px;
}

.blog-shadow {
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-top: 30px;
}

.blog-category {
    background-color: #f5f5f5;
    padding: 10px;
    color: #262525;
    line-height: 3;
    border-radius: 7px;
}

.head-info h3 {
    font-weight: bold;
    color: #103254;
}

.blog-tittle:hover {
    color: #103254;
    text-decoration: none;
}

.blog-category:hover {
    color: #262525;
    text-decoration: none;
}

.blog-tittle {
    color: #103254;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.blog-post h4 {
    margin-top: 10px;
}

.blog-post img {
    width: 100%;
    border-radius: 15px;
}

.blog-grid img {
    margin-bottom: 10px;
}

.blog-grid {
    padding: 20px;
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.05);
}

.blog-tx {
    color: #103254;
    font-size: 22px;
}

.blog-tx span {
    font-weight: bold;
}

.categories {
    padding: 80px 0;
    text-align: center;
}

.categories h3 {
    font-weight: bold;
    font-size: 22px;
    color: #103254;
}

.form-box {
    border-radius: 20px;
    box-shadow: 15px 15px 76px 0 rgba(16, 50, 84, 0.06);
    max-width: 550px;
    width: 100%;
    padding: 50px;
    text-align: center;
}

.credentials {
    margin-top: 30px;
    color: #103254;
    margin-bottom: 5px;
}

.form-box input {
    padding: 16px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 0;
}

.center-div {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forget-password {
    color: #103254;
    text-align: right;
}

.form-box a {
    width: 100%;
    display: block;
    padding: 16px;
}

.register-tx {
    margin-top: 10px;
    color: #103254;
}

.register-tx span {
    color: #00b4e5;
}

.registration-tx strong {
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
    color: #18527D;
}

select:focus {
    outline: none;
}

.form-box label {
    width: 100%;
    position: relative;
}

.form-box label span {
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translate(0, -50%);
    font-size: 14px;
    color: #3d5974;
}

.form-box label img {
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translate(0, -50%);
}

.timezone-tx {
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
}

.timezone-tx-notifications {
    font-weight: normal;
    margin-bottom: 10px;
}

.form-box select {
    padding: 16px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 0;
}

.pricing-section {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.pricing-section .circle-7 {
    top: 200px;
}

.pricing-section .circle-8 {
    top: 350px;
}

.circle-9 {
    background-color: #3784DF;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    left: -100px;
    z-index: -1;
}

.circle-10 {
    background-color: #FFBE1D;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 450px;
    left: 30%;
    z-index: -1;
}

.pricing-div img {
    display: block;
    margin: auto;
}

.pricing-div h3 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 20px;
    color: #103254;
    text-align: center
}

.pricing-div p {
    color: #103254;
    font-size: 16px;
    text-align: center
}

.pricing-box {
    margin-top: 30px;
    border-radius: 16px;
    padding: 50px 20px;
}

.pricing-box h4 {
    color: #0087e2;
    font-size: 35px;
    font-weight: bold;
}

.pricing-box p {
    font-size: 16px;
    color: #103254;
}

.pricing-box ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.pricing-box ul li {
    color: #103254;
    font-size: 16px;
    margin-bottom: 10px;
}

.pricing-box img {
    margin-right: 5px;
}

.standart-box {
    box-shadow: 20px 20px 80px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}

.price {
    margin-top: 50px;
    text-align: center;
}

.price h5 {
    font-size: 32px;
    color: #103254;
    margin-bottom: 0;
}

.price p {
    color: #103254;
    font-size: 16px;
}

.pricing-submit {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 15px 15px 60px 0 rgba(0, 0, 0, 0.04);
    width: 100%;
    text-align: center;
    display: block;
    color: #0087e2;
    font-size: 16px;
    padding: 10px;
    margin-top: 35px;
}

.standart-box .pricing-submit {
    background-color: #0087e2;
    color: #fff;
}

.most-popular {
    color: #0087e2;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
    position: absolute;
    top: 15px;
}

.trial-section {
    padding-top: 160px;
}

.second-row {
    padding: 100px 0;
}

.trial-section ul {
    list-style: none;
}

.trial-section ul li img {
    padding-right: 5px;
}

.pricing-div {
    margin-bottom: 200px;
}

.rounded-div {
    background-color: #0087E2;
    max-width: 800px;
    height: 500px;
    display: block;
    margin: auto;
    border-radius: 400px 400px 0 0;
    position: relative;
    width: 100%;
}

.rounded-div::before {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #00B4E5;
    border-radius: 400px 0 0 0;
}

.rounded-div img {
    position: absolute;
    max-height: 530px;
    left: 50%;
    transform: translate(-50%, 0);
    top: -250px;
}

.sign-up-div {
    height: 300px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 400px;
    width: 100%;
    border-radius: 400px 400px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-div a {
    box-shadow: 7px 19px 60px #FFBE1D8C;
    border-radius: 6px;
    background-color: #FFBE1D;
    padding: 14px 25px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    color: #103254;
    margin-top: 40px;
}

.sign-up-div a:hover{
    color: #18527D;
}

.signup-section {
    padding-top: 350px;
    position: relative;
    overflow: hidden;
}

.circle-11 {
    background-color: #FFBE1D;
    height: 300px;
    width: 300px;
    position: absolute;
    right: -120px;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.circle-12 {
    background-color: #0087E2;
    height: 300px;
    width: 300px;
    position: absolute;
    left: -120px;
    top: 100px;
    border-radius: 50%;
    z-index: -1;
}

button:focus {
    outline: none;
}


.how-its-work {
    padding-top: 200px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.how-its-work-title {
    color: #103254;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
}

.how-its-work-description {
    color: #103254;
    text-align: center;
}

.how-it-works-img img {
    max-width: 300px;
}

.right-side {
    padding-left: 90px;
}

.left-side {
    padding-right: 100px;
}

.left-side .how-it-works-img {
    text-align: center;
}

.how-it-works-details {
    position: relative;
}

.how-it-works-details h4 {
    font-size: 25px;
    color: #103254;
    font-weight: bold;
}

.how-it-works-details p {
    font-size: 16px;
    color: #103254;
}

.counter-right-side {
    box-shadow: 12px 12px 99px #1032541A;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #103254;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.counter-left-side {
    box-shadow: 12px 12px 99px #1032541A;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #103254;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.circle-13 {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    background-color: #FFBE1D;
    top: 150px;
    right: -50px;
    z-index: -1
}

.circle-14 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    background-color: #FFBE1D;
    bottom: 0;
    left: 40px;
    z-index: -1
}

.circle-15 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    background-color: #00B4E5;
    bottom: 50px;
    right: -40px;
    z-index: -1
}

.how-its-work .row {
    align-items: center;
}


.features-section {
    padding: 80px 0;
    padding-top: 0px;
}

.features-section.pt{
    padding-top: 50px;
}

.features-section h5 {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #103254;
    margin-bottom: 30px;
}

.features-box {
    border-radius: 12px;
    box-shadow: 7px 7px 26px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
    border: 0;
    cursor: pointer;
}

.features-box h4 {
    font-weight: bold;
    color: #103254;
    font-size: 22px;
}

.features-box p {
    color: #103254;
    font-size: 16px;
}

.features-title {
    font-size: 50px;
    font-weight: bold;
    color: #103254;
    text-align: center;
    margin-bottom: 25px;
}

.features-icon {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 180, 229, .1);
    margin-bottom: 10px;
}

.features-first-section {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
    overflow: hidden;
    min-height: 75vh;
    overflow: hidden;
}

.features-first-section > .container{
    padding-top: 80px;
}

.features-first-section-info h4 {
    font-weight: bold;
    color: #103254;
    font-size: 50px;
}

.features-first-section-info p {
    color: #103254;
    font-size: 18px;
}

.features-shape {
    position: absolute;
    left: -350px;
    max-width: 75%;
    top: 75px;
}

.features-first-section-div {
    display: flex;
    margin-top: 50px;
}

.features-first-section-div p {
    margin-bottom: 0;
}

.features-first-section-box {
    border-radius: 12px;
    box-shadow: 7px 7px 26px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    width: 33%;
    background-color: #fff;
}

.features-first-section-icon {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 180, 229, .1);
    margin-bottom: 10px;
}

.features-first-section-box:not(:last-child) {
    margin-right: 10px;
}

.circle-16 {
    background-color: #00B4E5;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    position: absolute;
    top: 100px;
    right: -40px;
    z-index: -1
}

.circle-17 {
    background-color: #00B4E5;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: 100px;
    right: 30px;
    z-index: -1
}

.circle-18 {
    background-color: #FFBE1D;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    top: 250px;
    left: 35%;
    z-index: -1;
}

/* OUR PARTNERS */


.our-partners {
    background: #F3FBFD;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 30px 0px;
}
.our-partners > p:first-of-type {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #404040;
    margin: 0;
}
.our-partners__images-wrapper {
    text-align: center;
}
.our-partners__images-wrapper > img {
    margin: 20px;
}

@media only screen and (max-width:1151px) {
    .nav-item {
        margin-right: 10px;
    }

    .logo {
        max-height: 35px;
    }

    .first-section {
        min-height: inherit;
    }

    .features-first-section {
        min-height: inherit;
    }
}

@media only screen and (max-width: 991px) {
    .features-title {
        font-size: 35px;
    }

    .circle-18 {
        display: none;
    }

    .features-first-section-info h4 {
        font-size: 35px;
    }

    .features-first-section-info p {
        font-size: 16px;
    }

    .features-shape {
        position: relative;
        left: -250px;
        max-width: 90%;
    }

    .features-first-section {
        display: block;
    }

    .support-div h3 {
        font-size: 35px;
    }

    .counter-left-side {
        left: 0;
    }

    .left-side {
        padding-right: 0;
        padding-left: 80px;
    }

    .circle-15 {
        display: none;
    }

    .circle-14 {
        display: none;
    }

    .order-col {
        order: 13;
    }

    .right-side {
        margin-top: 20px;
    }

    .left-side .how-it-works-img {
        text-align: left;
    }

    .how-its-work-title {
        font-size: 35px;
    }

    .our-story-box h3 {
        font-size: 25px;
    }

    .our-story-title {
        font-size: 35px;
    }

    .circle-2 {
        display: none;
    }

    .first-section h2 {
        font-size: 35px;
    }

    .get-started-btn {
        font-size: 18px;
    }

    .first-section {
        display: block;
        padding-top: 120px !important;
    }

    .first-section_form{
        margin-bottom: 20px;
    }

    .shape-1 {
        position: relative;
        left: 0;
        max-width: 70%;
        display: block;
        margin: auto;
        padding-top: 50px;
    }

    .flex-container {
        display: block;
        padding-bottom: 0;
    }

    header {
        padding: 10px 0;
        background-color: #fff;
    }

    .logo {
        max-height: 30px;
    }

    .navbar-light .navbar-toggler {
        color: #000;
        border: 0;
    }

    .aftertx {
        padding: 5px 0;
        background-color: #fff;
    }

    ul.navbar-nav.mr-auto {
        margin: 30px 0px;
    }

    .register-btn {
        padding: 10px 18px;
    }

    .login-btn {
        padding: 10px 18px;
    }

    .contact-footer-info {
        width: 100%;
    }

    .footer-info p {
        font-size: 14px;
    }

    footer {
        padding-top: 50px;
    }

    .credit-cards-info h3 {
        font-size: 35px;
    }

    .credit-cards-info a {
        padding: 10px 20px;
    }

    .business-type-info h3 {
        font-size: 35px;
    }

    .business-type-info a {
        padding: 10px 20px;
    }

    .header-form {
        max-width: 100%;
    }

    .get-started-box {
        width: 250px;
        height: 250px;
    }

    .get-started-box p {
        font-size: 14px;
    }

    .border-get-started-div::before {
        top: 220px;
        transform: skewY(19deg);
    }

    .get-started-div h3 {
        font-size: 35px;
    }
}

@media only screen and (max-width:767px) {
    .features-first-section-div {
        margin-top: 20px;
        display: block;
    }
    .features-first-section-box:not(:last-child){
        margin-right: 0;
        margin-bottom: 10px;
    }
    .features-first-section-box {
        width: 100%;
    }
    .features-shape {
        left: -150px;
        max-width: 100%;
        width: 100%;
    }

    .signup-section {
        padding-top: 0;
    }

    .circle-12 {
        display: none;
    }

    .signup-section .circle-5 {
        display: none;
    }

    .get-started-second-box {
        margin-top: 10px;
    }

    .get-started-last-box {
        margin-top: 10px;
    }

    .get-started-box {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }

    .border-get-started-div::before {
        display: none;
    }

    .our-story-box:not(:last-child) {
        border-right: 0;
        border-bottom: 2px solid #3784DF;
    }

    .our-story-box {
        width: 100%;
    }

    .our-story-div {
        display: block;
    }

    .circle-4 {
        display: none;
    }

    .first-section {
        background-image: none;
        min-height: auto;
        padding-top: 200px;
    }

    .business-type-info img {
        margin-top: 50px;
    }

    .circle-8 {
        display: none;
    }

    .circle-7 {
        display: none;
    }

    .rounded-div img {
        max-height: 430px;
        top: -150px;
    }

    .rounded-div img {
        display: none;
    }

    .rounded-div {
        height: 300px;
        background-color: #fff;
    }

    .rounded-div::before {
        display: none;
    }
}
