.aks img {
    display: block;
    margin: 0 auto;
}
.center {
	display: block !important;
    text-align: center;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.float-left {
    float: left!important
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}
.form-group {
    margin-bottom: 1rem
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    direction: rtl;
    text-align: center;
	border-radius: 5px;
}
.calcform div {
    margin-bottom: 0
}
.btn-block {
    display: block;
    width: 100%;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.w-100 {
    width: 100%!important;
}
.d-block {
    display: block!important;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #357ebd; /*set the color you want here*/
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #00b3db;
    border-color: #285e8e; /*set the color you want here*/
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.col-md-auto, .col-sm-12,.col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.more {
display: none;
}
.vasat {
	text-align:center !important;
}
@media (min-width:768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
	.col-md-55 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
}
}
@media (max-width:576px) {
	.grid-container {
    display: flex;
    flex-direction: column;
	}
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}