@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.container_footer{
    max-width: 1350px;
    margin: 0 auto;
}
.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-10{
    width: 88.75%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-5{
    width: 42.5%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}
.col-lg-2{
    width: 12.5%;
}
.col-lg-1{
    width: 6.25%;
}

header .top-menu{
    margin-top: 20px;
    margin-bottom: 20px;
}
header .top-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
header .top-menu ul li{
    display: inline-block;
}
header .top-menu ul li a{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #0B9444;
    padding: 20px 25px;
}
header .top-menu ul li strong{
    color: #8A9697;
}
header .middle-menu .logo{
    margin-right: 10%;
}
header .middle-menu img{
    width: 180px;
}
header .middle-menu .menu-bar{
    margin-right: 2%;
    padding: 6px 0;
}
header .middle-menu .menu-bar .fas{
    font-size: 25px;
    background-color: #0B9444;
    padding: 15px 50px;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}
header .middle-menu .menu-bar ul{
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    background-color: #F0F3F4;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    margin-left: -20px;
    display: none;
}
header .middle-menu .menu-bar:hover ul{
    display: block;
}
.navigation-bar-show2{
    display: block;
}
header .middle-menu .menu-bar ul li a{
    display: block;
    font-size: 12px;
    color: #566573;
    font-weight: 400;
    /* padding: 10px 20px; */
}
header .middle-menu .search-bar{
    padding: 9px 0;
}
header .middle-menu .search-bar input{
    width: 320px;
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #D3D6D9;
}
header .middle-menu .search-bar input:focus{
    outline: none;
}
header .middle-menu .search-bar button{   
    padding: 15px;
    border-radius: 30px;
    font-family:Times;
    font-size:13px;
    background-color: #F0F0F0;
    border: 1px solid #D3D6D9;
    margin-left: -50px;
    cursor: pointer;
}
header .middle-menu .search-bar a{   
    padding: 15px;
    border-radius: 30px;
    background-color: #F0F0F0;
    border: 1px solid #D3D6D9;
    cursor: pointer;
    font-size:13px;
}
header .middle-menu .chat-bar{
    padding: 6px 0;
    width: 23%;
}
header .middle-menu .chat-bar .content{
    background-color: #E6FFE4;
    display: flex;
    border-radius: 30px;
    width: 180px;
    float: right;
}


header .middle-menu .chat-bar .content .icon{
    background-color: #0B9444;
    border-radius: 30px;
    padding: 8px 14px;
    padding-top: 12px;
}
header .middle-menu .chat-bar .content img{
    width: 34px;
}

header .middle-menu .chat-bar .content .text h5{
    color: #0B9444;
    font-size: 16px;
    padding: 18px 10px;
    padding-left: 10px;
}

header .button-menu{
    margin-top: 25px;
    margin-bottom: 25px;
}
header .button-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
header .button-menu ul li{
    display: inline-block;
}
header .button-menu ul li a{
    display: inline-block;
    padding-left:35px!important;
    padding-right:35px!important;
    font-size: 14px;
    font-weight: 900;
    color: #7F8C8D;
    padding: 20px 25px;
}

header .button-menu ul li a:hover{
    display: inline-block;
    border-radius:50px;
    padding-left:35px!important;
    padding-right:35px!important;
    font-size: 14px;
    font-weight: 900;
    background:#27AE60;
    color: #fff;
    padding: 20px 25px;
}


.section1 .bg{
    height: 520px;
    width: 100%;
    background: url('../images/header-bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.section1 .content{
    padding: 30px 40px;
    padding-top: 120px;
}
.section1 .content h2{
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}
.section1 .content p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7em;
}
.section1 .content .btn a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid #cccccc;
    padding: 12px 35px;
    margin-top: 20px;
    transition: .4s;
}
.section1 .content .btn a:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.section1 .image{
    text-align: right;
    padding-right: 50px;
}
.section1 .image img{
    width: 100%;
    margin-top: 100px;
}
.section1 .play-btn{
    text-align: right;
    padding-right: 30px;
    padding-bottom: 30px;
    
}
.play-btn .fas{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    padding: 20px 22px;
    cursor: pointer;
}
.section2{
    width: 100%;
    margin-top: 30px;
}
.section2 .column-bg{
    border-radius: 15px;
}
.section2 .column-bg-1{
    margin-right: 10px;
}
.section2 .column-bg-2{
    margin-left: 10px;
}

