/* [Master Stylesheet] */

/* ----------------------------------------------------------
    :: Template
    :: Author: Turbo
    :: Author URL:
    :: Version: 1.0
    :: Created: 09 2020
    :: Last Updated: 09 2020
    ---------------------------------------------------------- */

/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */



/*start my style */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Segoe UI Regular'; */
    font-weight: 300;
    min-height: 100vh;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe\ UI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe\ UI\ Bold.woff') format('woff');
}


/* start login */

.login {

    background-size: cover;
    color: #fff;
    display: table;
    height: 100vh;
    width: 100%;
}

.login-container {
    display: table-cell;
    vertical-align: middle;
    overflow-x: hidden;
    padding-top: 135px;

}

.login-box {
    border-radius: 44px 0 0 44px;

    background-size: contain;
    background-position: center right;
    background-color: #fff;
    padding: 60px;
    color: #000;
    margin-right: -30px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.login-logo {
    /* width: 200px; */
    margin-top: 140px;
}

.login-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.login-box input {
    padding: 8px 5px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #A7A7A7;
    border-radius: 3px;
}

.login-box input::placeholder {
    color: #707070;
    opacity: .6;
}

.login-box span {
    float: right;
    margin-bottom: 20px;
}

.login-box span>a {
    color: #777;
    outline: none;
}

.login-box button {
    border-radius: 10px;
    border: 1px solid #00ADC6;
    background-color: #00ADC6;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    outline: none;

}

.login-box p {
    margin-top: 25px;
    color: #777;
    font-size: 16px;
}

.login-box p>a {
    color: #00ADC6;
    font-weight: 700;
    outline: none;
}

.button-box {
    padding: 3px;
    background-color: #00ADC6;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
}

.button-box button.one {
    background-color: transparent;
    padding: 2px;
    color: #fff;
    display: inline-block;
    margin: 0;
    width: 48%;
}

.button-box button.two {
    background-color: #fff;
    padding: 5px;
    color: #00ADC6;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    width: 49%;

}

/* end login */

/* start homepage */
/* start intro */

.slider {
    position: relative;
    /* min-height: calc(100vh + 40px); */
}

.slider .item {
    padding: 60px 0;
    background-size: cover;
    width: 100%;
    min-height: calc(100vh + 60px);
    margin-bottom: 50px;
    padding-top: 0;
}

.slider .item .intro-box {
    margin-top: 0;
    padding-top: 200px;
}

.carousel-indicators li {
    border-color: #00ADC6;
}
.carousel-indicators li.active {
    background: #00ADC6;
}
.intro {
    padding: 60px 0;

    background-size: cover;
    width: 100%;
    min-height: calc(100vh + 40px);
    margin-bottom: 50px;
    padding-top: 0px;
}

.navbar-default {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #00000021;
    border: none;
    transition: ease-in-out all .3s;


}

.navbar-nav>li {
    color: #000;
}

.navbar {
    position: fixed;
    min-height: 75px;
    margin-bottom: 20px;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    z-index: 100;
    width: 100%;

}

.navbar .navbar-header img {
    width: 170px;
}

.navbar-default li.flags a {
    display: inline-block;
}

.navbar-default li.flags a img {
    width: 23px;
}

.navbar-default li.last {
    background-color: #00ADC6;
    color: #fff;
    transition: all ease-in-out .3s;

}

.navbar-default li.last:hover {
    background-color: #038092;
}

.navbar-nav>li>a {
    padding-top: 28px;
    padding-bottom: 7px;
    font-size: 16px;
    font-size: 16px;
    color: #000 !important;
    margin-right: 3px;
    outline: none;

}

.navbar-default li.last>a {
    color: #fff !important;
    padding-bottom: 27px;
}

.navbar-default .ar-flag {
    margin-right: -25px;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
    border-bottom: 3px solid #00ADC6;
}

.navbar-default .navbar-nav>.flags>a,
.navbar-default .navbar-nav>.flags>a:focus,
.navbar-default .navbar-nav>.flags>a:hover {
    border: none;
}

.navbar-default .navbar-nav>.last>a,
.navbar-default .navbar-nav>.last>a:focus,
.navbar-default .navbar-nav>.last>a:hover {
    border: none;
}

.dropdown-menu {
    top: 100%;

}

li.login-btn>a {
    display: inline-block;
}

li.login-btn>a:first-child {
    padding-right: 3px;
    display: inline-block;

}

li.login-btn>a:last-child {
    padding-left: 3px;
    display: inline-block;


}

.intro-box {
    margin-top: 190px;
    overflow: hidden;
}


.intro-box h1 {
    font-size: 65px;
    font-weight: 600;
    color: #000;
    font-family: 'Segoe UI Bold';

}

.intro-box h3 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Segoe UI Bold';

}

.intro-box p {
    font-size: 22px;
    line-height: 2.2;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}

.intro-box button.one {
    background-color: #00ADC6;
    color: #fff;
    padding: 12px;
    border: 2px solid #00ADC6;
    outline: none;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    transition: ease-in-out all 0.3s;

}

.intro-box button.one:hover {
    background-color: #038092;
    border-color: #038092;
}

.intro-box button.two {
    color: #00ADC6;
    font-size: 15px;
    padding: 12px;
    border: 2px solid #fff;
    outline: none;
    background: #FFFFFF;
    box-shadow: 2px 5px 7px #00000029;
    font-family: 'Raleway', sans-serif;
    transition: ease-in-out all 0.3s;
}

.intro-box button.two:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;


}

.intro-box button>a {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.intro-box button.two>a {
    color: #00ADC6;
}



/* end intro */

/* start about */


/* end about */
.about {
    padding: 20px 0;
    background-size: cover;
    margin-top: -50px;
    padding-bottom: 80px;
}

.about h2 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    position: relative;
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
}

.about h2::before {
    position: absolute;
    height: 17px;
    width: 320px;
    background-color: #00ADC6;
    left: 0px;
    content: "";
    display: block;
    bottom: -30px;
}

.about .about-box {
    padding-left: 10px;
    /* border-left: 4px solid #9C9C9C; */

}

.about .about-box h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
}

.about .about-box p {
    line-height: 1.6;
    color: #000;
    opacity: .6;
    font-size: 16px;

}

.about .about-box li {
    margin: 6px 0;
    font-size: 18px;
}

/* end about */

/* start features */
.features {

    background-size: cover;
    min-height: 100vh;
    padding: 120px 0;
    overflow: hidden;
}

.features-box {
    padding-left: 40px;
}

.features-box h2 {
    font-weight: 600;
    color: #000;
    font-size: 29px;
    position: relative;
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;

}

.features-box h2::before {
    position: absolute;
    height: 10px;
    width: 560px;
    background-color: #00ADC6;
    left: 0px;
    content: "";
    display: block;
    bottom: -30px;
}

