body {
    font-family: "Roboto", sans-serif;
}
/*-Loging page-*/
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.login-block {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.banner-sec {
    background: url(../img/log-bc-img.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}
/*.container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
*/
.carousel-inner {
    border-radius: 0 10px 10px 0;
}
.carousel-caption {
    text-align: left;
    left: 5%;
}
.login-sec {
    padding: 50px 30px;
    position: relative;
}
.login-sec .signup-text {
    position: absolute;
    width: 80%;
    font-size: 13px;
    text-align: center;
    margin-top: 120px;
}
.login-sec .signup-text a {
    color: #009ada;
}
.login-sec .signup-text a:hover {
    color: #6fcee4;
    text-decoration: none;
}
.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #000000;
}
.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #009ada;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}
.btn-login {
    background: #009ada;
    color: #fff;
    font-weight: 600;
    float: right;
}
.btn-login:hover {
    background: #ffffff;
    color: #009ada;
    font-weight: 600;
    float: right;
    border:1px solid #009ada;
}


.btn-lgn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}
.banner-text h2 {
    color: #fff;
    font-weight: 600;
}
.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}
.banner-text p {
    color: #fff;
}

.mg-top-25 {
    margin-top: 25px;
}

.logo-al {
    height: 50px;
    float: right;
    margin: 25px;
}
/*-Loging page Ends-*/

/*-Dashboard Admin page-*/
p {
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px 10px;
    background: #fff !important;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
    padding-left: 10px;
}

.btn-info {
    color: rgb(255, 255, 255);
    background-color: #ffffff;
    border-color: #17a2b8 solid 1px;
}
.btn-info:hover {
    color: rgb(255, 255, 255);
    background-color: #ffffff;
    border-color: #0183a7;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
    background-color: #f5f6fa;
}

#sidebar {
    background: #17abd1;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
#sidebar.active .text-hd {
    display: none;
}
#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #ffffff;
    border: 7px solid #17ABD1;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 16px;
    display: block;
}

#sidebar ul li a:hover {
    color: #5a5a5a;
    background: #fff;
}
#sidebar ul li a:active {
    color: #5a5a5a;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: rgb(0, 0, 0);
    background: #e7e7e7;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.pro-info {
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 900;
}
.d-none {
    display: block !important;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    display: none;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #0183a7;
}
.mar-left-20 {
    margin-left: 20px;
}
ul.CTAs {
    padding: 20px;
}
.tick-tex {
    font-size: 12px;
}
.button1 {
    background-color: white;
    color: #16b6e3;
    border: 2px solid #16b6e3;
    width: 150px;
    border-radius: 25px;
    height: 50px;
    margin: 0px 20px;
}

