.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
    float: none;
    margin-right: 0px;
}

.tabs nav ul {
    float: none;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    float: none;
}

.tabs nav a span {
    vertical-align: super;
    /*  font-size: 0.75em;*/
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}

/* Icons */
.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 1.3em;
    font-family: 'stroke7pixeden';
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }

    .tabs nav a:before {
        margin-right: 0;
    }
}

/*****************************/
/* Flip */
/*****************************/

.tabs-style-flip {
    max-width: 1200px;
}

.tabs-style-flip nav a {
    padding: 0.5em 0;
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background: #fff;
}


.tabs-style-flip nav li.tab-current a {
    color: #fff;
    background: #f0650f;
}

.tabs-style-flip nav a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

}

.tab-item-main span {
    font-size: 16px;
}

.tabs-style-flip nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
}

.tabs-style-flip nav li.tab-current a::after {
    background-color: #fff;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

.tabs-style-flip .content-wrap {
    background: #f0650f;
}

.tab-sub-item {
    width: 30.3%;
    float: left;
}

.tab-item-main {
    margin-top: -15px;
}

.tabs-style-flip nav li.tab-current a i svg path {
    fill: #fff;
}

.tab-main-header span {
    font-size: 50px;
}

.tab-main-header i {
    margin-right: 20px;
}


.medium-icon-bg {
    height: 80px;
    width: 80px;


}

.circle-base {
    display: flex;
    border-radius: 50%;

    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px;
    margin: 0 auto;
}

.circle-base1 {
    display: flex;
    border-radius: 50%;
    /* color: #7fffd4; */
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.circle-base-screen {
    display: flex;
    border-radius: 50%;
    /* color: #7fffd4; */
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.circle-base-api {
    display: flex;
    border-radius: 50%;
    /* color: #7fffd4; */
    background: #ffffff;
    border: 1px solid #888888;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.circle-base-scrum {
    display: flex;
    border-radius: 50%;
    /* color: #7fffd4; */
    background: #ffffff;
    border: 1px solid #888888;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.circle-base-screen.active-screen {
    border: 2px solid #0FB74C;
}

.circle-base-screen.active-screen:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 20px;
    height: auto;
    top: 0px;
    right: 0;
    bottom: 0;
}

.circle-base-api.active-api {
    border: 2px solid #0FB74C;
}

.circle-base-api.active-api:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 20px;
    height: auto;
    top: 0px;
    right: 0;
    bottom: 0;
}

.circle-base-scrum.active-scrum {
    border: 2px solid #0FB74C;
}

.circle-base-scrum.active-scrum:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 20px;
    height: auto;
    top: 0px;
    right: 0;
    bottom: 0;
}

.circle-base.active {
    border: 2px solid #0FB74C;
}

.circle-base.active:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 20px;
    height: auto;
    top: 0px;
    right: 0;
    bottom: 0;
}

.circle-base1.active-one {
    border: 2px solid #0FB74C;
}

.circle-base1.active-one:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 20px;
    height: auto;
    top: 0px;
    right: 0;
    bottom: 0;
}

.circle-base.newactive {
    border: 2px solid #0FB74C;
}

.circle-base.newactive:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 40px;
    height: auto;
    top: 30px;
    right: 0;
    bottom: 0;
}

.circle-base.active.newactive {
    border: 2px solid #0FB74C;
}

.circle-base.active.newactive:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 40px;
    height: auto;
    top: 30px;
    right: 0;
    bottom: 0;
}

.circle-base-multi.newactive {
    border: 2px solid #0FB74C;
}

.circle-base-multi.newactive:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 20px;
    height: auto;
    top: 0px;
    right: 0;
    bottom: 0;
}

.circle-base-multi.active.newactive {
    border: 2px solid #0FB74C;
}

.circle-base-multi.active.newactive:after {
    content: '';
    position: absolute;
    background: url('../images/cost/success-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 40px;
    height: auto;
    top: 30px;
    right: 0;
    bottom: 0;
}

.circle-base-multi {
    display: flex;
    border-radius: 50%;
    /* color: #7fffd4; */
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;

}

.medium-icon-bg .circle-image--tick {
    right: 35px;
}

.circle-image--tick {
    position: absolute;
    top: 10px;
    right: 35px;
    max-width: 40px;
    max-height: 40px;
}

.circle-image {
    /*align-self: center;*/

    max-height: 47px;
    object-fit: contain;
}

#section-flip-1 .container {
    background: #fff;
    padding: 40px;
}