.features-box p {
    font-size: 17px;
    color: #707070;
    margin-top: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.features-box p>span {
    color: #00ADC6;
    font-weight: 700;
}

.features-box h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.features-box li {
    margin: 6px 0;
    font-size: 17px;
    color: #707070;
    font-weight: 400;
}

.features-box ul {
    padding-left: 20px;
}

/* end features */

/* start use  */

.use {
    padding: 60px 0;
    background-size: cover;
    color: #fff;
}

.use h2,
.use h3 {
    font-weight: 700;
}

.use h3 {
    font-size: 30px;
}

.use h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.use p {
    padding-left: 17%;
    padding-right: 17%;
    font-size: 18px;
    line-height: 1.6;
    opacity: .7;
}

.use h5 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.use .items {
    text-align: left !important;
}

.use .items .single-item {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.use .items .single-item span {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background: transparent linear-gradient(139deg, #00ADC6 0%, #065972 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px;
    display: inline-block;

}

.use .items .single-item h4 {
    display: inline-block;
    margin-left: 10px;
    color: #202020;
    margin-top: 0;
}

.use h5.however {
    font-weight: 300;
    font-size: 16px;
    opacity: .7;
    line-height: 1.3;
}

.use .media {
    text-align: left;
}

.use .media img {
    min-width: 100%;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 3px;
    width: 80px;
    box-shadow: 0px 0px 10px #00000052;
}

.use .carousel-inner>.item>a>img,
.use .carousel-inner>.item>img,
.use .img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: unset;
    height: auto;
}

.use .media-body h4 {
    margin-left: 20px;
    margin-top: 10px;
    font-weight: 300;
    line-height: 1.3;
}

/* end use */

/* start detials  */
.details {
    background-size: cover;
    padding: 80px 0;
    color: #202020;
}

.details p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #707070;
}

.details h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin-bottom: 40px;
}

.details h3 {
    color: #00ADC6;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* end details */


/* start budget */
.budget {
    padding: 80px 0;
    background-size: cover;
    background-position: bottom;

}

.budget img {
    /* margin-left: -150px; */
    /* height: 485px; */
    position: relative;
    margin-top: 20px;
}


.budget h2 {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
}

.budget p {
    color: #707070;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    font-family: 'Segoe UI Regular';

}

.budget h3 {
    color: #00ADC6;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 24px;
}

.budget h4 {
    color: #000;
    font-weight: 400;
    font-size: 28px;
    font-family: 'Segoe UI Bold';
}

/* end budget */

/* start outsource */
.outsource {
    padding: 80px 0;
    background-size: cover;
    background-position: bottom;
}

.outsource h2 {
    color: #000;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.outsource p {
    font-size: 18px;
    color: #575757;
    /* font-family: 'Segoe UI Regular'; */

}

.outsource .out-box {
    padding: 50px 60px;
    background-color: #fff;
    box-shadow: 0px 0px 30px #00000029;
    margin-left: -150px;
    padding-left: 160px;
    margin-top: 50px;
}

.outsource .out-box h3 {
    color: #00ADC6;
    /* font-family: 'Segoe UI Regular'; */
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
}

.outsource .out-box p {
    margin-bottom: 40px;
    line-height: 1.7;
}

/* end outsource */

/* start plans */
.plans {
    padding: 80px 0;
    background-size: cover;
    color: #fff;
    background-position: center;
    overflow: hidden;
}

.plans h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;

}

.plans p {
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
    opacity: .7;
    width: 85%;
    font-family: 'Segoe UI Regular';

}

.plans .plan-details {
    background-color: #fff;
    box-shadow: 0px 0px 20px #00000063;
    height: 160px;
    padding-left: 40px;
    position: relative;
    padding-right: 10px;
    padding-top: 40px;
}


.plans .plan-details::before {
    position: absolute;
    height: 30px;
    width: 41px;
    background-color: #00ADC6;
    left: 15px;
    content: "";
    display: block;
    top: -15px;
}

.plans .plan-details::after {
    position: absolute;
    height: 10px;
    width: 44px;
    background-color: #20363E;
    right: -20px;
    content: "";
    display: block;
    bottom: 10px;
}

.plans .plan-details p {
    font-size: 18px;
    color: #000;
    opacity: .7;
}

/* end plans */

/* start importance */
.importance {
    padding: 80px 0;
    background-size: cover;

}

.importance h2 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}

.importance p {
    font-size: 20px;
    color: #535353;
    margin-bottom: 15px;
    font-family: 'Segoe UI Regular';
}

.importance button {
    background: transparent linear-gradient(103deg, #00ADC6 0%, #065972 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000052;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: none;
    margin-bottom: 30px;
    padding: 7px;
    margin-top: 10px;
}

.importance h4 {
    color: #00ADC6;
    font-size: 20px;
    margin-bottom: 20px;
}

.importance hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #999;
}

/* end importance */

/* start contact */
.contact {
    padding: 80px 0;
    background-size: cover;
    background-position: top;
    overflow: hidden;
}

.contact h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 80px;
    font-family: 'Roboto', sans-serif;

}

.contact h2::before {
    position: absolute;
    height: 17px;
    width: 300px;
    background-color: #00ADC6;
    left: 0px;
    content: "";
    display: block;
    bottom: -30px;
}

.contact .list {
    margin-bottom: 50px;
}

.contact-info {
    margin-left: -20px;
}

.contact .list i {
    width: 65px;
    height: 65px;
    background: transparent linear-gradient(139deg, #00ADC6 0%, #065972 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000052;
    border-radius: 3px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 65px;
    border-radius: 10px;
}

.contact .list h3 {
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 5px;
    opacity: .8;
}

.contact .list p {
    font-size: 18px;
    color: #000;
    opacity: .7;
}

/* end contact */


/* start footer */
.top-footer {
    padding: 80px 0;
    background-color: #EEEFEF;
}

.top-footer img.footer-logo {
    width: 38%;
    margin-top: 15px;
}

.top-footer h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;

}

.top-footer li {
    margin: 20px 0;
}

.top-footer li>a {
    color: #000;
    opacity: .5;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all ease-in-out .3s;
    outline: none;
}

.top-footer li>a:hover {
    color: #038092;
    opacity: 1;
}

.top-footer p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}

.top-footer .social a {
    opacity: 1;
    transition: all ease-in-out .3s;

}

.top-footer .social a:hover {
    opacity: .6;
}

.top-footer .social li {
    margin: 10px 0;
    margin-right: 18px;
}

.top-footer .social li:last-child {
    margin-right: 0px;
}

.top-footer .social i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 0%;
    color: #fff;
    font-size: 18px;
    background-color: #00ADC6;
}

/* .top-footer .social i.fa-facebook {
    background: transparent linear-gradient(45deg, #6362D7 0%, #FF8FE2 100%) 0% 0% no-repeat padding-box;
}

.top-footer .social i.fa-skype {
    background: transparent linear-gradient(23deg, #00B56C 0%, #1DBE75 22%, #68D58C 68%, #9EE69D 100%) 0% 0% no-repeat padding-box;
}

.top-footer .social i.fa-linkedin {
    background: transparent linear-gradient(90deg, #FF9AB6 0%, #F03295 99%, #F03295 100%) 0% 0% no-repeat padding-box;
}

.top-footer .social i.fa-instagram {
    background: transparent linear-gradient(47deg, #F09376 0%, #F0DB79 100%) 0% 0% no-repeat padding-box;
} */


/* start bootm footer */
.bottom-footer {
    padding: 10px 0;
    background-color: #00ADC6;
    color: #fff;
}

.bottom-footer h4 {
    font-weight: 300;
    font-size: 20px;
}

.bottom-footer h4>span {
    font-weight: 600;
    color: #fff;
}

/* end footer */
/* end homepage */


/* start intrnal */
/* start about intenral */
.internal-header .banner {
    height: 200px;
    background-image: url(../images/intro/bg.png);
    background-position: bottom;
    background-size: cover;
}

.internal-header .navbar {
    margin-bottom: 0;
}

