@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.eot');
    src: url('../fonts/Cairo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cairo-Bold.woff2') format('woff2'),
        url('../fonts/Cairo-Bold.woff') format('woff'),
        url('../fonts/Cairo-Bold.ttf') format('truetype'),
        url('../fonts/Cairo-Bold.svg#Cairo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.eot');
    src: url('../fonts/Cairo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cairo-Regular.woff2') format('woff2'),
        url('../fonts/Cairo-Regular.woff') format('woff'),
        url('../fonts/Cairo-Regular.ttf') format('truetype'),
        url('../fonts/Cairo-Regular.svg#Cairo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-SemiBold.eot');
    src: url('../fonts/Cairo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cairo-SemiBold.woff2') format('woff2'),
        url('../fonts/Cairo-SemiBold.woff') format('woff'),
        url('../fonts/Cairo-SemiBold.ttf') format('truetype'),
        url('../fonts/Cairo-SemiBold.svg#Cairo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'Cairo';
}

/****** Nav ******/

.nav_main {
    background-color: white;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
}

.nav_main.nav_main_scroll {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}

.nav_main .logo_side {
    float: right;
    position: relative;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 91px;
    z-index: 1;
    background-color: #fff;
}

.nav_main .logo_side:before {
    content: "";
    background-image: url(../images/shadow.png);
    background-repeat: repeat-y;
    height: 100%;
    width: 40px;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 0;
    opacity: .7;
}

.nav_main .logo_side img {
    width: 140px;
}

.nav_main .info_side {
    float: right;
    width: calc(100% - 201px);
    position: relative;
}

.nav_main .small-nav {
    padding: 5px 40px 5px 0;
    display: flex;
    justify-content: space-between;
}

.nav_main .small-nav .account a {
    color: #3f51b5;
    margin: 0 0 0 15px;
}

.nav_main .small-nav .account a i {
    margin: 0 0 0 5px;
}

.nav_main .small-nav .call-now {
    color: #3f51b5;
    font-weight: 600;
    font-size: 14px;
    font-family: sans-serif;
}

.nav_main .small-nav .call-now i {
    font-size: 19px;
}

.nav_main .main-nav {
    background-color: #3f51b5;
    position: relative;
    height: 62px;
}

.nav_main .main-nav:before {
    content: "";
    background-color: inherit;
    display: block;
    position: absolute;
    right: 98%;
    left: -1000%;
    top: 0;
    bottom: 0;
}

.nav_main .main-nav ul {
    padding: 0 30px 0 0;
    margin: 0px;
}

.nav_main .main-nav ul li {
    float: right;
    list-style: none;
    position: relative;
    transition: .3s ease;
}

.nav_main .main-nav ul li a {
    color: white;
    padding: 20px 25px;
    /* border-left: 1px solid rgba(0, 0, 0, 0.42); */
    display: block;
    font-size: 15px;
}

.nav_main .main-nav ul li a i {
    margin: 0 5px 0 0;
}

.nav_main .main-nav ul li:hover {
    background-color: rgba(0, 0, 0, 0.14);
}

.nav_main .main-nav ul li ul.drop-menu {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    right: 0;
    visibility: hidden;
    top: 120%;
    opacity: 0;
    transition: .4s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
    pointer-events: none;
}

.nav_main .main-nav ul li ul.drop-menu li {
    float: none;
    transition: .3s ease;
}

.nav_main .main-nav ul li ul.drop-menu li a {
    color: #595959;
    border: none;
    padding: 10px 10px;
    font-size: 14px;
}

.nav_main .main-nav ul li ul.drop-menu li:hover {
    background-color: #f3f5f5;
}

.nav_main .main-nav ul li:hover ul.drop-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav_main.nav_main_scroll .small-nav {
    display: none;
}

.nav_main.nav_main_scroll .logo_side {
    height: 61px;
}

.nav_main.nav_main_scroll .logo_side img {
    width: 107px;
}


/****** slider ******/

.slidercontainer {
    margin-top: 89px;
}

#mainslider-nav .synced .item {
    background: #3f51b5;
    color: #fff;
}

#mainslider-nav {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /* border-top: 1px solid #ccc; */
}
#mainslider .item .slidecaption .decaption {
    top: 0;
}
#mainslider .item .slidecaption .decaption {
    /*  padding: 90px 0 0 0;*/
    padding: 25px 0 0 0;
}

#first-slider #mainslider .owl-item {
    height: 450px;
}

#first-slider h3 {
    color: #3f51b5;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

#mainslider .item .slidecaption h4 {
    color: #515151;
    font-size: 23px;
    font-weight: normal;
    margin-top: 25px;
    text-shadow: none;
}

#first-slider ul {
    padding: 0 0px 0 0;
    margin: 15px 0;
}

    #first-slider ul li {
        color: #515151;
        font-size: 16px;
        list-style: none;
        margin-bottom: 5px;
    }

#mainslider-nav .item {
    letter-spacing: 0;
}

#mainslider .item .slidecaption .btn-more {
    background-color: #7589a8;
    color: white;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 20px;
    margin: 0;
    display: inline-block;
    transition: .3s ease;
}

#mainslider .item .slidecaption .btn-more:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.32);
    background-color: #647590;
}

#mainslider .owl-buttons div {
    color: #3f51b5;
    position: absolute;
    background: none;
    width: 70px;
    height: 70px;
    padding: 0;
    font-size: 65px;
    text-align: center;
    margin: auto;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainslider .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -35px;
}


/****** Start features ******/

.feature-item {
    padding: 30px 20px;
    text-align: center;
    transition: .5s ease;
    border-radius: 15px
}

.feature-item img {
    
width: 70px;
}
.feature-item:hover {
    background-color: #fff;
}

.feature-item .title {
    color: #363636;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0;
}

.feature-item p {
    color: #363636;
    font-size: 15px;
    padding: 0 15px;
    margin: 0;
}

/****** Start pricing ******/

.price-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #bfc3ca;
}

.price-item .item-head {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 10px 0;
    text-align: center;
    background-color: #7589a8;
}

.price-item .item-price {
    text-align: center;
    padding: 20px 0;
}

.price-item .item-price span {
    color: #5a5a5a;
    font-size: 14px;
}

.price-item .item-price .h3 {
    color: #7589a8;
    letter-spacing: -0.5px;
    margin: 5px 0;
    font-weight: bold;
    font-size: 27px;
}

.price-item .item-option {
    margin: 0;
    padding: 0;
}

.price-item .item-option li {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #5a5a5a;
}

.price-item .item-option li span:first-of-type {
    padding-left: 25px;
}

.price-item .item-option li span.val {
    direction: ltr
}

.price-item .item-option li span i {
    margin: 0 0 0 5px;
}

.price-item .item-option li:nth-child(odd) {
    background-color: #f8fafa;
}

.price-item .item-footer {
    padding: 30px 0;
    text-align: center;
}

.price-item .item-footer a {
    background-color: #7589a8;
    color: white;
    border-radius: 10px;
    padding: 4px 34px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease;
}

.price-item:hover .item-footer a {
    box-shadow: 0 3px 8px #d0d0d0;
    background-color: #647590;
}

.price-item.main-price .item-head {
    background-color: #3f51b5;
}


.price-item.main-price .item-price h3 {
    color: #3f51b5;
}

.price-item.main-price .item-footer a {
    background-color: #3f51b5;
}

.price-item.main-price:hover .item-footer a {
    background-color: #32429c;
}

/****** Start Testimonials ******/

.testimonials {
    padding-bottom: 0px;
    background: #fff;
}

.testimonials .testimonial {
    background: #3f51b5;
    color: #fff;
    padding: 30px;
    height: 320px;
    position: relative;
    z-index: 3;
    top: 0;
}

.testimonials .testimonial:before {
    display: none;
}

.testimonials .testimonial .testimonial-content p:after {
    border-top: 12px solid #3f51b5;
    bottom: -10px;
    left: 10px;
}

.testimonials .clients {
    background: none repeat scroll 0 0 #f8fafa;
    height: 270px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
    .testimonials .clients2 {
        background: #fff;
        border-top: 1px solid #e1e2e247;
        border-bottom: 1px solid #e1e2e247;
    }
        .testimonials .clients:before {
    display: none;
}

.testimonials .clients:after {
    content: "";
    background-image: url(../images/shadow.png);
    background-repeat: repeat-y;
    background-color: #f8fafa;
    height: 100%;
    width: 40px;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 0;
    opacity: .8;
}
.img_about {
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.testimonials .testimonial .testimonial-content p {
    border-radius: 15px;
}

    .testimonials .clients img {
        background: none;
        max-height: 90px;
        max-width: 100%;
        height: auto;
        width: auto;
        image-rendering: -webkit-optimize-contrast;
    }

.testimonials .clients .item .img {
    text-align: center;
}

    .testimonials .clients .item {
        padding: 0;
        height: 120px;
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        image-rendering: auto;
        align-items: center;
        justify-content: center;
        margin: 0 15px;
    }

.testimonials .clients .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #3f51b5;
}

.testimonial .owl-pagination {
    bottom: 41px;
    top: auto;
}

.testimonial-details {
    float: left;
    margin: 20px 15px;
    text-align: left;
}

/***** Start Services ******/

.service-item {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #bfc3ca;
    padding: 20px;
    margin-bottom: 30px;
}

.service-item .service-head {
    display: flex;
    align-items: center;
}

.service-item .service-head .avatar {
    width: 60px;
    height: 45px;
    text-align: right;
    display: flex;
    align-items: center;
}

.service-item .service-head .avatar i {
    font-size: 40px;
    color: #3f51b5;
}

.service-item .service-head .title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.service-item .service-dec {
    margin: 10px 0 15px;
    height: 80px;
  /*  overflow: hidden;*/
}

.service-item .service-dec p {
    font-size: 14px;
    margin: 0;
}

.service-item .service-more {
    text-align: left;
}

.service-item .service-more a {
    background-color: white;
    padding: 3px 20px 3px 20px;
    margin-left: -20px;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    font-size: 15px;
    color: #5a5a5a;
    transition: .2s ease;
}

.service-item:hover .service-more a {
    background-color: #3f51b5;
    color: white;
}


/***** Logos ******/

.logos {
    background: #f8fafa;
    padding: 15px 0;
}

.logos img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
}