#section-flip-1 .sec-title {
    text-align: left;
    color: #16181c;
    font-size: 50px;
}

.cost-section {
    padding: 00px 0px;
    float: left;
    width: 100%;
    background-color: #f5f5f5
}

.cost-section .container {
    background: #fff;
    padding: 20px;
    margin-top: -160px;
    max-height: 750px;
    margin-bottom: 2px;
    overflow: auto;
}

/* width */
.cost-section .container::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.cost-section .container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cost-section .container::-webkit-scrollbar-thumb {
    background: #d1d3d9;
    border-radius: 8px;
}

/* Handle on hover */
.cost-section .container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cost-section .sec-title {
    text-align: left;
    color: #16181c;
    font-weight: 600;
    font-size: 30px;
}

.cost-section .sec-para {
    color: #5b5e68;
    margin-bottom: 38px;
    max-width: 968px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
}

.cost-box {
    background: #fff;
    padding: 40px 40px 0px;


}


.main-bottom {
    bottom: 0;
}

.main-bottom,
.main-top {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.bottom-bar-container {
    display: flex;
    flex-direction: row;
    background: #fff;
    font-family: Source Sans Pro, sans-serif;
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, .1);
}

.bottom-bar-items {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    align-self: center;
    padding: 15px 0px;
}

.bottom-bar-item-label {
    font-size: 21px;
    color: #666;
}

.bottom-bar-item-description {
    font-size: 26px;
    color: #333;
    padding-left: 10px;
}

.bottom-bar-item-label {
    font-size: 20px;
    color: #16181c;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.bottom-bar-item-description {
    font-size: 20px;
    color: #16181c;
    padding-left: 10px;
    font-weight: normal;

}

.section-main-bottom .btn {
    font-size: 18px;
    outline: none;
    text-align: center;
    border-radius: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 13px 30px 15px;
    display: inline-block;
    min-width: 270px;
    border: 0;
    /*font-family: "brandontext-regular", Sans-serif;*/
}

.bottom-bar-button-container {
    margin-top: 5px;
    margin-bottom: 5px;
}


.reveal {
    display: inline-block;
    white-space: nowrap;
    background-color: #fd7e14;
    border: 1px solid #fff;
    margin: 0.25em;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    line-height: 2em;
    font-size: 20px;
    font-family: Arial, Helvetica;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: 20px;
    outline: none;
    width: 418px;
    transition: 0.3s ease;

}

.reveal:hover {
    background-color: #e4510d;
    transform: scale(1.02);
}


.calculations-container {
    margin-bottom: 40px;
    background: #f5f5f5;
    border-radius: 4px;
}

.options-container,
.options-header {
    padding: 10px;
    text-align: left !important;
}

.options-container {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    /* font-family: Source Sans Pro,sans-serif;*/
    margin-top: 30px;
}

.options-header {
    border-bottom: 1px solid #c0bebe;
    font-weight: 700;
    color: #16181c;
}

.option-header-right {
    margin-left: -15px;
}

.option-item-container {
    font-weight: 400;
    padding: 5px 10px;
    text-align: left;
    border-bottom: 1px solid #c0bebe;
    color: #16181c;
}

.option-with-checkbox-container {
    padding-top: 5px;
}

.checkbox-icon {
    width: 30px;
    float: left;
    margin-top: 7px;
}

.option-label {
    width: calc(100% - 30px);
    float: left;
    padding-top: 2px;
    font-weight: normal;
}

input[type=checkbox],
input[type=radio] {
    margin: 10px 0 0;

}

.option-input {
    text-align: center;
    max-width: 80px;
    border-radius: 3px;
    border: 1px solid #c0bebe;
    padding: 0px;
    margin-top: 5px;
}

.para-box {
    margin-top: 8px;
    text-align: center;
}

.para-box p {
    text-align: center !important;
}

.first-img-box {
    max-width: 968px;
    margin: 0 auto;
}

.second-img-box {
    margin-top: 40px;
}