.internal-header .navbar-default {
    margin-top: 0px;
}

.internal-page .navbar-default {
    margin-top: 0px;
}

.internal-page {
    padding: 60px 0;

    background-size: cover;
    width: 100%;
    min-height: 100vh;
    margin-bottom: 500px;
    color: #fff;
    position: relative;
    padding-top: 0px;
}

.internal-page .intro-box h1 {
    color: #fff;
    font-size: 46px;
    text-align: center;
    font-family: 'Roboto', sans-serif;

}

.internal-page .intro-box p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    opacity: .7;

}


.box-up {
    position: absolute;
    width: 80%;
    overflow: hidden;
    margin-top: -815px;
}

.price .tab-content>.tab-pane {
    padding: 50px 200px;
    background-color: #fff;
    border: 1px solid #858585;
    border-radius: 20px;
    padding-bottom: 80px;
}

.price .tab-content>.tab-pane h2 {
    text-align: center;
    font-size: 70px;
    color: #00ADC6;
    font-weight: 600;
    margin-bottom: 20px;
}

.price .tab-content>.tab-pane p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    opacity: .6;
    margin-bottom: 40px;
}

.price .price-box {
    background: transparent linear-gradient(180deg, #00ADC6 0%, #065972 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    padding-bottom: 30px;
    height: 222px;
}

.price .price-box h5 {
    color: #fff;
    font-size: 20px;
}

.price .price-box span {
    display: block;
    font-size: 29px;
}

.price .price-box del {
    font-size: 20px;
    margin-bottom: 20px;
}

.price .price-box button {
    color: #00ADC6;
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 9px 5px;
    font-size: 16px;
    box-shadow: 2px 5px 7px #00000029;
    transition: all ease-in-out .3s;
    font-weight: 400;
    outline: none;
}

.price .price-box button>a {
    text-decoration: none;
    color: #00ADC6;
    outline: none;
}

.price .price-box button:hover {
    background-color: transparent;
    color: #fff;
}

.price .price-box button:hover a {
    color: #fff;
}


.price .nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 13px 83px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    outline: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #00ADC6;
    font-size: 16px;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-right: none;

}

.price .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-left: 50px;
    background-color: #EEEEEE;
    border-radius: 4px 4px 0 0;
}


.price .tab-content>.tab-pane.two h2 {
    color: #AA2B5E;
}

.price .tab-content>.tab-pane.two .price-box {
    text-align: center;
}

.price .tab-content>.tab-pane.two .price-box h5 {
    margin-top: 50px;
}

.price .tab-content>.tab-pane.two .price-box button {
    background-color: transparent;
    color: #fff;
}

/* start payment */
.payment {

    background-size: cover;
    height: 450px;

}

.payment.new-plans {
    height: 700px;
}

.payment h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.payment-box.new-plans-box {
    margin-top: -300px;
    padding: 0;
}

.payment-box.new-plans-box .single-plan {
    padding: 40px 80px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.payment-box.new-plans-box .single-plan.last {
    border-bottom: none;
}

.payment-box.new-plans-box .single-plan h2 {
    color: #000;
    font-size: 33px;
    font-weight: 600;
}

.payment-box.new-plans-box .single-plan h4 {
    color: #AA2B5E;
    font-size: 24px;
    margin-bottom: 10px;
}

.payment-box.new-plans-box .single-plan p {
    color: #000;
    opacity: .7;
    font-size: 16px;
    margin-bottom: 40px;
    width: 80%;
    margin-top: 20px;
}

.payment-box.new-plans-box .single-plan h3 {
    color: #AA2B5E;
    font-size: 64px;
    font-weight: 600;
    margin-top: 30px;
}

.payment-box.new-plans-box .single-plan button {
    color: #00ADC6;
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 25px;
    padding: 9px 5px;
    font-size: 16px;
    box-shadow: 2px 5px 7px #00000029;
    transition: all ease-in-out .3s;
    font-weight: 400;
    outline: none;
}

.payment-box.new-plans-box .single-plan button>a {
    text-decoration: none;
    color: #00ADC6;
    outline: none;
}

.payment-box.new-plans-box .single-plan button:hover {
    background-color: transparent;
    color: #fff;
}

.payment-box.new-plans-box .single-plan button:hover a {
    color: #fff;
}

.payment-box {
    margin-top: -100px;
    background-color: #fff;
    padding: 60px;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 18px;
    margin-bottom: 100px;
}

.payment-box form {
    margin-top: 30px;
}

.payment-box input {
    border: 1px solid #A7A7A7;
    border-radius: 3px;
    padding: 8px 5px;
    margin-bottom: 20px;

}

.payment-box label {
    color: #707070;
}

.payment-box h3 {
    margin-top: 5px;
    margin-bottom: 25px;
}

.payment-box input::placeholder {
    color: #707070;
    opacity: .6;
}

.payment-box button.one {
    background-color: #00ADC6;
    color: #fff;
    padding: 12px;
    border: 2px solid #00ADC6;
    outline: none;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    transition: ease-in-out all 0.3s;
}

.payment-box button.one:hover {
    background-color: #038092;
    border: 2px solid #038092;


}

.payment-box button.two {
    background-color: #fff;
    color: #00ADC6;
    padding: 12px;
    border: 1px solid #00ADC6;
    outline: none;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    transition: ease-in-out all 0.3s;

}

.payment-box .price-box {
    background: transparent linear-gradient(180deg, #00ADC6 0%, #065972 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    padding-bottom: 30px;
    min-height: 238px;
}

.payment-box .price-box h5 {
    color: #fff;
    font-size: 20px;
}

.payment-box .price-box span {
    display: block;
    font-size: 29px;
}

.payment-box .price-box del {
    font-size: 20px;
    margin-bottom: 20px;
}

.payment-box .price-box h4 {
    font-size: 43px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #02a8c1;
    padding-bottom: 10px;
}

.payment-box .price-box button:hover {
    background-color: transparent;
    color: #fff;
}

/* end payment */

/* start payment-done */

.payment-done h2 {
    color: #00ADC6;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.payment-done p {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    opacity: .8;
    margin-bottom: 50px;
}

.payment-done h5 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.payment-done button {
    padding: 10px 40px;
    background-color: #fff;
    border: 1px solid #00ADC6;
    border-radius: 10px;
    color: #00ADC6;
    font-size: 16px;
    font-weight: 400;
}

.payment-done .thank {
    border-right: 1px solid #ccc;
}

.payment-done .price-box {
    background: #00ADC6;
    border-radius: 10px;
    padding: unset;
    color: #fff;
    min-height: 141px;
    text-align: center;
}

.payment-done .price-box h5 {

    line-height: 141px;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 5px;

}

.payment-done h3 {
    font-size: 20px;
}

.payment-done span {
    font-size: 13px;
    color: #707070;
}

/* end payment-done */

/* start download */
.download h2 {
    color: #00ADC6;
    font-size: 26px;
    font-weight: 500;

}

.download .version {
    padding: 20px 0;
}

.download .version span {
    font-size: 16px;
    color: #707070;
    opacity: .7;
    display: block;
}

.download .version h5 {
    color: #000;
    font-size: 18px;
}

.download .version a {
    color: #00ADC6;
    font-size: 18px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    font-weight: 400;
    transition: all ease-in-out .3s;
}

.download .version a:hover {
    color: #015b69;
}

.download .version ul {
    margin-top: 20px;
}

.download .version ul li {
    margin: 5px 0;
    color: #000;
    opacity: .7;
    font-size: 16px;
}

.download hr {

    border-top: 1px solid #bdbbbb;
}

/* end download */

/* start document  */

.document {

    background-size: cover;
    background-position: center;
    min-height: 750px;

}

.document h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 0;
}

.document .doc {
    background-color: #00ADC6;
    box-shadow: 0px 0px 20px #0000003d;
    border-radius: 10px;
    text-align: center;
    padding: 40px 10px;
    min-height: 215px;
    margin-bottom: 30px;
    transition: ease-in-out all .3s;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.document img.doc-mac {
    margin-bottom: 10px;
}

.document .doc:hover {
    background-color: #038397;
}

.document .doc a {
    text-decoration: none;
}

.document .doc h5 {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.document .intro-box {
    overflow: hidden;
}

.login-box input {
    position: relative;
}

span.req {
    position: absolute;
    content: "*";
    color: #f00;
    left: 0px;
    font-size: 20px;
}

/* end document */

/* start faq */



.faq {

    background-size: cover;
    background-position: center;
    min-height: 370px;

}

.faq h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    /* margin-top: 0; */
    text-align: left;
}

.faq-box {
    padding: 40px 0;
    padding-bottom: 100px;
    overflow: hidden;
}

.faq-box h3 {
    color: #20363E;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: 80px;
}

.faq-box .panel-group {
    margin-bottom: 20px;
    margin-left: 80px;
    margin-right: 80px;
}

.faq-box .panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
    border-radius: 10px;

}

.faq-box .panel-heading {
    padding: 15px;
}

.faq-box .panel-heading span {
    color: #00ADC6;
    font-weight: 500;
    font-size: 26px;
    position: relative;
    margin-right: 25px;
}

.faq-box .panel-heading span::after {
    position: absolute;
    height: 28px;
    width: 1px;
    background-color: #707070;
    right: -15px;
    content: "";
    display: inline-block;
    bottom: 0;
    opacity: .5;
}

.faq-box .panel-heading a {
    text-decoration: none;
}

.faq-box .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 10px;
}

