:root {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    /* --fontFamily: 'Viga', sans-serif;
    --fontFamily2: 'Roboto', sans-serif; */
    /* --mainColor: #337ab7; */
    --bg-color: #00baf2;
    --mainColor: #00baf2;
    --secondColor: #2e2f46;
    --thirdColor: #0f4a8a;
    --thirdColorShadow: #ffeced;
    --backgroundColor: #ebebeb;
    --transparentColor: #fcebe5;
    --whiteColor: #ffffff;
    --blackColor: #242424;
    --paragraphColor: #666666;
    --paragraphColor: #666666;
    --fontSize: 15px;
    --card-title-fontSize: 20px;
    --transition: 0.5s;
    /* --bg1-color: #0f4a8a; */
    --bg-default-color: #f5f7fa;
}

a {
    color: ;
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1,
h2,
h3,
h4 {
    font-family: var(--fontFamily);
}

h5,
h6 {
    font-family: var(--fontFamily2);
}

a {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--blackColor);
    text-decoration: none;
    outline: 0 !important;
}

h2 {
    font-size: 32px;
}

a:hover {
    color: var(--mainColor);
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    color: #62668a;
    font-size: 15px;
    font-weight: 500;
    /* margin-bottom: 15px; */
    font-family: var(--fontFamily2);
}

.retailer-header {
    text-align: center;
    /* background-color: rgb(15, 74, 138); */
    color: #fff;
    padding: 16px 0;
    background-color: #eaedff;
}

.retailer-logo {
    width: 60%;
}

.footer-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}


.footer-social-icons ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-social-icons ul li {
    display: inline-block;
}

.footer-social-icons ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin-left: 3px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    /* background-color: var(--whiteColor); */
    background-color: var(--mainColor);
    -webkit-box-shadow: 0px 0px 15px -5px #cccccc;
    box-shadow: 0px 0px 15px -5px #cccccc;
    text-decoration: none;
}

.footer-social-icons ul li a:hover {
    color: var(--mainColor);
    background-color: var(--whiteColor);
}

.bntcont a {
    font-size: 19px;
    font-weight: 600;
    color: #696969;
    margin-left: 15px;
}

.bnrr {
    background-color: #fff;
}

.bnrimg img {
    height: 513px;
    width: 100%;
    /* margin-top: 146px; */
}

.login-form {
    background-color: #fff;
    position: relative;
    background-color: #fcfafb;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding: 23px 30px 30px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, .1); */
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    z-index: 1;
    text-align: center;
    margin: 26px 0;
    /* border-radius: 35px; */
}

.border_right {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.api-form-bg {
    background: url(../img/newimg/pay2bg.jpg) no-repeat center center/cover;
}

.default-section-title h3 {
    font-size: 30px;
    text-align: center;
    color: var(--thirdColor);
    font-weight: bold;
    margin-bottom: 20px;
    /* width: 80%; */
    /* margin: auto; */
}

.default-section-title-middle {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.login-form .btn {
    /* background-color: #00baf2; */
    background-image: linear-gradient(to right, #00baf2 13%, #0f4a8a 81%);
    width: 190px;
    height: 50px;
    border: 0px;
    border-radius: 10px;
    font-size: 17px;
    text-transform: uppercase;
    box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.44);
    border: 0px;
    border-radius: 7px;
    color: #fff;
    font-weight: 700;
}

.btn:hover {
    box-shadow: 0 8px 20px 0 rgb(33 94 160 / 60%);
    transform: translate(0px, -2px);
    color: #fff;
}

.login-midle-text {
    margin-top: 20px;
}

.login-midle-text a {
    font-size: 14px;
    color: #757575;
}

.login-form .btn1 {
    background-color: #ec3237;
    color: #ffffff;
    width: 100px;
    font-weight: 500;
    padding: 0px 6px;
    border-radius: 30px;
    cursor: pointer;
    margin: 10px 0;
}

.login-form .text1 {
    font-size: 14px;
    color: #00baf2;
}

.login-form .text2 {
    font-size: 14px;
    color: #0f4a8a;
}

.manual-input {
    height: 40px;
    border-radius: 9px;
    padding: 6px;
    background-color: #e4e4e4;
    color: #000000;
    box-shadow: inset 6px 8px 13px rgba(0, 0, 0, 0.2);
}

.login-footer {
    padding: 10px 0;
    /* background-color: #0f4a8a; */
    text-align: center;
    /* margin-top: 40px; */
}

.login-footer p {
    color: #000 !important;
    margin: 0;
}

.bntcont1 {
    margin-right: 50px;
}

.carousel-indicators {
    margin-top: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: #1c599c;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    /* padding-top: 6px; */

}

.carousel-indicators {
    bottom: -26px;
}

/* =================================== */
/* sign-up page starts here */
/* =================================== */
.btn2 {
    border: 1px solid;
}

/* =================================== */
/* API-PARTNER page starts here */
/* =================================== */

.about-img img {
    /* border-radius: 40px; */
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    /* box-shadow: 0 30px 54px 0 rgb(17 94 209 / 21%); */
    height: 420px;
    margin: 26px 0;
    box-shadow: 0px 0 15px rgba(0, 0, 0, .3);
    background-color: #adb5bd;

}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: none !important;
}

@media screen and (max-width:460px) {
    .bnrimg img {
        height: auto;
    }

    .login-form {
        /* margin-left: 30px;
        margin-top: 60px;
        margin-bottom: 33px */
        /* margin-top: 60px; */
        /* border-top-left-radius: 0; */
        /* border-bottom-left-radius: 0; */
    }

    .about-img img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        /* margin-bottom: 60px; */
    }

    .footer-social-icons {
        display: flex;
        flex-direction: row-reverse;
    }

    .footer-social-responsive {
        display: flex;
        flex-direction: row-reverse;
    }

    .bntcont {
        margin-left: -170px;
    }

    .carousel-indicators {
        bottom: -55px;
    }
}