.logos .one:nth-last-child(-n+3) img {
    margin-bottom: 0;
}


/**** Footer ****/

footer {
    background-color: #464a51;
    color: white;
    padding: 50px 0;
    position: relative;
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/footer-logo.png);
    background-repeat: no-repeat;
    background-position: 80% 23px;
    opacity: 0.1;
}

footer .about-us {}

footer .about-us h4 {
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

footer .about-us .title {
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 23px;
}

footer .about-us p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 14px;
    transition: .2s ease;
}

footer .about-us p:hover {
    color: rgba(255, 255, 255, 1);
}

footer .help-you {}

footer .help-you .title {
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 23px;
}

footer .help-you ul {
    margin: 0;
    padding: 0
}

footer .help-you li {
    list-style: none;
}

footer .help-you li a {
    color: rgba(255, 255, 255, 0.6);
    transition: .2s ease;
}

footer li a {
    color: rgba(255, 255, 255, 0.6);
    transition: .2s ease;
}


footer li a:hover {
    color: rgba(255, 255, 255, 1);
}


footer .call-us {}

footer .call-us .title {
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 23px;
}

footer .call-us ul {
    margin: 0;
    padding: 0
}

footer .call-us li {
    list-style: none;
    color: rgba(255, 255, 255, 0.6);
    transition: .2s ease;
    cursor: pointer;
}


footer .call-us li:hover {
    color: rgba(255, 255, 255, 1);
}

footer .call-us form {
    display: flex;
    margin-top: 15px;
    flex-wrap: nowrap;
}

footer .call-us form input[type="email"] {
    background-color: rgb(255, 255, 255);
    width: 150px;
    padding: 5px 5px;
    border: none;
    border-radius: 0 5px 5px 0;
    color: #5a5a5a;
    outline: none;
}

footer .call-us form input[type="submit"] {
    background-color: rgba(0, 0, 0, 0.24);
    width: 45px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

footer .follow-us {}

footer .follow-us .title {
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 23px;
}

footer .follow-us ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

footer .follow-us li {
    list-style: none;
    float: right;
}

footer .follow-us li a {
    color: rgba(255, 255, 255, 0.6);
    transition: .2s ease;
    font-size: 22px;
    padding: 0 0px 0 15px;
}

footer .follow-us li a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .follow-us .comodo {
    margin-top: 15px;
}

footer .follow-us .comodo img{
   width: 180px
}



.copy-right {
    text-align: center;
    direction: ltr;
    padding: 8px 0;
}

.copy-right a {
    color: #3f51b5;
}

/**** business_hosting Page *****/

/*inner-head*/

.inner-head {
    margin-top: 91px;
    /* padding: 70px 0;*/
    padding: 150px 0;
    background-color: #f5f6fa;
}

.inner-head.business-host {
    background-image: url(../images/business_hosting_head.jpg);
    background-size: cover;
    background-position: center;
}

    .inner-head .title {
        color: #6c80f1;
        letter-spacing: -0.5px;
        font-weight: 600;
        font-size: 27px;
        margin: 0 0 20px;
    }

    .inner-head .list {
        color: #595959;
        font-size: 18px;
        margin: 0 10px 10px 0;
    }

.inner-head .list:last-of-type {
    margin: 0 10px 0px 0;
}

    .inner-head .list span {
        color: #3f51b5;
        font-weight: 600;
        margin-left: 6px;
    }

/** plan-section**/
.plan-section {
    padding: 70px 0;
}

.head-title {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-title h2 {
    margin: 0;
    letter-spacing: -0.5px;
    color: #5a5a5a;
    font-size: 30px;
    display: inline-block;
}

.select-money {
    display: inline-block;
    /* float: left; */
    position: relative;
    outline: none;
    border: 1px solid #dadada;
    padding: 0px 5px 0 20px;
    height: 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}

.select-money select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: 1px solid #e1e1e1;
    padding: 0px 20px;
    height: 32px;
    background-color: #f5f6fa;
    color: #3f51b5;
    border-radius: 6px;
    width: 150px;
    font-weight: 600;
    font-size: 14px;
}

.select-money:before {
    content: "\f155";
    font-family: FontAwesome;
    position: absolute;
    right: 7px;
    top: 5px;
    color: #8c8c8c;
    font-size: 15px;
}

.select-money:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    left: 7px;
    top: 5px;
    color: #8c8c8c;
    font-size: 15px;
}

.select-money select option {
    background-color: #fff;
    color: #5a5a5a;
}

/** price item */

/****** Start pricing ******/

.plan-item {
    background: #fff;
    border-radius: 15px;
    /* overflow: hidden; */
    border: 1px solid #bfc3ca;
}

.plan-item .item-head {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 10px 0;
    text-align: center;
    background-color: #7589a8;
    margin: 0 30px 20px;
    border-radius: 0 0 15px 15px;
}

.plan-item .item-option {
    margin: 0;
    padding: 0;
}

.plan-item .item-option li {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #5a5a5a;
}

/*
.plan-item .item-option li span:first-of-type {
    padding-left: 25px;
}
*/

.plan-item .item-option li span.val {
    direction: ltr
}

.plan-item .item-option li span i {
    margin: 0 0 0 5px;
}

.plan-item .item-option li:nth-child(odd) {
    background-color: #f8fafa;
}

.plan-item .item-footer {
    margin: 0 0 20px 0;
    text-align: center;
}

.plan-item .item-footer a {
    background-color: #7589a8;
    color: white;
    border-radius: 0;
    padding: 8px 34px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease;
    display: block;
}

.plan-item:hover .item-footer a {
    box-shadow: 0 3px 8px #d0d0d0;
    background-color: #647590;
}

.plan-item.main-price .item-head {
    background-color: #3f51b5;
}

.plan-item.main-price .item-footer a {
    background-color: #3f51b5;
}

.plan-item.main-price:hover .item-footer a {
    background-color: #32429c;
}

.plan-item .choose-option {
    position: relative;
    margin: 20px 10px 20px;
}

.plan-item .choose-option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: 1px solid #e1e1e1;
    padding: 0px 10px 0px 20px;
    background-color: #f5f6fa;
    color: #5a5a5a;
    border-radius: 6px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    height: 32px;
}

.plan-item .choose-option:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    left: 7px;
    top: 5px;
    color: #8c8c8c;
    font-size: 15px;
}

.plan-item .choose-option select option {
    background-color: #fff;
    color: #5a5a5a;
}

.plan-item.main-price .main-price-title {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    margin: -33px 30px 0px;
    border-radius: 15px 15px 0 0;
    border: 1px solid #bfc3ca;
}

/**** Start Features ****/

.features-container {
    padding: 30px 15px;
    background-color: white;
    border-radius: 15px;
    margin: 0 15px 50px 15px;
}

.features-container.gray {
    background-color: #f8fafa;
}

.features-item {
    direction: ltr;
}

.features-item .features-head {
    display: flex;
    justify-content: space-between;
}

.features-item .features-head .avatar {
    width: 40px;
    height: 40px;
    text-align: center;
}
.avatar-text {
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    margin: 5px 0 15px;
    overflow: hidden;
    color: #3f51b5;
}
.features-item .features-head p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-left: 10px;
}

.features-item .features-list {
    margin: 20px 0 0 0;
    padding: 0;
}

.features-item .features-list li {
    list-style: none;
    font-size: 14px;
    padding: 5px 0 5px 9px;
    border-bottom: 1px solid #e8e8e8;
}

.features-item .features-list li:last-of-type {
    border-bottom: none;
}

.features-one-section {
    padding: 40px 0 0;
    display: flex;
    align-items: center;
}

.features-one-section .avatar {
    text-align: center;
}

.features-one-section .info .title {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    color: #3f51b5;
    font-size: 25px;
    font-weight: bold;
}

.features-one-section .info p {
    font-size: 14px;
    padding-left: 10%;
}

/** support-section **/

.support-section {
    padding-bottom: 0 !important;
}

.support-section .avatar {
    text-align: center;
}

.support-section .info {
    margin-bottom: 40px;
}

.support-section .info .title {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    color: #3f51b5;
    font-size: 27px;
    font-weight: bold;
}

.support-section .info p {
    font-size: 14px;
    padding-left: 10%;
}

.support-section .info .call-us {
    margin: 0 0 10px;
    letter-spacing: -0.5px;
    font-size: 20px;
    font-weight: bold;
}

.support-section .info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/**** asp Page *****/

/*inner-head*/

.inner-head.developer-host {
    background-image: url(../images/developer-host.jpg);
    background-size: cover;
    background-position: center;
}

.inner-head.developer-host .title {
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 20px;
}

.inner-head.developer-host .list {
    color: #fff;
    font-size: 15px;
    margin: 0 10px 10px 0;
}

.inner-head.developer-host .list:last-of-type {
    margin: 0 10px 0px 0;
}

