@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body {
    font-family: 'Roboto', sans-serif !important;
    color: #000 !important;
}
:root {
    --bs-background: #1552EF;
    --bs-link-gray-color: #212529;
    --bs-link-color: #1552EF;
    --bs-alert-link-color: #0A4BB1;
    --bs-text-highlight: #8b0000;
    --bs-bg-highlight: #DAEBFF;
}

body a {
    color: var(--bs-link-color);
    text-decoration: none;
}

@media (min-width: 992px) {
    .container {
        max-width: 945px !important;
    }
}

header {
    box-shadow: 0px 10px 16px rgb(82 99 249 / 9%);
    min-height: 65px;
    display: flex;
    align-items: center;
}

.link-color {
    color: var(--bs-link-color);    
}
.sub-title {
    color: var(--bs-link-gray-color);
}

.img-sub-title {
    color: #808080;
}
.bs-alert-link-color {
    color: var(--bs-alert-link-color);
}
p {
    font-size: 19px;
    line-height: 34.2px;
}
hr {
    background-color: gray!important;
}
.writer-img {
    width: 100%;
    max-width: 40px;
}

.color-text {
    color: var(--bs-text-highlight)
}

.blog-author-details p {
    font-size: 12px;
    color: #959595;
}

.bg-highlight {
    background-color: var(--bs-bg-highlight);
}

.bg-custom {
    background-color: var(--bs-background);
}

body .btn-success {
    background-image: linear-gradient(to right, #1552EF , #167BD7);
    border: 1px solid #167BD7;
    border-radius: 5px;
    letter-spacing: 3px;
}

.btn.btn-lg {
    width: 14.25rem;
    /* height: 2.4375rem; */
    font-size: 18px;
    letter-spacing: 5px;
}
body .btn-success:hover,
body .btn-success:focus {
    opacity: .75;
    /* background-color: #1552EF; */
    background-image: linear-gradient(to right, #167BD7 , #1552EF);
    border-color: #169BD7;
}
.custom-button {
    padding-right: 100px!important;
    padding-left: 100px!important;
    font-size: 32px!important;
    border-radius: 15px!important;
}


footer {
    background-color: var(--bs-background);
}

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

footer a:hover,
footer a:focus {
    color: #fff;
    opacity: .8;
}

footer p {
    font-size: 13px;
    line-height: 15.6px;;
}
.bg-custom-primary {
    /* background-image: linear-gradient(to right, #1552EF , #167BD7); */
    background-color: #167BD7!important;
    border: 1px solid #167BD7;
    max-width: 360px;
    border-radius: 0.5rem;
}
.bg-custom-primary:hover, .bg-custom-primary:focus {
    /* background-image: linear-gradient(to right, #167BD7 , #1552EF); */
    background-color: #1552EF!important;
    border-color: #1552EF;
}

.text-left {
    text-align: left;
}

.writer-col-1 {
    float: left;
    max-width: fit-content;
}
.writer-col-11 {
    float: left;
    min-height: 38px;
    align-items: center;
    display: flex;
    padding-left: 5px;
}
@media (min-width: 991px) {
    .h1 {
        font-size: 40px !important;
    }
    h2 {
        font-size: 1.875rem!important;
    }
    /* .btn-big {
        min-height: 55px;
        font-size: 20px;
    } */
    /* .bill-row a.btn {
        font-size: 24px;
        min-height: 55px;
    } */
}
@media only screen and (max-width: 767px) {
    .btn.btn-lg.btn-top {
        font-size: 14px;
        width: auto;
        height: 26px;
        padding: .5rem;
    }
    .logo-img {
        max-width: 150px;
        width: 100%;
    }
    header  {
        min-height: 67px;
    }
    body .h1 {
        font-size: 27px;
    }
    body h2 {
        font-size: 20px;
    }
    p.h4 {
        font-size: 18px;
    }
    p , .bg-highlight p {
        font-size: 17px;
        line-height: 26.6px;
    }
    .bill-row .btn-lg {
        font-size: 24px;
        height: 55px;
    }
    .btn-big.btn.btn-lg {
        font-size: 20px;
        /* height: 59px; */
    }
    footer p.text-justify {
        text-align: justify;
    }
    footer p {
        font-size: 12px;
    }
}

header.header-new {
    background-color: #fff;
}

.body-new {
    background-color: #fff;
}

.body-new .container.container-actual {
    padding: 1.5rem 1rem;    
}

.btn.btn-primary {
    background-color: var(--bs-background);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #005083;
    border-color: #005083;
}

.pad-15 {
    padding: 15px 0!important;
}

.logo-img , footer img {
    width: 100%;
    max-width: 305px;
}

.banner-img img {
    border-radius: 15px;
}

.banner-img-2 {
    padding-left: 50px;
    padding-right: 50px;
}
.fl-0 {
    float: left;
}
.step-title {
    width: 9%;
}

.step-desc {
    width: 91%;
}

.main-title {
    line-height: 1.5!important;
}

@media (min-width: 1200px) {
    .body-new .container.container-actual {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .body-new .container.container-actual {
        max-width: 960px !important;
    }
    .container-wrap {
        margin: 0 auto;
        max-width: 764px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .body-new .container.container-actual {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .body-new .container.container-actual {
        max-width: 540px;
    }    
}

@media (max-width: 768px) {
    .step-title {
        width: 15%;
    }
    
    .step-desc {
        width: 85%;
    }
}
@media (max-width: 576px) {
    .banner-img-2 {
        padding-left: 0px;
        padding-right: 0px;
    }    
}

@media (max-width: 768px) {
    .container-wrap {
        padding: 0px 25px;
    }
    .logo-img {
        max-width: 250px;
        width: 100%;
    }
    .writer-col-11 {
        min-height: 34px;
        align-items: center;
    }
}

@media (max-width: 476px) {
    .logo-img {
        max-width: 200px;
        width: 100%;
    }
    .btn-success {
        letter-spacing: 1px!important;
        font-size: .575rem!important;
    }
}

@media (max-width: 370px) {
    .logo-img {
        max-width: 170px;
        width: 100%;
    }
    .btn-big.btn.btn-lg {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .writer-col-11 {
        min-height: 34px;
    }
    .writer-col-11 small {
        font-size: 0.675em!important;
    }
}