@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'dinregular';
    src: url('../fonts/d-din-webfont.woff2') format('woff2'), url('../fonts/d-din-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinbold';
    src: url('../fonts/d-din-bold-webfont.woff2') format('woff2'), url('../fonts/d-din-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.dt-container {
    padding-top: 35px;
    font-family: 'dinregular', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    color: #393939;
    line-height: 1.2;
}

/*Reset*/
.dt-container a:active, .dt-container a:hover {
    outline: 0;
}

.dt-container a:focus {
    outline: none;
}

.dt-container :focus {
    outline: none;
}

.dt-container ol, .dt-container ul {
    list-style: none;
}

.dt-container input, .dt-container select, .dt-container textarea {
    font-family: 'dinregular', sans-serif;
}

/*Helpers*/
.dt-container .a-center {
    text-align: center !important;
}

.dt-container .text-uppercase {
    text-transform: uppercase !important;
}

.dt-container .mt-0 {
    margin-top: 0 !important;
}

.dt-container .mt-5 {
    margin-top: 5px !important;
}

.dt-container .mt-10 {
    margin-top: 10px !important;
}

.dt-container .mt-15 {
    margin-top: 15px !important;
}

.dt-container .mt-20 {
    margin-top: 20px !important;
}

.dt-container .mt-25 {
    margin-top: 25px !important;
}

.dt-container .mt-30 {
    margin-top: 30px !important;
}

.dt-container .mt-40 {
    margin-top: 40px !important;
}

.dt-container .mt-50 {
    margin-top: 50px !important;
}

.dt-container .mb-0 {
    margin-bottom: 0 !important;
}

.dt-container .mb-5 {
    margin-bottom: 5px !important;
}

.dt-container .mb-10 {
    margin-bottom: 10px !important;
}

.dt-container .mb-15 {
    margin-bottom: 15px !important;
}

.dt-container .mb-20 {
    margin-bottom: 20px !important;
}

.dt-container .mb-25 {
    margin-bottom: 25px !important;
}

.dt-container .mb-30 {
    margin-bottom: 30px !important;
}

.dt-container .mb-40 {
    margin-bottom: 40px !important;
}

.dt-container .mb-50 {
    margin-bottom: 50px !important;
}

/*Transition Effect*/
.dt-container a, .dt-container .button {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*Buttons*/
.dt-button {
    background: #0094d3;
    display: inline-block;
    padding: 0;
    border: 0;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    font-family: 'dinbold', sans-serif;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}

/*Secondary Buttons*/
.dt-button.button-secondary {
    background: #65c382;
}

.dt-button.button-action {
    background: #fc5049;
}

.dt-button:hover, .dt-button:active, .dt-button:focus {
    background: #2d6dad;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}

.dt-button.selected {
    background: green;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}

.dt-button.button-secondary:hover, .dt-button.button-secondary:active, .dt-button.button-secondary:focus, .dt-button.button-secondary.selected {
    background: #4c9d6a;
}

.dt-button.button-action:hover, .dt-button.button-action:active, .dt-button.button-action:focus, .dt-button.button-action.selected {
    background: #ec2921;
}

.dt-button.button-full-width {
    width: 100%;
}

.dt-button.button-half-width {
    width: 290px;
    max-width: 100%;
}

.dt-button.button-bdr {
    background: #fff;
    border: solid 1px #0094d3;
    color: #0094d3;
}

.dt-button.button-bdr:hover, .dt-button.button-bdr:active, .dt-button.button-bdr:focus {
    background: #0094d3;
    border: solid 1px #0094d3;
    color: #fff;
}

.dt-button.button-bdr.selected {
    background: green;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}

.dt-button.button-lets-started {
    font-size: 24px;
    text-transform: uppercase;
}

/*Debt Terminator Inner*/
.dt-inner {
    max-width: 988px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 0;
}

.dt-inner .dt-inner-container {
    max-width: 648px;
    margin: 0 auto;
}

/*Debt Terminator Title*/
.dt-title {
    margin-bottom: 60px;
    text-align: center;
}

.dt-title p {
    margin: 0 0 10px;
}

.dt-title h1 {
    margin: 0 0 20px;
    padding: 0;
    font-family: 'dinbold', sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0094d3;
}

.dt-title h2 {
    margin: 0;
    padding: 0;
    font-family: 'dinregular', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #393939;
}

.dt-title .dt-page-title {
    background: #0094d3;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'dinbold', sans-serif;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 2px;
}

/*Debt Terminator Steps*/
.dt-steps-container {
    position: relative;
}

.dt-steps-progress {
    background: #e3e6ea;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 270px;
    height: 2px;
    margin-left: -135px;
}

.dt-steps-progress .dt-steps-progress-bar {
    background: #0094d3;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

.dt-steps {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 400px;
}

.dt-steps li {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.dt-steps li a {
    display: inline-block;
    zoom: 0;
    font-family: 'dinbold', sans-serif;
    font-size: 17px;
    color: #d6d6d6;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    cursor: default;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dt-steps li a span.outer {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0;
    text-align: center;
    background: #fff;
    padding: 4px 0 0;
}

.dt-steps li a span.outer span.inner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: solid 2px #e3e6ea;
    text-indent: -9999px;
    overflow: hidden;
}

.dt-steps li.selected a {
    color: #0094d3;
}

.dt-steps li.selected a span.outer span.inner {
    border-color: #0094d3;
}

.dt-steps li.completed a {
    color: #0094d3;
}

.dt-steps li.completed a span.outer span.inner {
    background: #0094d3;
    border-color: #0094d3;
}

.dt-steps:after {
    content: '';
    display: table;
    clear: both;
}

/*Debt Terminator Content*/
.dt-content {
    font-family: 'dinregular', sans-serif;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #393939;
}

.dt-content p {
    margin: 0 0 25px;
    line-height: 1.4;
}

.dt-content p strong {
    font-family: 'dinbold', sans-serif;
}

.dt-content .lets-started-list {
    margin-bottom: 25px;
}

.dt-content .lets-started-list li {
    margin-top: 5px;
    padding-left: 30px;
    position: relative;
}

.dt-content .lets-started-list li:before {
    content: '→';
    position: absolute;
    left: 0;
    top: 0;
}

.dt-content .lets-started-list li:first-child {
    margin-top: 0;
}

.dt-content .more-info {
    color: #328ed0;
    text-decoration: none;
}

.dt-content .more-info:hover {
    color: #2d6dad;
    text-decoration: underline;
}

/*Form List*/
.dt-content .form-list:after, .dt-content .form-list > li.fields:after {
    content: '';
    display: table;
    clear: both;
}

.dt-content .form-list > li {
    margin: 22px 0 0;
}

.dt-content .form-list > li label {
    font-family: 'dinbold', sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #393939;
    display: inline-block;
    margin-bottom: 10px;
}

.dt-content .form-list > li label.error {
    color: red;
    font-size: 14px;
    font-family: 'dinregular', sans-serif;
}

.dt-content .form-list > li label.cstm_error {
    color: red;
    font-size: 14px;
    font-family: 'dinregular', sans-serif;
}

.dt-content .form-list > li .input-text {
    border-radius: 10px;
    border: none;
    background: #f0f2f7;
    font-family: 'dinregular', sans-serif;
    font-size: 17px;
    color: #acacad;
    height: 50px;
    line-height: 52px;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
}

.dt-content .form-list > li .input-text:focus {
    border: none;
    background: #e7e9f0;
    color: #393939;
}

.dt-content .form-list > li textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #f0f2f7;
    font-family: 'dinregular', sans-serif;
    font-size: 17px;
    color: #acacad;
    height: 100px;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
}

.dt-content .form-list > li textarea:focus {
    border: none;
    background: #e7e9f0;
    color: #393939;
}

.dt-content .form-list > li select[multiple] {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #e0e4e5;
    background: #FFFFFF;
    font-size: 13px;
    color: #999;
}

.dt-content .form-list > li select[multiple] option {
    padding: 5px 0 5px 10px;
}

.dt-content .form-list > li.fields label {
    display: block;
}

.dt-content .form-list > li.fields .field {
    float: left;
    width: 44.75308641975309%; /*width: 290px/648px;*/
}

.dt-content .form-list > li.fields .field.last {
    float: right;
}

.dt-content .form-list > li .multiselect {
    border-radius: 10px;
    border: none;
    background: #f0f2f7;
    font-family: 'dinregular', sans-serif;
    font-size: 17px;
    color: #acacad;
    height: 50px;
    line-height: 52px;
    padding: 0 15px 0 40px;
    width: 100%;
    max-width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.dt-content .form-list > li .multiselect:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #aaa8a9;
    margin-top: -4px;
}

/*Start - custom seclect box*/
.dt-content .custom-select-box {
    position: relative;
    display: inline-block;
    border: solid 1px #e0e4e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.dt-content .custom-select-box::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #666;
    text-align: center;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 34px;
    height: 35px;
    line-height: 32px;
    background: #FFF;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    pointer-events: none;
    border: 1px solid #e0e4e5;
}

.dt-content .custom-select-box select {
    display: inline-block;
    -moz-appearance: none;
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 0 0 0 10px;
    margin: 0;
    width: 100%;
    height: 33px;
    line-height: 33px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    font-family: 'poppinsregular';
    font-size: 13px;
    font-weight: normal;
    color: #666;
    text-shadow: 0 0 0 #666;
}

.dt-content .custom-select-box option {
    color: #666;
}

/*Modal Popup*/
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(25, 24, 24, 0.70);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 780px;
    box-sizing: border-box;
    width: 90%;
    background: #363b47;
    padding: 50px 10px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
}

.modal-inner {
    background: #fff;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.modal a.close-modal {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-family: 'dinbold', sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background: #0094d3;
    border-radius: 50%;
    text-align: center;
}

.modal a.close-modal:hover, .modal a.close-modal:active, .modal a.close-modal:focus {
    background: #2d6dad;
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.modal-content {
    font-family: 'dinregular', sans-serif;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #393939;
}

.modal-content .title {
    font-family: 'dinbold', sans-serif;
    margin-bottom: 25px
}

.modal-content p {
    margin-bottom: 25px;
    line-height: 1.4;
}

.modal-content ol, .modal-content ul {
    list-style: none;
}

.modal-content textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #d4d4d4;
    background: #fff;
    font-family: 'dinregular', sans-serif;
    font-size: 17px;
    color: #acacad;
    height: 100px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
}

.modal-content input[type="text"] {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #d4d4d4;
	background: #fff;
	font-family: 'dinregular', sans-serif;
	font-size: 17px;
	color: #acacad;
	padding: 10px;
	width: 100%;
	max-width: 100%;
}

.modal-content textarea:focus, .modal-content input[type="text"]:focus, .modal-content select:focus {
    border: solid 1px #393939;
    background: #fff;
    color: #393939;
}

.modal-content select {
    padding: 5px 10px;
    color: #393939;
    border: solid 1px #d4d4d4;
}

.modal-content .half-ul:after {
    content: '';
    display: table;
    clear: both;
}

.modal-content ul {
    margin-bottom: 20px;
}

.modal-content ul li {
    margin-bottom: 10px;
}

.modal-content .half-ul li {
    float: left;
    width: 50%;
}

.modal-content .half-ul li:nth-child(2n+1) {
    clear: left;
}

.modal-content .location-search-wrapper {
    margin-bottom: 25px;
}

.modal-content .location-search-wrapper p {
    margin-bottom: 15px;
}

.modal-content .location-search-wrapper .buttons-row .button-column {
    float: right;
    width: 46%;
}

.modal-content .location-search-wrapper .buttons-row .button-column:first-child {
    float: left;
}

.modal-content .location-search-wrapper .buttons-row:after {
    content: '';
    display: table;
    clear: both;
}

.modal-content .input-box .input-text {
    width: 100%;
}

/*Start - custom default checkbox*/
.modal-content [type="checkbox"]:not(:checked), .modal-content [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.modal-content [type="checkbox"]:not(:checked) + label, .modal-content [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
}

.modal-content [type="checkbox"]:not(:checked) + label:before, .modal-content [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: solid 1px #e0e4e5;
    background: #fff;
    border-radius: 3px;
}

.modal-content [type="checkbox"]:not(:checked) + label:after, .modal-content [type="checkbox"]:checked + label:after {
    content: '\f14a';
    font-family: 'FontAwesome';
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 22px;
    color: #333333;
    text-align: center;
    transition: all .2s;
}

.modal-content [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.modal-content [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/*Start - custom default radio button*/
.modal-content input[type="radio"] {
    display: none;
}

.modal-content input[type="radio"] + label {
    line-height: 18px;
    cursor: pointer;
}

.modal-content input[type="radio"] + label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    vertical-align: top;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.modal-content input[type="radio"] + label span {
    border: solid 1px #e0e4e5;
    background-color: #FFF;
    position: relative;
}

.modal-content input[type="radio"]:checked + label span {
    background-color: #333;
}

.modal-content input[type="radio"] + label span, .modal-content input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

/*common for custom checkbox and radio button*/
.custom-label {
    display: block;
    position: relative;
    line-height: 1.4;
    font-weight: bold;
    padding: 10px 0px;
    color: #24a3d8;
}

.modal-content .custom-control {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 1.4
}

.modal-content .custom-control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal-content .control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff
}

.modal-content .control-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.modal-content .custom-control input:checked ~ .control-indicator:after {
    display: block;
}

.modal-content .custom-control input:checked ~ .control-indicator {
    border: 1px solid #0094d3;
    background: #fff
}

/*custom radio button*/
.modal-content .control-radio .control-indicator {
    border-radius: 50%;
}

.modal-content .control-radio .control-indicator:after {
    left: 4px;
    top: 4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #4977c0;
}

/*custom checkbox*/
.modal-content .control-checkbox .control-indicator:after {
    left: 8px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid #0094d3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modal-bottom {
    text-align: center;
    padding: 20px 0;
    background: url(../images/img_dt_robot.png) 10px 50% no-repeat;
    background-size: auto 70px;
}

.ui-widget {
    font-family: 'dinregular', sans-serif;
}

.ui-widget-header {
    color: #393939;
    background: #f0f2f7;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #f0f2f7;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border-color: #0094d3;
    color: #fff;
    background: #0094d3;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-color: #0094d3;
    color: #0094d3;
}

@media only screen and (min-width: 1025px) {
    .modal-content ul {
        margin-bottom: 20px;
        max-height: 420px;
        overflow-y: auto;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .dt-inner {
        max-width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .dt-title h1 {
        font-size: 37px; /*15% reduce*/
    }

    .dt-title h2 {
        font-size: 20px;
    }

    .dt-title .dt-page-title {
        font-size: 20px;
        height: 42px;
        line-height: 42px;
    }

    .dt-button {
        height: 42px;
        line-height: 42px;
    }

    .dt-button.button-lets-started {
        font-size: 20px;
    }

    .dt-content .form-list > li .input-text {
        height: 42px;
        line-height: 42px;
    }

    .modal-content ul li {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .dt-inner .dt-inner-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .modal-inner {
        padding: 25px;
    }

    .modal-bottom {
        background-position: 50% 100%;
        background-size: auto 50px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 640px) {
    .modal-content .half-ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .dt-steps {
        max-width: 250px;
    }

    .dt-steps-progress {
        width: 180px;
        margin-left: -90px;
    }

    .dt-steps-progress.dt-step2-progress .dt-steps-progress-bar {
        width: 90px !important;
    }

    .dt-steps-progress.dt-step3-progress .dt-steps-progress-bar {
        width: 180px !important;
    }

    .modal-content ul li {
        padding-left: 0;
    }
}

@media only screen and (max-width: 340px) {
    .dt-content .form-list > li .multiselect {
        font-size: 16px;
    }
}