/**
 * New landing page related styles
 */
 body {
     background-color: #fff;
 }

 #app .navbar {
    margin: 0px;
 }
.navbar-brand img {
    height: 40px;
}

@media (max-width: 768px) {
    .main_menu .lang_en {
        width: 60px;
        display: inline-block;
        float: left;
    }
    .main_menu .lang_sv {
        width: 60px;
        float: left;
    }
    .navbar-brand img {
        height: 32px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-default .navbar-nav.main_menu li a {
        padding-right: 5px;
        padding-left: 4px;
        padding-bottom: 12px;
        padding-top: 16px;

        font-size: 13px;
    }
    .main_menu li.lang_en {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar-default .navbar-nav.main_menu li a {
        padding-right: 8px;
        padding-left: 7px;
        padding-bottom: 15px;
        padding-top: 19px;

        font-size: 15px;
    }
    .main_menu .lang_en {
        padding-left: 17px;
    }
}

.nav.navbar-nav > li > a.not_lang {
    padding: 17px 14px;
}

@media (min-width: 1200px) {
    .main_menu .lang_en {
        padding-left: 90px;
    }
    .nav.navbar-nav > li > a.not_lang {
        padding: 12px 14px;
    }
}

@media (max-width: 991px) {
    .nav.navbar-nav > li > a.not_lang {
        padding: 16px 10px;
    }
}

/**
 * Common styles.
 */
p, h1, h2, h3, h4, h5, a, button, label, span {
    font-family: Roboto;
}

button.btn:hover {
    background-color: gray;
    color: #fff;
}

button.btn:focus {
    color: #fff;
}

/**
 * End of common styles.
 */

/**
 * Coming soon page style. Temperory, remove after use.
 */
@media (min-width: 991px) {
    .coming_soon_page .navbar-nav.main_menu {
        float: right;
    }
}
.coming_soon_page .navbar {
    height: 60px;
}
.coming_soon_page .navbar-nav > li > a {
    padding-top: 19px;
}
.coming_soon_page .navbar-nav.main_menu a {
    color: #000;
    font-size: 18px;
}
.coming_soon_page .coming_soon.heading {
    font-size: 41px;
    font-weight: lighter;
}
.coming_soon_page .top_portion {
    padding-bottom: 21px;
}
.coming_soon_page .top_portion .text_left {
    padding-top: 247px;
    padding-left: 44px;
}
.coming_soon_page .landing_page_content {
    padding-bottom: 150px;
}
.coming_soon_page .footer {
    padding-top: 20px;
}
/**
 * End.
 */
@media (min-width: 992px) {
     .navbar {
         height: 64px;
     }
}
.navbar-nav.main_menu {
    padding-top: 8px;
}

.navbar-nav.main_menu a img.flag {
    width: 34px;
    height: 20px;
}

.navbar-nav.main_menu a img.flag:hover {
    filter: opacity(25%);
}

.navbar-nav.main_menu a img.selected_flag {
    box-shadow: 0px 0px 7px 0px #333;
}

.navbar-default .navbar-nav > li > a {
    color: #1b172f;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #777;
}
@media (min-width: 1199px) {
    .navbar-nav.main_menu {
        float: right;
        margin-right: 17px;
    }
}
.main_menu .lang_en a {
    padding-right: 0px;
}

.main_menu .lang_se a {
    padding-left: 10px;
}

.navbar-header a,
.navbar-nav li a {
    font-weight: bold;
}

.top_portion {
    background-color: #EAEBEF;
    height: auto;
    padding-bottom: 358px;
}

.heading {
    font-weight: bold;
    margin: 0px;
}

.top_portion .row {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .text_left {
        padding-top: 230px;
        padding-left: 38px;
    }
    .text_left h2 {
        font-size: 35px;
    }
    .text_left p {
        padding: 6px 8px 8px 4px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}
@media (max-width: 992px) {
    .text_left .top_btn_wrapper {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .text_left .top_btn_wrapper .btn,
    .create_acc_btn_bottom .btn {
        width: 230px;
        height: 50px;
    }
}

.text_left .btn,
.create_acc_btn,
.contact_btn,
.btn_general {
    background: #50bc7b;
    color: #fff;
    border-radius: 35px;
    width: 265px;
    font-size: 21px;
    font-weight: 700;
    height: 56px;
}
.text_left .btn {
    margin-top: 42px;
    margin-left: 2px;
}

a.create-account {
    line-height: 2;
}

.login-box {
    margin-top: 40px;
}

.text_left .heading {
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.6px;
}

.mobile_image {
    background-image: url('/images/mobile-screen.png');
    height: 725px;
    background-repeat: no-repeat;
    /*background-size:contain;*/
    background-position: 70px 40px;
}

@media (max-width: 1200px) {
    .mobile_image {
        background-position: center;
    }
}

@media (min-width: 1200px) {
    .mobile_image {
        background-position: 67px 50px;
    }
}

@media (max-width: 380px) {
    .mobile_image {
        background-size: contain;
        width: 100%;
        height: 550px;
        margin-top: 40px;
    }
}

.functions_content {
    background-color: #fff;
    position: absolute;
    top: -307px;
    right: 0;
    left: 0;
    padding-top: 70px;
    padding-bottom: 40px;
    box-shadow: 4px 4px 20px #9e9e9e;
    margin: 0px;
}

@media (min-width: 1025px) {
    .functions_content {
        margin: 3px 44px 0px 14px;
    }
}

@media (max-width: 991px) {
    .functions_content {
        top: -230px;
    }
    .main_content .advantages_section .content {
        padding-top: 835px;
    }
    .functions_content .row .row_2 {
        margin-top: 0px;
    }
    .functions_content {
        margin-left: 15px;
        margin-right: 15px;
    }
    .advantages_section .content .inter_row {
        margin-top: 45px;
    }
    .advantages_section .content .advantages_fifth {
        margin-top: 0px;
    }
    .navbar-nav.main_menu {
        margin: 0;
    }
    .landing_page_content .top_portion {
        padding-bottom: 220px;
    }
}

@media (max-width: 991px) and (min-width: 380px) {
    .mobile_image {
        margin-top: 25px;
    }
}
@media (min-width: 991px) {
    .to_right {
        float: right;
    }
}

@media (min-width: 824px) {
    .how_does_it_work {
        margin: 0px 15px 0px 15px;
    }
}

@media (max-width: 435px) {
    .main_content .advantages_section .content {
        padding-top: 950px;

    }
}

@media (max-width: 310px) {
    .main_content .advantages_section .content {
        padding-top: 1030px;

    }
}
@media (max-width: 289px) {
    .main_content .advantages_section .content {
        padding-top: 1070px;

    }
}
.how_does_it_work .timeline_orig_image img {
    margin: 0 auto;
}
@media (max-width: 991px) {
    .timeline_orig_image {
        display: none;
    }
    .timeline {
        display: block;
    }
}

@media (min-width: 992px) {
    .timeline_orig_image {
        display: block;
    }
    .timeline {
        display: none;
    }
}

.functions_content .heading {
    text-align: center;
    font-size: 35px;
}

.functions_content .main_wrapper {
    padding-top: 8px;
 }

.functions_content .functionality_image .text {
    text-align: center;
}
.functions_content .functionality_image .text p {
    font-size: 17px;
    font-weight: bold;
}

.functions_content .row_1 {
    margin-top: 20px;
}

.functions_content .row_2 {
    margin-top: 20px;
}

.functions_content .image {
    text-align: center;
}
@media (max-width: 992px) {
    .advantages_section .advantage_image img {
        height: 350px;
    }
}
@media (max-width: 480px) {
    .advantages_section .advantage_image img {
        height: auto;
    }
}
@media (min-width: 992px) {
    .functions_content .first_func_image .image img {
        padding: 7px 59px 0px 0px;
    }
    .functions_content .first_func_image .text {
        text-align: left;
        padding: 10px 0px 0px 18px;
    }
    .functions_content .sec_func_image .image img {
        padding: 7px 0px 0px 5px;
    }
    .functions_content .sec_func_image .text {
        padding: 9px 5px 0px 0px;
    }
    .functions_content .third_func_image .image img {
        padding: 6px 0px 0px 49px;
    }
    .functions_content .third_func_image .text {
        padding: 9px 0px 0px 55px;
    }
    .functions_content .forth_func_image .image img {
        padding: 18px 55px 0px 2px;
        height: 116px;
    }
    .functions_content .forth_func_image .text {
        padding: 7px 57px 0px 0px;
    }
    .functions_content .fifth_func_image .image img {
        padding: 8px 0px 0px 0px;
        height: 109px;
    }
    .functions_content .fifth_func_image .text {
        padding: 14px 0px;
    }
    .functions_content .sixth_func_image .image img {
        padding: 11px 0px 0px 63px;
    }
    .functions_content .sixth_func_image .text {
        padding: 16px 0px 0px 32px;
    }

    /**
     * Advantages section
     */
    .advantages_first .advantage_image img {
        height: 290px;
        padding-right: 15px;
    }
    .advantages_first .text_content {
        padding: 75px 0px 0px 12px;
    }
    .advantages_sec .advantage_image img {
        height: 368px;
        padding-top: 64px;
        padding-left: 7px;
    }
    .advantages_sec .text_content {
        padding: 165px 0px 0px 4px;
    }
    .advantages_third .advantage_image img {
        height: 349px;
        padding: 63px 82px 0px 0px;
    }
    .advantages_third .text_content {
        padding: 130px 0px 0px 16px;
    }
    .advantages_forth .advantage_image img {
        height: 331px;
        padding: 13px 1px 7px 0px;
    }
    .advantages_forth .text_content {
        padding: 89px 0px 0px 0px;
    }
    .advantages_fifth .advantage_image img {
        height: 340px;
        padding: 3px 24px 25px 0px;
        margin-top: -7px;
    }
    .advantages_fifth .text_content {
        padding: 57px 0px 0px 16px;
    }
}


.functions_content .image img {
    height: 108px;
}

.advantages_section {
    background-color: #fff;
    position: relative;
    padding-top: 25px;
    padding-bottom: 400px;
}

.advantages_section .content {
    adding-top: 400px;
    padding-top: 294px;
}

.dvantages_section .text_content {
    padding-top: 88px;
}

.advantages_section .text_content .heading {
    font-size: 30px;
}
.advantages_section .text_content p {
    padding-top: 32px;
    font-size: 16px;
}
@media (min-width: 992px) {
    .dvantages_section .advantage_image img {
        height: 325px;
        padding-top: 39px;
        padding-right: 95px;

    }
}

.advantages_section .inter_row {
    margin-top: 57px;
}

.how_does_it_work {
    background-color: #393649;
    position: absolute;
    top: -329px;
    right: 0;
    left: 0;
    min-height: 750px;
}

.how_does_it_work .content .road_image_wrapper h2 {
    text-align: center;
    font-size: 36px;
}

.how_does_it_work .content .road_image_wrapper p.text {
    text-align: center;
    font-size: 17px;
}

.how_does_it_work .sec_col {
    background-image: url('/images/img-road.svg');
    height: 775px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.how_does_it_work .first_col
.how_does_it_work .sec_col,
.how_does_it_work .third_col {
    position: relative;
}

.how_does_it_work .text_point_sec {
    position: absolute;
    top: 255px;
    left: 25px;
}

.how_does_it_work .road_image_wrapper {
    position: relative;
}

.how_does_it_work .top_text {
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .how_does_it_work .top_text {
        margin-top: 69px;
    }
}

.how_does_it_work .top_text h2 {
    font-size: 36px;
    margin-bottom: 0px;
}

.how_does_it_work .top_text p {
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-right: 17px;
}
/**
 * Style for how does it work section.
 */
 .road_section {
   width: 330px;
   padding-top: 20px;
   padding-bottom: 20px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
 }
 .road_section img {
   width: 100%;
   height: auto;
 }
 .box{
   position: absolute;
 }
 .box1 {
     top: 9px;
     left: -301px;
 }
 .box2 {
     top: 94px;
     right: -323px;
 }

 .box3 {
     top: 284px;
     left: -303px;
 }
 .box4 {
     bottom: 10px;
     right: -323px;
 }

 .circle,.circle2 {
     width: 62px;
     height: 62px;
     background: #fff;
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     border: 2px solid #393649;
     box-shadow: 0 0 0 4px #fff;
 }
 .circle h2,
 .circle2 h2 {
     line-height: 13px;
     font-size: 35px;
 }

 .text_area {
   width: 312px;
   float: left;
   color:#fff;
   font-size: 16px;
   font-weight: 700;
   line-height: 23px
 }

 .text_area p {
    font-weight: bold;
 }

 .box1 .text_area {
     padding: 13px 27px 0px 0px;
 }
 .box2 .text_area {
     padding: 0px 0px 0px 28px;
 }
 .box3 .text_area {
     padding: 0px 31px 0px 0px;
 }
  .box4 .text_area {
     padding: 3px 0px 0px 29px;
 }


 @media (max-width: 1194px) and (min-width: 992px) {
    .box1 .text_area {
        padding: 13px 20px 0px 0px;
    }
    .box2 .text_area {
        padding: 0px 0px 0px 14px;
    }
    .box3 .text_area {
        padding: 0px 20px 0px 0px;
    }
    .box4 .text_area {
        padding: 3px 0px 0px 12px;
    }
}

 .box1 .text_area,
 .box3 .text_area {
    text-align: right;
 }

 .box2 .text_area,
 .box4 .text_area {
    text-align: left;
 }

 .circle{
   float: right;
 }
 .circle2{
   float: left;
 }
/**
 * End of how does it work section style.
 */
.road_image_wrapper .point p {
    text-align: center;
    font-size: 60px;
}
.big {
    font-size: 24px;
    font-weight: bold;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}
.create_acc_text {
    position: relative;
    padding: 0px;
}

.create_acc_text .create_acc_content {
    position:absolute;
    top:500px;
    text-align: center;
    right: 0;
    left: 0;
}

.create_acc_content .main_text {
    color: #000;
}

.create_acc_content .create_acc_btn_bottom .btn {
    margin-top: 15px;
}

/*@media (min-width: 530px) {*/
@media (min-width: 760px) {
    .create_acc_content .main_text {
        font-size: 37px;
        font-weight: 600;
        line-height: 54px;
    }
}

@media (max-width: 529px) and (min-width: 430px) {
    .create_acc_content .main_text {
        font-size: 22px;
    }
}

@media (max-width: 429px) {
    .create_acc_content .main_text {
        font-size: 21px;
    }
}
@media (max-width: 380px) {
    .create_acc_content .main_text {
        font-size: 17px;
    }
}
@media (max-width: 300px) {
    .create_acc_content {
        margin-top: 15px;
    }
    .create_acc_content .main_text {
        font-size: 15px;
    }
}
.create_acc_bottom {
    background-color: #EAEBEF;
    min-height: 740px;
}

.landing_page_content {
    padding-bottom:10px;
}

.footer_menu {
    text-align: center;
    padding-top:30px;
}
.footer_menu a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 5px;
    font-size: 17px;
}

.footer {
    height: 230px;
    position: relative;
    clear:both;
    padding-top: 20px;
}

.footer .social_menu,
.footer .credits {
    text-align: center;
}

.footer div {
    padding-bottom: 25px;
}

.footer .social_menu img {
    height: 40px;
}

.footer .credits {
    color: black;
}

/**
 * Pricing page styles
 */
.pricing_content {
    background-color: #EAEBEF;
    height: 590px;
}

.pricing_content .main_wrapper {
    padding-top: 35px;
}

@media (max-width: 767px) {
    .price_list_wrapper {
        margin: 12px;
    }
}

@media (min-width: 992px) {
    .price_list_wrapper {
        margin: 3% 0px 0px 26%;
        width: 46%;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .pricing_content .main_wrapper {
        background-image: url('/images/img-prices.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-position: 34px 220px;
        background-size: 844px 100px;
    }
}

@media (min-width: 1200px) {
    .pricing_content .main_wrapper {
        background-image: url('/images/img-prices.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-position: 79px 232px;
        background-size: 932px 100px;
    }
}
.pricing_content .main_wrapper .heading-wrapper {
    padding-top: 27px;
}
.price_list_wrapper {
    background-color: #fff;
    padding: 25px 65px 35px 59px;
    height: 290px;
}

.price_list_wrapper .list_item .fee_price {
    font-weight: bolder;
}

.list_item {
    padding: 12px 0px 4px 0px;
    border-bottom: 1px solid #EAEBEF;
}

.list_item.last {
    border:none;
}

.btn_register_wrapper {
    text-align: center;
    margin: 40px 0px 70px 0px;
}

.pricing_content .btn_register_wrapper .btn {
    width: 215px;
    font-size: 19px;
    height: 44px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .main_wrapper .price_list_wrapper {
        padding: 13px;
    }
}
@media (max-width: 991px) and (min-width: 350px) {
    .main_wrapper .price_list_wrapper {
        padding: 21px;
    }
}

@media (max-width: 350px) {
    .main_wrapper .price_list_wrapper {
        padding: 10px;
    }
}

.create_acc_content .heading,
.pricing_content .heading,
.contact_content .heading {
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
}

@media (min-width: 991px) {
    .pricing_content .main_wrapper {
        margin-top: 35px;
    }
    .create_acc_content .main_wrapper {
        margin-top: 35px;
    }
}

/**
 * Create account page.
 */
.create_acc_content {
    background-color: #EAEBEF;
    height: auto;
    padding-bottom: 98px;
}

@media (min-width: 991px) {
    .reate_acc_content {
        height: 590px;
    }
}

@media (max-width: 992px) {
    .reate_acc_content {
        height: 590px;
    }
}

.create_acc_content .main_wrapper {
    padding-top: 61px;
}

.create_acc_content .form_wrapper .form-group {
    margin-bottom: 11px;
}
@media (min-width: 992px) {
    .create_acc_content .form_wrapper .to_right_pad {
        padding-right: 11px;
    }

    .create_acc_content .form_wrapper .to_left_pad {
        padding-left: 7px;
    }
    .create_acc_form_wrapper .form_wrapper {
        padding-left: 0px;
    }
}

.create_acc_content .form_wrapper {
    margin-top: 14px;
}

.create_acc_form_wrapper label {
    font-weight: bolder;
    font-size: 15px;
    color: #000;
}

.create_acc_form_wrapper input,
.form_wrapper input {
    width: 100%;
    height: 50px;
    border: none;
    padding: 10px 10px 10px 19px;
}

.create_acc_form_wrapper #country,
.form_wrapper #country {
    width: 100%;
    height: 50px;
    border: none;
    padding: 10px 10px 10px 19px;
}

.create_acc_form_wrapper input[type="checkbox"]{
    width: 30px;
    height: 30px;
    margin: 0px;
}
.create_acc_form_wrapper .checkbox label {
    padding-left: 35px;
}

.form_wrapper textarea {
    resize: none;
    border: none;
    padding: 10px 10px 10px 19px;
}

.create_acc_form_wrapper .btn_row {
    text-align: center;
    padding: 29px 0px 0px 5px;
}

.create_acc_form_wrapper .btn_row .btn {
    width: 215px;
    font-size: 19px;
    height: 44px;
}
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 150px;
  padding: 15px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 8px;
}

/* Container around content */
.timeline_circle {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline_circle::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  eft: 0;
  left: -270px;
}

/* Place the container to the right */
.right {
  eft: 50%;
  left: 24%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  eft: -16px;
  left: 0px;
}

/* The actual content */
.timeline_content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 992px wide */
@media (max-width: 992px) {
    .left {
        left:0px;
    }
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .timeline_circle {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline_circle::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
@media all and (max-width: 380px) {
    .how_does_it_work .top_text h2 {
        font-size: 30px;
    }
    .how_does_it_work .top_text p {
        font-size: 17px;
    }
    .timeline {
        margin-top: 110px;
    }
    .timeline_content {
        padding: 10px 30px;
    }
}

@media all and (max-width: 310px) {
    .how_does_it_work .top_text h2 {
        font-size: 26px;
    }
    .how_does_it_work .top_text p {
        font-size: 14px;
    }
}
/**
 * Contact page
 */
.contact_content {
    background-color: #EAEBEF;
    height: auto;
}

.contact_wrapper .contact_details {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .contact_wrapper .contact_details {
        margin-top: 106px;
    }
    .contact_content .main_wrapper {
        margin-top: 60px;
    }
    .contact_wrapper {
        padding: 34px 0px 104px 27px;
    }
}

.contact_wrapper .contact_form_wrapper .heading {
    padding-bottom: 26px;
    padding-top: 5px;
    letter-spacing: 0.2px;
    padding-left: 12px;
}

.contact_wrapper  .company_name {
    font-size: 18px;
}

.contact_wrapper .contact_icon {
    width: 40px;
}
.contact_wrapper .contact_item .contact_icon,
.contact_wrapper .contact_item p {
    float:left;
}

.contact_wrapper .contact_item p {
    padding-left: 14px;
    font-size: 18px;
}

.contact_form_wrapper .form-group {
    padding: 2px 0px 0px 37px;
}

/*.contact_form_wrapper .form-group input {
    width: 93%;
}*/

.contact_form_wrapper .form-group textarea {
    width:100%;
}

@media (max-width: 1200px) {
    .contact_wrapper .contact_item p {
        padding-left: 8px;
        font-size: 16px;
    }
    .contact_wrapper .company_name p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .contact_wrapper {
        padding-left: 0px;
    }
    .contact_form_wrapper .form-group {
        padding-left: 0px;
    }
    .contact_form_wrapper .form-group input {
        width: 100%;
    }
    /*.contact_wrapper .contact_item p {
        padding-left: 8px;
        font-size: 16px;
    }
    .contact_wrapper .company_name p {
        font-size: 16px;
    }*/
    .contact_content {
        height: 800px;
    }
}
.contact_wrapper .contact_item {
    clear:both;
}
.contact_content .btn_row {
    text-align: center;
    margin-top: 35px;
}
.contact_content .btn_row .btn {
    width: 215px;
    font-size: 19px;
    height: 44px;
}

/* FAQ page styles */
.faq_wrapper .header_wrapper h2 {
    padding: 36px 27px 0px;
}

.faq_content_wrapper {
    margin-bottom: 100px;
}
.faq_content_wrapper .faq_cell h5 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 36px;
    padding-right: 17px;
    color: #000;
}
.faq_content_wrapper .faq_cell p {
    font-size: 16px;
    color: #000;
}
.terms_content_wrapper .terms_cell p{
    font-size: 14px;
    line-height: 1.6;
    color: #636b6f;
}
.terms_cell li {
    margin-top: 10px;
    margin-top: 15px;
}
.terms_cell{
    font-family: Roboto;
}
.mt-30{
    margin-top: 30px;
}

.faq_content_wrapper .faq_cell {
    height: auto;
    margin-bottom: 16px;
}

.faq_content_wrapper .faq_col {
    margin: 0px;
}

.ruler_or {
    width:100%;
    text-align:center;
    border-bottom: 1px solid #C8C8C8;
    line-height:0.1em;
    margin:10px 0 20px;
}

.ruler_or span {
    background:#EAEBEF;
    padding:0 4px;
    font-size: 18px;
}

.faq_content_wrapper .send_inquiry {
    text-align: center;
    margin-top: 41px;
}
.faq_content_wrapper .send_inquiry .btn {
    width: 221px;
    height: 46px;
    font-size: 18px;
}
.dropdown-menu.lang {
    min-width: 80px;
}
.dropdown-menu.lang li a{
    padding-left: 15px;
}

.dropdown-toggle.lang-toggle {
    padding-top: 10px;
}
