/*  100 — Thin / Extra Thin / Hairline
    200 — Extra Light / Ultra Light
    300 — Light
    400 — Regular (Normal)
    500 — Medium
    600 — Semi Bold / Demi Bold
    700 — Bold
    800 — Extra Bold / Ultra Bold
    900 — Black / Ultra Black / Heavy */

@font-face {
    font-family: 'open-sans', sans-serif !important;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'open-sans', sans-serif !important;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-style: Bold;
    font-weight: 700;
}

@viewport {
    width: device-width;
    initial-scale: 1;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700 !important;
}

.semibold {
    font-weight: 600;
}

.b700-s17 {
    font-size: 17px;
    font-weight: 700;
}

.b700-s14 {
    font-size: 14px;
    font-weight: 700;
}

.b700-s36 {
    font-size: 36px;
    font-weight: 700;
}

.bn-s17 {
    font-size: 17px;
    font-weight: normal;
}

.bn-s16 {
    font-size: 16px;
    font-weight: normal;
}

.bn-s14 {
    font-size: 14px;
    font-weight: normal;
}

.bn-s26 {
    font-size: 26px;
    font-weight: normal;
}

.bn-s20 {
    font-size: 20px;
    font-weight: normal;
}

.bn-s24 {
    font-size: 24px;
    font-weight: normal;
}

.b700-s26 {
    font-size: 26px;
    font-weight: 700;
}

.b700-s19 {
    font-size: 19px;
    font-weight: 700;
}

.bn-s13 {
    font-size: 13px;
    font-weight: normal;
}

.bn-s19 {
    font-size: 19px;
    font-weight: normal;
}

.b700-s54 {
    font-size: 54px;
    font-weight: 700;
}

.line-hight {
    line-height: 1.4
}

body {
    font-family: 'Open Sans', sans-serif !important;
    direction: ltr;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    /*    -webkit-touch-callout: none;  iOS Safari 
        -webkit-user-select: none;    Chrome/Safari/Opera 
        -khtml-user-select: none;     Konqueror 
        -moz-user-select: none;       Firefox 
        -ms-user-select: none;        IE/Edge 
        user-select: none;            non-prefixed version, currently not supported by any browser */
}

div,
img,
a {
    margin: 0;
    padding: 0;
}

/*.panel {position: relative;}*/
a {
    outline: none;
    color: #3A3A3A;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a img {
    border: none;
}

.clear {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
}

.border-validate {
    border: 1px solid red;
}

.radius-img {
    border-radius: 15px 15px 0px 0px !important;
}

.hpx-140 {
    height: 140px;
}

.nav-item a {
    border-right: 1px solid #CBD8ED;
    padding: 0px 6px 0px 0px;
}

.nav-item:last-child a {
    border-right: none;
    padding: 0px 6px 0px 0px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #2d2ec2 !important;
}

