.where {
    padding: 30px 0;
}

.where a {
    color: #bbbbbb;
    font-size: 14px;
    transition: none;
}

.where a:last-of-type {
    color: #333;
}

.where a:after {
    content: '/';
    padding: 0 5px;
}

.where a:last-of-type:after {
    content: normal;
}

#subscribe h1.title,
#inquiry h1.title {
    margin-bottom: 30px;
    color: #333;
    font-size: 48px;
    font-weight: bold;
}


#inquiry .favorite {
    margin-top: 50px;
    display: none;
}

input, textarea, button, select, a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#inquiry .inner table.list.two {
    min-width: 0;
}

#compare table, #inquiry .inner table.list {
    min-width: 600px;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px solid #fabe00;
    text-align: left;
    margin-bottom: 10px;
}

#inquiry .inner table.two th {
    padding-top: 10px;
    padding-bottom: 10px;
}

#inquiry .inner table.list th {
    padding: 10px 20px;
    color: #333;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    border-top: 2px solid #fabe00;
    border-bottom: 2px solid #fabe00;
}

#inquiry .inner table.list td.type {
    font-weight: 600;
    width: 200px;
    padding-top: 25px;
}

#inquiry .inner table.two td {
    vertical-align: inherit;
    padding-bottom: 20px;
}

#inquiry .inner table.list td {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

#inquiry .favorite table ul li {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    padding-right: 40px;
    margin: 5px 0;
    margin-right: 50px;
    position: relative;
}
#inquiry .inner table.list.two td {
    width: 25%;
}

#inquiry .inner a, a.link {
    line-height: 28px;
    font-weight: normal;
    border-bottom: 1px solid transparent;
}

#inquiry .favorite table ul li .delete {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #cbcbcb url(../../styles/images/icon-video-closed.png) center no-repeat;
    background-size: 10px;
    transition: background .3s;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 2px;
}

a:not([href]):not([class]):hover{color: #ffffff !important;}

.print, .inquire, .favorites {
    position: relative;}

.favorites i {
    background-image: url(../../styles/images/header-icon-plus.png) !important;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #cbcbcb center no-repeat;
    transition: transform .3s,background .3s;
    position: absolute;
    left: 0;
    top: 0;
}

#inquiry .favorites {
    cursor: pointer;
    padding-left: 50px;
    display: table;
    height: 38px !important;
}

.container td {
    line-height: 20px;
}


.scroll,
.scrollbarX {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#inquiry .inquiry_choose_frame {
    width: 100%;
    margin-top: 80px;
}

.inquiry_choose a:hover {
    background-color: #ffb800;
    color: #000000;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused) {
  background-color: #555;
  color: #ffffff;
}

.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
  background-color: #555;
  color: #ffffff;
}

.inquiry_choose {
    width: 30.8%;
    display: inline-block;
    /* padding: 0px; */
    margin: 0px 10px;
    height: 350px;
    border: 1px solid #dddddd;
    /* padding-bottom: 80px; */
    position: relative;
}

.choose-image {
    height: 200px;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.buttonBlock_inquiry {
    text-align: center;
    font-size: 24px;
    margin: 30px auto;
    width: fit-content;
    padding: 15px 20px;
    display: block;
    background-color: #dddddd;
    border-radius: 50px;
    font-weight: 400;
    line-height: 30px;
}

.choose-image_private {
    height: 200px;
    background-size: 13%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#inquiry .inquiry_choose_frame {
    width: 100%;
    margin-top: 80px;
}

.main {
    padding-top: 141px;
}

#inquiry .container {
    padding-bottom: 100px;
}

#inquiry form {
    margin-top: 80px;
}

#inquiry .form-group {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

#inquiry .red {
    color: #ff0000;
}

#inquiry form label {
    width: 100%;
    font-weight: 400;
    float: left;
    line-height: 32px;
}


#inquiry form .right {
    float: left;
    width: 700px;
    line-height: 0;
}

#inquiry .form-group .formNotice {
    width: 100%;
    padding-left: 0px;
    float: left;
    color: red;
    line-height: 32px;
    margin: 0;
}

#inquiry .form-group .form-controlname2{display: inline-block;
    width: 43.5%;}


#inquiry form p {
    font-size: 18px;
}

#inquiry .form-group:after {
    content: '';
    display: block;
    clear: both;
}

#inquiry form .form-control {
    width: -moz-calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 42px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    border-radius: 0px;
}

.form-control {
    font-size: 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    transition: border 0.5s;
}

#inquiry form .form-controlname2 {
    width: 43.7%;
    height: 42px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    color: #333;
}

.form-controlname2 {
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    transition: border 0.5s;
}

#inquiry label.inquery_br {
    margin-top: 20px;
}

#inquiry .form-group .textarea {
    line-height: 30px !important;
    color: #888 !important;
    font-weight: normal;
    margin-bottom: 10px;
}

#inquiry form textarea.form-control {
    padding: 15px 20px;
    height: 160px;
    resize: none;
}

#inquiry form .codepic {
    top: 15px;
    bottom: 15px;
    width: 150px;
    /* margin-bottom: 15px; */
    position: relative;
    display: block !important;
    /* margin-left: 15px; */
    display: inline;
    line-height: 0;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    margin-bottom: 15px;
}

#inquiry .codepic img {
    width: 155px;
    height: 41px;
}

#inquiry form button {
    width: 185px;
    height: 50px;
    background-color: #dddddd;
    color: #555555;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    /* margin-left: 160px; */
    border-radius: 50px;
    line-height: 50px;
}