.faq-box .panel-body {
    padding: 20px 45px;
    margin-left: 20px;
    margin-right: 20px;
}

.faq-box .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    float: right;
    transition: all 0.5s;
    margin-top: 10px;
    margin-right: 5px;
    color: #00ADC6;
}

.faq-box .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-box .panel-group h3 {
    margin-left: 0;
    margin-top: 50px;
}

/* end faq */

/* start video-tutorial */
.video-tutorial {}


/* Style the tab */
.faq-box .tab {
    float: left;
    border: none;
    background-color: #fff;
    width: 30%;
    margin-top: 30px;

}

/* Style the buttons that are used to open the tab content */
.faq-box .tab button {
    display: block;
    background-color: #fff;
    color: #000;
    padding: 15px 16px;
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 400;
}

/* Change background color of buttons on hover */
.faq-box .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.faq-box .tab button.active {
    background-color: #00ADC6;
    color: #fff;
}

/* Style the tab content */
.faq-box .tabcontent {
    float: left;
    margin-top: 30px;
    padding: 0px 12px;
    border: none;
    width: 65%;
    border-left: none;
    min-height: 300px;
    display: none;
    margin-left: 5%;
}

.faq-box .tabcontent iframe {
    width: 100%;
    height: 380px;
}

.faq-box .step {
    margin-bottom: 60px;
}

.faq-box .step img {
    width: 100%;
    margin-bottom: 10px;
}

.faq-box .step p {
    font-size: 17px;
    color: #000;
    opacity: .8;
    line-height: 1.6;
    font-family: 'Cairo', sans-serif;

}

.faq-box .tabcontent h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

/* end video-tutorial */

/* start profile   */
.profile.page-content {

    padding: 60px 0;
}

.profile label {
    display: block;
}

.profile .sidebar {
    border-radius: 10px;
    border: 1px solid #eee;
    height: 300px;
}

ul.profile-sidebar {
    padding: 0px;
    -webkit-box-shadow: 0px 1px 4px #00000029;
    box-shadow: 0px 1px 4px #00000029;
    border-radius: 5px;
    margin-bottom: 30px;
}

ul.profile-sidebar li {
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    color: #979797;
}

ul.profile-sidebar li.active {
    background-color: #eeefef;
    color: #00ADC6;
}

ul.profile-sidebar a {
    text-decoration: none;
}

ul.profile-sidebar li i {
    color: #00ADC6;
    font-size: 20px;
    width: 20px;
}

ul.profile-sidebar li h4 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #979797;
    margin-left: 15px;
    transition: all ease-in-out 0.3s;

}

ul.profile-sidebar li:hover h4 {
    padding-left: 5px;
}

ul.profile-sidebar li.active h4 {
    color: #00ADC6;
}

.profile-content {
    padding: 0px;
    box-shadow: 0px 1px 4px #00000029;
    border-radius: 5px;
    margin-bottom: 30px;
}

.profile-content h4 {
    display: block;
    margin-left: 21px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    margin-top: 0;
}

.profile-content h4>a {
    text-decoration: none;
    color: #20373F;
    font-weight: 600;
    font-size: 15px;
    float: right;
    padding: 10px 20px;
    background-color: #eeefef;
    border-radius: 25px;
    margin-right: 40px;
    transition: ease-in-out all 0.3s;
}

.profile-content h4>a:hover {
    color: #02a8c1;
}

.img-cont {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.profile-content img {
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 100%;
    box-shadow: 0 0 9px #999;
}

.profile-content .social img {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    width: 60px;
}



.profile-content ul.content-ul {
    margin-top: 40px;
}

.profile-content ul.content-ul li {
    padding: 17px 20px;
    border-bottom: 1px solid #eee;
}

.profile-content ul.content-ul li:last-child {
    border: none;
}

.profile-content ul.content-ul h3 {
    display: inline-block;
    color: #979797;
    margin: 0;
    font-size: 18px;
}



.profile-content ul.content-ul i {
    margin-right: 10px;
    color: #00ADC6;
    font-size: 20px;

}

li.dropdown i {
    margin-right: 5px;
    color: #00ADC6;
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}


/* end profile */

/* start change password */
.profile-content .change-pass {
    padding: 40px 120px;

}

.profile-content .change-pass input {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 9px 10px;
    background-color: #f7f7f7;
    outline: none;
}

.profile-content .change-pass input::placeholder {
    color: #555;
    opacity: .8;
}

.profile-content .change-pass button {
    border-radius: 10px;
    padding: 9px 10px;
    background-color: #00ADC6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    margin-top: 30px;
}

/* end change password */

/* start serial */
.profile-content .table-bordered {
    border: 1px dashed #ddd;
}

.profile-content .table>tbody>tr>th {
    padding: 15px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #888;
}

.profile-content .table>tbody>tr>td {
    padding: 15px 8px;
    color: #888;
    font-size: 16px;
}

.profile-content .table>tbody>tr>td.green {
    color: #53B75A;
}

.profile-content .table>tbody>tr>td.red {
    color: #dc383f;
}

.profile-content .table>tbody>tr>td.blue {
    color: #53d6dd;
}

.profile-content .table a {
    text-decoration: none;
    color: #888;
}

/* end serial */

/* start price-plans */
.intro-box.spec-intro {
    margin-top: 62px;
}

.faq.price-plans-bg {
    min-height: 120px;
}

.price-plans {
    padding: 10px 0;
    color: #000;
}

.price-plans-bg {
    background: linear-gradient(90deg, rgba(42, 79, 106, 1) 0%, rgba(33, 175, 195, 1) 100%) !important;
}

.price-plans .price-bg {
    background: #f3f3f3;
    color: #000;
    text-align: center;
    /* padding: 8px 5px; */
    margin-bottom: 10px;
    width: 100%;
}

.price-plans .versions .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.price-plans .versions .col-sm-3 {
    padding-right: 30px;
    padding-left: 30px;
}

.price-plans .for-btn.col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.price-plans h2 {
    font-weight: 700;
    margin-left: -15px;
    font-size: 26px;

}

.price-plans h3 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: -15px;
}