.button1:hover {
    background-color: #16b6e3;
    color: white;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.note-img {
    border-radius: 50%;
}
.note-tit {
    padding: 10px 20px;
}
.admin-img {
    border-radius: 50%;
}
.admin-tit {
    padding: 0px 10px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

.page-con {
    margin: 0px 20px;
    padding: 20px;
    background-color: #ffffff;
}

.form-at {
    margin: 10px 20px;
    width: 300px;
}
.lab-tag {
    font-size: 14px;
    font-weight: 600;
    padding: 0px 20px;
}
.textbox-tag {
    font-size: 12px;
    font-weight: 600;
    margin: 0px 20px;
}
.mg-30 {
    margin: 30px;
}
.headline-tg {
    padding: 50px 0px 0px 0px;
}

.pad-top-20 {
    padding-top: 20px;
}
/*-Dashboard Admin page ends-*/

/*-form-*/
.search {
    border: 1px solid #dde4eb;
    border-radius: 0px;
    background: #fff !important;
    font-size: 12px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #616266;
    opacity: 0.3; /* Firefox */
    font-weight: 300;
    font-size: 13px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #616266;
    opacity: 0.3;
    font-weight: 300;
    font-size: 13px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #616266;
    opacity: 0.3;
    font-weight: 300;
    font-size: 13px;
}
.spacer {
    height: 50px;
}
/*---------------------my css----------------------*/
.heading {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
}
.sub-head {
    font-size: 16px;
    font-weight: 700;
}
.lab-tag {
    font-size: 13px;
    color: #616266;
    font-weight: 300;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16;
    line-height: 1.5;
    font-weight: 300;
    color: #495057;
    background-color: #edf2f7;
    background-clip: padding-box;
    border: 1px solid #d0d1d3;
    border-radius: 0.25 rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16;
    line-height: 1.5;
    font-weight: 300;
    color: #495057;
    background-color: #edf2f7;
    background-clip: padding-box;
    border: 1px solid #d0d1d3;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.check {
    padding-left: 30px;
    padding-top: 40px;
}
.icon-con {
    padding: 35px 15px;
}


:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
    margin-left: 20px;
}
.btn{
    border: 1px solid #d0d1d3;
    font-weight: 300;
    font-size: 12px;
}
.btn:active{
    border: 1px solid #d0d1d3;
}
.btn0 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: #ffffff;
    background: #16b6e3;
    border: 1px solid #16b6e3;
    color: #ffffff !important;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn0:hover {
    background: #ffffff;
    border: 1px solid #16b6e3;
    color: #16b6e3 !important;
}
.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: #ffffff;
    background: #ffffff;
    border: 1px solid #16b6e3;
    color: #16b6e3;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn1:hover {
    background: #16b6e3;
    border: 1px solid #16b6e3;
    color: #ffffff;
}
.btn3 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: #ffffff;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.spacer15{
    height:15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #16b6e3;
}
.btn-info1 {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.mar10 {
    margin-left: 10px;
}
.MT30 {
    margin-top: 30px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.mg-topbtm-20 {
    margin: 20px 0px;
}
.med-mg {
    margin: 20px;
}
.modal-dialog {
    max-width: 80%;
    margin: 1.75 rem auto;
}
.icon-fas:hover {
    filter: grayscale(100%);
}
.btn-add {
    font-size: 18px;
    color: #009ada;
}
.btn-add:hover {
    color: #000000;
}
.btn-delete {
    font-size: 18px;
    color: #ff0000;
}
.btn-delete:hover {
    color: #000000;
}
/*-form ends-*/


.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.pad-bot50{
    padding-bottom: 50px;
}

/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color:#16b6e3;
}
.image-checkbox .fa {
    position: absolute;
    color: #16b6e3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}
.image-checkbox-checked .fa {
    display: block !important;
}
.md-image-text-item {
    position: relative;
    padding: 15px 0 15px 50px;
    text-align: left;
    line-height: normal;
}

.md-image-text-avatar {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 5px;
}
.country_selector {
    cursor: text;
}
.country_selector {
    width: 400px;
    float: none;
    margin: auto;
    display: inline-block;
    text-align: left;
}

.country_selector.single .selectize-input:after {
    display: none !important;
}

.country_selector .selectize-input .item .flag-icon, .country_selector .selectize-dropdown .option .flag-icon{
    margin-right: 10px;
}

.country_selector.single .selectize-input, .country_selector.single .selectize-input input {
    cursor: text !important;
}

.country_selector .selectize-dropdown .option {
    cursor: pointer !important;
}

/*-Dashboard-Card section-*/
.pad-0{
    padding: 0px;
}
.Dash-Card-Sec{
    margin: 0px 20px;
    padding: 0px 20px;
}
.dash-card{
    background-color: #fff;
    padding: 5px 20px;
    margin: 10px;
}
.dash-card > h1{
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 15px;
    border-radius: 5px;
}
.dash-card > h6{
    font-size: 16px;
    font-weight: 300;
    opacity: .6;
}
.dash-card:hover{
    background-color: #17abd1;
    padding: 5px 20px;
    margin: 10px;
    border-radius: 5px;
    color:#ffff;
}
.dash-card.active{
    background-color: #17abd1;
    color:#ffff;
}
.img-flg{
    margin-right:10px;
    margin-bottom: 20px;
}
.img-flg:hover{
    border:#000000 solid 1px;
}
.tab-sec{
    background-color: #ffffff;
    border:1px #000000 solid .5;
}
.tr-hdg{
    background-color: #E8E8E8;
}
.tr-rw-dt{
    background-color: #E8F7F9;
}
.act-edt{
    color: #17abd1;
}
.act-dlt{
    color: #FF0202;
}
.act-edt:hover{
    color: #03323d;
}
.act-dlt:hover{
    color: #830808;
}
.icn-hy:hover{
    color: #17abd1;
}
.hd-dp-se:hover{
    color: #17abd1;
}

.footer-tb >p {
    text-align: center;
    color: #AEAEAE;
    font-size: 10px;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #17abd1;
    border-color: #dee2e6;
}
.element.style {
    display: none;
}

/*--country slector-*/
.op-sel{
    display: none;
}


.bs-docs-header {
    margin-bottom: 0;
    background: #337ab7;
    color: #fff;
    padding-top:80px;
    padding-bottom:80px;
    border-radius:0px !important;
    margin-bottom:80px;
}

.bs-docs-header .aff,
.bs-docs-header .aff:hover,
.bs-docs-header .aff:active {
    color: white!important;
    text-decoration: underline;
}

.bs-docs-header .btn {
    padding: 15px 30px;
    font-size: 20px;
    margin-top:30px;
}

.btn-outline-inverse, .btn-outline-inverse:active {
    color: #fff!important;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-inverse:hover {
    background-color:white!important;
    color:#337ab7!important;
}
.cnt-mul-sel{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16;
    line-height: 1.5;
    font-weight: 300;
    color: #495057;
    background-color: #edf2f7;
    background-clip: padding-box;
    border: 1px solid #d0d1d3;
    border-radius: 0.25 rem;
    transition: border-color 0.15s
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width:100%;
    margin-left: 20px;
}
.card-dt-body {
    position: absolute;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0rem;
}
.card-dt-ne {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}










/*============================================collapsable table=================================================*/
.table-padding{
    padding:10px 30px;
}
table {
    width: 100%;
}
table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table th, table td {
    padding: 0.4em;
}

table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 30px;
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #999;
    margin-left:-5px;
    content: "\f078";
    transition: all 0.3s ease;
    padding-left: 10px;
}
table.fold-table > tbody > tr.view:nth-child(4n-1) {
    background: #E8F3F5;
}
table.fold-table > tbody > tr.view:hover {
    background: #e9e7e7;
}
table.fold-table > tbody > tr.view.open {
    background: #e9e7e7;
    color: #000;
}
table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
    transform: rotate(-180deg);
    color: #333;
    margin-left:20px;
}
table.fold-table > tbody > tr.fold {
    display: none;
}
table.fold-table > tbody > tr.fold.open {
    display: table-row;
}
table.fold-table a {
    color: #17ABD1;
    /*color: rgba(0, 0, 0, 0.41);*/
    margin-left: 5px;
}
table.fold-table a:hover {
    text-decoration: underline;
}
table.fold-table span {
    font-size: 14px;
}