#inquiry form button:hover {
    background-color: #ffb800;
    color: #000;
}

#inquiry form label.checkbox {
    margin-left: 160px;
    padding: 10px 0 0;
    width: auto;
    line-height: 32px;
    display: table;
    cursor: pointer;
    position: relative;
    margin-left: 0px;
}

#inquiry form label.checkbox input {
    width: 18px;
    height: 32px;
    position: absolute;
    left: 0;
/*    top: 15px;*/
}

#inquiry form label.checkbox span {
    display: table;
    padding-left: 25px;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

#inquiry .success .text {
    position: relative;
    z-index: 1;
    padding-right: 32%;
}

.text {
    margin-bottom: 15px;
}

#inquiry .success .bg-pic {
    max-height: 320px;
    position: absolute;
    right: 0;
    top: 0;
    animation-delay: 0.3s;
    z-index: 0;
}

#inquiry .bg-pic {
    max-height: 320px;
    position: absolute;
    right: 0;
    bottom: 25%;
    animation-delay: 0.3s;
    z-index: 0;
}

#inquiry .success {
    max-width: 1400px;
    width: 100%;
    position: relative;
    min-height: 320px;
}

#inquiry h2.title {
    color: #333;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

#inquiry .inner {
    padding: 25px;
}

.dx-texteditor.dx-editor-outlined {
    background: #fff;
    border: 1px solid #ddd;
     border-radius: 0px; 
    font-size: 16px;
    padding: 3px 10px;
}

.dx-dropdowneditor-icon {
    border: 1px solid transparent;
    color: #333;
    font: 18px/1 DXIcons;
    width: 32px;
    height: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
}

.dx-texteditor.dx-state-hover {
  border-color: #000000;
}

.dx-dropdowneditor-icon:before {
    position: absolute;
    display: block;
    width: 18px;
    top: 50%;
    margin-top: -9px;
    left: 55%;
    margin-left: 0px;
}
#selectCountry input:focus{ border:0px solid #ffffff !important;}
.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon {
  background-color: #ffffff;
  border-color: transparent;
}

.dx-texteditor.dx-state-focused.dx-editor-outlined{border-color: #000000;}
.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon{background-color: #ffffff;}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
  background-color: #555;
  color: #fff;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
  background-color: #555;
  color: #fff;
}

.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
  background-color: #555;
  color: #fff;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: #555;
    color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
background-color: #555;
color: #fff;
}


.dx-popup-wrapper > .dx-overlay-content{
    border-radius: 0px;border: 1px solid #000000;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 18%);}

.dx-widget{font-size: 16px;
    line-height: 35px;}

.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content{padding: 10px 18px;line-height: 30px;}

#subscribe form .form-controlname2:hover, #subscribe form .form-controlname2:focus, #inquiry form .form-controlname2:hover, #inquiry form .form-controlname2:focus {
    border-color: #333;
}

#subscribe form .form-control:hover, #subscribe form .form-control:focus, #inquiry form .form-control:hover, #inquiry form .form-control:focus {
    border-color: #333;
}

.form-control:focus{box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);}


.dk_mobile select{color: #555555 !important;}

option {
    color: #555555 !important;
}


.max-md-size #inquiry h1.title {
    font-size: 48px;
}


.max-md-size #inquiry form .form-controlname2 {
    width: 44%;
}



.max-md-size .choose-image {
    background-size: 70%;
}

.max-md-size .choose-image_private {
    background-size: 20%;
}

.max-md-size .buttonBlock_inquiry {
    width: 150px;
}

.max-md-size #inquiry .form-group {
/*    margin-bottom: 15px;*/
    position: relative;
    width: 100%;
}

.max-md-size #inquiry form .right {
    width: 100%;
}

.max-md-size #inquiry form.wow.fadeIn.inquiry-success-area {
    width: 100%;
}

.max-md-size #inquiry .success {
    min-height: 650px;
}

.max-md-size #inquiry .text {
    background: none;
    padding-right: 0px;
}

.max-md-size #inquiry .success .bg-pic {
    bottom: 0;
    top: auto;
}

.max-md-size #inquiry .bg-pic {
    display: none;
}

.max-md-size .inquiry_choose{width: 30%;}


.max-xs-size #inquiry h1.title {
    font-size: 35px;
}

.max-xs-size .where {
    padding: 10px 0;
}

.max-xs-size #inquiry .dk_toggle {
    width: 88%;
}


.max-sm-size #inquiry form .form-control{width: calc(100% - 48px);}
.max-sm-size #inquiry form label,
.max-sm-size #inquiry form .right,
.max-sm-size #inquiry .info-form form .right {
    float: none;
    width: 100%;
}

.max-sm-size .choose-image {
    height: 150px;
    background-size: 45%;
}

.max-sm-size .buttonBlock_inquiry {
    width: 200px;
}

.max-sm-size .choose-image_private {
    background-size: 13%;
    height: 150px;
}

.max-sm-size .inquiry_choose {
    height: 270px;
    margin: 0px auto 20px;
    text-align: center;
    width: 100%;
}

.max-sm-size .dk_container {
    background-color: #fff;
    line-height: 43px;
}

.max-sm-size #inquiry form .form-controlname2 {
    width: 49%;
    box-sizing: border-box;
}

.max-sm-size #inquiry form button {
    margin-left: 25%;
}


.max-sm-size #inquiry form label.checkbox {
    margin-left: 0;
}

.max-xs-size #inquiry form {
    margin-top: 30px;
}