.price-plans h5 {
    padding-top: 5px;
    margin-top: 0;
}

.price-plans h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.price-plans p {
    margin-bottom: 0;
    color: #777;
    font-weight: 400;
}

.price-plans del {
    color: #999;
    font-size: 22px;
    margin-top: 0px;
    display: block;
    font-weight: 300;
}

.price-plans .red {
    color: #cc0505;
    font-size: 24px;
    padding-bottom: 5px;
}

.for-btn button {
    padding: 8px;
    border: 2px solid #00ADC6;
    background: #00ADC6;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    margin-top: 15px;
    transition: all ease-in-out 0.3s;
}

.for-btn button:hover {
    background: transparent;
    color: #00ADC6;

}

.special-price {
    border: 3px solid #00ADC6;
    padding-bottom: 20px;
}

.table-price table {
    margin-top: 30px;
}

.table-price th {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-size: 20px;
}

.table-price i.fa-check {
    color: #00c606;
}

.table-price i.fa-times {
    color: #f00;
}

.table-price table>tbody>tr>td {
    color: #888;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-bottom: 1px solid #eee;
}

.table-price table>tbody>tr>td.first {
    text-align: unset;
}

.table-price table>tbody>tr>td i {
    font-size: 22px !important;
}

.pd-size-choose {
    margin-bottom: 3px;
}

.pd-size-choose .sc-item {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #e6e5e5;
    text-align: center;
    display: inline-block;
    /* margin-top: 10px; */
    height: 95px;
}

.pd-size-choose .sc-item.large {
    height: 123px;
}

.pd-size-choose .sc-item:first-child {
    margin-right: 0;
}

.pd-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}

.pd-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0px;
    display: block;
}

.pd-size-choose .sc-item label.active {
    background: #00ADC6;
    color: #ffffff;
    height: 100%;
}

.sc-item .active p {
    color: #fff !important;
}

.sc-item .active del {
    color: #fff !important;
}

/* end price-plans */

/* start new price */
.new-price h2 {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    padding: 2px 10px;
    background: #efefef;
    color: #00ADC6;
    margin-bottom: 5px;
    font-size: 24px;
    margin-top: 80px;
}

.new-price .advantages {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
    color: #00ADC6;
    margin-bottom: 30px;
    font-size: 24px;
    margin-top: 80px;
}

.new-price h2.fir {
    margin-top: 5px;
}

.new-price h5.price-bg {
    padding: 8px 5px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}

.new-price .pd-size-choose .sc-item {
    width: 100%;
    margin-right: 0px;
}

.new-price .pd-size-choose .sc-item {
    height: 34px;
}

.new-price h4 {
    margin-top: 0px;
    padding-top: 5px;
}

.new-price h4>span {
    font-weight: 300;
    font-size: 16px;
}

.new-price h3.first {
    margin-top: 72px;
}

.new-price h3 {
    height: 7px;
}

.new-price a {
    text-decoration: none;
}

.new-price button {
    margin-top: 10px;
    background: #00ADC6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #00ADC6;
    padding: 4px;
    transition: all ease-in-out 0.3s;
}

.new-price button:hover {
    background: transparent;
    color: #00ADC6;
}

.new-price .red {
    color: #cc0505;
    font-size: 18px;
}

.new-price .pd-size-choose .sc-item {
    border-bottom: none;
}

.new-price .pd-size-choose .sc-item:last-of-type {
    border-bottom: 1px solid #e6e5e5;
}

h4.feat {
    font-weight: 700;
    font-size: 32px;
    color: #f00;
    margin-top: 40px;
}

.th-spec {
    text-align: center;
    color: #00ADC6;
}

h5.ver-h {
    font-size: 18px;
    font-weight: 700;
    color: #00ADC6;
    margin-top: 11px;
}

/* end new price */



/* end internal */

.slider .item {
    padding: 60px 0;
    background-size: contain !important;
    width: 100%;
    min-height: calc(88vh + 60px) !important;
    margin-bottom: 50px;
    margin-top: 70px !important;
    background-repeat: no-repeat !important;
    padding-top: 0;
}