.inner-head.developer-host .list span {
    color: #fff;
    font-weight: 600;
}

/**** why arabwindows ***/

.why {
    background-image: url(../images/why.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    background-color: #fff;
}

.why .title {
    color: white;
    font-size: 25px;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    font-weight: bold
}

.why .info-con {
    background-color: #3f51b5;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
}


.why .info-con p {
    font-size: 14px;
    margin-bottom: 0;
}

/** FAQ ***/

.question-item {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid rgba(191, 195, 202, 0.24);
}

.question-item .question-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    background-color: #3f51b5;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.question-item .question-head i {
    padding: 10px;
}

.question-item .question-answer {
    max-height: 0;
    transition: .5s ease;
    overflow: hidden;
}

.question-item .question-answer p {
    margin: 0;
    font-size: 14px;
    padding: 15px;
}

.question-item .question-answer.active {
    max-height: 150px;
}

/** item-offer ***/

.item-offer {
    margin: 70px auto 0;
    width: 70%;
    background-color: #fff;
    border: 1px solid #bfc3ca;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.item-offer .offer-info {
    width: 40%;
    padding: 20px;
}

.item-offer .offer-info .title {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    color: #8bc34a;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.item-offer .offer-info .before-sale {
    display: inline-block;
    text-decoration: line-through;
    margin-right: 5px;
    color: #d4d4d4;
    font-size: 16px;
}

.item-offer .offer-info .after-sale {
    margin: 5px 0;
}

.item-offer .offer-info .after-sale p {
    display: flex;
    align-items: center;
    margin: 0;
}

.item-offer .offer-info .after-sale span {
    font-size: 30px;
    font-weight: bold;
    color: #3f51b5;
    margin: 0 10px;
    letter-spacing: -0.5px;
}

.item-offer .offer-info .dec {
    font-size: 14px;
    margin: 0;
}

.item-offer .offer-list {
    width: 30%;
    padding: 20px;
}

.item-offer .offer-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-offer .offer-list ul li {
    padding: 0 0 5px;
}

.item-offer .offer-list ul li i {
    margin-left: 5px;
    color: #8BC34A;
}

.offer-select {
    position: relative;
    width: 30%;
    background-color: #3f51b5;
    bottom: 0;
    top: 0;
    color: white;
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(15deg) translate(-28px, 0px);
}

.offer-select:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/offer-item.png);
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: 25px 36px;
    opacity: .2;
    transform: skewX(-15deg);
}

.offer-select a {
    width: 50%;
    background-color: #ffffff;
    color: #5a5a5a;
    text-align: center;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: .3s ease;
    z-index: 1;
    transform: skewX(-15deg);
    cursor: pointer;
}

.offer-select a:hover {
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.39);
}


/** cloud page**/
.inner-head.cloud-host {
    background-image: url(../images/cloud-header.jpg);
    background-size: cover;
    background-position: center;
}

.inner-head.cloud-host .title {
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 27px;
    margin: 0 0 20px;
}

.inner-head.cloud-host .list {
    color: #ffffff;
    font-size: 18px;
    margin: 0 10px 10px 0;
    display: list-item;
}

.inner-head.cloud-host .list:last-of-type {
    margin: 0 10px 0px 0;
}

.inner-head.cloud-host .list span {
    color: #ffffff;
    font-weight: 600;
}

.vps-prices-container {
    background: #99a8b7;
    border-radius: 15px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.vps-prices-container:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/developer-host2.jpg);
    background-size: cover;
    z-index: 0;
    opacity: .3;
}

.vps-prices-container #vps-slider .ui-slider-range {
    background: #8BC34A;
    border-radius: 6px;
}

.cloud .sliderbottom {
    border-radius: 0 0 15px 15px;
    background: rgba(0, 0, 0, .2);
}

.cloud .total_amount {
    font-size: 30px;
}

.cloud a.order-vps {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 6px 25px;
    background: #3f51b5;
    color: #fff;
}

.cloud .vps-prices-drag {
    padding: 0 25px;
}

.cloud #vps-slider {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
}

.cloud .vps-plans {
    padding: 0;
    position: relative;
}


/*dedicated-sercer page*/


.inner-head.Dedicated_servers {
    background-image: url(../images/Dedicated_servers.jpg);
    background-size: cover;
    background-position: center;
}

.inner-head .title-eng {
    color: #fff;
    text-align: left;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 27px;
    margin: 20px 0 20px;
}

.deticated_table .pricingTable {
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.deticated_table .pricingTable .planBody>li strong.span {
    color: #a5a5a5 !important;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}

.deticated_table .pricingTable .planBody>li.row:nth-child(odd) {
    background-color: #f8fafa;
}

.deticated_table .pricingTable .planBody>li:first-child {
    padding-top: 15px;
}

.deticated_table .pricingTable .pricingBody {
    padding: 0 20px 20px 20px;
    box-shadow: none;
    overflow: hidden;
    background-color: #ffffff;
    /* border-top: none; */
    /* border-bottom: none; */
    border-radius: 0 0 15px 15px;
    border: 1px solid #bfc3ca;
}

.deticated_table .pricingTable .planBody>li {
    margin: 0 -20px;
    border-bottom: none;
    padding: 15px 0px;
}

.pricingTable .pricingBody>li:last-child a {
    color: #ffffff;
    width: 100%;
    background: #0057d0;
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 8px 34px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Cairo';
}

.deticated_table .pricingTable .pricingHeader .pricingPerMonth {
    display: block;
    background-color: #ffffff;
    color: #525252 !important;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    border-radius: 15px;
    padding: 15px 10px;
}

.deticated_table .pricingTable .pricingHeader {
    border: none !important;
    border-bottom: none;
    background-color: #0057d0;
    padding: 20px;
    border-radius: 2px 2px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deticated_table .pricingTable .planBody>li .price {
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #0057d0;
    font-size: 20px;
}

.deticated_table .pricingTable .planBody>li.price-row {
    padding-bottom: 0;
}

.deticated_table .pricingTable .pricingHeader h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    margin: 0;
}

.deticated_table .pricingTable .pricingHeader h3 span {
    color: #dadada !important;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    margin-bottom: 0;
}


.pricingTable.purple {}

.pricingTable.purple .pricingHeader {
    background-color: #673AB7;
}

.pricingTable.purple .planBody>li strong {
    color: #673AB7;
}

.pricingTable.purple .pricingBody>li:last-child a {
    background: #673AB7;
}

.pricingTable.green .pricingHeader {
    background: #4CAF50 !important;
}

.pricingTable.green .planBody>li strong {
    color: #4CAF50 !important;
}

.pricingTable.green .pricingBody>li:last-child a {
    background: #4CAF50;
}

.pricingTable.blue .pricingHeader {
    background: #3f51b5 !important;
}

.pricingTable.blue .planBody>li strong {
    color: #3f51b5 !important;
}

.pricingTable.blue .pricingBody>li:last-child a {
    background: #3f51b5;
}

.pricingTable.gray .pricingHeader {
    background: #7589a8 !important;
}

.pricingTable.gray .planBody>li strong {
    color: #7589a8 !important;
}

.pricingTable.gray .pricingBody>li:last-child a {
    background: #7589a8;
}

.deticated_table {
    margin: 70px 0 40px
}

.deticated_table .pricingTable .planBody ul.sql-ul {
    padding-left: 39px !important;
}

.deticated_table .pricingTable .planBody ul.panel-collapse {
    padding-left: 39px;
    padding-top: 4px;
}

.deticated_table .pricingTable .planBody>li span i {
    margin-left: 5px;
    margin-right: 0px;
}

.pricingTable .planBody>li strong i {
    margin-left: 5px;
    font-size: 18px;
    transform: translate(0px, 1px);
}

.deticated_table .pricingTable li img {
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    transform: translate(0px, -2px);
}

.deticated_table .pricingTable .planBody>li span {
    text-align: right;
}

/*** free-services *****/

.free-services {
    margin-bottom: 30px;
}

    .free-services .item {
        border-radius: 15px;
        background: #fff;
        padding: 15px;
        margin-bottom: 10px;
    }

.free-services .avatar {
    margin: 0;
    font-size: 30px;
    text-align: center;
    margin: 5px 0 15px;
    overflow: hidden;
    color: #3f51b5;
}
.contents {
    font-size: 14px !important;
}
.block-grid-item h3 {
    font-size: 15px !important;
}
.free-services .item p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    height: 60px;
    overflow: hidden;
}


/*asp page*/


.inner-head.asp-head {
    background-image: url(../images/asp.jpg);
    background-size: cover;
    background-position: center;
}

.inner-head .title-eng {
    color: #fff;
    text-align: right;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    margin: 20px 0 20px;
}


/** contact-us page **/


.inner-head.contact-us {
    background-image: url(../images/contact-us.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.inner-head.contact-us .title {
    color: #5a5a5a;
    font-weight: 600;
    font-size: 27px;
    margin: 0px 0 20px;
}

.send-msg .title {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    color: #3f51b5;
    font-size: 25px;
    font-weight: 600;
}

.send-msg input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 5px;
    outline: none;
}

.send-msg .select-option {
    margin-bottom: 15px;
    position: relative;
}

.send-msg select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: 1px solid #dadada;
    padding: 0px 5px 0 20px;
    height: 32px;
    border-radius: 6px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}

.send-msg .select-option:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    left: 7px;
    top: 5px;
    color: #8c8c8c;
    font-size: 15px;
}

::-webkit-input-placeholder {
    color: #d1d1d1;
}

::-moz-input-placeholder {
    color: #d1d1d1;
}