.logo-bg {
    background-image: url('../images/Logo.jpg');
    width: 200px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-bg-txt {
    display: none;
}

.radius {
    border-radius: 15px;
}

/*.nav-link a:last-child{
   border-right: none; 
   
}*/
.qty {
    width: 50px;
    height: 20px;
    text-align: center;
}

.sticky_center {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    padding: 0px;
    font-size: 20px;
    z-index: 99;
}

.qtyplus {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
}

.qtyminus {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    width: 90%;
    border-top: 2px solid #EDF2F8;
}

.arrow-down-img {
    width: 200px;
    float: left;
    text-align: right;
    margin-right: 10px;
}

.hght-txt {
    height: 75px
}

.hight-100 {
    height: 100px
}

.hight-90 {
    height: 90px
}

.hight-127 {
    height: 127px
}

.social {
    position: fixed;
    padding: 3px;
    top: 0px;
    background-color: transparent;
    right: 10%;
    z-index: 999;
    text-align: center;
    width: 16%;
    height: auto;
    border-radius: 0px 0px 15px 15px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.social_icon {
    color: #A1BBDE;
}

.social_icon_footer {
    color: #2E3180;
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 20px;
    background-color: #ECF1F7;
    border-radius: 30px;
    padding: 0px;
    text-decoration: none;
    padding-bottom: 25px;
}

.search_input {
    color: #2E3181;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 10px;
    text-decoration: none;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 200px;
    transition: width 0.4s linear;
    text-decoration: none;
}

.searchbar:hover>.search_icon {
    /*background: white;*/
    color: #383D86;
}

.search_icon {
    height: 25px;
    width: 25px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2D3682;
}

.login-container {
    margin-left: 20px;
}

.login-container a {
    color: #383D86;
}

.login-container a:hover {
    color: #c1c1c1;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-dark .navbar-brand {
    color: #42468D !important;
}

.bg-dark {
    background-color: #FFF !important;
    border-bottom: 4px solid #F9C609;
}

.navbar-dark .navbar-nav .nav-link {
    color: #42468D !important;
}

.back-img {
    background-image: url("../images/arrows.png");
    /* Full height */
    height: 69px;
    width: 38px;
    /* Center and scale the image nicely */
    background-position: right;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

.back-img-blue {
    /*background-image: url("../images/back.png");*/
    background-image: linear-gradient(#ECF1F7, #fff);
    /* Full height */
    height: 100%;
    width: auto;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.back-img-yellow {
    /*background-image: url("../images/yellow.png");*/
    background-image: linear-gradient(#FEF5CE, #fff);
    /* Full height */
    height: 100%;
    width: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.back-img-green {
    /*background-image: url("../images/-green.png");*/
    background-image: linear-gradient(#EBF5ED, #fff);
    /* Full height */
    height: 100%;
    /*width: 100%;*/
    min-height: 430px;
    /* Center and scale the image nicely */
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.text-blue {
    color: #2E3181;
}

.text-yellow {
    color: #F7C713;
}

.d-md-blocks {
    display: inline-block;
    padding: 10px 0px 0px 50px;
    border-radius: 0px 15px 15px 0px;
    width: 100%;
    top: 18%;
    position: relative;
    left: 6%;
    height: auto;
    text-align: left;
}

.d-md-blocks .lead {
    width: 40%;
}

.d-md-blocks #brdr {
    color: #fff;
    width: 100%;
    padding-left: 2%;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 17px;
    font-weight: bold;
    border-left: 2px solid #F9C609;
    text-align: left;
}

.d-md-blocks #read_more {
    color: #F9C609;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
}

.carousel-item {
    /*height: 100vh;*/
    /*min-height: 300px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item img {
    max-width: 100%;
}

.blue_sky_color {
    color: #87B1DB;
}

.font-text {
    font-size: 15px;
}

.card-text {
    font-size: 13px;
}

.font-text-tab {
    font-size: 25px;
}

.border-imf-center {
    border-radius: 0px 0px 15px 0px;
}

.border-imf-clincs {
    border-radius: 0px 15px 0px 0px;
}

.carousel-indicators .active {
    background-color: #2E317F;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin-right: 0%;
    list-style: none;
    background-color: #9EB6DC;
    width: 100%;
    margin: 0px;
    height: 55px;
    padding-top: 15px;
    padding-right: 3px;
    padding-left: 20px;

}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    margin-left: 3px;
    margin-top: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.carousel-indicators-home .active {
    background-color: #2E317F;
}

.carousel-indicators-home {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-pack: center;*/
    /*justify-content: flex-start;*/
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    background-color: #9EB6DC;
    width: 100%;
    margin: 0px;
    height: 55px;
    padding-top: 15px;
    padding-left: 110px;
    /*margin-left: 120px;*/
}

.carousel-indicators-home li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
}

.d-md-block #brdr {
    color: #fff;
    width: 100%;
    padding-left: 9%;
    padding-right: 0%;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 26px;
    font-weight: 700;
    border-left: 2px solid #F9C609;
    text-align: left;
}

.d-md-block #read_more {
    color: #F9C609;
    /*    margin-top: 10px;
        margin-left: 10px;
        margin-right: auto;
        margin-bottom: 10px;            */
    font-size: 19px;
    text-align: left;
    cursor: pointer;
    font-weight: normal;
    /*float: left;*/

}

.d-md-block span {
    color: #F9C609;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.d-md-block {
    display: inline-block;
    padding: 10px 3% 0px 8%;
    background: #434487;
    background-color: rgba(67, 68, 135, 0.8);
    border-radius: 0px 15px 15px 0px;
    width: 45%;
    top: 30%;
    position: relative;
    left: 0%;
    /*padding-left: 2%;*/
    height: auto;
}

.back-blue {
    height: 100%;
    width: auto;
    background-color: #ECF1F7;
}

.donate-now {
    background-color: #2E3180;
    border-radius: 0px 15px 15px 0px;
    font-size: 15px;
    font-weight: 700;
    width: 21%;
}

.donate-now a {
    padding: 0px 20px 0px 20px;
    margin: 33% auto;
    text-align: center;
}

.snipest {
    background-color: #fff;
    border-radius: 15px;
}

.bg-back-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-back-home-img {
    min-height: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center-img-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
}

.bg-sponsor {
    background-color: #2E3180;
}

.bg-blue {
    background-color: #ECF1F7;
}

.bg-mate-blue {
    background-color: #2E3180;
}

.support-now {
    width: 280px !important;
    font-size: 15px;
}

.text-red {
    color: #DC1D3E
}

.text-orang {
    color: #F28E1F;
}

.text-mint {
    color: #B9CE31;
}

.text-purpel {
    color: #AF2089;
}

.text-sky {
    color: #0C5AA2;
}

.text-blue-sky {
    color: #AABEE0;
}

.text-green {
    color: #D6EFDA;
}

.text-white-green {
    color: #2DB04A;
}

.w-70 {
    width: 70%;
}

.h-120 {
    height: 120px;
}

.f-size-22 {
    font-family: 'open-sans', sans-serif !important;
    line-height: 1.8;
    font-size: 30px;
    color: #9EB6Db
}

.brder-right {
    border-right: 2px solid #ECF1F7;
}

.brder-left {
    border-left: 2px solid #ECF1F7;
}

.footer-brder-right {
    border-right: 2px solid #A1B8DB;
}

.footer-brder-left {
    border-left: 2px solid #A1B8DB;
}

.support-buttom {
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    position: relative;
    /*top:-24px;*/
    top: 0px;
    height: 50px
}

.bton {
    cursor: pointer;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.applay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 56px;
    border-radius: 0px 0px 10px 10px;
    background-color: #2F3080;
}

@media (min-width:200px) and (max-width:900px) {
    .carousel-indicators-home {
        padding-left: 20px;
    }

    .font-text-tab {
        font-size: 15px;
    }

    .h-120 {
        height: auto;
    }

    .font-text {
        font-size: 13px;
    }

    .font-weight-bold {
        font-weight: 700 !important
    }

    .hght-txt {
        height: auto
    }

    .hight-100 {
        height: 100px
    }

    .hight-90 {
        height: 90px
    }

    .hight-127 {
        height: 127px
    }

    .d-md-block {
        display: inline-block;
        padding: 10px;
        background: #434487;
        background-color: rgba(67, 68, 135, 0.8);
        border-radius: 0px 15px 15px 0px;
        width: 90%;
        top: 20%;
        position: relative;
        left: 0%;
        height: auto;
    }

    .d-md-block #brdr {

        font-size: 20px;
        font-weight: 700;
    }

    .d-md-blocks .lead {
        width: 100%;
    }

    .d-md-blocks h3 {
        font-size: 25px;
    }

    .f-size-22 {
        font-size: 22px;
    }

    .w-70 {
        width: 100% !important;
    }

    .donate-now {
        height: auto;
        width: 100%;
        border-radius: 0px;
    }

    .donate-now a {
        margin: 20px;
        text-align: center;
    }

    .support-now {
        width: 100%;
    }

    .srch {
        display: none !important;
    }
}

@media (min-width:200px) and (max-width:767px) {
    .border-imf-center {
        border-radius: 0px 0px 10px 10px;
    }

    .border-imf-clincs {
        border-radius: 0px;
    }

    .logo-bg {
        background-image: url('../images/Logo-mob.png');
        background-repeat: no-repeat;
        background-position: left;
        padding: 10px;
    }

    .support-buttom {
        background-color: white;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        position: static;
        top: 0px;
    }

    .brder-right {
        border-right: 0px solid transparent;
    }

    .brder-left {
        border-left: 0px solid transparent;
    }

    .footer-brder-right {
        border-right: 0px solid transparent;
    }

    .footer-brder-left {
        border-left: 0px solid transparent;
    }

    .support-now {
        width: 100%;
    }
}

@media (min-width:300px) and (max-width:570px) {
    /*    .d-md-block span{
            color:#F9C609;            
            font-size: 15px;
            font-weight:bold;     
            text-align: left;
        }*/

    /*    .d-md-block {
            display: inline-block;
            padding: 10px;
            background: #434487;
            background-color: rgba(67, 68, 135, 0.8);
            border-radius: 0px 15px 15px 0px;
            width: 90%;
            top: 20%;
            position: relative;
            left: 0%;
            height: auto;
        }*/
    .support-now {
        width: 100%;
    }
}

@media (min-width:300px) and (max-width:990px) {
    .nav-item a {
        border-right: none;
        padding: .5rem 1rem;
    }

    .nav-item:last-child a {
        border-right: none;
    }

    .login-container {
        text-align: center;
        margin-top: 10px;
    }

    .social {
        position: fixed;
        top: 0px;
        left: 32%;
        text-align: center;
        width: 60%;
        height: auto;
    }

    .support-now {
        width: 100% !important;
    }

    /*    .searchbar:hover > .search_input{        
            width: 0px;               
        }
        .searchbar:active > .search_input{
            padding: 0 10px;
            width: 200px;
            transition: width 0.4s linear;
            text-decoration: none;
        }*/

}

@media (min-width:300px) and (max-width:400px) {
    .social {
        position: fixed;
        top: 0px;
        left: 22%;
        text-align: center;
        width: 60%;
        height: auto;
    }

    .support-now {
        width: 100% !important;
    }
}

@media (min-width:400px) and (max-width:500px) {
    .social {
        position: fixed;
        top: 0px;
        left: 25%;
        text-align: center;
        width: 50%;
        height: auto;
    }

    .support-now {
        width: 100% !important;
    }
}

@media (min-width:500px) and (max-width:600px) {
    .social {
        position: fixed;
        top: 0px;
        left: 30%;
        text-align: center;
        width: 40%;
        height: auto;
    }

    .support-now {
        width: 100% !important;
    }
}

@media (min-width:600px) and (max-width:990px) {
    .social {
        position: fixed;
        top: 0px;
        left: 35%;
        text-align: center;
        width: 32%;
        height: auto;
    }

    .support-now {
        width: 100% !important;
    }
}

@media (min-width:10px) and (max-width:300px) {
    .social {
        display: none;
    }

    body,
    html {
        display: none;
        background-color: blue;
    }
}

@media (min-width:900px) and (max-width:1093px) {
    .social {
        width: 20%;
    }
}

/* nada */
@media (min-width:200px) and (max-width:991px) {
    .side-menu {
        display: none;
    }
}

/*SIDE MENU*/
.side-menu-container {
    position: absolute;
    overflow: hidden;
    width: 200px;
    height: 200px;
    left: 0;
}

.side-menu {
    width: 205px;
    height: auto;
    margin: 5em auto 0;
    font-size: 1em;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    position: fixed;
    top: 6%;
    bottom: 0;
    left: -10em;
    z-index: 9999999;
}

.side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu ul li {
    display: block;
    height: 50px;
    padding: 1em 3em;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s, background-color .5s, color .5s;
    -webkit-transition: background-color .5s, color .5s, -webkit-transform .5s;
    transition: background-color .5s, color .5s, -webkit-transform .5s;
    -o-transition: transform .5s, background-color .5s, color .5s;
    transition: transform .5s, background-color .5s, color .5s;
    transition: transform .5s, background-color .5s, color .5s, -webkit-transform .5s;
}


.instagram-bg {
    background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.facebook-bg {
    background-color: #2b4170;
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}


.youtube-bg {
    background: #F00;
}

.linkedin-bg {
    background-color: #2867b2;
}

.twitter-bg {
    background-color: #5aa0ff;
}

.android-bg {
    background-color: #799727;
}

.ios-bg {
    background-color: #333333;
}

.side-menu ul li:hover {
    -webkit-transform: translateX(10em);
    -ms-transform: translateX(10em);
    transform: translateX(10em);
}

.side-menu ul li a {
    display: block;
    text-decoration: none;
    color: #FFF !important;
}

.side-menu ul li span {
    display: block;
    position: absolute;
    font-size: 21px;
    line-height: 2em;
    height: 2em;
    top: -18px;
    bottom: 0;
    margin: 0 auto;
    padding: 1em 1.5em;
    right: -15px;
}

.side-menu ul li span i {
    color: #FFF !important;
}

.youtube-bg span {
    right: -18px !important;
}

@media screen and (min-width: 1060px) {
    .account-sub-menu {
        position: absolute;
        top: 8px;
        left: 165px;
        height: 40px;
        border-radius: .25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 120px;
        background: #199450 !important;
    }

    .account-sub-menu:hover {
        -webkit-transition: .2s ease-in;
        -o-transition: .2s ease-in;
        transition: .2s ease-in;
    }

    .account-sub-menu>a {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-overflow: ellipsis;
        direction: ltr;
    }

    .dropdown-menu {
        left: unset !important;
        right: 0px;
    }

    .dropdown-menu a {
        padding: 10px;
        min-width: 200px;
    }
}

.account-sub-menu .dropdown-menu a {
    direction: rtl;
}

.account-sub-menu a {
    overflow: hidden;
    direction: ltr;
    text-overflow: ellipsis;
}

.account-sub-menu .dropdown-toggle::before {
    display: inline-block;
    margin-right: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-bottom: 0;
    border-right: .3em solid transparent;
    position: absolute;
    right: 5px;
    top: 17px;
}

.dropdown-menu a {
    color: #212529 !important;
}

.dropdown-menu a:hover {
    background-color: #D7F3E3 !important;
}

.dropdown-title::before {
    color: #15723F;
}

.dropdown-title {
    color: #199450 !important;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    top: 2px;
}

/*footer*/
div.container-fluid.bg-blue>div.row.p-3 {
    justify-content: center !important;
}


/*float bottun*/

@keyframes glowing {
    0% {
        box-shadow: -1px 10px 73px 12px rgb(206, 36, 97);
        background-color: #d2245a;
        /*box-shadow: 0 0 3px #2e3180;*/
    }

    50% {
        box-shadow: -1px 10px 73px 12px rgb(46, 69, 119);
        background-color: #324b82;
        /*box-shadow: 0 0 10px #2E318099;*/
    }

    100% {
        box-shadow: -1px 10px 73px 12px rgba(145, 255, 182, .7);
        /*box-shadow: 0 0 3px #2E31803D;*/
    }
}

.button_div {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 14px;
    width: 50px;
    height: 50px;
    cursor: default;
    z-index: 999999999;
    background-color: #2e3180;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    /*display: inline-block;*/
    font-family: sans-serif;
    font-size: 20px;
    /*padding: 30px 30px;*/
    will-change: width;
    padding: 32px;

    animation: glowing 1700ms infinite;
    /*border-radius: 50px;*/
}

.button_footer {
    background-color: #2e318000;
    -webkit-border-radius: 60px;
    /*border-radius: 60px;*/
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    /*padding: 30px 30px;*/
    text-align: center;
    text-decoration: none;
    /*animation: glowing 1700ms infinite;*/

}

.form-group {
    text-align: start;
}

.form-group label {
    font-weight: bold;
}

.required::after {
    content: "*";
    color: red;
}