/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar-default {
        margin-top: 0px;
    }

    .login {
        padding: 0px;
        padding-bottom: 40px;
    }

    .login-logo {
        margin-top: 0px;
        width: 40%;
        margin-bottom: 40px;
    }

    .login-box {
        border-radius: 10px;
        background-size: cover;
        background-position: top;
        background-color: #fff;
        padding: 20px;
        color: #000;
        margin-right: unset;
    }

    .button-box {
        padding: 3px;
        background-color: #00ADC6;
        color: #fff;
        border-radius: 3px;
        margin-top: 40px;
        margin-bottom: 30px;

    }

    .navbar-toggle {
        margin-top: 21px;
    }

    .intro-box h1 {
        font-size: 48px;
        font-weight: 600;
        color: #000;
    }

    .intro-box h3 {
        font-size: 26px;
        font-weight: 600;
    }

    .intro-box p {
        font-size: 18px;
        line-height: 1.8;
        color: #000;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .intro-box button.one {
        margin-bottom: 20px;
    }

    .intro-box {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .intro {
        padding: 60px 0;
        background-size: cover;
        width: 100%;
        min-height: calc(100vh - 120px);
        margin-bottom: 50px;
        background-position: center;
        padding-top: 0px;

    }

    .about .about-box {
        padding-left: unset;
        border-left: none;
        margin-bottom: 40px;
    }

    .about .about-box h3 {
        color: #000;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 600;
    }

    .features {
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        padding: 40px 0;
        overflow: hidden;
    }

    .features .feat {
        margin-bottom: 40px;
    }

    .features-box .carousel-indicators {
        position: absolute;
        bottom: -20px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .plans {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
        color: #fff;
        background-position: center;
    }

    .plans .plan-details {
        background-color: #fff;
        box-shadow: 0px 0px 20px #00000063;
        height: 240px;
        padding-left: 50px;
        position: relative;
        padding-right: 10px;
        padding-top: 61px;
        margin-top: 40px;
    }

    .plans .plan-details::before {
        position: absolute;
        height: 70px;
        width: 35px;
        background-color: #00ADC6;
        left: -10px;
        content: "";
        display: block;
        top: -15px;
    }

    .plans .plan-details::after {
        position: absolute;
        height: 4px;
        width: 150px;
        background-color: #000;
        right: -10px;
        content: "";
        display: block;
        bottom: 10px;
    }

    .contact h2::before {
        position: absolute;
        height: 17px;
        width: 240px;
        background-color: #00ADC6;
        left: -20px;
        content: "";
        display: block;
        bottom: -30px;
    }

    .contact .list {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact .list h3 {
        margin-top: 15px;
    }

    .top-footer ul {
        margin-bottom: 40px;
    }

    .top-footer ul.social {
        text-align: center;
        margin-bottom: 0;
    }

    .top-footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;

    }

    .top-footer p {
        text-align: center;
    }

    .internal-header .banner {
        height: 100px;
        background-position: bottom;
        margin-bottom: 40px;
        background-size: cover;
    }

    .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        padding: 3px 3px;
        font-size: 16px;
        font-weight: 500;
        color: #666;
    }

    .box-up {
        position: absolute;
        width: 91%;
        overflow: hidden;
        margin-top: -730px;
    }

    .price .tab-content>.tab-pane {
        padding: 20px;
        background-color: #fff;
        border: 1px solid #858585;
        border-radius: 20px;
        padding-bottom: 80px;
    }

    .price .tab-content>.tab-pane h2 {
        text-align: center;
        font-size: 50px;
        color: #00ADC6;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .price .price-box {
        margin-bottom: 30px;
    }

    .internal-page .intro-box h1 {
        color: #fff;
        font-size: 40px;
        text-align: center;
        margin-top: 110px;
    }

    .price .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        margin-left: 15px;
        background-color: #EEEEEE;
        border-radius: 4px 4px 0 0;
        margin-bottom: 5px;
    }

    .box-up {
        position: absolute;
        width: 91%;
        overflow: hidden;
        margin-top: -1350px;
    }

    .internal-page {

        min-height: 1200px;
        margin-bottom: 500px;

    }

    .price .tab-content>.tab-pane {
        padding: 20px;
        background-color: #fff;
        border: 1px solid #858585;
        border-radius: 20px;
        padding-bottom: 40px;
    }

    .intro-box {
        margin-top: 150px;
        padding-bottom: 20px;
    }

    .internal-page .intro-box {
        margin-top: 30px;
    }

    .payment .intro-box h1 {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
    }

    .payment-box {
        margin-top: -150px;
        background-color: #fff;
        padding: 30px;
        box-shadow: 0px 0px 15px #00000029;
        border-radius: 18px;
        margin-bottom: 100px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .payment-box button.one {
        background-color: #00ADC6;
        color: #fff;
        padding: 12px;
        border: 2px solid #00ADC6;
        outline: none;
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
        transition: ease-in-out all 0.3s;
        margin-bottom: 20px;
    }

    .payment-box h3 {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .payment-done h2 {
        color: #00ADC6;
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .payment-done p {
        font-size: 16px;
        font-weight: 400;
        color: #707070;
        opacity: .8;
        margin-bottom: 25px;
    }

    .payment-done button {
        padding: 10px 40px;
        background-color: #fff;
        border: 1px solid #00ADC6;
        border-radius: 10px;
        color: #00ADC6;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .payment-done .thank {
        border-right: none
    }

    h1.down {
        font-size: 35px !important;
        font-weight: 600;
        color: #fff;
    }

    .document img.doc-mac {
        margin-bottom: 40px;
    }

    .document .doc {
        background-color: #00ADC6;
        box-shadow: 0px 0px 20px #0000003D;
        border-radius: 10px;
        text-align: center;
        padding: 40px 10px;
        min-height: 245px;
        margin-bottom: 30px;
        transition: ease-in-out all .3s;
    }

    .document h2 {
        font-size: 40px;
        color: #000;
        font-weight: 600;
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .faq-box h3 {
        color: #20363E;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .faq-box .panel-group {
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .faq-box .panel-body {
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .faq-box .panel-heading span {
        margin-bottom: 10px;
        color: #00ADC6;
        font-weight: 500;
        font-size: 26px;
        position: relative;
        margin-right: 25px;
        display: table;
    }

    .faq-box .tabcontent {
        float: left;
        margin-top: 30px;
        padding: 0px 12px;
        border: none;
        width: 100%;
        border-left: none;
        min-height: 300px;
        display: none;
        margin-left: unset;
    }

    .faq-box .tab {
        float: left;
        border: none;
        background-color: #fff;
        width: 100%;
        margin-top: 30px;

    }

    .faq-box .tab button {
        display: block;
        background-color: #fff;
        color: #000;
        padding: 15px 16px;
        width: 100%;
        border: 1px solid #ccc;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        margin-bottom: 10px;
        border-radius: 10px;
        font-weight: 400;
    }

    .contact-info {
        margin-left: unset;
    }

    .price .nav-tabs>li {
        float: left;
        margin-left: 0;
        background-color: #EEEEEE;
        border-radius: 8px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #00ADC6;
        font-size: 16px;
        cursor: default;
        background-color: transparent;
        border: none;
        border-bottom-color: transparent;
        border-right: none;
    }

    .price .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        padding: 6px 3px;
        font-size: 16px;
        font-weight: 500;
        color: #666;
    }

    .slider .item {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: calc(100vh - 100px);
        margin-bottom: 50px;
        padding-top: 0;
    }

    .slider .item .intro-box {
        margin-top: 0;
        padding-top: 160px;
    }

    .slider .item .intro-box h1 {
        font-size: 40px;
        font-weight: 600;
        color: #000;
    }

    .slider .item .intro-box h3 {
        font-size: 21px;
        font-weight: 600;
    }

    .slider .item .intro-box p {
        font-size: 16px;
        line-height: 1.8;
        color: #000;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .use p {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 18px;
        line-height: 1.6;
        opacity: .7;
    }

    .use .media img {
        min-width: 100%;
        background-color: #fff;
        padding: 20px 10px;
        border-radius: 3px;
        width: 80px;
        margin-top: 15px;
        box-shadow: 0px 0px 10px #00000052;
    }

    .about h2 {
        color: #000;
        font-weight: 600;
        font-size: 35px;
        position: relative;
        margin-bottom: 60px;
        font-family: 'Roboto', sans-serif;
    }

    .about .about-box h3 {
        color: #000;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
    }

    .features-box h2 {
        font-weight: 600;
        color: #000;
        font-size: 28px;
        position: relative;
        margin-top: 40px;
        font-family: 'Roboto', sans-serif;
    }

    .features-box {
        padding-left: 10px;
    }

    .features-box h2::before {
        position: absolute;
        height: 17px;
        width: 260px;
        background-color: #00ADC6;
        left: -50px;
        content: "";
        display: block;
        bottom: -30px;
    }

    .details h2 {
        font-weight: 700;
        font-size: 30px;
        color: #000;
        margin-bottom: 40px;
    }

    .outsource h2 {
        color: #000;
        font-size: 35px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .importance h2 {
        font-size: 35px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }

    .importance {
        padding: 80px 0;
        background-position: bottom;
        background-size: cover;
    }

    .budget img {
        margin-left: unset;
        height: unset;
        position: relative;
        margin-top: 20px;
    }

    .details {
        background-size: cover;
        background-position: center;
        padding: 80px 0;
        color: #202020;
    }

    .payment-box.new-plans-box .single-plan {
        padding: 40px 30px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .payment-box.new-plans-box .single-plan p {
        color: #000;
        opacity: .7;
        font-size: 16px;
        margin-bottom: 40px;
        width: 100%;
        margin-top: 20px;
    }

    .single-plan .price-box {
        margin-bottom: 20px;
    }


    .top-footer .social li {
        margin: 10px 0;
        margin-right: 7px;
    }

    .top-footer h4 {

        margin-top: 40px;
    }

    .top-footer {
        padding: 40px 0;
        background-color: #EEEFEF;
    }

    .profile-content .change-pass {
        padding: 40px 20px;
    }

    .img-cont {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .special-price {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .new-price h5.price-bg {
        padding: 15px 5px;
        font-size: 14px;
        color: #000;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .price-plans h4 {
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 0;
    }

    .new-price h4>span {
        font-size: 14px;
        display: block;
    }

    .new-price .red {
        color: #cc0505;
        font-size: 17px;
    }

    .price-plans h3 {
        font-size: 11px;
    }

    .new-price .pd-size-choose .sc-item {
        height: 52px;
    }

    .new-price button {

        font-size: 10px;
        padding: 5px;
    }

    .price-plans.new-price h3 {
        margin-right: unset !important;
    }

    .new-price h3.first {
        margin-top: 58px;
    }

    .new-price h3 {
        height: 32px;
    }

    .new-price h2 {
        margin-top: 30px;
        padding: 3px 10px;
        font-size: 20px;
    }

    .table-price th {

        font-size: 13px;
    }

    h4.feat {
        font-size: 28px;

    }

    .new-price h2 {
        margin-bottom: 45px;
    }

    .price-plans.new-price h3:first-child {
        margin-top: 5px;
    }

    .pd-size-choose {
        margin-bottom: 50px;
    }

    .table-price table>tbody>tr>td {
        color: #888;
        font-size: 13px;
    }

    .intro-box.spec-intro {
        margin-top: 55px;
    }

    .faq.price-plans-bg {
        min-height: 100px;
        margin-bottom: 30px;
    }

    .faq h2 {

        margin-top: 47px;
    }

    h5.ver-h {
        font-size: 14px;
        margin-top: -40px;
        margin-bottom: 23px;
    }

    .pd-size-choose {
        margin-bottom: 5px;
    }
    .slider .item {
        padding: 60px 0 !important;
        background-size: contain !important;
        width: 100%;
        min-height: calc(56vh - 100px) !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        background-repeat: no-repeat !important;
        padding-top: 0 !important;
    }




}

/* galaxy S5 */
@media only screen and (min-width: 359px) and (max-width: 361px) {}

/* iphone x, 6/7/8 */
@media only screen and (min-width: 375px) and (max-width: 380px) {


    .intro-box {
        margin-top: 180px;
    }

    .internal-page .intro-box {
        margin-top: 30px;
    }
}

/* iphone 6/7/8 plus */
@media only screen and (min-width: 410px) and (max-width: 416px) {
    .intro-box {
        margin-top: 200px;
        padding-bottom: 20px;
    }
}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {

    .button-box button.one {
        background-color: transparent;
        padding: 2px;
        color: #fff;
        display: inline-block;
        margin: 0;
        width: 47%;
    }

    .login-box {
        border-radius: 25px 0 0 24px;

    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 5px;
        padding-top: 23px;
    }

    .navbar .navbar-header img {
        width: 130px;
    }

    .intro {
        padding: 60px 0;
        background-size: unset;
        background-position: top;
        width: 100%;
        min-height: calc(100vh - 275px);
        margin-bottom: 50px;
        background-repeat: no-repeat;
        padding-top: 0px;

    }



    .navbar-default .ar-flag {
        margin-right: -5px;
    }

    .features {
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        padding: 120px 0;
        overflow: hidden;
    }

    .plans .plan-details {
        background-color: #fff;
        box-shadow: 0px 0px 20px #00000063;
        height: 240px;
        padding-left: 25px;
        position: relative;
        padding-right: 10px;
        padding-top: 35px;
    }

    .plans .plan-details h4 {
        color: #20363E;
        font-size: 22px;
        font-weight: 600;
    }

    .plans .plan-details::after {
        position: absolute;
        height: 4px;
        width: 100px;
        background-color: #000;
        right: -10px;
        content: "";
        display: block;
        bottom: 10px;
    }

    .plans {
        padding: 80px 0;
        background-size: cover;
        color: #fff;
        background-position: center;
    }

    .internal-header .banner {
        height: 130px;
        background-position: bottom;
        background-size: cover;
        margin-bottom: 30px;
    }

    .internal-page {
        padding: 60px 0;
        background-size: cover;
        width: 100%;
        min-height: 735px;
        margin-bottom: 490px;
        color: #fff;
        position: relative;
        padding-top: 0px;
    }

    .price .tab-content>.tab-pane {
        padding: 50px 65px;
        background-color: #fff;
        border: 1px solid #858585;
        border-radius: 20px;
        padding-bottom: 80px;
    }

    .price .price-box span {
        display: block;
        font-size: 26px;
    }

    .price .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
        padding-top: 23px;
    }

    .intro-box {
        margin-top: 170px;
    }

    .box-up {
        position: absolute;
        width: 94%;
        overflow: hidden;
        margin-top: -865px;
    }

    .navbar {
        min-height: 70px;
    }

    .navbar-nav>li>a {

        font-size: 15px;

    }

    .internal-page .intro-box {
        margin-top: 120px;
    }

    .document .doc {
        background-color: #00ADC6;
        box-shadow: 0px 0px 20px #0000003D;
        border-radius: 10px;
        text-align: center;
        padding: 40px 10px;
        min-height: 239px;
        margin-bottom: 30px;
        transition: ease-in-out all .3s;
    }

    .document .intro-box {
        margin-top: 190px;
    }

    .faq-box .panel-group {
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .faq-box h3 {
        color: #20363E;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .price .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        margin-left: 30px;
        background-color: #EEEEEE;
        border-radius: 4px 4px 0 0;
    }

    .price .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 27px;
        padding-top: 15px;
    }

    .slider .item {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: calc(100vh - 500px);
        margin-bottom: 50px;
        padding-top: 0;
    }

    .slider .item {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: calc(100vh - 250px);
        margin-bottom: 50px;
        padding-top: 0;
    }

    .contact-info {
        margin-left: 0px;
    }

    .importance button {
        background: transparent linear-gradient(103deg, #00ADC6 0%, #065972 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 10px #00000052;
        border-radius: 3px;
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        border: none;
        margin-bottom: 30px;
        padding: 7px;
        margin-top: 10px;
    }

    .importance {
        padding: 80px 0;
        background-size: cover;
        background-position: top;
    }

    .budget img {
        margin-left: -30px;
        height: 485px;
        position: relative;
        margin-top: 20px;
    }

    .details {
        background-size: cover;
        background-position: top;
        padding: 80px 0;
        color: #202020;
    }

    .navbar-nav>li>a {
        font-size: 12px;
    }

    .price-plans h2 {
        font-size: 20px;
    }

    .price-plans h5 {
        font-size: 12px;
    }

    .price-plans h4 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 0;
    }

    .price-plans del {
        font-size: 19px;
    }

    .price-plans .red {
        font-size: 21px;
    }

    .price-plans h3 {
        font-size: 15px;
    }

}

/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width:1030px) {
    .intro {
        padding: 60px 0;
        background-size: unset;
        background-position: top;
        width: 100%;
        min-height: calc(100vh - 600px);
        margin-bottom: 50px;
        background-repeat: no-repeat;
        padding-top: 0px;

    }

    .intro-box {
        margin-top: 180px;
    }

    .features {
        background-size: cover;
        min-height: unset;
        padding: 120px 0;
        overflow: hidden;
        background-position: right;
    }

    .top-footer .social li {
        margin-right: 2px;
    }

    .features-box h2::before {
        position: absolute;
        height: 17px;
        width: 310px;
        background-color: #00ADC6;
        left: -140px;
        content: "";
        display: block;
        bottom: -30px;
    }

    .internal-header .banner {
        height: 200px;
        background-position: bottom;
        background-size: cover;
        margin-bottom: 22px;
    }

    .internal-page .intro-box {
        margin-top: 120px;
    }

    .internal-page {
        padding: 60px 0;
        background-size: cover;
        width: 100%;
        min-height: 650px;
        margin-bottom: 500px;
        color: #fff;
        position: relative;
        padding-top: 0px;
    }

    .box-up {
        position: absolute;
        width: 90%;
        overflow: hidden;
        margin-top: -815px;
    }

    .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        padding: 13px 47px;
        font-size: 16px;
        font-weight: 500;
        color: #666;
    }

    .price .tab-content>.tab-pane {
        padding: 50px 145px;
        background-color: #fff;
        border: 1px solid #858585;
        border-radius: 20px;
        padding-bottom: 80px;
    }

    .payment-box.payment-done {
        margin-top: -100px;
        background-color: #fff;
        padding: 60px;
        box-shadow: 0px 0px 15px #00000029;
        border-radius: 18px;
        margin-bottom: 218px;
    }

    .document .intro-box {
        margin-top: 215px;
    }

    .document {
        background-size: cover;
        background-position: center;
        min-height: 920px;
    }

    .slider .item {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: calc(100vh - 500px);
        margin-bottom: 50px;
        padding-top: 0;
    }

    .plans .plan-details {
        background-color: #fff;
        box-shadow: 0px 0px 20px #00000063;
        height: 160px;
        padding-left: 40px;
        position: relative;
        padding-right: 10px;
        padding-top: 23px;
    }

    .budget img {
        margin-left: -45px;
        height: 485px;
        position: relative;
        margin-top: 20px;
    }

    .new-price h3 {
        height: 19px;
    }

}



/* 17 inch */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
    .intro-box {
        margin-top: 315px;
    }

    .internal-page .intro-box {
        margin-top: 160px;
    }


    .plans {
        padding: 185px 0;
        background-size: cover;
        color: #fff;
        background-position: center;
    }

    .features {
        background-size: cover;
        min-height: unset;
        padding: 120px 0;
        overflow: hidden;
        padding-bottom: 200px;

    }

    .features-box h2::before {
        position: absolute;
        height: 17px;
        width: 370px;
        background-color: #00ADC6;
        left: -180px;
        content: "";
        display: block;
        bottom: -30px;
    }

    .about h2::before {
        position: absolute;
        height: 17px;
        width: 600px;
        background-color: #00ADC6;
        left: -414px;
        content: "";
        display: block;
        bottom: -30px;
    }

    .box-up {
        position: absolute;
        width: 60%;
        overflow: hidden;
        margin-top: -815px;
    }

    .internal-page {
        padding: 60px 0;
        background-size: cover;
        width: 100%;
        min-height: 700px;
        margin-bottom: 500px;
        color: #fff;
        position: relative;
        padding-top: 0px;
    }

    .payment .intro-box {
        margin-top: 200px;
    }

    .document .intro-box {
        margin-top: 215px;
    }

    .faq .intro-box {
        margin-top: 64px;
    }

    .slider .item {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: calc(100vh - 100px);
        margin-bottom: 50px;
        padding-top: 0;
    }

    .slider .item .intro-box {
        margin-top: 0;
        padding-top: 260px;
    }

    .outsource .out-box {
        padding: 50px 60px;
        background-color: #fff;
        box-shadow: 0px 0px 30px #00000029;
        margin-left: -387px;
        padding-left: 390px;
        margin-top: 50px;
    }

    .budget img {
        margin-left: -34px;
        height: 485px;
        position: relative;
        margin-top: 20px;
    }

    .new-price h2.fir {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.clients {
    padding: 60px 0;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.clients .client-box {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
}

.clients .client-box img {
    height: 100px;
    object-fit: scale-down;
}

.clients h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.down-box img {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.down-box .left {
    border-right: 1px solid #ccc;
}

.down-box .left p {
    color: #888;
    font-size: 16px;
}

.down-box .left h5 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.down-box .left button {
    padding: 8px 55px;
    margin-top: 10px;
    color: #fff;
    background: #00ADC6;
    border: 1px solid #00ADC6;
    outline: none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
}

.down-box ul {

    margin-top: 20px;

}

.down-box h5 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.down-box li {
    font-size: 16px;
    margin-bottom: 15px;
}

h2.special-down {
    text-align: center;
    margin-top: 0px;
}

.terms-box {
    padding: 60px 0;
}

.terms-box h3 {
    color: #cc0505;
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
}

.terms-box h5 {
    color: #555;
    font-weight: 300;
    font-size: 17px;
    margin-top: 20px;

}

.terms-box p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.terms-box li {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .down-box .left {
        border: none
    }

    .down-box .left button {
        width: 100%;
        margin-bottom: 40px;
    }
}

.close {
    opacity: .7;
}

.btn-close-model {
    background: #999;
    border: 2px solid #999;
}
.btn-close-model:hover {
    color: #000;
}
#tap-btn {
    padding-left: 50px;
    padding-right: 50px;
}
#coupon-code {
    padding: 11px 5px;
    outline: none;
    border: 1px solid #ccc;
    width: 75%;
}
.applyCoupon {
    padding: 9px 3px !important;
    width: 20%;

}
.spec-row {
    margin-top: 10px;
    margin-bottom: 0;
}

#terms p {
    line-height: 1.6;
}
#terms button {
    margin-top: 10px;
    background: #00ADC6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #00ADC6;
    padding: 4px;
    transition: all ease-in-out 0.3s;
}
#credit-plan button {
    margin-top: 10px;
    background: #00ADC6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #00ADC6;
    padding: 4px;
    transition: all ease-in-out 0.3s;
}

button.btn-close {
    background: #999 !important;
    border-color: #999 !important;
    color: #fff;
}


.instructions {
    padding: 60px 0;
    min-height: 50vh;
}
.instructions .table>tbody>tr>td,.instructions .table>tbody>tr>th,.instructions .table>tfoot>tr>td,.instructions .table>tfoot>tr>th,.instructions .table>thead>tr>td,.instructions .table>thead>tr>th {
    padding: 10px;
    vertical-align: middle;
}
.instructions .table>tbody>tr>td {
    font-size: 18px;
}
.instructions .table thead {
    background: #015b69;
    color: #fff;

}
.instructions .table>thead>tr>th {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
}
.instructions .table button {
    padding: 5px 25px;
    border: 2px solid #00ADC6;
    color: #fff;
    background: #00ADC6;
    transition: all ease-in-out .3s;
    transform: scale(1);
}
.instructions .table button:hover {
    background: transparent;
    color: #00ADC6;
    transform: scale(1.1);
}
.instructions .table button i {
    margin-left: 5px;
}
.instructions .table .big {
    width: 75%;
}

.instructions .table .small {
    width: 20%;
}
@media only screen and (max-width: 600px) {
    #coupon-code {
        width: 100%;
    }
    .new-price button {
        font-size: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .instructions .table .big {
        width: 50%;
    }

    .instructions .table .small {
        width: 50%;
    }
    .instructions .table button {
        padding: 5px 20px;
    }
}