.send-msg textarea {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 5px;
    height: 150px;
    resize: vertical;
    max-height: 200px;
    outline: none;
}

.send-msg a.sent {
    padding: 8px 30px;
    background-color: #3f51b5;
    color: white;
    display: inline-block;
    border-radius: 5px;
}


.contact-data .title {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    color: #3f51b5;
    font-size: 25px;
    font-weight: 600;
}

.contact-data p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    /* background-color: #f3f3f3; */
    padding: 5px 10px;
}

.contact-data .item {
    margin-bottom: 10px;
    padding: 0 10px;
}

.contact-data .item .title {
    margin: 0 0 0 10px;
    letter-spacing: -0.5px;
    color: #3f51b5;
    font-size: 16px;
    font-weight: 600;
}

.contact-data .con {
    border-right: 2px solid #f0f2f5;
    margin-bottom: 20px;
    /* border-radius: 10px; */
    overflow: hidden;
    /* background-color: white; */
}

.contact-data .con:last-of-type {
    margin-bottom: 0;

}

.main-section.contact-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../images/contact-bg.png);
    background-position: 0 bottom;
    background-size: 380px;
    background-repeat: no-repeat;
    opacity: .2;
}


/** about-us page **/


.inner-head.about-us-head {
    background-image: url(../images/about-us.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.inner-head.about-us-head .title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 20px 0 20px;
}

.ourclients {
    background: #f8fafa;

}

.main_banner li .fa,
.aboutText h3,
.ourclients h3 {
    color: #3f51b5;
    font-family: 'Cairo';
}

.about-client img {
    filter: none;
    max-height: 70px;
}

.datacenter-map {
    margin-top: 0;
}

.datacenter-map img {
    margin-bottom: 0;
}

.about-client .about-quote-column {
    background: #3f51b5;
    color: #fff !important;
    height:240px;
}

.about-client .about-quote-column:before {
    content: none;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 255px solid #0057d0;
    border-left: 100px solid transparent;
    position: absolute;
    left: -100px;
    top: 0;
}

.about-client .about-quote-column h3 {
    color: #fff;
    font-size: 22px;
}

.about-client .about-quote-column:after {
    content: "";
    background-image: url(../images/shadow.png);
    background-repeat: repeat-y;
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    width: 40px;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 0;
    opacity: .8
}

.about-client .thequote {
    padding: 43px;
    height: 223px;
    overflow: hidden;
}

.about-client .thequote p {
    font-size: 16px;
    margin: 0;
}

.logos.white {
    background: #ffffff;
}


/** email head ***/

.inner-head.email-head {
    background-image: url(../images/email-head.jpg);
    background-size: cover;
    background-position: center;
}


/** subscribe-main***/

.subscribe-main {
    background-color: #f1f2f4;
    padding: 50px;
    background-image: url(../images/email-head.jpg);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    background-size: auto 100%;
}

.subscribe-main .title {
    text-align: center;
    color: #5a5a5a;
    font-weight: 600;
}

.subscribe-main .sub_form {
    margin: 50px 0 10px;
    text-align: center;
}

.subscribe-main .sub_form .name {
    padding: 7px 5px;
    border-radius: 2px;
    border: 1px solid #dde1e8;
    width: 200px;
    outline: none;
    margin: 0 10px;
}

.subscribe-main .sub_form .email {
    padding: 7px 5px;
    border-radius: 2px;
    border: 1px solid #dde1e8;
    width: 280px;
    outline: none;
    margin: 0 10px;
}

.subscribe-main .sub_form .send {
    padding: 7px 5px;
    border-radius: 2px;
    border: none;
    width: 98px;
    margin-right: -4px;
    background-color: #3f51b5;
    color: white;
    outline: none;
    margin: 0 10px;
}

/**** help page *****/

.inner-head.help {
    background-image: url(../images/help.jpg);
    background-size: cover;
    background-position: center;
}

.inner-head.help .title {
    color: #ffffff;
    margin: 20px 0;
}

.help-item {
    padding: 30px 20px;
    text-align: center;
    transition: .5s ease;
    border-radius: 15px;
    border: 1px solid #ececec;
}

.help-item .title {
    color: #363636;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0;
}

.help-item .description {
    color: #363636;
    font-size: 13px;
    padding: 0 15px;
    margin: 0;
    height: 64px;
    overflow: hidden;
    line-height: 1.6;
}

.help-item a {
    color: white;
    background-color: #9aa5b7;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 16px;
}

.form_container {
    display: none;
}


.radio-div {
    float: right;
    width: 50%;
}

.radio-div .radio-label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.radio-div .radio-label input {
    display: none;
}

.radio-div .radio-label .style-input {
    width: 20px;
    height: 20px;
    background-color: #d5dee4;
    display: inline-block;
    margin-left: 7px;
    border-radius: 50%;
    position: relative;
}

.radio-div .radio-label .style-input:before {
    content: "";
    opacity: 0;
    width: 12px;
    height: 12px;
    background-color: #3f51b5;
    left: 4px;
    top: 4px;
    z-index: 5;
    position: absolute;
    border-radius: 50%;
}

.radio-div .radio-label input:checked+.style-input:before {
    opacity: 1;
}

.input-section .show-form {
    display: inline-block;
    background-color: #3f51b5;
    padding: 6px 15px;
    color: white;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.input-section .next-step {
    float: right;
    width: 100%;
}

.input-section p.title {
    font-weight: 600;
    margin: 0 0 30px;
    letter-spacing: -0.5px;
    color: #5a5a5a;
    font-size: 25px;
    text-align: center;
}

.input-section .show-form i {
    margin-right: 10px;
}

.form-section {
    display: none;
}

.form-section p.title {
    font-weight: 600;
    margin: 0 0 30px;
    letter-spacing: -0.5px;
    color: #5a5a5a;
    font-size: 25px;
    text-align: center;
}

.form-section .field-item {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.form-section .field-item label.title {
    width: 150px;
    display: table-cell;
    vertical-align: top;
}


.form-section .field-item select {
    outline: none;
    border: 1px solid #dadada;
    padding: 0px 5px 0 20px;
    height: 32px;
    border-radius: 6px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;

}

.form-section .field-item input {
    outline: none;
    border: 1px solid #dadada;
    padding: 0 8px;
    height: 32px;
    border-radius: 6px;
    width: 100%;
}

.form-section .field-item textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #dadada;
    padding: 5px 8px;
    border-radius: 5px;
    resize: vertical;
    outline: none;
}

.form-section div.submit {
    text-align: center;
    margin-top: 30px;
}

.form-section div.submit input {
    background-color: #3f51b5;
    color: white;
    border: none;
    padding: 6px 55px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
}

.done-msg {
    display: none;
}

.done-msg {
    text-align: center;
}

.done-msg .title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.5px;
}

.done-msg .notes {
    font-size: 14px;
    color: #5a5a5a;
    padding: 0 25%;
}

/*** orders page ***/

.orders-page {
    margin-top: 91px;
}

.orders-page .main-title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.orders-page .order-item {
    background-color: white;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dfe4ec;

}

.orders-page .order-item .order-num {
    background-color: #dfe4ec;
    padding: 10px 15px;
    margin: -15px -15px 0 -15px;
    font-size: 16px;
    font-weight: 600;
}

.orders-page .time-order .title {
    float: right;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #3f51b5;
}

.orders-page .time-order .title i {
    float: right;
    margin-left: 10px;
}

.orders-page .time-order .time {
    float: right;
    direction: ltr;
    color: #bdbdbd;
}

.orders-page .time-order .create,
.orders-page .time-order .update {
    overflow: hidden;
    margin: 10px 0;
    float: right;
    display: inline-block;
    margin-left: 50px;
}

.orders-page .details-order ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -15px;
}

.orders-page .details-order li {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.orders-page .details-order li:nth-child(odd) {
    background-color: #f5f9f9;
}

.orders-page .details-order li span.title {
    float: right;
    flex: 0 0 150px;
    font-weight: 600;
    color: #3f51b5;
}

.orders-page .view-order {
    text-align: center;
    margin: 15px 0 0 0;
}

.orders-page .view-order a {
    background-color: #3f51b5;
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 10px;
    color: white;
}

/*** login page ***/

.login-page {
    margin-top: 91px;
}

.about-arab .title {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    color: #3f51b5;
    font-size: 25px;
    font-weight: 600;
}

.about-arab .text {
    font-size: 14px;

}

.login-container {
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #dfe4ec;
}

.login-container .label-icon {
    font-size: 12px;
    color: #5a5a5a;
}

.login-container .label-icon i {
    text-align: center;
    font-size: 14px;
}


.login-container .title {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    color: #3f51b5;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.login-container .title i {
    margin-left: 7px;
}

.login-container input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 5px;
    outline: none;
}

.login-container .remember {
    color: #fff;
    margin-bottom: 0;
}

.login-container .remember input {
    display: none;
}

.login-container .remember label .shape {
    width: 44px;
    height: 20px;
    background-color: #d6d6d6;
    border-radius: 20px;
    display: block;
    float: right;
    margin: 0 0 0 10px;
    position: relative;
    transition: .2s;
}

.login-container .remember label .shape .dot {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 3px;
    transition: .2s;
}

.login-container .remember input[type=checkbox]:checked+label .shape {
    background-color: #3f51b5;
}

.login-container .remember input[type=checkbox]:checked+label .shape .dot {
    right: 25px;
}

.login-container .remember label {
    color: #5a5a5a;
    font-weight: normal;
    cursor: pointer;
    letter-spacing: 0px;
    margin: 0;
}