.site-footer {
    margin-top: -3px;
    margin-bottom: 60px;
}

.bullet-container {
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0px 10px 20px;
}

.option-input {
    text-align: center;
    max-width: 80px;
    border-radius: 3px;
    border: 1px solid #c0bebe;
}

@media (min-width: 320px) and (max-width: 767px) {
    .section-cost-about-bg .sec-title {
        font-size: 50px !important;
    }

    .reveal {
        width: 300px;
        font-size: 18px;
    }

    .cost-rate {
        clear: both;
    }

    .circle-base-multi.newactive:after {
        top: 0;
    }

    .circle-base.active:after {
        top: 0;
    }

    .site-footer {
        margin-top: -3px;
        margin-bottom: 120px;
    }

    .cost-section .container {
        margin-top: -50px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .cost-rate1 {
        clear: both;
    }

    .circle-base-multi.newactive:after {
        top: 0;
    }

    .circle-base.active:after {
        top: 0;
    }

    .site-footer {
        margin-top: -3px;
        margin-bottom: 130px;
    }

    .cost-section .container {
        margin-top: -80px;
    }
}

@media (min-width: 1024px) and (max-width: 1150px) {
    .medium-icon-bg .circle-image {
        max-width: 165px;
    }

    .medium-icon-bg {
        height: 80px;
        width: 80px;
    }

    .cost-section .container {
        padding: 20px 0px;
    }

    .cost-box {
        padding: 40px 20px 0;
    }

    .circle-base-multi.newactive:after {
        top: 0;
    }

    .circle-base.active:after {
        top: 0;
    }
}

@media (max-width: 767px) {
    #tawkchat-minified-box {
        display: none;
    }
}

@media (max-width: 768px) {
    .bottom-bar-container {
        display: grid;
        padding-bottom: 10px;
    }

    .bottom-bar-button {
        margin: 0 auto;
        text-align: center;
    }

    .medium-icon-bg .circle-image {
        max-width: 80px;
    }

    .medium-icon-bg {
        height: 80px;
        width: 80px;
    }

    .cost-section .container {
        padding: 20px 0px;
    }

    .cost-box {
        padding: 40px 20px 0;
    }

    .cost-section .sec-title {

        line-height: 50px;
    }

    .cost-section .sec-para {
        word-break: break-word;
    }

}

/*modal*/
.modal-title h3 {
    font-size: 40px;
    color: #16181c;
    text-align: center;
    padding: 0 0px 10px;
}

.modal-title p {
    font-size: 20px;
    color: #000;
    opacity: 0.8;
    text-align: center;
    padding: 0px 0px 10px;
}

.modal-btn .btn {
    font-size: 18px;
    outline: none;
    text-align: center;
    border-radius: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 13px 30px 15px;
    display: inline-block;
    min-width: 270px;
    border: 0;
    text-align: center;
    /* font-family: "brandontext-regular", Sans-serif; */
}

#myModal6 .modal-body {
    position: relative;
    padding: 25px 100px;
}

.modal-btn {
    text-align: center;
    padding: 20px 0px;
}

.modal-field .form-group {
    margin-top: 30px;
}

.modal-field .form-control {
    line-height: 40px;
}

.modal-field .form-control:focus {
    border-color: #f16522;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgb(241, 101, 34);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px #F44336;
}


.section-cost-about-bg {
    display: table;
    background-color: #16181c;
    padding: 120px 0px;
    min-height: 100vh;
    height: 1px;
    width: 100%;
    text-align: center;
}

.section-cost-about-bg .container {
    display: table-cell;
    vertical-align: middle;
}

.section-cost-about-bg .sec-title {
    font-size: 66px;
    line-height: 83px;
    margin: 0px auto 30px;
    font-family: 'Vollkorn', serif;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.section-cost-about-bg .sec-para {
    font-size: 20px;
    margin: 30px auto 20px;
    max-width: 960px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.section-cost-about-bg hr {
    width: 180px;
    text-align: center;
    margin: 15px auto;
    border: 1px solid #DC5D21;
}

@media (max-width: 767px) {
    .scene--bg-white-smoke #tawkchat-minified-box {
        display: none !important;
    }

    #myModal6 .modal-body {
        position: relative;
        padding: 25px 10px;
    }


}