.fold-content {
    padding: 0.5em;
    background-color: #e9e7e7;
}
.fold-content h3 {
    margin-top: 0;
    font-size: 18px;
    background: #17ABD1;
    padding: 10px;
}
.fold-content > table {
    border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
    background: #eee;
}
.mar-20{
    padding: 0px 20px;
}

.dropbtn {
    background-color: #e8e8e8;
    color: #212529;
    padding:16px 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.dropbtn:hover{
    background-color: #e8e8e8;
    color: #009ada;
}

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
/*============================================collapsable table=================================================*/

.thead-tit > th{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding-left:15px;
}
.tb-sty > td{
    font-size:14px;

}
.pro-dtl{
    font-size: 12px;
    color: #17ABD1;
    font-weight: 500;
}
.pro-dtl > span{
    font-size: 12px;
    color: #000000;
    font-weight: 300;
}
#e9e7e7
/*-Media Query-*/
@media only screen and (max-width: 768px) {
    /*-Loging page Mobile-*/
    .login-block {
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0px;
    }
    .logn-box {
        background: #fff;
        border-radius: 0px;
        box-shadow: 15px 20px 0px rgb(0 0 0 / 10%);
    }
    .login-sec .signup-text {
        position: absolute;
        width: 80%;
        font-size: 13px;
        text-align: center;
        margin-top: 20px;
    }
    /*-Loging page Mobile ends-*/

    /*-Dashboard Admin page-*/

    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;

        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 12px;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .form-at {
        width: auto;
    }
    .gal{
        margin-bottom: 15px;
    }
    /*-Dashboard Admin page ends-*/
}

.close {
  color: red;
}

.img-border {
    border: solid 3px blue;
}
