/*Main Layout Styles*/

html,
body {
    font-family: 'Open Sans', sans-serif !important;
}

.error-help-block {
    color: red !important;
}

body {
    min-width: 320px
}

.length_row2 {
    height: 100% !important;
}

.form-control {
    height: auto !important;
}

.navbar-main > li > a {
    line-height: 40px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.navbar-nav {
    font-weight: 600 !important
}

.footer .navbar-nav > li > a {
    color: black;
}

.ul_margin {
    margin-left: 3% !important;

}
.p-18{
    font-size: 18px !important;
    font-weight: 500 !important;
    padding:0 0% 50px 0%;
    text-align: center;
}
.p-18-a{
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: center;
}
.custom_style {
    /*    margin-left: 3% !important;*/
    color: #5d5d5d !important;
    /*    border: 2px solid #D3D3D3 !important;
        border-radius: 5px !important;*/
}

.custom_style:hover {
    color: #ff5d3b !important;
    /*border: 2px solid #ff5d3b !important;*/
}

.navbar-nav > li {
    margin: 0 8px !important
}

.navbar-nav > li > a.login-btn {
    outline: 1px solid rgba(255, 93, 59, 1);
    outline-offset: -14px;
    padding: 10px 50px;
    margin-top: 10px;
}

.navbar-nav > li > a.login-btn:hover {
    background-color: transparent;
}

.navbar-center {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 576px;
}

.navbar-text-center {
    text-align: center;
}

.navbar-header-pikthall {
    background-color: white;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}

.navbar-header-pikthall .navbar-toggle {
    padding: 15px 10px;
}

.navbar-header-pikthall .navbar-toggle,
.navbar-header-pikthall .navbar-toggle .icon-bar {
    border: solid 1px #c9c9c9;
}

a.navbar-brand {
    cursor: pointer !important
}

.certification-box .text-center {
    vertical-align: bottom;
}

.certification-box input[type="text"] {
    background-color: #dfe0e6;
    border: none;
    border-bottom: solid 1px rgba(255, 93, 59, 1);
    padding-bottom: 5px;
    width: 215px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.certification-box input[type="text"]:focus,
.certification-box button:focus,
.certification-box button:active:focus {
    outline: none;
}

.certification-box button,
.btn-pikthall,
.btn-pikthall-active {
    background-color: #transparent;
    border: solid 1px rgba(255, 93, 59, 1);
    color: rgba(255, 93, 59, 1);
    border-radius: 0px;
    margin-left: 10px;
    font-size: 12px;
}

.certification-box button {
    padding: 8px 20px !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}

.certification-box button:hover {
    background: #ff5d3b !important;
    color: white;
}

.headBanner-B,
.col-md-6.headBanner-B {
    margin-top: 10%;
    position: relative !important;
}

.col-md-6.headBanner-B h2 {
    position: relative;
    z-index: 9
}

.caricature {
    position: absolute;
    top: -78px;
    right: -25%
}

.flagIcon img {
    width: auto;
    height: 40px;
    float: left;
}

.CheckIcon img {
    height: 40px;
    float: left;
}

.col-md-5.headBanner-B h2,
.col-md-6.headBanner-B h2 {
    font-size: 32px;
    padding-bottom: 21px;
    /*margin-top: 120px;*/
}

.col-md-5.headBanner-B h3,
.col-md-6.headBanner-B h3 {
    margin: 2px 0 0 60px !important;
    font-size: 21px;
    padding-bottom: 30px;
}

a.btn.btn-pikthall.btn-pikthall {
    border-radius: 20px !important;
    background-color: #white;
    padding: 8px 10px 8px 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #ff5d3b;
    border: 1px solid #ff5d3b;
}

.btn-pikthall {
    background-color: white;
}

.btn-pikthall-active {
    color: white;
    background-color: #ff5d3b;
    padding: 8px 10px 8px 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.btn-pikthall-active:hover {
    /*    color: white!important*/
}

i.startTestingicon {
    padding-left: 1px
}

.social-group {
    margin-left: 25px;
}

.social-group a {
    color: #ff5d3b;
    margin: 0 3px;
}

.footer-bottom {
    margin-bottom: 20px;
}

.container-main-page {
    min-height: 530px;
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
}

.container-main-page:after {
    content: "";
    /*background: url(../images/organization-main.jpg) no-repeat;*/
    background-size: 96%;
    /* background-position: 187% 31%; */
    background-position: 24% 33%;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.container-main-page:before {
    content: '';
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url("../images/bigstock-Woman-Working-On-Laptop-At-Off-120585881.jpg") no-repeat;
    opacity: 0.5;
    background-size: cover;
    background-position: center 80%;
}

.container-main-page.eq:after {
    z-index: -5;
}

.container-main-page.eq:before {
    z-index: 1;
}

.banner2 {
    background: url("../images/banner2.jpg") no-repeat;
    background-size: cover;
    min-height: 530px;
    padding-top: 0;
    margin-bottom: 0;
}

.main-dashboard {
    color: white;
    color: #333;
    text-align: left;
    height: 412px;
    position: relative;
    z-index: 10;
}

.container-main-page .nav {
    z-index: 10;
    position: relative;
}

.main-dashboard-2 {
    margin: 20px 0
}

.main-dashboard-3 {
    text-align: left;
}

.container-main-page-1 {
    background-color: #c9c9c9;
    margin-bottom: 0;
}

.container-main-page-2 {
    background-color: #efefef;
    margin-bottom: 0;
}

.main-dashboard-3 h1,
.main-dashboard-4 h1 {
    text-align: center;
    font-size: 40px;
    color: #5d5d5d;
}

.main-dashboard-3 span {
    color: #ff5d3b;
}

.main-dashboard .certification-box input {
    background-color: transparent;
    color: white;
}

.main-dashboard .certification-box button {
    background-color: transparent;
}

.content-dashboard {
    margin-bottom: 50px;
}

.content-dashboard h2:first-child {
    margin-top: 120px;
    font-size: 32px;
    font-weight: 700 !important;
    font-family: 'Open Sans Condensed', sans-serif;
}

.content-dashboard p {
    margin-top: 5%;
}

.content-linguist-left {
    margin-right: 0;
}

.content-linguist {
    margin-right: 0;
}

.content-linguist_info {
    margin-right: 0;
}

.content-linguist h3 {
    display: inline-block;
    margin-right: 70px;
    font-size: 28px;
    font-weight: bold;
}

.content-linguist_info h3 {
    display: inline-block;
    margin-right: 70px;
    font-size: 28px;
    font-weight: bold;
}

.content-linguist a {
    margin-bottom: 10px;
}

.content-linguist_info a {
    margin-bottom: 10px;
}

.btn-linguist-left,
.btn-linguist-right {
    color: #ff5d3b;
    min-height: 90px;
}

.col-pikthall-5 {
    display: inline-block;
    width: 20%;
    float: left;
}

.main-dashboard-1 img {
    width: 25%;
    float: left;
}

.container.main-dashboard-1 p {
    margin-left: 0;
}

.main-dashboard-2 img {
    width: auto;
    text-align: center
}

.main-dashboard-4 img {
    margin: 0 auto;
    float: none;
}

.main-dashboard-4 span {
    color: #ff5d3b;
    position: absolute;
    top: 40px;
    right: -10px
}

.price-chart ul {
    padding-left: 0;
}

.jumbotron.container-main-page.customjumbotron {
    width: 100%;
    overflow: hidden
}

.navbar {
    margin-bottom: 0 !important
}

nav.navbar.navbar-fixed-top.navbar-header-pikthall {
    position: relative !important;
    border-style: solid !important;
    /*border-bottom: solid #b7bac2 !important;*/
}

.navbar-fixed-top {
    padding: 30px 0 !important
}

.navbar-brand {
    padding: 0 !important;
    margin-top: 0 !important
}

.navbar-brand img {
    width: auto !important;
    height: 47px !important
}

.loginBtn {
    border: 1px solid #ff5d3b !important;
    background: white !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: #ff5d3b;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 10px 50px !important;
}

button.btn.loginBtn:hover,
.loginBtn:hover {
    background-color: #ff5d3b !important;
    color: white !important;
}

.navbar-fixed-top {
    border-top: 1px solid #ccc !important

}

.hope-page-active-tab,
.btn-linguist-left.btn-tab.hope-page-active-tab,
.btn-linguist-right.btn-tab.hope-page-active-tab {
    background: transparent !important;
    cursor: pointer !important;
    /*padding*/
}

.btn-linguist-left,
.btn-linguist-right {
    background: white !important;
    cursor: pointer !important
}

.nav-tabs {
    border-bottom: 0 !important
}

.content-linguist.content-linguist-left,
.content-linguist.content-linguist-right {
    padding-top: 10px
}

a.btn.btn-pikthall.btn-pikthall,
a.btn.btn-pikthall.btn-pikthall-active {
    border-radius: 5px !important;
    -webkit-border-radius: 1 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

a.btn.btn-pikthall.btn-pikthall-active {
    color: white
}

.custom_hover {
    padding: 10px 13px !important;
    background: #ff5d3b !important;
    color: white !important;
}

.custom_hover:focus {
    color: #ff5d3b !important;
}

nav.navbar.navbar-fixed-top.navbar-header-pikthall .container {
    width: 100%;
    padding: 0 4%
}

.tab-content {
    display: block !important
}

.navbar-toggle {
    background: #ff5d3b !important;
    margin-right: 0 !important
}

.navbar-header-pikthall .navbar-toggle .icon-bar {
    border: 1px solid white !important
}

.wrap > .container {
    padding: 50px 15px 20px !important
}

.container.main-dashboard-2 {
    width: 75%;
    margin: 0 auto 50px auto;
    padding-left: 60px !important
}

.container.main-dashboard-3 {
    /*
    width: 60%;
    padding-left: 6%;
    */
    width: 870px;
    padding-left: 65px;
}

.container.main-dashboard-3 h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600
}

.jumbotron.container-main-page-1 h1,
.jumbotron.container-main-page-2 h1 {
    font-size: 50px;
    padding: 0 5% 50px 5%;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    color: #5d5d5d
}

.jumbotron.container-main-page-1 {
    background: #d4d4d4 !important;
    margin-bottom: 0 !important
}

.col-md-6.col-sm-12.translatorcontainer i {
    float: left
}

.col-md-6.col-sm-12.translatorcontainer h3 {
    padding-left: 50px
}

.container.main-dashboard-4 {
    width: 66%
}

.container.main-dashboard-4 .col-pikthall-5 {
    padding: 0 15px;
    position: relative
}

.container.main-dashboard-4 .col-pikthall-5 p {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: black
}

.tab-content.container.main-dashboard {
    padding-bottom: 30px
}

/* Price */

.container.price {
    width: 100%;
    margin: 0 auto
}

.container.price.pricing2 {
    width: 70%;
    margin: 0 auto
}

.container.price.pricing2 .row {
    position: relative;
    left: -30px;
}

.container.price h1,
.container.price.pricing2 h1 {
    font-size: 50px;
    padding: 0 5% 20px 5%;
    text-align: center;
    font-weight: 300;
    color: #5d5d5d
}

.container.price h4,
.container.price.pricing2 h4 {
    color: #3988ae;
    font-size: 26px;
    padding: 10px 0 20px 0;
    font-weight: 500
}

.container.price span,
.container.price.pricing2 span {
    width: 100%;
    display: block;
    padding: 0px 5px;
    min-height: 47px
}

.container.price b,
.container.price.pricing2 b {
    font-size: 18px
}

.col-md-6.labelHidden,
.col-md-6.labelHidden2 {
    display: none;
}

/* this will activate the hidden labels */

.activePackage {
    width: 100% !important;
    background: #f7f7f7;
    text-align: center;
}

.col-md-2.col1.mainlableHidden,
.col-md-2.col1a.mainlableHidden2 {
    width: 25% !important;
    font-size: 16px
}

.col-md-2.col2,
.col-md-2.col3,
.col-md-2.col4,
.col-md-2.col5,
.col-md-2.col6 {
    padding-left: 2px !important;
    padding-right: 2px !important;

}

.col-md-2.col2a,
.col-md-2.col3a,
.col-md-2.col4a {
    padding-left: 2px !important;
    padding-right: 2px !important;
    width: 25% !important
}

.mainlableHidden,
.mainlableHidden2 {
    text-align: right;
    white-space: normal;
    float: right
}

.mainlableHidden b,
.mainlableHidden2 b {
    font-size: 18px !important
}

.price-label {
    color: #0f6893;
    font-size: 20px;
    font-weight: bold
}

button.btn.selectpricingbtn {
    border-radius: 0;
    background: #ff5d3b;
    margin-bottom: 30px;
    color: white;
    padding: 3px 10px !important;
    font-weight: 600
}

button.btn.selectpricingbtn:hover,
button.btn.selectpricingbtn.customgray:hover {
    background: white;
    color: #000;
    border: 1px solid #ccc
}

button.btn.selectpricingbtn.customgray {
    background: #b1b1b1
}

button.btn.selectpricingbtn a:not(:hover) {
    color: #ffffff;
}

/*button.btn.selectpricingbtn a :hover {
    color: #23527c;
}*/

/* how it works 2 */

.container.main-dashboard-4.howitworks2 {
    width: 54%
}

.howitworks2 .col-pikthall-5 {
    width: 25% !important
}

/* footer */

.footer {
    margin-top: 50px
}

#footer {
    position: fixed;
    bottom: 5%;
    width: 100%;
}

.footer-inner ul {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 600
}

.footer-inner li {
    display: inline-block;
    padding: 0 15px;
    color: #000
}

.footer-inner li a {
    color: #000;
    text-decoration: none
}

.footer-inner li a:hover {
    text-decoration: underline;
    color: #000
}

.vTranslate {
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    padding-left: 15px;
}

.topBG-A {
    width: 100%;
    height: 100px;
    background: url(../images/banner3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    font-size: 32px;
    font-weight: bold;
    padding: 34px
}

button.btn.howitworkscustomBtn {
    border: 1px solid #ff5d3b !important;
    background: white !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: #ff5d3b;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 34px !important;
    min-width: 100%;
    /*!important*/
}

button.btn.howitworkscustomBtn:hover {
    background: #ff5d3b !important;
    color: white;
}

.body-content.section h2 {
    font-size: 50px;
    font-weight: 300 !important;
    color: #5d5d5d;
}

.body-content.section h3 {
    font-size: 20px;
    font-weight: normal;
    color: #747474
}

.body-content.section h4 {
    font-size: 41px;
    font-weight: 300 !important;
    color: #5d5d5d;
}

.body-content.section h5 {
    font-size: 25px;
    font-weight: normal;
    font-family: 'Open Sans Bold', sans-serif;
    color: #000000;
}

.howitworksBtnsection {
    margin: 30px 0
}

.howitworksmidContent p,
.aboutusContent p,
.faqContent p {
    font-size: 16px;
    margin-top: 10px;
    color: #000
}

.image-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.languageTrans {
    padding: 30px 0
}

.languageTrans i {
    color: #2795EE
}

/*.col-md-5ths.col-xs-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal
}*/

.flagIcon img,
span.vTranslate,
.certification-box.text-left img {
    position: relative;
    z-index: 9
}

.flagIcon img,
span.vTranslate,
.certification-box.text-left img {
    position: relative;
    z-index: 9
}

.CheckIcon img,
span.vTranslate,
.certification-box.text-left img {
    position: relative;
    z-index: 9
}

.modal-header {
    border-bottom: 0 !important
}

.formCustom input.form-control {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    box-shadow: none !important
}

.modal-content {
    border: 0 !important;
    border-radius: 0 !important;
    margin-top: 20% !important;
    padding: 25px !important
}

.modal-dialog {
    min-width: 55% !important;
    height: auto !important
}

textarea.form-control {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    margin: 15px !important;
    width: 96% !important;
    color: #000 !important;
    padding: 10px !important
}

.form-group.formCustom {
    padding-bottom: 85px !important;
    margin-top: -14px !important
}

.form-group.formCustom .form-control {
    padding: 12px 0px !important;
}

.main-dashboard input::-webkit-input-placeholder {
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 20px !important
}

.main-dashboard input:-moz-placeholder {
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 20px !important
}

.main-dashboard input:-ms-input-placeholder {
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 20px !important
}

.form-group.formCustom input::-webkit-input-placeholder {
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: 20px !important
}

.form-group.formCustom input:-moz-placeholder {
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: 20px !important
}

.form-group.formCustom input:-ms-input-placeholder {
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: 20px !important
}

textarea.form-control {
    font-size: 16px !important
}

.modal-content button.close {
    opacity: 1 !important
}

.button.close img {
    cursor: pointer !important
}

.sendBtnWrapper {
    text-align: right;
    padding: 0 11px
}

.modal-body {
    padding: 0 !important
}

input.btn.sendBtn {
    border: 1px solid #ff5d3b !important;
    background: white;
    border-radius: 0;
    padding: 10px 60px !important;
    color: #ff5d3b !important;
    font-size: 16px !important;
    font-weight: bold
}

input.btn.sendBtn:hover {
    background: #ff5d3b !important;
    color: #fff !important
}

.contactDetailsbelow {
    text-align: center;
    padding-top: 20px;
}

.contactDetailsbelow p {
    font-size: 16px
}

.contactDetailsbelow span {
    margin-top: 2px
}

.contactDetailsbelow img {
    margin-top: -5px;
}

.ourTeam,
.teamThumbs {
    padding: 30px 0
}

.teamThumbs img {
    width: 100%;
    max-width: 360px;
    max-height: 360px;
}

.teamProfile {
    position: relative
}

.teamProfile p,
.partnersSection p {
    font-size: 16px;
    margin: 20px 0;
    text-align: left
}

.teamProfileName {
    position: absolute;
    min-height: 44px;
    background: url(../images/bg-thumb.png) repeat;
    width: 100%;
    margin-top: -44px
}

.teamProfileName h4 {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 0
}

.teamProfileName span {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #000;
    display: block
}

.text_center {

    text-align: center !important;
}

.text_margin {
    margin: 0px 0 !important;

}

.round {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hover08 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover08:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.underline {
    text-decoration: underline;
}

.round:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7*/

}

.aboutus_accordion {
    background-color: rgba(225, 225, 225, 0.15);
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.aboutus_accordion.active, .aboutus_accordion:hover {
    background-color: #ddd;
}

.background-color-whit {
    background-color: white;
}

.partnerLabel {
    background: #d8d9d9;
    padding: 15px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center
}

.partnersSection {
    text-align: center
}

.partnersSection img {
    width: auto;
    height: auto;
    margin-top: 20px
}

.imgContainer {
    min-height: 70px
}

.search-box.custom {
    border-radius: 0 !important;
    border: 2px solid #ff5d3b !important;
}

input.form-control.custom {
    border: 0 !important;
    font-size: 18px;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 10px 10px 0 10px !important;

}

button.btn.custom {
    background: white !important
}

button.btn.custom:hover {
    background: transparent !important;
    color: white !important
}

.linkRedirect {
    line-height: 50px
}

.linkRedirect a,
.linkRedirect a:hover {
    color: #ff5d3b;
    font-size: 18px;
}

.tabCustomSection {
    background: #000;
    text-align: center
}

.nav-pills.custom > li {
    display: inline-block !important;
    float: none !important;
    font-size: 20px;
    margin: 1px 15px
}

.nav-pills.custom > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: transparent !important;
    color: #fff !important
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: transparent !important
}

.nav-pills.custom > li a {
    color: #979797 !important
}

.closeBtncontainer {
    width: 100%;
    float: right;
    text-align: right;
    margin-right: -80px;
    margin-top: -30px;
}

.container.price.tab {
    padding-top: 80px
}

.labelPackage {
    background: #f7f7f7 !important;
    min-height: 100% !important;
    height: auto !important
}

.labelPackageInner {
    height: 100%;
    min-height: 100%;
    background: #f7f7f7
}

.formCont {
    padding: 4% 10%;
    background: white
}

label.control-label.col-lg-12.custom {
    padding: 3px 0 !important;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.container-fluid.customContainer {
    margin: 0 3% 0 18%
}

.container-fluid.customContainer.custom2 {
    margin: 0 3% 0 3%
}

.container-fluid.customContainer .input-group {
    width: 100% !important
}

.inputfieldCustom,
span.input-group-addon.custom {
    border-bottom: 1px solid #000 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 24px !important;
    padding: 0px !important;
}

span.input-group-addon.custom {
    cursor: pointer !important;
    background: transparent !important;
    font-size: 32px !important;
    position: relative;
    top: 0;
    color: #000 !important;
    line-height: 40px !important
}

input.form-control.inputfieldCustom {
    min-height: 60px !important;
    color: #000 !important
}

span.secondLine {
    color: #000 !important;
    /*font-size:18px!important;*/
    padding: 10px 0 !important;
    display: block;
    -webkit-transform: scale(1.03, 0.8);
    /*    font-weight:700;*/
    font-size: 21px !important;
    font-weight: normal;
    color: #666666;
}

span.thirdLine.customstyle {
    color: #000 !important;
    font-weight: 700;
    font-size: 30px
}

.thirdline {
    font-weight: 700 !important;
    font-weight: 300px !important;
    color: #000 !important
}

.nextBtnContainer {
    background: url(../images/next-btn-hover.svg) no-repeat;
    height: 90px !important;
    width: 90px !important;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 370px
}

.nextBtnContainer_select {
    background: url(../images/next-btn-hover.svg) no-repeat;
    height: 90px !important;
    width: 90px !important;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 31%;
}

.nextBtnContainer_max_height {
    background: url(../images/next-btn-hover.svg) no-repeat;
    height: 90px !important;
    width: 90px !important;
    cursor: pointer;
    margin: 0 auto;
    /*margin-top: 1000px!important*/
}

.nextBtnContainer:hover {
    background: url(../images/next-btn-hover.svg) no-repeat;
    height: 90px !important;
    width: 90px !important
}

.nextBtnContainer_select:hover {
    background: url(../images/next-btn-hover.svg) no-repeat;
    height: 90px !important;
    width: 90px !important
}

.nextBtnContainer.customPayment {
    margin-top: 280px
}

.nextBtnContainer.chooseservices {
    margin-top: 340px
}

.nextBtnContainer.customPayment2 {
    margin-top: 80px
}

#tab-1 {
    padding-bottom: 60px
}

.wrap.custom {
    padding-bottom: 0 !important;
    overflow: hidden
}

.col-lg-3.btnSection {
    background: white !important;
    height: auto !important;
    min-height: 100% !important
}

.btnSectionInner {
    text-align: center
}

.labelPackage,
span.thirdrdLine {
    color: #3988AE;
    text-align: center;
    font-size: 30px;
    line-height: 25px;
    padding-top: 6%;
    font-weight: 500;
    font-family: 'Open Sans Condensed', sans-serif;
    /*!important*/
}

.packagesContainer.custom {
    height: 870px
}

.packagesContainer.custom1 {
    height: 420px !important
}

.modesPayment {
    width: 64%;
    margin: 11% 18%;
    font-size: 26px
}

.borderBtm {
    border-bottom: 1px solid #000;
}

.priceSection {
    text-align: right
}

.totallabelCol,
.totalCol {
    padding: 25px 0;
    font-size: 28px;
    font-weight: bold
}

.lblpayment,
.priceSection {
    padding: 5px 0
}

input.text-center.discountCodeLabel {
    border-bottom: 1px solid #ccc !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    outline: none
}

.discountCode {
    border: 1px solid #ff5d3b !important;
    background: white !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: #ff5d3b;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 10px 40px !important;
    width: 100%
}

.discountCode:hover {
    background-color: #ff5d3b !important;
    color: white !important
}

.proceed {
    border: 1px solid #ff5d3b !important;
    background: white !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: #ff5d3b;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 10px 40px !important;
    width: 100%
}

.proceed:hover {
    background-color: #ff5d3b !important;
    color: white !important
}

.methodPayment {
    text-align: center;
    font-size: 22px;
    margin-left: 45px;
    padding: 0 0 100px 0
}

.payment-icons {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin: 10px 10px;
    margin-top: 50px;
    cursor: pointer;
    width: 110px;
    height: 70px;
}

.payment-icons.paypal {
    background-image: url(../images/paypal-icon.jpg)
}

.payment-icons.am-express {
    background-image: url(../images/am-express-icon.jpg)
}

.payment-icons.visa {
    background-image: url(../images/visa-icon.png)
}

.payment-icons.mastercard {
    background-image: url(../images/mastercard-icon.jpg)
}

.payment-icons.paypal.active {
    background-image: url(../images/paypal-active-icon.jpg)
}

.payment-icons.am-express.active {
    background-image: url(../images/am-express-icon-active.png)
}

.payment-icons.visa.active {
    background-image: url(../images/visa-icon-active.jpg)
}

.payment-icons.mastercard.active {
    background-image: url(../images/mastercard-icon-active.png)
}

button.btn.btn-default.dropdown-toggle.custom {
    border: 1px solid #ff5d3b !important;
    border-radius: 0 !important;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 10px 32px
}

span.input-group-addon.custom img {
    position: relative;
    left: 7px
}

.col-lg-3.labelPackage.custom1,
.col-lg-3.labelPackage.custom2 {
    padding-top: 1.8%
}

.addSection {
    padding: 20px 0;
    font-size: 22px
}

.addSection i {
    padding-right: 20px;
    cursor: pointer
}

.addSection i.custom {
    padding-left: 6px;
    padding-right: 55px
}

.addSection span {
    font-weight: bold;
    font-size: 24px
}

.addSection span.custom {
    float: right;
    font-size: 32px;
    margin-right: 40px;
    font-weight: bold
}

.addSection.custom {
    font-size: 30px
}

.addSectionInner {
    float: left
}

.col2.custom {
    padding-left: 90px;
    font-size: 16px;
    margin-top: 10px
}

.langPair {
    color: #ff5d3b;
    font-size: 20px;
    font-style: italic;
    padding-top: 10px
}

.col-lg-7.formCont.customPayment {
    padding: 0 0 8% 5%
}

.methodPayment.custom {
    padding-bottom: 20px
}

ul.navbar-nav.navbar-right.navbar-main.nav li.dropdown button.btn.loginBtn:hover,
.loginBtn:hover {
    background: none !important;
    border: none;
    color: #ff5d3b !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important
}

.jumbotron p {
    font-weight: 600 !important
}

.col-md-5.headBanner-B h2,
.col-md-6.headBanner-B h2 {
    font-weight: 700 !important;
    font-family: 'Open Sans Condensed', sans-serif;
    /*    !important*/
}

.col-md-5.headBanner-B h3,
.col-md-6.headBanner-B h3 {
    font-weight: 700 !important;
    font-family: 'Open Sans Condensed', sans-serif;
    /*    !important*/
}

h3.howitworksH3 {
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
    font-weight: 600 !important
}

.lblpayment {
    font-weight: 300 !important
}

.container.headCustom {
    width: 99% !important;
    marging: 0 auto !important
}

.col-md-2.col1.mainlableHidden {
    margin-left: -5.5%
}

.stepB {
    margin-left: -54px
}

button.btn.discountCode.customlinkedIn {
    margin-top: 20px
}

button.btn.proceed.customlinkedIn {
    margin-top: 20px
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.tabs li {
    float: left;
    width: 50%;
    padding: 0 15px;
    cursor: pointer;
}

ul.tabs li h2 {
    float: left;
}

ul.tabs li.active h2 {
    color: #000;
}

ul.tabs li span {
    opacity: 0;
    margin: 40px 20px;
    display: block;
    float: left;
}

ul.tabs li.active span {
    opacity: 1;
}

.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 0 20px;
    display: none;
}

.tab_container p {
    /*    border: 1px solid #000;*/
    padding: 5px 10px;
    cursor: pointer;
}

.tab_drawer_heading {
    display: none;
}

.faq-a {
    clear: both;
    color: #666;
    overflow: hidden;
    max-height: 0;
    padding-left: 1.5em;
}

.faq-t {
    line-height: 1em;
    color: #aaa;
    font-family: sans-serif;
    float: left;
    margin-top: 2px;
    padding-right: 0.5em;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-a.active {
    max-height: 1000px;
    -webkit-transition: max-height .10s linear;
    transition: max-height .10s linear;
}

.faq-c > p {
    /*    font-family: 'Open Sans Condensed', sans-serif;!important;*/
    font-weight: 700;
    font-size: 18px;
}

.highlighted {
    background: #fde26d;
}

.marker {
    position: absolute;
    left: -50px;
    background: #463233;
    height: 8px;
    width: 40px;
}

/* Responsive Media */

@media screen and (max-width: 1430px) {
    .caricature {
        right: -10%
    }

    .modesPayment {
        width: 90%;
        margin: 11% 5%
    }

    button.btn.discountCode.custom {
        padding: 8px 0 !important
    }

    button.btn.proceed.custom {
        padding: 8px 0 !important
    }
}

@media screen and (max-width: 1199px) {
    nav.navbar.navbar-fixed-top.navbar-header-pikthall .container {
        padding: 0 40px !important;
        width: 100% !important
    }

    .navbar-nav > li {
        margin: 0 5px !important
    }

    .container.price {
        width: 100%
    }

    .topHeader {
        width: 100% !important
    }

    .col-md-6.topHeader {
        padding-top: 20px
    }

    #tab-2 .col-lg-2.labelPackage {
        margin: 0 0 20px 0 !important;
        padding: 20px
    }

    .container-fluid.customContainer {
        margin: 0 3%
    }

    .packagesContainer.custom,
    .packagesContainer.custom1,
    .packagesContainer.custom2 {
        height: auto !important;
        padding: 30px !important
    }

    .labelPackage,
    span.thirdrdLine {
        padding-top: 0
    }

    .modesPayment {
        margin: 4% 20%;
        width: 55%
    }

    .methodPayment {
        margin-left: 0
    }

    .col-lg-7.formCont.customPayment {
        padding: 0 3%
    }

    .nextBtnContainer.customAcctDetails,
    .nextBtnContainer.customPayment,
    .nextBtnContainer.chooseservices,
    .nextBtnContainer.personaldetails,
    .nextBtnContainer.customPayment2 {
        margin-top: 0 !important;
        margin-bottom: 50px
    }

    .container.price.pricing2 {
        width: 100%
    }
}

@media screen and (max-width: 1115px) {
    .container.main-dashboard-2 {
        width: 100%;
        padding-left: 13% !important
    }

}

@media screen and (max-width: 991px) {
    .nextBtnContainer_select {
        display: inline-block !important;
        margin: 0 auto;
        text-align: center;
        margin-left: 43% !important;
        margin-top: 30px !important;
    }

}

@media screen and (max-width: 991px) {

    .navbar-nav > li {
        margin: 0px !important;
    }

    .content-linguist h3 {
        margin-right: 50px
    }

    .content-linguist {
        margin-right: 0px;
    }

    .content-linguist_info h3 {
        margin-right: 50px
    }

    .content-linguist_info {
        margin-right: 0px;
    }

    .container-main-page {
        height: auto;
    }

    .main-dashboard-1 img {
        width: 45%;
        float: none;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .main-dashboard {
        height: auto;
    }

    .container.main-dashboard-1 p {
        margin-left: 0;
        width: 100%;
        clear: both
    }

    .container-main-page:after {
        background-size: cover;
        background-position: -422px -0;
    }

    .col-md-5.headBanner-B h2, .col-md-6.headBanner-B h2 {
        margin-top: 0;
    }

    .col-md-6.col-sm-12.translatorcontainer {
        width: 50% !important;
        float: left;
        white-space: normal
    }

    .container.main-dashboard-3,
    .container.main-dashboard-4,
    .container.main-dashboard-4.howitworks2 {
        width: 90%
    }

    .col-md-2.col1.mainlableHidden,
    .col-md-2.col1a.mainlableHidden2 {
        display: none
    }

    .col-md-6.labelHidden,
    .col-md-6.labelHidden2 {
        display: block
    }

    .col-md-2.col2,
    .col-md-2.col3,
    .col-md-2.col4,
    .col-md-2.col5,
    .col-md-2.col6 {
        width: 100% !important;
        float: left !important
    }

    .col-md-2.col2a,
    .col-md-2.col3a,
    .col-md-2.col4a {
        width: 100% !important;
        float: left !important
    }

    .col-md-6.labelHidden,
    .col-md-6.labelHidden2 {
        float: left;
        width: 50% !important;
        margin-bottom: 20px;
    }

    .col-md-6.activePackage {
        float: left !important;
        width: 50% !important;
        margin-bottom: 20px;
    }

    button.btn.howitworkscustomBtn {
        margin-bottom: 10px
    }

    .caricature {
        right: 0;
        top: -69%
    }

    .form-group.formCustom {
        padding-bottom: 20px !important
    }

    .teamProfile,
    .teamThumbs {
        width: 80%;
        margin-bottom: 20px;
        margin: 0 auto
    }

    .ourTeam h2 {
        text-align: center
    }

    .modesPayment {
        width: 40%;
        margin: 4% auto
    }

    .lblpayment,
    .priceSection,
    .totallabelCol {
        text-align: center
    }

    input.text-center.discountCodeLabel {
        margin-bottom: 20px
    }

    .col-md-7.langPair {
        padding-bottom: 20px
    }

    ul.tabs li.active span {
        margin: 33px 15px;
    }

    .body-content.section h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 967px) {
    .content-linguist h3 {
        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-right: 0
    }

    .content-linguist_info h3 {
        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-right: 0
    }

    a.btn.btn-pikthall.btn-pikthall {
        padding: 8px 10px 8px 10px !important;
        margin-left: 0
    }

    .btn-linguist-left,
    .btn-linguist-right {
        min-height: 130px
    }

    .content-linguist {
        width: 100% !important
    }

    .content-linguist_info {
        width: 100% !important
    }
}

@media screen and (max-width: 926px) {
    .navbar-nav {
        padding-left: 20px !important
    }

    .navbar-main > li > a {
        font-size: 14px !important
    }

    .loginBtn {
        padding: 10px 20px !important
    }

    .navbar-brand img {
        height: 48px !important
    }

    .container.main-dashboard-2 {
        padding-left: 5% !important;
        padding-right: 5% !important
    }

    .main-dashboard-2 img {
        height: 40px
    }
}

@media screen and (max-width: 815px) {
    .topBG-A .container {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .closeBtncontainer {
        margin-right: -30px
    }
}

@media screen and (max-width: 767px) {
    .login_pass {
        margin: auto;
        width: 50%;
        padding: 10px;
    }

    .navbar-fixed-top {
        padding: 12px 0 0 0 !important
    }

    .navbar-toggle {
        margin-top: 3px !important
    }

    .content-linguist h3 {
        margin-right: 10px
    }

    .content-linguist {
        margin-right: 10px
    }

    .content-linguist_info h3 {
        margin-right: 10px
    }

    .content-linguist_info {
        margin-right: 10px
    }

    .navbar-center {
        width: auto
    }

    .btn-linguist-left,
    .btn-linguist-right {
        height: auto
    }

    .col-pikthall-5 {
        width: 100%;
        text-align: center
    }

    div#w0-collapse {
        border-bottom: 1px solid #ccc
    }

    .loginBtn {
        /*border: 0!important;*/
        padding: 10px 16px !important;

    }

    .nav_login {
        /*border: 0!important;*/
        padding: 10px 16px !important;
        margin-left: 6%;
    }

    .main-dashboard-1 img {
        width: 25%;
        float: left;
    }

    .container.main-dashboard-1 p {
        float: left;
        clear: none;
        width: 65%;
        margin: 5px 40px
    }

    .main-dashboard-1 div.col-sm-4 p img {
        width: 20px !important;
        margin-right: 6px !important;
    }

    .main-dashboard-1 div.col-sm-4 p strong {
        display: block;
        margin-top: 10px;
        color: #0089b1;
    }

    .container.main-dashboard-1 .col-sm-4.col-xs-12 {
        padding-bottom: 30px
    }

    .container.main-dashboard-2 {
        width: 80%;
        margin: 0 auto;
        padding: 0 !important
    }

    .main-dashboard-2 img {
        height: auto;
        float: none
    }

    .col-pikthall-5 {
        width: 50%;
        padding-bottom: 30px
    }

    .container.main-dashboard-3 {
        white-space: nowrap
    }

    .container.main-dashboard-4 .col-pikthall-5 {
        width: 50%;
        clear: both;
        margin: 0 auto;
        display: block;
        float: none;
        padding-bottom: 20px
    }

    .howitworks2 .col-pikthall-5 {
        width: 50% !important
    }

    .main-dashboard-4 span {
        right: 50px
    }

    .get_started {
        width: 125px !important;
        top: 8px !important;
    }

    .navbar-nav > li > a {
        font-size: 14px !important;
    }

    .navbar-nav > li > a > i > img {
        width: 18px !important;
    }

    button.btn.loginBtn {
        /*position: relative;*/
        /*margin-left: 36px !important;*/
    }

    .get_started {
        margin-left: 36px !important;
    }
}

@media screen and (max-width: 700px) {
    ul.tabs li.active span {
        margin: 27px 10px;
    }

    .body-content.section h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .content-linguist h3 {
        font-size: 22px
    }

    .content-linguist_info h3 {
        font-size: 22px
    }

    .content-dashboard p {
        font-size: 18px !important;
    }

    .col-md-5.headBanner-B h2,
    .col-md-6.headBanner-B h2 {
        font-size: 20px
    }

    .col-md-5.headBanner-B h3,
    .col-md-6.headBanner-B h3 {
        font-size: 20px
    }

    .flagIcon img {
        font-size: 35px;
    }

    .CheckIcon img {
        font-size: 35px;
    }

    .jumbotron.container-main-page-1 h1,
    .content-dashboard h2:first-child,
    .body-content.section h2 {
        font-size: 24px
    }

    .container.main-dashboard-3 h3 {
        font-size: 18px
    }

    .vTranslate {
        font-size: 20px !important
    }

    textarea.form-control {
        width: 93% !important
    }

    .teamProfileName h4 {
        font-size: 18px
    }

    .teamProfileName span {
        font-size: 16px
    }

    .teamProfileName {
        min-height: 55px
    }

    .teamProfileName {
        margin-top: -55px
    }

    .nav-pills > li {
        display: block !important
    }

    .inputfieldCustom,
    span.input-group-addon.custom {
        font-size: 23px !important
    }

    label.control-label.col-lg-12.custom {
        font-size: 20px
    }

    .methodPayment {
        width: 90%;
        margin: 0 auto
    }

    .payment-icons img {
        width: 80px;
        height: auto
    }

    .discountCode {
        padding: 10px 10px !important;
        width: 100%
    }

    .proceed {
        padding: 10px 10px !important;
        width: 100%
    }

    .modesPayment {
        width: 70%
    }

    .col-md-2.col1.mainlableHidden {
        margin-left: 0
    }

    .container.price {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .main-dashboard-4 span {
        right: 10px
    }

    ul.tabs li.active span {
        margin: 23px 10px;
    }
}

@media screen and (max-width: 578px) {
    .social-group {
        margin: 20px 30px 0px 30px !important
    }

    .container.price.pricing2 {
        width: 85%
    }

    .nav-pills.custom > li {
        width: 100%;
        margin: 5px 0
    }
}

@media screen and (max-width: 510px) {
    .main-dashboard-1 img {
        float: none;
        text-align: center;
        width: 32%;
    }

    .container.main-dashboard-1 p {
        width: 100%;
        margin: 0
    }

    .container.main-dashboard-3 {
        width: 100%;
    }

    .jumbotron.container-main-page-1 {
        width: 100%
    }

    .col-md-6.col-sm-12.translatorcontainer h3 {
        white-space: normal
    }

    .container.main-dashboard-4 .col-pikthall-5 {
        width: 100%
    }

    .howitworks2 .col-pikthall-5 {
        width: 100% !important
    }

    .caricature {
        opacity: 0.7
    }

    .teamThumbs {
        width: 90%
    }

    .col2.custom {
        padding-left: 70px
    }

    .addSection i,
    .addSection i.custom {
        padding-right: 0;
        width: 200px;
        text-align: center;
        display: block;
        margin: 0 auto
    }

    .addSection {
        text-align: center
    }

    .addSectionInner {
        float: none
    }

    .addSection span.custom {
        margin-right: 0;
        text-align: left;
        float: none
    }

    .col2.custom {
        padding-left: 0
    }

    .col-md-7.langPair {
        text-align: center
    }

    .main-dashboard-4 span {
        right: 90px
    }
}

@media screen and (max-width: 440px) {
    .certification-box input[type="text"] {
        width: 100%
    }

    .certification-box button {
        margin: 10px auto;
        float: none;
        text-align: center;
        display: block;
    }

    .col-md-6.col-sm-12.translatorcontainer {
        width: 100% !important;
    }

    .container.price,
    .container.price.pricing2 {
        width: 100%
    }

    .col-md-6.labelHidden {
        width: 60% !important
    }

    .col-md-6.activePackage {
        width: 40% !important
    }

    .col-md-5ths.col-xs-6 {
        width: 100% !important
    }

    .payment-icons img {
        width: 50px;
        height: auto
    }

    .payment-icons {
        padding: 10px 5px
    }

    .col-lg-7.formCont.customPayment {
        padding: 0 4%
    }

    .main-dashboard-4 span {
        right: 50px
    }

    button.btn.loginBtn {
        position: relative;
        margin-left: 23px !important;
    }

    .get_started {
        margin-left: 23px !important;
    }
}

@media screen and (max-width: 400px) {
    nav.navbar.navbar-fixed-top.navbar-header-pikthall {
        border: 1px solid #ccc
    }

    .btn-linguist-left.btn-tab.hope-page-active-tab,
    .btn-linguist-right.btn-tab,
    .btn-linguist-left.btn-tab {
        width: 100% !important
    }

    .col-pikthall-5 {
        width: 100%
    }

    button.btn.howitworkscustomBtn {
        padding: 10px 15px !important
    }

    input.btn.sendBtn {
        width: 80% !important;
        margin: 0 auto
    }

    .sendBtnWrapper {
        text-align: center
    }
}

@media screen and (max-width: 355px) {
    .certification-box input[type="text"] {
        margin-bottom: 10px
    }

    .content-linguist h3 {
        margin-right: 0
    }

    .content-linguist {
        margin-right: 0
    }

    .content-linguist_info h3 {
        margin-right: 0
    }

    .content-linguist_info {
        margin-right: 0
    }

    .teamThumbs {
        width: 100%
    }

    .container.price h4,
    .container.price.pricing2 h4 {
        font-size: 20px
    }

}

@media screen and (max-width: 603px) and (min-width: 450px) {
    .content-linguist {
        margin-right: 10px;
        width: 195px;
    }

    .content-linguist_info {
        margin-right: 10px;
        width: 195px;
    }
}

.activePackage select {
    background: #fff;
    width: 100px;
    padding: 0px 35px 0px 5px;
    font-size: 14px;
    border: 1px solid #000;
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-icon.png) 96% / 25% no-repeat #fff;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important
}

.activePackage input {
    background: #fff;
    width: 56%;
    padding-left: 22%;
    padding: 0px 0px 0px 5px;
    font-size: 14px;
    border: 1px solid #000;
    height: 25px;
    border-radius: 5px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url(../images/select-icon.png) 96% / 25% no-repeat #fff;*/
    cursor: pointer;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    outline: none;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0
) {
    select {
        background: none;
        padding: 5px;
    }
}

@media screen and (max-width: 410px) {
    .description_style_125 {
        margin-top: -22px !important;
        font-size: 13.5px !important;
        line-height: 1.4 !important;
    }

    .en_res {
        margin-top: -5px !important;
        font-size: 24px !important;
    }
}

@media screen and (max-width: 435px) {

    .price-label {
        position: relative;
        font-size: 14px !important;
        margin-left: -5px;

    }

    .description_style_small {
        position: relative;
        top: -25px !important;
        font-size: 13.5px !important;
        padding: 5px !important;
        line-height: 1.2 !important;
    }

    @media screen and (max-width: 320px) {
    }

}

@media screen and (max-width: 480px) {

    .tabs {
        /*        display: none;*/
    }

    ul.tabs li {
        width: 100%;
        display: block;
    }

    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    ul.tabs li span {
        margin: 12px 15px !important;
        margin-bottom: 0 !important;
    }

    ul.tabs li h2 {
        margin-top: 10px;
    }

    .d_active {
        background-color: #666;
        color: #fff;
    }
}

.language-pair1 {
    text-align: center;
    padding: 120px 0;
}

.language-pair2 {
    padding-top: 70px !important;
    padding-left: 40px !important;
    padding-right: 75px !important;
    padding-bottom: 70px !important;
}

.home_page_headBanner_B_1 {
    padding-left: 4px !important;
    width: 45% !important;
}

.home_page_headBanner_B_2 {
    padding-left: 31px !important;
}

.lang-list span {
    font-size: 18px;
    line-height: 36px;
}

.lang-list div {
    border-top: 1px solid;
    border-right: 1px solid;
}

.lang-list {
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding: 0 !important;
    border: none;
    text-align: center;

}

.lang-list div span h2 {
    background: #439EC9;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0 38px;
    padding: 10px 0;
}

.lang-list div:nth-child(odd) {
    /*border-left:1px solid;
    border-right: none;*/
    border: none;
}

.lang-list div:nth-child(even) {
    /*border-right:0;
        border-left: 1px solid;*/
    border: none;
}

.lang-list:nth-child(2) {
    margin-top: 62px;
}

.languageTrans p {
    margin-bottom: 30px;
}

.topics-covered {
    width: 100%;
    min-height: 399px;
    background: #439ec9;
    padding: 10px 33px;
    color: #fff;
}

.topics-covered li {
    list-style: none;

    display: none;
}

.topics-covered li.topics_active {
    display: block;
    opacity: 1;
}

.topics-covered li h2 {
    font-size: 22px !important;
    color: #fff !important;
    font-weight: bold !important;
    margin-bottom: 10px;
}

.top_image ul {
    margin-left: 0;
    padding-left: 0;
}

.top_image li {
    list-style: none;
    display: none;
    border: 1px solid #f7f7f7;
    text-align: center;
    background: #bebebe;
    max-height: 399px;
    overflow: hidden;
}

.top_image li img {
    width: 100%;
}

.top_image li.top_image-active {
    display: block;
    opacity: 1;
}

.sua {
    width: 100%;
    /*background: rgb(255,118,94); /* Old browsers
background: -moz-linear-gradient(top, rgba(255,118,94,1) 0%, rgba(255,93,59,1) 100%); /* FF3.6-15 
background: -webkit-linear-gradient(top, rgba(255,118,94,1) 0%,rgba(255,93,59,1) 100%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom, rgba(255,118,94,1) 0%,rgba(255,93,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff765e', endColorstr='#ff5d3b',GradientType=0 ); IE6-9 */
    background: #fff;
    border: 1px solid #ff5e3d;;

}

.sua ul, .topics-covered ul {
    padding: 0;
    margin: 0;
}

.sua li {
    list-style: none;
    border-bottom: 1px solid #ff5e3d;
    text-align: right;
    font-size: 14px;
    color: #fff;
    padding: 18px 0;
}

.sua li span {
    color: #ff5e3d;
    text-transform: uppercase;
    float: left;
    padding: 0 17px;
    line-height: 18px;
    cursor: pointer;
    font-size: 18px;
}

.sua li i {
    padding-right: 10px;
}

.sua li.sua_active, .sua li.sua_active span {
    color: #fff;
    background: #ff5e3d;

}

.LetsTalk {
    padding-top: 3% !important;
    margin-top: 5%;
    padding: 3px 12px !important;

}

.width_18 {
    width: 18% !important;
}

.description_style_small {
    height: 120px;
    font-size: 16px;
    line-height: 1.2;
}

.description_style_big {
    height: 127px;
    font-size: 16px;
    line-height: 1.2;
}

.description_style_125 {
    height: 132px;
    line-height: 1.2;
    font-size: 16px;
}

.description_style_126 {
    height: 126px;
    /*line-height: 1.2;*/
    font-size: 16px;
}

.meet_a_translator {
    padding-left: 16% !important
}

@media only screen and (max-width: 992px) {
    .meet_a_translator {
        padding-left: 15px !important
    }
}

.navbar_active {
    background: #ff5d3b !important;
    color: #fff !important;
}
.box-holder{
    min-height: 0px;
    padding: 10px 15px;
    background-color: #ff5d3b;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}
.fancy-title{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}
.box-body{
    min-height: 50px;
    padding: 15px 15px 15px 15px;
    background-color: #efefef;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.box-body strong{
    color: #ff5d3b;
}
.box-body p{
    color: #777;
}
.box-btn{
    border: 1px solid #ff5d3b !important;
    background: white !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: #ff5d3b;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 10px 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.box-btn:hover {
    background: #ff5d3b !important;
    color: white !important;
}