/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.responsive-iframe {
    height: 50vh;
}

.sec-bg7 {
    background-image: url("/assets/img/background/server-psu.webp");
}

.sec-bg8 {
    background-image: url("/assets/img/background/contact.jpg");
}

.sec-bg9 {
    background-image: url("/assets/img/topbanner24.jpg");
}

.sec-bg10 {
    background-image: url("/assets/img/background/topbanner25.jpg");
}

.pricing .list-info-short {
    padding: 30px 60px 40px 60px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin: 0px;
    list-style-type: none;
}

.pricing .list-info-short i {
    color: #fff !important;
    float: left;
    padding: 0px 0px;
    font-size: 30px;
}

.pricing .list-info-short i span:first-child {
    font-size: 14px;
}

.pricing.special .list-info-short li {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.godown {
    margin-top: 160px;
}

.include-font {
    font-size: 20px;
}

.input-group-text {
    background-color: transparent;
    border: none;
}

.input-group-append {
    display: flex;
}

.list-item {
    margin-bottom: 20px;
}

.list-item ul {
    list-style: inside;
    text-align: left;
}

.form-control {
    border-radius: 12px;
    border: none;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
}

.backup-form-control {
    width: 140px;
}

.btn-backup {
    background-color: #fdd700;
    color: #000;
    border: none;
    border-radius: 12px;
}

.btn-backup:hover {
    background-color: #333;
}

.input-group-append {
    display: flex;
    margin-left: 8px !important;
}

.input-group-prepend {
    display: flex;
    margin-left: 8px !important;
}

.backupobj-icon {
    width: auto;
    height: 100%;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 25px;
  }
  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}