/* arabic */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SLXGc1nY6HkvalIkTpumxdt0UX8.woff2") format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SLXGc1nY6HkvalIvTpumxdt0UX8.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SLXGc1nY6HkvalIhTpumxdt0.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/SLXLc1nY6Hkvalr-ao6O59Zea3ZlqSo.woff2") format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/SLXLc1nY6Hkvalr-ao6F59Zea3ZlqSo.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/SLXLc1nY6Hkvalr-ao6L59Zea3Zl.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/SLXLc1nY6Hkvalqaa46O59Zea3ZlqSo.woff2") format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/SLXLc1nY6Hkvalqaa46F59Zea3ZlqSo.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/SLXLc1nY6Hkvalqaa46L59Zea3Zl.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    scroll-behavior: smooth;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
}


/****** MY FRAMWORK *********
 ****************************/

body {
    font-family: 'Cairo', sans-serif;
}

h1,
h2 {
    margin: 0;
    padding: 0;
}

.main-color {
    color: #d43357;
}

/**************************************
 ********* TOP HEADER SECTION *********
 ***********************************/


@media (max-width: 575.98px) {
    .header-monina {
        height: 550px;
    }

    .packbtn a {
        background-color: #983133;
        color: #fff;
        font-size: 28px;
        padding: 3px 30px;
        margin-top: 8px;
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .header-monina {
        height: 500px;
    }

    .packbtn a {
        background-color: #983133;
        color: #fff;
        font-size: 28px;
        padding: 3px 30px;
        /*margin-top: 8px;*/
        display: inline-block;
    }
}

@media (min-width:992px) {
    .header-monina {
        height: 500px;
    }

    .packbtn a {
        background-color: #983133;
        color: #fff;
        font-size: 28px;
        padding: 3px 30px;
        display: block;
        width: 30%;
        position: absolute;
        top: -58px;
        right: 105px;
    }
}

/**************************************
 ********* NAV BAR SECTION *********
 ***********************************/
.header-monina {
    width: 100%;
    background: url("../img/headerbackground.jpg");
    background-size: cover;
    background-position: bottom;
}

.logo {
    width: 50%;
    float: left;
    text-align: left;
}

.navbar-header {
    width: 50%;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav > li {
    float: right;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #242020;
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #e8050b;
}

.navbar-nav {
    width: 50%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #e8050b;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.monina-title {
    text-align: center;
}

@media (max-width:575.98px) {
    .monina-title h1 {
        font-size: 17px;
    }

    .monina-title h3 {
        font-size: 11px;
        margin: 10px;
    }

    .col-md-6 {
        float: none !important;
    }

    .pack-notes {
        text-align: center;
        padding-top: 5px;
    }

    .pack-notes h1:nth-child(1) {
        font-size: 38px;
    }

    .pack-notes h1:nth-child(2) {
        font-size: 29px;
    }

    .pack-notes h1:nth-child(3) {
        font-size: 38px;
    }

    .packimg {
        text-align: center;
    }

    .packimg img {
        width: 70%;
        padding-top: 20px;
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .monina-title h1 {
        font-size: 25px;
    }

    .monina-title h3 {
        font-size: 32px;
    }

    .pack-notes {
        text-align: center;
        padding-top: 15px;
    }

    .pack-notes h1:nth-child(1) {
        font-size: 45px;
    }

    .pack-notes h1:nth-child(2) {
        font-size: 37px;
    }

    .pack-notes h1:nth-child(3) {
        font-size: 46px;
    }

    .packimg {
        text-align: center;
    }

    .packimg img {
        width: 90%;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .monina-title h1 {
        font-size: 38px;
    }

    .monina-title h3 {
        font-size: 24px;
    }

    .pack-notes h1:nth-child(1) {
        font-size: 45px;
    }

    .pack-notes h1:nth-child(2) {
        font-size: 37px;
    }

    .pack-notes h1:nth-child(3) {
        font-size: 46px;
    }

    .col-md-6 {
        float: right;
    }

    .pack-notes {
        text-align: center;
        padding-top: 30px;
    }

    .packimg {
        text-align: center;
    }

    .packimg img {
        width: 90%;
    }
}

.packbtn {
    text-align: center;
    position: relative;
}



.monina-title h1 {
    color: #983133;
    font-weight: bold;
}

.monina-title h3 {
    color: #114179;
}



.pack-notes h1 {
    font-weight: bold;
    padding: 10px 0;
}

.pack-notes h1:nth-child(1) {
    color: #e8050b;

}

.pack-notes h1:nth-child(2) {
    color: #585557;

}

.pack-notes h1:nth-child(3) {
    color: #973033;

}

/**************************************
 ********* SLIDER SECTION *********
 ***********************************/
@media (max-width: 575.98px) {
    .about-Heading {
        text-align: center;
        padding: 50px 0 20px 0;
        margin-top: 0px;
    }

    .about-Heading h1 {
        font-size: 29px;
    }

    .about-box .about-box-head {

        width: 80%;
        padding: 5px 0;
        left: 11%;

    }

    .about-box {
        margin: 50px 0;
    }

    .days-Heading h1 {
        font-size: 28px;
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .about-Heading {
        text-align: center;
        padding: 50px 0;
        margin-top: 380px;
    }

    .about-Heading h1 {
        font-size: 30px;
    }

    .about-box .about-box-head {

        width: 40%;
        padding: 5px 0;
        left: 20%;

    }

    .about-box {
        margin: 20px 0;
    }

    .days-Heading h1 {
        font-size: 30px;
    }
}

@media (min-width:992px) {
    .about-Heading {
        text-align: center;
        padding: 40px 0;
    }

    .about-Heading h1 {
        font-size: 36px;
    }

    .about-box .about-box-head {

        width: 40%;
        padding: 5px 0;
        left: 34%;

    }

    .about-box {
        margin: 20px 0;
    }

    .days-Heading h1 {
        font-size: 36px;
    }

}


/**************************************
 ********* ABOUT US SECTION *********
 ***********************************/
.about-monina {
    background-color: #df2c31;
}

.about-Heading {
    text-align: center;
}

.about-Heading h1 {
    color: #fff;
    padding: 10px;
}

.about-Heading p {
    color: #fff;
}


.about-box {
    background-color: #fff;
    padding: 30px 15px 30px 15px;
    border-radius: 20px;
    position: relative;

}

.about-box .about-box-head {
    position: absolute;
    top: -28px;

    background-color: #973033;
    color: #fff;
    padding: 5px 0;
    border-radius: 15px;
    text-align: center;
}

.about-box img {
    padding: 0 10px;
}

.about-box span {}

.about-box .about-box-body {}

.about-box p {}

/**************************************
 ********* OUR SERVICE SECTION *********
 ***********************************/

@media (max-width:575.98px) {
    .days-info {
        padding-top: 5px;
        padding-right: 20px;
    }

    .days-info h1 {

        font-size: 28px;
        width: 100%;

    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .days-info {
        padding-top: 30px;
        padding-right: 90px;
    }

    .days-info h1 {

        font-size: 36px;
        width: 50%;

    }
}

@media (min-width:992px) {
    .days-info {
        padding-top: 30px;
        padding-right: 90px;
    }

    .days-info h1 {

        font-size: 36px;
        width: 60%;

    }
}


.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.days-Heading {
    text-align: center;
    padding: 30px;
}

.days-Heading h1 {
    color: #cc0e0a;
    font-weight: bold;
}

.days-info h1 {
    background-color: #973033;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.days-info p {
    width: 90%;
    padding: 15px;
    line-height: 1.9;
}

.days-img {
    padding: 30px;
    text-align: center;
}

.days-img img {
    width: 60%;
    margin: 0 auto;
    border: 5px solid #973033;
}

/**************************************
 ********* OUR COUNTER SECTION *********
 ***********************************/

@media (max-width:575.98px) {
    .benefits-list li {
        font-size: 12px;
        padding: 5px;
        color: #fff;
        margin: 3px 0;
    }

    .benefits-title h1 {
        font-size: 30px;
    }

    .benefits-title h2 {
        font-size: 20px;
    }

    .benefits-list ul {
        padding: 10px;
    }

    .benefits-title {
        padding: 35px;
    }

    .col-md-4,
    .col-md-8 {
        float: right;
    }

    .form-head h2 {
        font-size: 18px;
        margin: 0;
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .benefits-list li {
        font-size: 20px;
        padding: 7px;
        color: #fff;
        margin: 5px 0;
    }

    .benefits-title h1 {
        font-size: 50px;
    }

    .benefits-title h2 {
        font-size: 40px;
    }

    .benefits-list ul {
        padding: 25px;
    }

    .benefits-title {
        padding: 30px;
    }
}

@media (min-width:992px) {
    .benefits-list li {
        font-size: 20px;
        padding: 7px;
        color: #fff;
        margin: 5px 0;
    }

    .benefits-title h1 {
        font-size: 50px;
    }

    .benefits-title h2 {
        font-size: 40px;
    }

    .benefits-list ul {
        padding: 30px;
    }

    .benefits-title {
        padding: 50px;
    }

    .form-head h2 {
        font-size: 22px;
        margin: 20px 0;
    }
}



.benefits-section {
    width: 100%;
    background: url("../img/section-back.jpg");
    background-size: cover;
    background-position: bottom;

}



.benefits-title h1 {

    color: #fff;
}

.benefits-title h2 {
    color: yellow;
}

.benefits-list {}

.benefits-list ul {}



.benefits-list li span {
    background-color: #973033;
    padding: 0 15px;
    border: 1px solid #a80d08;
    border-radius: 15px;
}

/**************************************
 *********  FOOTER SECTION *********
 ***********************************/

.footer {
    background-color: #d43357;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.col-md-6 {
    float: right;
}

/**************************************
 *********  FOOTER SECTION *********
 ***********************************/
.form-monina {
    padding: 30px 0;
}


@media (max-width:575.98px) {
    .form-counter h1 {
        font-size: 24px;
    }

    .counter {
        padding: 10px;
        font-size: 15px;
    }

}

@media (min-width:576px) and (max-width:991.98px) {
    .counter {
        padding: 10px;
        font-size: 22px;
    }

}
#myformsign .col-md-6 {
    float: none;
}

.costs-block div {
    margin: auto;
    text-align: center;
}

.inputs-block {
    width: 75%;
    margin: auto;
}

@media (min-width: 992px) {

    #form-counter {
        margin-right: 30px;
        margin-left: 30px;
    }

    .btn.buy-now-btn {
        width: calc(100% - 60px);
        margin-right: 30px;
    }

    .form-counter h1 {
        font-size: 36px;
    }

    .counter {
        padding: 10px;
        font-size: 22px;
    }
    #myformsign .col-md-6 {
        float: right;
    }

    .costs-block {
        margin-top: 30px;
        padding-right: 30px;
    }

    .inputs-block {
        width: 50%;
        padding-left: 30px;
    }
}

.form-about {
    text-align: center;

}

.form-about img {
    width: 80%;
}

.form-head h2 {

    padding: 5px;
    text-align: center;
    color: #aa0c09;
    font-weight: bold;

}

.form-counter {
    background-color: #fde202;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
}

.form-counter h1 {}


.counter span {
    padding: 10px;
}

.radiobtn {
    position: relative;
    display: block;
    text-align: center;
}

.radiobtn img {
    width: 60%;
}

.radiobtn label {
    display: block;
    background: #fffcf8;
    color: #444;
    border-radius: 5px;
    padding: 10px 20px 10px 0;
    border: 2px solid #aa9f9f;
    margin-bottom: 5px;
    cursor: pointer
}

.radiobtn label:after,
.radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #973033;
}

.radiobtn label:before {
    background: 0 0;
    -webkit-transition: .1s width cubic-bezier(.075, .82, .165, 1) 0s, .3s height cubic-bezier(.075, .82, .165, 2) .1s;
    transition: .1s width cubic-bezier(.075, .82, .165, 1) 0s, .3s height cubic-bezier(.075, .82, .165, 2) .1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url("../img/5ddee4b9ecde56f746ca2a40a247a9e1ed74115e.svg")
}

.radiobtn input[type=radio] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.radiobtn input[type=radio]:checked + label {
    background: #a80d082e;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-color: #000
}

.radiobtn input[type=radio]:checked + label:after {
    background: #973033;
}

.radiobtn input[type=radio]:checked + label:before {
    width: 20px;
    height: 20px
}

@-webkit-keyframes blink {
    0% {
        background-color: #f912122e;
    }

    10% {
        background-color: #a80d082e;
    }

    11% {
        background-color: #f912122e;
    }

    29% {
        background-color: #f912122e;
    }

    30% {
        background-color: #f912122e;
    }

    50% {
        background-color: #f912122e;
    }

    45% {
        background-color: #a80d082e;
    }

    50% {
        background-color: #f912122e;
    }

    100% {
        background-color: #a80d082e;
    }
}

@keyframes blink {
    0% {
        background-color: #f912122e;
    }

    10% {
        background-color: #a80d082e;
    }

    11% {
        background-color: #f912122e;
    }

    29% {
        background-color: #f912122e;
    }

    30% {
        background-color: #f912122e;
    }

    50% {
        background-color: #f912122e;
    }

    45% {
        background-color: #a80d082e;
    }

    50% {
        background-color: #f912122e;
    }

    100% {
        background-color: #a80d082e;
    }
}

input[type="submit"],
form button {
    -webkit-appearance: button;
    cursor: pointer;
    width: 100%;
    background-color: #a80d08;
    color: #fff;
}

.packbtn a {
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .packbtn a {
        top: -10px;
    }
}

@media (max-width: 991.98px) {
    .packbtn a {
        top: initial;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .about-Heading {
        margin-top: 200px;
    }
}
.al-cost, .al-cost-promo {
    white-space: nowrap;
}

.cpu{
    padding: 10px 0;
    text-align: center;
}
.cpu img{
    display: block;
    margin: 0 auto;
}
.cpu a{
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
}

.left, .right, .carousel-indicators {
    display: none;
}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}
.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 9999;}