body {
    background-color: #f6f7fb;
}
.banner_slider .hero_img > img {
    max-width: 1500px;
    position: relative;
    left: -160px;
}
.feature_boxes .img > [alt="image"] {
    border-radius: 13px;
}

img.steps-img {
    width: 445px;
    border-radius: 13px;
}

.how_it_inner .steps_block .icon {
    height: 100%;
    background-color: transparent;
}

.steps-get-started {
    margin-top: 12rem;
}

.para-steps {
    color: white;
    text-align: center;
    margin-top: 21px;
    font-weight: 500;
    font-size: 23px;
}

.how_it_inner {
    padding-bottom: 53px;
}

.banner_section .banner_text h1 {
    font-size: 59px;
}

.banner_section {
    overflow: hidden;
}

.review_section .positive_inner {
    border-bottom: 0;
}

.third-section {
    font-size: 51px !important;
    margin-bottom: 44px;
}
.third-section span {
    font-size: 60px !important;
}

.how_it_section {
    margin-top: 70px;
}

ul.ordering-checklist > li {
    font-size: 23px;
    margin-bottom: 9px;
}

header {
    background-color: #071234;
}

footer .footer-logo {
    width: 100%;
    max-width: 104px;
}

.footer_bottom .ft_inner {
    justify-content: center;
}

.container-wtin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    width: 100%;
    height: 60px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #fff;
}
.first-createacc .container-wtin {
    height: 43px;
    border: 1px solid #ced4da;
} 
.first-createacc .container-wtin  .prefix-wtin > img {
    width: 33px;
}
  
  .prefix-wtin {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 15px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    height: 100%;
    width: 70px;
    font-weight: 600;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 10px 0px 0px 10px;
  }
  
  .myinput-link-wtin {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    padding: 0px 10px;
    height: 100%;
    width: 100%;
    background-color: transparent;
  }
  
  .link-icon-wtin {
    font-size: 16px;
    background-color: #fff;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    position: relative;
  }
  
  .tooltip-wtin {
    position: absolute;
    top: -40px;
    right: -10px;
    opacity: 0;
    background-color: #ffe53b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
    pointer-events: none;
    letter-spacing: 0.5px;
    z-index: 10;
  }
  
  .tooltip-wtin::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000000;
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    bottom: -15%;
    transition-duration: 0.3s;
  }
  
  .link-icon-wtin:hover .tooltip-wtin {
    opacity: 1;
    transition-duration: 0.3s;
  }
  


.first-createacc {
    max-width: 385px;
}

.first-createacc .myinput-link-wtin {
    background-color: white;
    box-shadow: none;
    font-weight: 400;
    font-size: inherit;
}

.navbar-brand img {
    width: 58px;
}



.social_media li a img {
    width: 33px;
}
footer .social_media li a {
    border: 0;
}


.banner_text .type-wrap {
    padding-top: 57px;
}

footer {
    padding: 40px 0;
}

.text-blue-f {
    color: #006fff;
}

.error-border {
    border: 2px solid red !important;
}

#error-message-container {
    color: red;
    font-weight: bold;
    font-size: 14px;
}
#succuss-message-container {
    color: #2a9d8f;
    font-weight: bold;
}

.tempspolicylink {
    text-decoration: underline;
}

.form-check [for="checkChecked"] {
    line-height: 1;
}

.steps-get-started {
    margin-top: 0;
}

@media (max-width: 1200px)  {
    .banner_slider .hero_img > img {
        max-width: 700px;
        left: -83px;
    }
    .banner_section .used_app ul li img {
        width: 55px;
    }
    .banner_section .banner_text h1 {
        font-size: 53px;
        /* padding-top: 17px; */
    }
    .br-hide-ontablet {
        display: none;
    }
}

@media (max-width: 992px)  {
    .first-createacc {
        margin: auto;
    }

    .first-createacc  .btn_block {
        width: 100%;
        text-align: center;
    }
    .br-hide-ontablet {
        display: block;
    }
    .banner_text .type-wrap {
        padding-top: 57px;
    }
}

@media (max-width: 576px) { 
    .br-hide-ontablet {
        display: none;
    }
    .banner_section .banner_text h1 {
        font-size: 50px;
    }
    .banner_slider .hero_img > img {
        left: unset;
        position: unset;
    }
    
    .section_title h2 {
        font-size: 35px !important;
    }

    .section_title h2 span {
        font-size: 43px !important;
    }

    ul.ordering-checklist > li {
        font-size: 18px;
    }
    .serv7img {
        width: 100%;
        margin-top: 43px;
    }
    .banner_section {
        margin-top: 35px;
    }
    
    .banner_section .used_app {
        margin-bottom: 15px;
    }
}


@media (max-width: 447px ) {
    .banner_section .banner_text h1 {
        font-size: 42px;
    }
} 