body {
    overflow-x: hidden;
}

.message {
    color: #333;
}

.pop {
    position: fixed;
    margin-bottom: 1px;
    right: 0px;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}

.pop {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example;
}

@keyframes example {
    0% {
        bottom: 28px;
        right: 0;
    }
    50% {
        bottom: 48px;
        right: 0;
    }
    100% {
        bottom: 28px;
        right: 0;
    }
}

.pop {
    position: fixed;
    margin-bottom: 1px;
    right: 0px;
    bottom: 0;
    cursor: pointer;
}

.modal-content form {
    line-height: 20px !important;
    padding: 0 0px;
    margin: 12px 0 23px;
}

.modal-dialo {
    width: 700px;
}

@media only screen and (max-width:600px) {
    .modal-dialo {
        width: 90%;
        margin: 50px 5%;
    }
}

button.close {
    position: absolute;
    top: -7px;
    right: -18px;
    z-index: 9;
}

.modal-dialo img {
    height: 308px;
    width: 100%;
}

.modal .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #030303;
    background-image: none;
    border: 1px solid #141212;
    border-radius: 0;
    margin: 0 0 8px;
}

.modal {
    overflow-x: hidden!important;
    top: 0;
    background-color: rgba(0, 0, 0, 0.57);
}

.modal-body .col-md-7 {
    padding: 0;
}

.modal-bod {
    float: left;
    position: relative;
    padding: 0;
    background-color: #ccc;
    background: #21aa9a;
    background: -moz-linear-gradient(top, #21aa9a 0%, #1f848c 100%);
    background: -webkit-linear-gradient(top, #21aa9a 0%, #1f848c 100%);
    background: linear-gradient(to bottom, #21aa9a 0%, #1f848c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21aa9a', endColorstr='#1f848c', GradientType=0);
}

.modal-bod h3 {
    line-height: 26px;
    margin: 0;
    padding-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin: 39px 0 0;
}

.btnn {
    background: rgba(255, 175, 75, 1);
    background: -moz-linear-gradient(left, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 175, 75, 1)), color-stop(100%, rgba(255, 146, 10, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
    background: linear-gradient(to right, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
    padding: 10px 30px 10px 30px;
    margin-top: 20px;
    color: #333;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #FEC722;
    text-decoration: none;
}

.page-middle-banner .right-side h2 {
    font-size: 27px;
    margin-bottom: 35px;
    color: #90d1ff;
    padding-top: 40px;
}

@media only screen and (max-width:980px) {
    .page-middle-banner .right-side h2 {
        font-size: 13px;
        margin-bottom: 35px;
        color: #90d1ff;
        padding-top: 40px;
    }
    .mobile-call-wrap {
        width: 303px;
        float: none;
        clear: both;
        margin: auto;
    }
    #modal .modal-dialo {
        width: 85%!important;
        margin: 100px auto;
    }
}

header .btn {
    padding: 6px 10px;
    border-radius: 0;
    float: right;
    margin: 0;
}

.carousel-inner>.item>a>img {
    width: 100%;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.header-top-area .btn {
    float: right;
    font-size: 20px;
    background: #f11919;
    color: #fff;
    margin: 0;
    border: navajowhite;
    border-radius: 0;
}

.header-text {
    padding: 3px 0;
}

.rtyio ul {
    padding-left: 26px;
}

#myModal11 .modal-dialo {
    width: 343px;
    margin: 180px auto;
}

#myModal11 .modal-header .close {
    color: #fff;
    margin-top: -2px;
    opacity: 1;
    font-size: 28px;
    display: none;
}

#myModal11 .btn {
    width: 190px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
}

@media only screen and (max-width:480px) {
    #myModal11 .modal-dialo {
        width: 91%;
        margin: 108px auto;
    }
    .slider form {
        position: static;
        margin: 30px 5%;
        right: 60px;
        width: 90%;
        padding: 20px;
    }
}

.mm {
    border-bottom: 1px solid #555;
    display: inline;
    color: white;
    padding: 10px;
}

.error.invalid-feedback {
    color: #930704;
    font-size: 10px;
    font-weight: 400;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.contact-text {
    margin-top: 10px;
}

.contact-text .contact-title {
    font-weight: 600;
    padding-right: 20px;
}

.contact-text p,
.contact-text a {
    text-decoration: none;
    color: #000;
    margin: 10px 0;
}

.btn-modal {
    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 #ff9422;
    background-color: #ff9422;
    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;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0 0 8px;
}

.modal-content1 {
    background: #ffffff;
    padding: 0 0 0px;
    color: #fff;
    font-size: 14px;
}