.section2 .content{
    padding: 20px;
}
.section2 .content .column-text{
    margin-bottom: 20px;
}
.section2 .content .column-text h2{
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section2 .content .column-text p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5em;
}
.section2 .content .column-btn{
    text-align: right;
    margin-top: 30px;
}
.section2 .content .column-btn a{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: .4s;
}
.section2 .content .column-btn a:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.section2 .column-bg .content img{
    width: 100%;
    border-radius: 15px;
}

.section3{
    width: 100%;
    margin-top: 30px;
}
.section3 .column-bg{
    background-color: #ECF0F1;
    padding: 20px;
    border-radius: 15px;
}

.section3 .column-ttg{
    background-color: #ECF0F1;
    padding: 20px;
    border-radius: 15px;
}

.section3 .column-bg-1{
    margin-right: 10px;
}
.section3 .column-bg-2{
    margin-left: 10px;
}
.section3 .column-bg .top-sec{
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    padding-left: 40px;
}
.section3 .column-bg .top-sec h2{
    color: #8A9697;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.section3 .column-bg .top-sec p{
    color: #A8B0B1;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.section3 .column-bg .top-sec a{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 12px 30px;
    background: #0B9444;
    text-decoration: none;
    border-radius: 30px;
    transition: .4s;
}
.section3 .column-bg .top-sec .image{
    background: #E6FFE4;
    border-radius: 15px;
    width: 80%;
    float: right;
}
.section3 .column-bg .top-sec .image img{
    width: 100%;
    border-radius: 15px;
}