.login-container .forget {
    color: #fff;
    margin-bottom: 0;
    text-align: right;
}

.login-container .forget a {
    color: #4077bb;
}

.login-container input[type="submit"] {
    text-align: center;
    background-color: #3f51b5;
    border: none;
    padding: 8px 5px;
    margin-bottom: 0;
    width: 130px;
    border-radius: 10px;
    color: #fff;
}

.login-container .submit-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-container .error {
    text-align: center;
    font-size: 16px;
    color: #e81414;
    margin-top: 20px;
}

.login-container .create-acc {
    text-align: center;
    display: block;
    margin-top: 20px
}

.login-container .create-acc a {
    text-align: center;
    display: inline-block;
    background-color: #7589a8;
    padding: 8px 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}

.signUp-container {
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #dfe4ec;
}


.signUp-container .title {
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    color: #3f51b5;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.signUp-container .label-icon {
    font-size: 12px;
    color: #5a5a5a;
}

.signUp-container .label-icon i {
    text-align: center;
    font-size: 14px;
}

.signUp-container .title i {
    margin-left: 7px;
}

.signUp-container input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 5px;
    outline: none;
}

.signUp-container .signup-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.signUp-container .signup-btn input {
    text-align: center;
    background-color: #7589a8;
    border: none;
    padding: 8px 5px;
    margin-bottom: 0;
    width: 100px;
    border-radius: 10px;
    color: #fff;
}

.signUp-container .signUp-facebook {
    background: #3b5999;
    color: white;
    padding: 8px 15px;
    border-radius: 10px;
}


.signUp-container .signUp-facebook i {
    margin-right: 10px;
    font-size: 16px;
}


/*** Order-Details page ***/

.page-order-num {
    margin-bottom: 20px;
}

.page-order-num span.title {
    font-size: 25px;
    font-weight: 600;
}

.page-order-num span.num {
    font-size: 25px;
    font-weight: 600;
}

.problem-section {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #dfe4ec;
}

.problem-section .problem-name {
    font-size: 18px;
    font-weight: 600;
    color: #d03333;
    margin-bottom: 7px;
}

.problem-section .problem-info {
    padding: 10px 0;
    background-color: #f2f7f7;
    margin: 0 -15px;
}

.problem-section .problem-info .title {
    color: #3f51b5;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.problem-section .problem-info .section-name {
    font-size: 17px;
    font-weight: 600;
    margin: 0
}

ul.order-info-page li span select {
    outline: none;
    border: 1px solid #dadada;
    padding: 0px 5px 0 20px;
    height: 32px;
    border-radius: 6px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}

ul.order-info-page li span.result {
    width: 250px;
}


.problem-section .order-info-title {
    margin: 15px 0;
    font-weight: 600;
    color: #3f51b5;
    font-size: 18px;
}

.problem-section ul.order-info-page {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -15px;
}

