.imgx, #bor { 
  border: 10px solid transparent;
  box-shadow: 0 0 2px #2e942e, 0 0 3px #007bff, inset 0 0 5px rgb(0 123 255);
  border-radius: 10px;
}

small{ font-size: 15px; color:#000;}
            .txt_clr1{ color:#86bc42; font-weight: 100; }
            .txt_clr2{ color:#015fa7; font-weight: 100; }
            .txt_clr3{ color:#fff; font-weight: 100; }
            .cntr{ text-align: center; }
            .pad-tp{ padding-top:10px ; }
            .mar-lt{ margin-left:10px ; }
            
            .collapsible {
              background-color: #2d3e50;
              color: white;
              cursor: pointer;
              padding: 18px;
              width: 100%;
              border: none;
              text-align: left;
              outline: none;
              font-size: 15px;
            }

            .active, .collapsible:hover {
              background-color: #86bc42;
            }

            .content {
              padding: 0 18px;
              display: none;
              overflow: hidden;
              background-color: #f1f1f1;
            }
            .pay-btn{
                color: white;
                padding: 8px;
                width: 100%;
                border: 2px #2d3e50 solid;
                text-align: left;
                font-size: 15px;
                border-radius: 12px;
            }
            .button {
                  background-color: #004A7F;
                  -webkit-border-radius: 10px;
                  border-radius: 10px;
                  border: none;
                  color: #FFFFFF;
                  cursor: pointer;
                  display: inline-block;
                  font-family: Arial;
                  font-size: 18px;
                  padding: 4px 8px;
                  text-align: center;
                  text-decoration: none;
                  -webkit-animation: glowing 1500ms infinite;
                  -moz-animation: glowing 1500ms infinite;
                  -o-animation: glowing 1500ms infinite;
                  animation: glowing 1500ms infinite;
                }
                @-webkit-keyframes glowing {
                  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
                  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
                  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
                }

                @-moz-keyframes glowing {
                  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
                  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
                  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
                }

                @-o-keyframes glowing {
                  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
                  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
                  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
                }

                @keyframes glowing {
                  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
                  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
                  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
                }

            @media screen and (min-width: 768px) {
              .carousel-inner .active,
              .carousel-inner .active+.carousel-item {
                display: block;
              }
              .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
              .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
                -webkit-transition: none;
                transition: none;
              }
              .carousel-inner .carousel-item-next,
              .carousel-inner .carousel-item-prev {
                position: relative;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
              }
              .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
                position: absolute;
                top: 0;
                right: -50%;
                z-index: -1;
                display: block;
                visibility: visible;
              }
              /* left or forward direction */
              .active.carousel-item-left+.carousel-item-next.carousel-item-left,
              .carousel-item-next.carousel-item-left+.carousel-item {
                position: relative;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: visible;
              }
              /* farthest right hidden item must be abso position for animations */
              .carousel-inner .carousel-item-prev.carousel-item-right {
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                display: block;
                visibility: visible;
              }
              /* right or prev direction */
              .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
              .carousel-item-prev.carousel-item-right+.carousel-item {
                position: relative;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                visibility: visible;
                display: block;
                visibility: visible;
              }
            }

            /* Desktop and up */

            @media screen and (min-width: 992px) {
              .carousel-inner .active,
              .carousel-inner .active+.carousel-item,
              .carousel-inner .active+.carousel-item+.carousel-item {
                display: block;
              }
              .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
              .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
              .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
                -webkit-transition: none;
                transition: none;
              }
              .carousel-inner .carousel-item-next,
              .carousel-inner .carousel-item-prev {
                position: relative;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
              }
              .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
                position: absolute;
                top: 0;
                right: -33.3333%;
                z-index: -1;
                display: block;
                visibility: visible;
              }
              /* left or forward direction */
              .active.carousel-item-left+.carousel-item-next.carousel-item-left,
              .carousel-item-next.carousel-item-left+.carousel-item,
              .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
              .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
                position: relative;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                visibility: visible;
              }
              /* farthest right hidden item must be abso position for animations */
              .carousel-inner .carousel-item-prev.carousel-item-right {
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                display: block;
                visibility: visible;
              }
              /* right or prev direction */
              .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
              .carousel-item-prev.carousel-item-right+.carousel-item,
              .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
              .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
                position: relative;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                visibility: visible;
                display: block;
                visibility: visible;
              }
            }
            .cardd{
                cursor: pointer;
            }