.section3 .bottom-sec .bg{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.section3 .bottom-sec .bg1{
    background-color: #ECF0F1;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}
.section3 .bottom-sec .content1{
    /* background: #0B9444; */
    display: flex;
    border-radius: 15px;
}

.section3 .bottom-sec .left-bg{
    margin-right: 5px;
}
.section3 .bottom-sec .right-bg{
    margin-left: 5px;
}
.section3 .bottom-sec .bg h2{
    color: #8A9697;
    font-size: 20px;
    margin-bottom: 10px;
}

.section3 .bottom-sec .bg h4{
    color: #8A9697;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}

.section3 .bottom-sec .content{
    background: #0B9444;
    display: flex;
    border-radius: 15px;
}
.section3 .bottom-sec .content .image{
    width: 65%;
    background: #E6FFE4;
    border-radius: 15px;
}
.section3 .bottom-sec .content .btn{
    width: 35%;
    text-align: center;
}
.section3 .bottom-sec .content .image img{
    width: 100%;
}
.section3 .bottom-sec .content .btn a{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 8px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 58px;
    transition: .4s;
}

.btn-special{
    background-color: #fff;
    color: #BDC3C7;
    font-size: 12px;
    font-weight:900;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    border: 1px solid #BDC3C7;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 45px;
    transition: .4s;
}

.btn-special a{
    color: #7F8C8D;
    font-size: 12px;
    font-weight:900;
    display: inline-block;
}

.section4 .content img{
    width: 100%;
    border-radius: 15px;
}

.section4 {
    width: 100%;
    margin-top: 30px;
}
.section4 .bg{
    background: #ECF0F1;
    border-radius: 15px;
    padding: 20px;
}
.section4 .left-bg{
    margin-right: 10px;
}
.section4 .right-bg{
    margin-left: 10px;
}
.section4 .content{
    background: #fff;
    border-radius: 15px;
}
.section4 .left-content{
    margin-right: 10px;
}
.section4 .right-content{
    margin-left: 10px;
}
.section4 .content img{
    width: 100%;
    border-radius: 15px;
}
.section4 .content h6{
    font-size: 15px;
    color: #8A9697;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.section4 .content p{
    font-size: 14px;
    color: #8A9697;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}
footer{
    width: 100%;
    margin-top: 30px;
}
footer .logo{
    display: flex;
    padding-right: 10px;
}
footer .logo img{
    width: 120px;
}
footer .logo p{
    font-size: 11px;
    padding-left: 15px;
    color:#7F8C8D;
}
footer .info{
    display: flex;
}
footer .info h3{
    font-size: 11px;
    color: #0B9444;
    margin-bottom: 5px;
}
footer .info .item{
    width: 33.333%;
    font-size: 15px;
}
footer .info .item .fas{
    font-size: 18px;
    color: #0B9444;
}
footer .info p{
    font-size: 11px;
    color:#7F8C8D;
}
footer .info .item2{
    text-align: center;
    padding-top: 30px;
    color:#7F8C8D;
}
footer .info .item3{
    padding-top: 30px;
    text-align: right;
    color:#7F8C8D;
}
footer .row{
    padding: 30px 0;
}
footer .copyright{
    margin-bottom: 30px;
    padding-left:60px;
}
footer .copyright .row{
    padding: 5px 0;
}
footer .copyright p{
    font-size: 14px;
    color: #8A9697;
}
footer .copyright ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right;
}
footer .copyright ul li{
    display: inline-block;
}
footer .copyright ul li a{
    display: inline-block;
    margin-left: 50px;
    font-size: 14px;
    color: #8A9697;
}


.mobile-menu{
    display: none;
}



/* Tab Responsive design...*/
@media screen and (max-width: 1080px) {
header .middle-menu .row{
    display: block;
}
header .button-menu .row{
    display: block;
}
header .middle-menu .logo {
    margin-right: 0;
    width: 50%;
    display: inline-block;
}
header .middle-menu .logo {
    margin-right: 0;
    float: left;
    padding-left: 30px;
}
header .middle-menu .search-bar .menu-bar {
    margin-right: 0;
    padding: 6px 0;
    text-align: right;
    padding-right: 30px;
}
header .middle-menu .search-bar {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
header .middle-menu .search-bar input{
    width: 400px;
}
header .middle-menu .chat-bar{
    width: 100%;
}
header .middle-menu .chat-bar .content{
    float: none;
    margin: 0 auto;
}



footer .logo{
    display: block;
    padding: 10px;
}
footer .logo img {
    width: 150px;
}
footer .logo p {
    font-size: 14px;
    padding-left: 0;
    margin-top: 10px;
}
footer .info{
    display: block;
    padding: 10px;
}
footer .info .item{
    width: 100%;
}
footer .info .item2 {
    text-align: left;
    padding-top: 20px;
}
footer .info .item3 {
    text-align: left;
    padding-top: 20px;
}
footer .copyright{
    padding: 10px;
    padding-left: 60px;
    padding-bottom: 0;
}
footer .copyright p{
    text-align: center;
}
footer .copyright ul{
    margin-top: 20px;
    text-align: center;
}
footer .copyright ul li a {
    margin-left: 0;
    padding: 0 20px;
}


}




/* Mobile responsive all the css code */
@media screen and (max-width: 767px) {
    .row{
        display: block;
    }
    .justify-content{
        justify-content: center;
    }
    .col-lg-12{
        width: 100%;
    }
    .col-lg-10{
        width: 100%;
    }
    .col-lg-9{
        width: 100%;
    }
    .col-lg-8{
        width: 100%;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-5{
        width: 100%;
    }
    .col-lg-4{
        width: 100%;
    }
    .col-lg-3{
        width: 100%;
    }
    .col-lg-2{
        width: 100%;
    }
    .col-lg-1{
        width: 100%;
    }

    .mobile-menu{
        display: block;
        background-color: #0B9444;
        padding: 15px;
        display: flex;
    }
    .mobile-menu .logo {
        width: 50%;
    }
    .mobile-menu .logo img{
        width: 175px;
        padding-left: 20px;
    }
    .mobile-menu .toggle-btn {
        text-align: right;
        width: 50%;
    }
    .mobile-menu .toggle-btn .fas{
        font-size: 35px;
        padding: 12px 10px;
        color: #fff;
    }
    header{
        display: none;
    }
    .navigation-bar-show{
        display: block;
    }
header .logo{
    display: none !important;
}

header .middle-menu .menu-bar{
    margin-right: 0;
    text-align: center;
}
header .middle-menu .menu-bar ul {
    position: relative;
    margin-left: 0;
}
header .top-menu ul li{
    display: block;
}
header .top-menu ul li a{
    display: block;
}
header .middle-menu .search-bar {
    padding: 10px;
    display: flex;
}
header .middle-menu .search-bar a{
    display: none;
}
header .middle-menu .search-bar input{
    box-sizing: border-box;
}
header .middle-menu .chat-bar {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
header .button-menu ul li{
    display: block;
}
header .button-menu ul li a{
    display: block;
}
header .middle-menu .chat-bar .content{
    float: none;
}
header .middle-menu .chat-bar .content{
    width: 100%;
}

header .middle-menu .chat-bar .content .text{
    display: none;
}
header .middle-menu .chat-bar .content{
    width: fit-content;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 15px;
}


.section1 .bg{
    height: auto;
    border-radius: 0 0 15px 15px;
}
.section1 .content {
    padding: 15px 20px;
    padding-top: 60px;
}
.section1 .content h2{
    font-size: 30px;
    margin-bottom: 10px;
}
.section1 .content .btn a{
    margin-top: 0;
}
.section1 .image {
    text-align: center;
    padding-right: 0;
    padding: 10px;
}
.section1 .image img{
    width: 75%;
    margin-top: 20px;
}
.section1 .play-btn{
    text-align: center;
    padding-right: 0;
    margin-top: 30px;
}
.section2 .column-bg-1{
    margin-right: 0;
}
.section2 .column-bg-2{
    margin-left: 0;
}
.section2 .content .column-text h2{
    font-size: 28px;
    margin-bottom: 10px;
}
.section2 .content .column-btn {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section2 .column-bg-1{
    margin-bottom: 20px;
}
.section2 .column-bg-2{
    margin-left: 0;
}

.section3 .column-bg .top-sec{
    padding-left: 20px;
}
.section3 .column-bg .top-sec .image{
    float: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.section3 .bottom-sec .content .btn a{
    margin-top: 75px;
}
.section3 .column-bg-1{
    margin-right: 0;
}
.section3 .column-bg-2{
    margin-left: 0;
    margin-top: 20px;
}
.section3 .bottom-sec .left-bg {
    margin-right: 0;
}
.section3 .bottom-sec .right-bg {
    margin-left: 0;
}
.section4 .left-bg{
    margin-right: 0;
}
.section4 .right-bg{
    margin-left: 0;
    margin-top: 20px;
}
.section4 .left-content{
    margin-right: 0;
}
.section4 .right-content{
    margin-left: 0;
}
.section4 .content h6{
    padding-left: 0;
    padding: 10px;
}
.section4 .content p{
    padding: 0 10px;
    padding-bottom: 10px;
    text-align: left;
}


footer .logo{
    display: block;
    padding: 10px;
}
footer .logo img {
    width: 150px!important;
}
footer .logo p {
    font-size: 14px;
    padding-left: 0;
    margin-top: 10px;
}
footer .info{
    display: block;
    padding: 10px;
}
footer .info .item{
    width: 100%;
}
footer .info .item2 {
    text-align: left;
    padding-top: 20px;
}
footer .info .item3 {
    text-align: left;
    padding-top: 20px;
}
footer .copyright{
    padding-left:0;
    padding: 10px;
    padding-bottom: 20px;
}
footer .copyright p{
    text-align: center;
}
footer .copyright ul{
    margin-top: 20px;
    text-align: center;
}
footer .copyright ul li a {
    margin-left: 0;
    padding: 0 20px;
}
}

/* Sidebar */
/* The side navigation menu */
.sidebar {
    margin-left: 30px;
    padding: 0;
    width: 200px;
    background-color: #fff;
    position: sticky;
    top: -.3em;
    z-index: 10000;
    overflow: auto;
    float:left;
  }
  
  /* Sidebar links */
  .sidebar a {
    display: block;
    /* border-top: 1px solid; */
    border-bottom: 1px solid;
    color: #7F8C8D;
    padding: 12px;
    font-size:11px;
    font-weight:900;
    text-decoration: none;
  }
  
  /* Active/current link */
  .sidebar a.active {
    background-color: #f1f1f1;
    color: #27AE60;
  }
  
  /* Links on mouse-over */
  .sidebar a:hover:not(.active) {
    background-color: #27AE60;
    color: white;
  }
  
  /* Page content. The value of the margin-left property should match the value of the sidebar's width property */
  div.contenta {
    margin-left: 230px;
    padding: 1px 16px;
    /* height: 1000px; */
  }
  
  /* On screens that are less than 700px wide, make the sidebar into a topbar */
  @media screen and (max-width: 700px) {
    .sidebar {
      /* width: 100%;
      height: auto;
      position: relative; */
      display:none;
    }
    .sidebar a {float: left;}
    /* div.content {margin-left: 0;} */
  }
  
  /* On screens that are less than 400px, display the bar vertically, instead of horizontally */
  @media screen and (max-width: 400px) {
    .sidebar a {
      display:none;
    }

    div.contenta {
        margin-left: 0px;
        padding: 0px;
        /* height: 1000px; */
      }
}

.visibledevice {display:none;}
.visibledesktop {display:display;}

@media (max-width : 400px) {
    .visibledevice {display:block;}
    .visibledesktop {display:none;}
}


.visibledevice1 {padding-right:40px;}

@media (max-width : 400px) {
    .visibledevice1 {padding-right:0px}
}

.customMarginImg{
    margin-left:-30px;
    margin-top:-20px;
    margin-bottom:-15px;
    margin-right:40px;
}

div.right {
    /* position: absolute;
    right: 0; */
    float:right;
    margin-right:-25px;
} 

div.right1 {
    /* position: absolute;
    right: 0; */
    float:right;
} 

.color1{
    color:#6d7879;
    font-family:Roboto;
}

.sizeMe{
    font-size:14px;
}

.banner{
    border-radius:25px;
    margin-bottom: 20px;
}

ul.produk {
    padding: 15px;
    margin-top: -10px!important;
    /* list-style-type: none; */
}

.like_icon{
    position:absolute;
    margin-left:330px;
}

@media (max-width : 400px) {
    .like_icon {position:absolute;
        margin-left:270px;}
}

.form-control{
    background:#ECF0F1;
    border:1px #707070;
    border-radius:20px;
    display:block;
    width:85%;
    height:20px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
}

.textarea{
    background:#ECF0F1;
    border:1px #707070;
    border-radius:20px;
    display:block;
    width:95%;
    height:80px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
}

.textarea1{
    background:#ECF0F1;
    border:1px #707070;
    border-radius:20px;
    display:block;
    width:95%;
    height:100px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
}

.form-group{
    margin-bottom:10px;
}

.label{
    font-size:10px;
    font-weight:700;
    color:#7F8C8D;
}

.button-extra{
    padding: 10px;
    border-radius: 30px;
    font-family:Roboto;
    font-weight:700;
    font-size:13px;
    background-color: #F0F0F0;
    border: 1px solid #D3D6D9;
    color: #7F8C8D;
    cursor: pointer;
}

.button-extra:hover{
    padding: 10px;
    border-radius: 30px;
    font-family:Roboto;
    font-weight:700;
    font-size:13px;
    background-color: #E74C3C;
    border: 1px solid #E74C3C;
    color: #fff;
    cursor: pointer;
}
.button-extra1{
    padding: 10px;
    border-radius: 30px;
    font-family:Roboto;
    font-weight:700;
    font-size:13px;
    background-color: #FFFFFF;
    border: 1px solid #D3D6D9;
    color: #7F8C8D;
    cursor: pointer;
}

.button-extra1:hover{
    padding: 10px;
    border-radius: 30px;
    font-family:Roboto;
    font-weight:700;
    font-size:13px;
    background-color: #E74C3C;
    border: 1px solid #E74C3C;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width: 420px){
    div.contenta{
        margin-left:0px;
    }
    .visibledevice1 img{
        width: -webkit-fill-available;
    }
}
.alert .alert-delete{
    color: #f9f9f9;
    border: none;
    padding: 15px 20px;
    background-color: #fc544b;
    width: -webkit-fill-available;
}
.alert-success{
    color: #0b9444;
    border: none;
    padding: 15px 20px;
    background-color: #63ed7a;
    width: -webkit-fill-available;
}
