﻿.home-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(1.1);
}

.header:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    top: 0px;
    left: 0px;
    z-index: 10;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.alert-success p{
    color: #155724 !important;
}

.my-float {
    margin-top: 10px;
}


input[type=checkbox] {
    width: unset !important;
}

    input[type=checkbox].input-validation-error {
        color: red;
    }

input:checked + label:after {
    opacity: 1;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
}

.IsRule span.field-validation-valid {
    display: none;
}

.IsRule a {
    color: #007bff;
    text-decoration: underline;
}

.IsRule span.field-validation-error {
    display: block;
}

.header .container {
    position: relative;
    z-index: 15;
}

b, strong {
    font-weight: bold !important;
}

.section-padding {
    padding: 130px 0 100px 0;
    min-height: 800px;
}

section .intro {
    margin-top: 30px;
}

.side-menu .menu-open {
    top: 0px;
}

input:disabled {
    background-color: rgb(0, 0, 0) !important;
    color: #9E9E9E !important;
}

.hero .intro h6:after {
    height: 2px;
}

.header .caption h1 {
    font-size: 130px;
    font-family: 'nastaliq';
    line-height: 110px;
    font-weight: normal;
}

.header .caption p {
    font-size: 16px;
}

.butn {
    padding: 10px 30px;
    line-height: 18px;
    border-radius: 10px;
}

.section-head {
    padding-bottom: 0px;
}

.services img {
    width: 48px;
    margin-bottom: 10px;
}

.side-menu .logo {
    width: 130px;
    top: 28px;
    z-index: 15;
    position: inherit;
}

.price .features li {
    height: 19px;
    margin-bottom: 13px;
    text-align: right;
    padding: 0px 10px;
}

.price .map-plan {
    width: 75%;
}

.price .item .best span {
    color: #000;
}

.price .value {
    margin-bottom: 20px;
}

    .price .value h3 {
        margin-bottom: 10px;
        font-size: 26px;
        margin-top: 15px;
    }

.price .features {
    min-height: 230px;
}

.price .item {
    margin-bottom: 40px;
}

.price hr {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.section-head h4 {
    font-size: 32px;
    padding-bottom: 15px;
}

.contact .contact-info .item {
    margin-top: 15px;
}

    .contact .contact-info .item:first-child {
        margin-top: 0px;
    }

label.error {
    display: none !important;
}

input.error, textarea.error {
    border: 1px solid rgba(255, 0, 0, 0.5) !important;
}

.text-center.ltr {
    direction: ltr;
}

.text-left.ltr {
    direction: ltr !important;
    text-align: left !important;
}

/*.form-group {
    margin-bottom: 0px;
}*/
.text-danger.field-validation-error, .text-danger.field-validation-valid {
    position: absolute;
    top: 0px;
    left: 20px;
}

.form-control.input-validation-error {
    border: 1px solid rgba(255, 0, 0, 0.5) !important;
}

.swal2-title {
    font-size: 1.4em !important;
    line-height: 1.5em;
}

.alert-info p{
    color: #0c5460 !important;
}

.alert-danger p{
    color: #721c24 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.disabledbtn:hover {
    cursor: wait !important;
}

.butn.disabledbtn:before, .butn.disabledbtn:after {
    display: none;
}


.member-login {
    min-height: calc(100vh - 100px);
}

.contact .form select {
    color: #fff;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(200, 200, 200, 0.5);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    text-align: right;
}

.section-head {
    margin-top: 30px;
    margin-bottom: 40px;
}

.contact .form input, .contact .form textarea {
    padding: 14px 15px;
    line-height: 16px;
}

.contact .form select {
    padding: 9px 15px;
    line-height: 16px;
}

.side-menu {
    width: 100%;
    z-index: 1000;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 35%);
}

    .side-menu .icon-open {
        top: 30px;
        position: inherit;
        float: left;
    }

    /*.side-menu {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: #333;
}
*/

    .side-menu .sticky {
        position: sticky;
        top: 100px;
        overflow: hidden;
        background-color: #333;
    }

@media screen and (max-width: 991px) {
    .IsRule span.field-validation-error {
        display: block;
        width: 100%;
        text-align: right;
        position: relative;
        left: 0px;
    }

    .side-menu .icon-open {
        left: 30px;
        top: 37px;
    }

    .price .map-plan {
        width: 100%;
    }
}