.problem-section ul.order-info-page li {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.problem-section ul.order-info-page li:nth-child(odd) {
    background-color: #f5f9f9;
}

.problem-section ul.order-info-page li span.title {
    float: right;
    flex: 0 0 150px;
    font-weight: 600;
    color: #3f51b5;
}


.problem-section .msg-section .msg-title {
    margin: 15px 0;
    font-weight: 600;
    color: #3f51b5;
    font-size: 18px;
}

.msg-section .msg-area {}


.msg-section .msg-item {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.msg-section .msg-item .avatar {
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: inline-block;
    overflow: hidden;
    border-radius: 7px;
}

.msg-section .msg-item .avatar img {
    width: 100%;

}

.msg-section .msg-item .user-name {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #3f51b5;
}

.msg-section .msg-item .msg-time {
    direction: ltr;
    text-align: right;
    font-size: 12px;
    color: #bfbfbf;
    margin: 0;
}

.msg-section .msg-item .text-msg {
    color: #5a5a5a;
    font-size: 14px;
    margin: 5px 0 0
}

.msg-section .support-msg {
    background-color: #f5f9f9;
}

.msg-section .add-reply {
    margin: 25px 0;
    text-align: center;
}

.msg-section .add-reply p.add-reply-btn {
    background-color: #6bb742;
    display: inline-block;
    padding: 8px 20px;
    color: white;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
}

.write-reply .field-item {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.write-reply .field-item label.title {
    width: 150px;
    display: table-cell;
    vertical-align: top;
}

.write-reply .field-item textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #dadada;
    padding: 5px 8px;
    border-radius: 5px;
    resize: none;
    outline: none;
}

.write-reply .file-upload-type {}

.msg-section .send-msg {
    margin: 25px 0;
    text-align: center;
}

.msg-section .send-msg a {
    background-color: #6bb742;
    display: inline-block;
    padding: 8px 20px;
    color: white;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
}

.write-reply {
    display: none;
}


/**sidebar **/

.login-container.test {
    max-width: 100%;
}

.side-bar {
    /*    background-color: white;*/
    /* margin-top: -60px; */
    /*    box-shadow: 0 0 10px rgba(69, 90, 100, 0.1);*/
    position: relative;
    /* margin-bottom: -50px; */
}

.side-bar .inSidebar {
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    border: 1px solid #dfe4ec;
}

.side-bar .item {}

.side-bar .item .title {
    background-color: #dfe4ec;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.side-bar .item>a {
    display: block;
    padding: 10px 15px 10px 5px;
    color: #5a5a5a;
    transition: .3s ease;
}

.side-bar .item>a i {
    margin: 0 5px;
}

.side-bar .item>a:hover {
    color: #5585c2;
    padding-right: 20px;
}

.side-bar .sidebar-control {
    position: absolute;
    right: 100%;
    top: 50%;
    background-color: #546E7A;
    color: #fff;
    padding: 6px 9px;
    font-size: 18px;
    z-index: 999999;
    cursor: pointer;
    display: none;
    margin-top: -20px;
    border-radius: 7px 0 0 7px;
}


    /**
Custem Style
**/

    a {
        color: black;
        outline: 0;
        text-decoration: none;
    }

    .main-section {
        padding: 70px 0;
        background-color: white;
        position: relative;
    }

        .main-section.gray {
            background-color: #f8fafa;
        }

    .section-title {
        text-align: center;
        margin-bottom: 80px;
        margin-top: 30px
    }

        .section-title .title {
            font-weight: bold;
            margin: 0;
            letter-spacing: -0.5px;
            color: #5a5a5a;
            font-size: 27px;
        }

        .section-title p {
            color: #595959;
            font-size: 18px;
            width: 65%;
            margin: 10px auto;
        }

    .padding-bottom {
        padding-bottom: 40px;
    }

    .flex-row {
        display: flex;
        align-items: center;
    }

    #back-to-top:hover {
        background: #B86662;
        background: rgb(63, 81, 181);
    }

    ::-webkit-input-placeholder {
        color: #d1d1d1;
    }

    ::-moz-input-placeholder {
        color: #d1d1d1;
    }


    /** upload file*/

    label.file input {
        position: absolute;
        width: 0;
        overflow: hidden;
        opacity: 0;
    }

    label.file {
        width: 100%;
        /* Use for fluid design */
        height: 32px;
        line-height: 28px !important;
        cursor: pointer;
        position: relative;
        display: inline-block;
        white-space: nowrap;
        text-align: right;
        display: flex;
    }

        label.file:before {
            content: "Browse Files";
            display: block;
            position: absolute;
            box-sizing: border-box;
            width: 100%;
            background-color: #fff;
            color: #a0b7c5;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            vertical-align: middle;
            border: 1px solid #dadada;
            padding: 0 8px;
            height: 32px;
            border-radius: 6px;
        }

        label.file[title]:not([title=""]):before {
            content: attr(title);
            color: #162f44;
        }

        label.file:after {
            content: "\f0c6";
            display: inline-block;
            position: relative;
            box-sizing: border-box;
            width: 61px;
            height: 31px;
            padding: 0 4px;
            border-radius: 0 6px 6px 0;
            background-color: #a0b7c5;
            color: #fff;
            overflow: hidden;
            font-size: 19px;
            font-weight: normal;
            text-align: center;
            font-family: FontAwesome;
        }

    .row-centered {
        text-align: center;
    }

    .col-centered {
        display: inline-block;
        float: none;
        text-align: right;
        margin-right: -4px;
    }

    /* bg slider**/

    .slider-bg {
        /*    background-image: url(../images/slider-bg.jpg);*/
        height: 100%;
        /*
    background-size: cover;
    background-position: top center;
*/
    }

    .slidercontainer {
        background-image: url(../images/slider-bg.jpg);
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
    }

    #mainslider .item.slider-bg .slidecaption {
        /*   background: rgba(84, 84, 84, 0.18);*/
        background: #fff;
    }

    #first-slider .item.slider-bg h3 {
        color: #6c80f1;
    }

    #mainslider .item.slider-bg .slidecaption h4 {
        /*  color: #ffffff;*/
        color: #595959;
        line-height: 30px
    }

    #first-slider .item.slider-bg ul li {
        /*color: #ffffff;*/
        color: #595959;
    }


    .inner-head.payment {
        background-image: url(../images/payment.jpg);
        background-size: cover;
        background-position: center;
        padding: 80px 0;
    }

        .inner-head.payment .title {
            color: #ffffff;
            letter-spacing: -0.5px;
            font-weight: 600;
            font-size: 27px;
            margin: 0 0 20px;
        }

        .inner-head.payment .list {
            color: #ffffff;
            font-size: 14px;
            margin: 0 10px 0px 0;
        }

    .patment-line {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

        .patment-line img {
            margin: 0 10px 20px;
            box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
            border-radius: 5px;
            transition: .1s ease;
        }

            .patment-line img:hover {
                transform: perspective(500px) translateZ(43px);
                transition: .3s ease;
            }

    .payment-notes {
        background-color: white;
        padding: 30px 20px;
        margin: 50px 0 0;
        border-radius: 15px;
    }

        .payment-notes .title {
            color: #3f51b5;
            font-weight: 600;
            font-size: 22px;
            letter-spacing: -0.5px;
        }

        .payment-notes ul {
            padding: 0 26px 0 0;
        }

            .payment-notes ul li {
                margin-bottom: 5px;
            }

                .payment-notes ul li a {
                    color: #3f51b5;
                    text-decoration: underline;
                }


    .custom-my-table {
    }

        .custom-my-table table {
            width: 100%;
        }

            .custom-my-table table tr {
            }


                .custom-my-table table tr td {
                    padding: 11px 0;
                }


                    .custom-my-table table tr td:nth-child(1) {
                        color: #3f51b5;
                        font-weight: 700;
                        text-align: right !important;
                    }

                    .custom-my-table table tr td:nth-child(2) {
                    }


                .custom-my-table table tr:nth-child(odd) {
                    /* background-color: #f5f9f9; */
                }

                .custom-my-table table tr td label {
                    /* color: #fcfcff; */
                    /* width:  100%; */
                }

                .custom-my-table table tr td input {
                    outline: none;
                    border: 1px solid #dadada;
                    padding: 0px 5px 0 20px;
                    height: 32px;
                    border-radius: 6px;
                    font-weight: 600;
                    font-size: 14px;
                    width: calc(100% - 12px);
                }

                .custom-my-table table tr td select {
                    outline: none;
                    border: 1px solid #dadada;
                    padding: 0px 5px 0 20px;
                    height: 32px;
                    border-radius: 6px;
                    font-weight: 600;
                    font-size: 14px;
                    width: calc(100% - 12px) !important;
                }

                .custom-my-table table tr td input[type=submit] {
                    background-color: #3f51b5;
                    color: #fff;
                    height: 40px;
                    border: none;
                }

                .custom-my-table table tr td textarea {
                    outline: none;
                    border: 1px solid #dadada;
                    padding: 0px 5px 0 20px;
                    height: 32px;
                    border-radius: 6px;
                    font-weight: 600;
                    font-size: 14px;
                    width: calc(100% - 12px) !important;
                    height: 110px !important;
                }




                .custom-my-table table tr td .two-input {
                    width: calc(50% - 7px) !important;
                }

                .custom-my-table table tr td #uploadimage {
                    border: none;
                }

                .custom-my-table table tr td input[type=checkbox] {
                    width: 15px;
                    color: #fff;
                    height: auto;
                    margin-left: 5px;
                }

                .custom-my-table table tr td input[type=radio] {
                    width: 15px;
                    color: #fff;
                    height: auto;
                    margin-left: 5px;
                }



    .domain-item {
        padding: 8px;
        font-size: 17px;
    }

        .domain-item a.name {
        }

        .domain-item a.option-open {
            margin-right: 5px;
            cursor: pointer;
        }

    .custom-my-table table tr td .btn-green {
        background-color: #4CAF50;
        color: #fff;
        /* height: 40px; */
        border: none;
    }



    span#localemail {
        padding: 1px 4px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0,0,0,.25);
        background-color: #999;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    input#ManualTwoFactorAuth {
        width: 50%;
        margin: 20px auto;
        outline: none;
        border: 1px solid #dadada;
        padding: 5px 5px 5px 20px;
        border-radius: 6px;
    }

    div#TwoFactorAuthPanel2 {
        text-align: center;
    }


    input#checkTwoFactorAuth {
        width: 50%;
        margin: 20px auto;
        outline: none;
        border: 1px solid #dadada;
        padding: 5px 5px 5px 20px;
        border-radius: 6px;
    }


    #Epayment_s2 .imgap {
        background: url() no-repeat scroll 0 0 #fff;
        border: 2px solid #a9a9a9;
        cursor: pointer;
        display: block;
        height: 50px;
        margin-top: 3px;
        text-indent: -99999px;
        width: 200px;
        padding: 2px;
    }


    .sp-pay {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 40px 0;
    }

    .btn-skrill-pay {
        background-color: #3f51b5;
        color: #fff;
        height: 40px;
        border: none;
        width: 180px;
        margin: 30px 0 20px;
        border-radius: 5px;
    }

    .icon-buy {
        margin: 0 5px;
        color: #686768;
    }


    .btn-prev-arrow {
        background: #ddd;
        color: #303030;
        position: relative;
        /* padding: 5px 10px; */
        display: inline-block;
        border-radius: 6px;
        margin: 0 5px;
    }


        .btn-prev-arrow i {
            margin: 0 9px 0 0;
            font-size: 12px;
            position: absolute;
            right: 0px;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
        }



        .btn-prev-arrow input {
            padding: 5px 27px 5px 10px;
            position: relative;
            z-index: 1;
            background-color: transparent !important;
        }


    .btn-next-arrow {
        background: #26C281;
        color: #fff;
        position: relative;
        /* padding: 5px 10px; */
        display: inline-block;
        border-radius: 6px;
        margin: 0 5px;
    }


        .btn-next-arrow i {
            margin: 0 9px 0 0;
            font-size: 12px;
            position: absolute;
            left: 8px;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
        }



        .btn-next-arrow input {
            padding: 5px 10px 5px 27px;
            position: relative;
            z-index: 1;
            background-color: transparent !important;
        }





    .payment-contact:before {
        background-image: none !important;
    }

    .b-text {
        font-weight: 600;
        font-size: 15px;
        margin: 10px 0;
    }

    .done-page-img {
        width: 110px;
    }

    .my-tabs-center {
        list-style: none;
        text-align: center;
        margin: 0;
    }

        .my-tabs-center li {
            display: inline-block;
        }

            .my-tabs-center li.active {
            }

            .my-tabs-center li a {
                padding: 10px;
                display: block;
                font-weight: 600;
                margin: 0 10px;
            }

            .my-tabs-center li.active a {
                background-color: #f8fafa;
                border-radius: 15px 15px 0 0;
            }


    .field-item label.title {
        width: 150px;
        display: table-cell;
        vertical-align: top;
        font-size: 14px;
        text-align: right;
        font-weight: 600;
    }


    .field-item select {
        outline: none;
        border: 1px solid #dadada;
        padding: 0px 5px 0 20px;
        height: 32px;
        border-radius: 6px;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
    }

    .field-item input {
        outline: none;
        border: 1px solid #dadada;
        padding: 0 8px;
        height: 32px;
        border-radius: 6px;
        width: 100%;
    }

    .field-item textarea {
        width: 100%;
        height: 130px;
        border: 1px solid #dadada;
        padding: 5px 8px;
        border-radius: 5px;
        resize: vertical;
        outline: none;
    }

    .field-item {
        display: table;
        margin-bottom: 15px;
        width: 100%;
    }

    .field-two-item {
        display: flex;
    }

        .field-two-item label.title {
            flex: 0 0 150px;
            display: flex;
            justify-content: right;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px;
        }

    .my-btn {
        background-color: #3f51b5;
        color: white;
        border: none;
        padding: 6px 55px;
        font-size: 16px;
        border-radius: 5px;
        outline: none;
        display: inline-block;
    }

    a.my-btn {
        background-color: #3f51b5;
        color: white;
        border: none;
        padding: 6px 55px;
        font-size: 16px;
        border-radius: 5px;
        outline: none;
        display: inline-block;
    }

    .submit-area {
        margin-top: 15px;
        text-align: center;
    }

    .domain-item {
        width: 100%;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #ddd;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .domain-item .domain-name {
            margin: 0;
        }

        .domain-item .name {
            display: flex;
            align-items: center;
        }

            .domain-item .name input {
                margin-left: 5px;
            }

        .domain-item .states {
        }

    .not-active-domain {
        pointer-events: none;
        opacity: 0.5;
    }

    .item-offer-domain {
        margin: 0 auto 25px;
    }

        .item-offer-domain .offer-info {
            width: 70%;
        }

        .item-offer-domain .offer-select a.active {
            background: #8bc34a;
            color: #fff;
        }

    .signup-taps {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 30px;
        white-space: nowrap;
        overflow: auto;
        background: #f8fafa;
        border-radius: 15px;
    }

        .signup-taps li span {
            color: #ffffff;
            font-weight: bold;
            font-size: 21px;
            margin-left: 5px;
            background: #3f51b5;
            height: 30px;
            width: 30px;
            text-align: center;
            border-radius: 30px;
        }

        .signup-taps li {
            border-bottom: 5px solid #3f51b5;
            display: inline-block;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 10px 0;
            font-weight: bold;
            padding: 10px 20px;
        }

            .signup-taps li.active-tap ~ * {
                border-bottom: 5px solid #e0e0e0;
            }

    .Domain-to-select {
        direction: ltr;
        padding: 0 !important;
    }

    .three-item-domain {
        display: flex;
        width: 100%;
    }

        .three-item-domain select {
            flex: 0 0 60px;
        }

        .three-item-domain input {
            text-align: center;
        }

    #orderbtn2 {
        margin: 0 auto;
    }

    #orderbtn3 {
        margin: 0 auto;
    }


    #orderbtn4 {
        margin: 0 auto;
    }


    #orderbtn4 {
        margin: 0 auto;
    }

    .pay-item {
        border: 2px solid #ededed;
        border-radius: 15px;
        text-align: center;
        padding: 10px;
        cursor: pointer;
        margin-bottom: 30px;
    }

        .pay-item img {
            height: 80px;
        }

        .pay-item p {
            font-size: 14px;
        }

        .pay-item.active {
            border: 2px solid #3F51B5;
        }

    .g-signin2 > div {
        border-radius: 10px;
        margin: 15px auto 0;
    }

    .item-offer-domain .offer-select:before {
        content: none;
    }

    .mt {
        margin-top: 91px;
    }

    .fix-height-page {
        min-height: calc(120vh - 520px);
    }

        .fix-height-page.gray {
            background: #f8fafa;
        }

    .main-title {
        color: #3f51b5;
        font-weight: bold;
        font-size: 25px;
        text-align: center;
    }

    .empty-template {
        text-align: center;
        font-size: 16px;
        margin: 15px 0;
    }

        .empty-template i {
            display: block;
            font-size: 65px;
            opacity: 0.3;
            margin: 0 0 15px;
        }

    .table.table.table-bordered {
        border: none;
        background: #f8fafa;
        border-radius: 20px;
        overflow: hidden;
        border: none !important;
        margin: 0;
        width: 100%;
        min-width: 860px;
    }

        .table.table.table-bordered tr th:first-of-type {
            border-right: none;
        }

        .table.table.table-bordered tr th:last-of-type {
            border-left: none;
        }

        .table.table.table-bordered tr td:last-of-type {
            border-left: none;
        }

        .table.table.table-bordered tr:first-of-type th {
            border-top: none;
        }

        .table.table.table-bordered tr:last-of-type td {
            border-bottom: none;
        }

    .table-holder {
        border-radius: 20px;
        border: 1px solid #ddd;
        overflow: auto;
    }

    .price-big {
        margin: 15px 0 0;
        font-size: 15px;
        font-weight: bold;
    }

        .price-big span {
            color: #3f51b5;
            font-size: 19px;
        }

    a.table-btn {
        background: #3f51b5;
        color: #fff;
        padding: 0 14px;
        margin: 5px;
        display: inline-block;
        border-radius: 35px;
    }

        a.table-btn.gray {
            margin: 5px 0;
            background: #686b7c;
        }

    table a.cancel-this-order {
        background: #eb2929;
        color: #fff;
        padding: 0 14px;
        margin: 0 5px;
        display: inline-block;
        border-radius: 35px;
    }

    .item-offer-domain .offer-select a.active .fa-plus:before {
        content: "\f00c";
    }

    .title-center {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

    .green-label {
        background: #4CAF50;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 10px;
        margin: 10px 5px;
        display: inline-block;
        margin: 0 9px 0 0;
    }

    .margin-auto > div {
        margin: auto;
    }

    #CouponContainer .field-two-item {
        align-items: center;
        flex-wrap: nowrap;
        margin: 0;
    }

    #CouponContainer label {
    }

    #CouponContainer input {
        margin: 0 10px 0 !important;
    }

    #CouponContainer a.my-btn {
        padding: 0;
        white-space: nowrap;
        font-size: 14px;
        padding: 5px 10px;
    }

    .input-my-btn {
        background: #3f51b5 !important;
        color: #fff;
        width: 160px !important;
        border: none !important;
        margin: auto;
    }

        .input-my-btn:hover {
            color: #fff;
        }

    /******
 chat
******/
    .chat-btn {
        position: fixed;
        right: 30px;
        bottom: 30px;
        background: #3f51b5;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50px;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
        cursor: pointer;
        font-size: 18px;
        z-index: 10;
    }

        .chat-btn.notification-dot:before {
            content: "";
            width: 10px;
            height: 10px;
            background-color: #ca0e0e;
            border-radius: 50px;
            position: absolute;
            right: 2px;
            top: 1px;
        }

        .chat-btn .icon-close {
            display: none;
        }

        .chat-btn.open .icon-open {
            display: none;
        }


        .chat-btn.open .icon-close {
            display: block;
        }

    .chat-holder {
        position: fixed;
        right: 30px;
        bottom: 100px;
        width: 340px;
        max-width: 100%;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
        border-radius: 15px;
        overflow: hidden;
        z-index: 10;
    }

        .chat-holder .head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #fff;
            padding: 10px;
            background: #3f51b5;
        }

            .chat-holder .head .close-head {
                padding: 8px 15px;
                cursor: pointer;
                font-size: 16px;
            }

            .chat-holder .head .user-info {
                display: flex;
                align-items: center;
                margin-left: auto;
            }

                .chat-holder .head .user-info .user-name {
                }

                .chat-holder .head .user-info .avatar {
                    position: relative;
                    overflow: hidden;
                    width: 40px;
                    height: 40px;
                    border-radius: 50px;
                    display: inline-block;
                    margin-left: 10px;
                }

                .chat-holder .head .user-info .name {
                    display: block;
                    font-weight: 600;
                }


                .chat-holder .head .user-info .dec {
                    display: block;
                    font-size: 12px;
                }

    .chat-list {
        background-color: #fff;
        max-height: 50vh;
        height: 320px;
        overflow: auto;
        padding: 15px;
    }

        .chat-list .chat-item {
            margin: 0 0 10px;
            overflow: hidden;
        }

            .chat-list .chat-item span {
                color: #fff;
                background: #3f51b5;
                display: inline-block;
                padding: 9px;
                border-radius: 15px;
                font-size: 13px;
            }

        .chat-list .support span {
            float: left;
            color: #353535;
            background-image: none;
            background-color: #e3e3e3;
        }

    a.file-attach {
        cursor: pointer;
        color: inherit;
        font-size: 15px;
    }

    a.admin-coment {
        display: block;
        text-decoration: none;
        font-size: 13px;
    }

    .write-area {
        display: flex;
        background-color: #fff;
        border-top: 1px solid #e3e3e3;
        align-items: center;
    }

        .write-area input {
            width: 100%;
            resize: none;
            height: 45px;
            padding: 10px;
            border: none;
            outline: none;
            white-space: nowrap;
        }

        .write-area .file {
            padding: 12px;
            cursor: pointer;
            font-size: 16px;
            color: #848484;
        }

        .write-area .send {
            padding: 12px;
            cursor: pointer;
            font-size: 16px;
            color: #848484;
        }

    .empty-msg {
        height: calc(100% - 50px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
    }

        .empty-msg .my-input {
            height: 33px;
            border-radius: 50px;
            border: none;
            padding: 0 15px;
            box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .14);
            -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .14);
            outline: none;
            margin-bottom: 20px;
            border: 1px solid #d7d7d7;
            -webkit-appearance: none;
            width: 100%;
            text-align: center;
            background: #fff;
        }

        .empty-msg a.btn-green {
            box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .14);
            background: #3f51b5;
            color: #fff !important;
            border-radius: 50px;
            padding: 5px 25px 8px;
            display: inline-block;
            text-decoration: none;
            margin-bottom: 20px;
            cursor: pointer;
        }


        .empty-msg i {
            font-size: 70px;
            color: #cccccc;
        }

        .empty-msg p {
            width: 100%;
            font-weight: 600;
            color: #434343;
        }

    .plan-item.acive {
        background: red;
    }

    .pay-item.active {
        transform: translateY(-10px);
        box-shadow: 0px 4px 29px 0px #6d7b41;
    }

    .welcome-msg {
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .14);
        background: #3f51b5;
        color: #fff !important;
        border-radius: 50px;
        position: fixed;
        bottom: 90px;
        right: 30px;
        padding: 0 15px 0 7px;
        z-index: 10;
    }

        .welcome-msg i {
            padding: 15px;
            cursor: pointer;
            border-right: 1px solid rgba(255, 255, 255, .26);
            margin-right: 10px
        }

            .welcome-msg i:after {
                content: ""
            }

    .order-vps.btn.CloudBtn {
        background: #ffffff;
        color: #3f51b5;
        font-family: 'Cairo';
        padding: 9px 25px;
        font-weight: bold;
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.42);
    }

    .label-money {
        margin: 0 0 0 10px;
    }

    .money-holder-title {
        display: flex;
        align-items: center;
    }

    .ser-holder-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .curency-select {
        display: flex;
        align-items: center;
        margin: 50px 0 20px;
        justify-content: flex-end;
    }

        .curency-select .select-money {
            width: 20%;
        }

    .order-content {
        margin: 20px;
        border: 1px solid #ddd;
        padding: 30px 20px;
        border-radius: 20px;
    }

    .first-items {
        display: flex;
        align-items: center;
    }

        .first-items .field-two-item {
            display: block;
            padding: 10px;
        }

        .first-items .three-item-domain {
            position: relative
        }

    .www_title {
        height: 32px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        direction: ltr;
        /* position: absolute; */
        /* left: 25px; */
        border: 1px solid #dadada;
        padding: 0px 5px 0 5px;
    }

    .first-items .three-item-domain input {
        text-align: end;
        padding-left: 45px;
    }
    /**************************************
Media Queries
***************************************/
    /*LG Screen*/
    @media (min-width:1200px) {
    }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonials .testimonial {
        padding: 20px;
    }
    .service-item .service-dec {
        height: 125px;
    }

}
    /*MD Screen*/
    @media (max-width: 1199px) {
        .testimonials .clients .owl-pagination {
            float: left;
        }
    }
    /*SM Screen*/
    @media (max-width:991px) {
        .side-bar .sidebar-control {
            display: block
        }

        .side-bar {
            position: fixed;
            max-width: 250px;
            width: 100%;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 9999999;
            margin: 0;
            transform: translate(100%, 0px);
            transition: .5s ease;
        }

            .side-bar .inSidebar {
                overflow: auto;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                border-radius: 0;
            }

            .side-bar.active {
                transform: translate(0px, 0px);
            }

        #header,
        #header-wrap,
        #logo img {
            height: 80px;
            margin-top: 5px;
        }
    }


    @media only screen and (min-width: 768px) and (max-width: 991px) {
        #mainslider .item .slidecaption h4 {
            font-size: 18px;
            line-height: 25px;
        }

        #first-slider h3 {
            font-size: 25px;
        }

        #first-slider .decaption img {
            height: 300px;
        }

        #mainslider .item .slidecaption .decaption {
            top: 55px;
        }
    }
    /*SM Screen*/
    @media (max-width:991px) {
        .nav_main {
            position: relative;
        }

        .mt {
            margin-top: 0px;
        }

        .slidercontainer {
            margin-top: 0;
        }

        .burger-logo {
            float: left;
            color: white;
            cursor: pointer;
            margin: 5px 0 0 0;
        }

            .burger-logo i {
                font-size: 22px;
                padding: 15px 12px;
            }

        .main-nav ul.menu-item {
            display: none;
        }

            .main-nav ul.menu-item.menu_item_open {
                display: block;
                background-color: #464a51;
                position: absolute;
                left: -16px;
                top: 100%;
                right: -216px;
                padding: 0;
            }

            .main-nav ul.menu-item li {
                float: none;
            }

                .main-nav ul.menu-item li a {
                    padding: 15px 25px;
                    border-left: none;
                }

        .nav_main .main-nav ul li ul.drop-menu {
            position: relative;
            display: none;
        }

            .nav_main .main-nav ul li ul.drop-menu li a {
                padding: 10px 40px 10px 20px;
            }

        .nav_main .main-nav ul li:hover ul.drop-menu {
            display: block;
        }

        .testimonials .clients {
            margin-top: 0px;
        }

            .testimonials .clients .owl-pagination {
                float: none;
            }

        .testimonials .clients {
            height: 200px;
        }

        .footer-item {
            margin-bottom: 30px;
        }

        .inner-head {
            margin-top: 0px;
        }

        .plan-item {
            margin-bottom: 30px;
        }

            .plan-item.plan-fix {
                margin-top: 0px;
            }

            .plan-item.last {
                margin-bottom: 0px;
            }

        footer {
            padding: 50px 0 30px;
        }

        .item-offer {
            display: block;
        }

            .item-offer .offer-info {
                width: 100%;
                padding-bottom: 0;
            }

            .item-offer .offer-list {
                width: 100%;
                padding-bottom: 0;
            }

        .offer-select {
            width: 100%;
            box-shadow: none;
            height: 100px;
            margin-top: 15px;
            transform: skewX(0deg) translate(0);
        }

            .offer-select:before {
                background-size: 110px;
                background-position: -5px 15px;
                transform: skewX(0deg);
            }

            .offer-select a {
                transform: skewX(0deg);
            }

        .free-services .item {
            margin-bottom: 30px;
        }

        .inner-head.contact-us {
            background-position: left;
        }

        .send-msg {
            margin-bottom: 30px;
        }

        .orders-page {
            margin-top: 0px;
        }

        .login-page {
            margin-top: 0px;
        }

        .about-client .thequote {
            padding: 43px;
            height: auto;
            overflow: hidden;
        }

        #mainslider .item .slidecaption .decaption {
            top: 0;
        }
    }

    /*XS Screen*/
    @media (max-width:767px) {
        .about-client .about-quote-column{
            height:auto;
        }
        .chat-btn {
            right: 10px;
            bottom: 10px
        }

        .chat-holder {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            border-radius: 0;
            background: #fff;
            z-index: 99999;
        }

        .chat-list {
            background-color: #fff;
            max-height: none;
            height: calc(100% - 108px);
            overflow: auto;
            padding: 15px
        }

        .welcome-msg {
            bottom: 65px !important;
            right: 10px !important
        }

        #mainslider .decaption .text-right {
            text-align: center;
        }

        #mainslider .decaption .text-left {
            text-align: center;
        }

        #first-slider h3 {
            font-size: 27px;
        }

        #mainslider .item .slidecaption h4 {
            font-size: 18px;
        }

        #first-slider ul li {
            font-size: 14px;
        }

        #first-slider ul {
            padding: 0;
            margin: 15px 0;
        }

        .price-item {
            margin-bottom: 30px;
        }

            .price-item.last {
                margin-bottom: 0px;
            }

        footer:before {
            background-position: 0% 100%;
        }

        .inner-head.business-host {
            background-image: none;
            background-size: cover;
            background-position: center;
        }

        #mainslider .item .slidecaption .decaption {
            top: 55px;
        }

        .features-item {
            margin-bottom: 30px;
        }

            .features-item.last {
                margin-bottom: 0;
            }

        .features-one-section {
            display: block;
        }

            .features-one-section .avatar img {
                max-width: 200px;
                margin-bottom: 20px;
            }

            .features-one-section .info {
                text-align: center;
            }

                .features-one-section .info p {
                    padding: 0 5%;
                }

            .features-one-section.last {
                padding-bottom: 0;
            }

        .flex-row {
            display: block;
        }

        .support-section .avatar img {
            max-width: 250px;
            margin-bottom: 20px;
        }

        .support-section .info {
            text-align: center
        }

            .support-section .info p {
                padding: 0 5%;
            }

        .section-title .title {
            font-size: 17px;
            line-height: 1.5;
            width: 100%;
            text-align: center;
        }

        .head-title h2 {
            font-size: 25px
        }

        .plan-item.plan-fix {
            margin-top: 30px;
        }

        .item-offer {
            width: 80%;
        }

        .cloud .sliderbottom .how_much {
            font-size: 20px;
        }

        .sliderbottom h6 {
            color: #fff;
            font-size: 15px;
            font-weight: 400;
        }

        .help-item {
            margin-bottom: 30px;
        }

        .form-section .field-item label.title {
            display: block;
        }

        .write-reply .field-item label.title {
            display: block;
        }

        .cloud .total_amount {
            font-size: 30px;
            color: #ffffff;
            padding: 15px 0;
        }

        .login-forms {
            margin-bottom: 40px;
        }

        .subscribe-main .sub_form .name {
            margin-bottom: 15px;
            width: 80%;
        }

        .subscribe-main .sub_form .email {
            padding: 5px;
            margin-bottom: 15px;
            width: 80%;
        }

        .subscribe-main .sub_form .send {
            display: block;
            margin: auto;
            outline: none;
        }

        .nav_main .small-nav .account {
            display: none;
        }

        .field-two-item {
            flex-wrap: wrap;
        }

        .domain-item {
            flex-wrap: wrap;
        }

            .domain-item .name {
                width: 100%;
            }

        .nav_main .logo_side img {
            width: 110px;
        }

        .nav_main .main-nav {
            height: 41px;
        }

        .nav_main .logo_side {
            height: 71px;
        }

        .burger-logo {
            float: left;
            color: white;
            cursor: pointer;
            margin: 0;
        }

            .burger-logo i {
                font-size: 22px;
                padding: 9px 12px;
            }


        .nav_main .small-nav {
            padding: 5px 10px 5px 0;
            display: flex;
            justify-content: space-between;
            z-index: 55;
            position: relative;
        }
    }

    /*Custem Screen*/


    @media (max-width:590px) {

        .nav_main .small-nav {
            /* justify-content: flex-end; */
        }

        .nav_main .main-nav {
            /* height: 62px; */
        }

        .nav_main .logo_side {
            width: 180px;
        }

        .nav_main .info_side {
            width: calc(100% - 180px);
        }

        .main-nav ul.menu-item.menu_item_open {
            right: -198px;
        }

        .head-title h2 {
            text-align: center;
            display: block;
            margin-bottom: 30px;
        }

        .select-money {
            display: block;
            float: none;
            margin: auto;
            width: 100%;
        }

        .head-title {
            margin-bottom: 30px;
        }

        .plan-item.main-price {
            margin-top: 30px;
        }

        .radio-div {
            float: none;
            width: 100%;
        }

        .done-msg .notes {
            padding: 0 13%;
        }

        .orders-page .details-order li {
            display: block
        }

            .orders-page .details-order li span.title {
                width: 100%;
                margin-bottom: 5px;
            }

        .orders-page .time-order .title {
            float: none;
            width: 100%
        }

        .problem-section ul.order-info-page li {
            display: block
        }

            .problem-section ul.order-info-page li span.title {
                width: 100%;
                margin-bottom: 5px;
            }

        .orders-page .time-order .create,
        .orders-page .time-order .update {
            overflow: hidden;
            margin: 5px 0;
            float: none;
            display: block;
            margin-left: 0;
        }

        .problem-section .problem-info .info-item {
            margin-bottom: 20px;
        }

        .main-section.contact-section:before {
            background-size: 280px;
        }


        .col-xxs {
            width: 100%;
        }


        .money-holder-title {
            width: 100%;
            display: flex;
            align-items: center;
            margin: 15px 0 0;
        }

        .ser-holder-title {
            display: block;
        }
    }


    @media (max-width:400px) {
        .service-item .service-dec {
            height: 100px;
        }
        .nav_main .logo_side {
            width: 150px;
        }

        .nav_main .info_side {
            width: calc(100% - 150px);
        }

        .main-nav ul.menu-item.menu_item_open {
            right: -175px;
        }

        .nav_main .logo_side img {
            width: 110px;
        }
    }
