.getTouchWrap_hl {
    display: flex;
}
.getTouchLeft_hl {
    background: url('../images/banner_image.jpg');
    background-position: right;
    min-width: 660px;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    align-items: center;
    position: relative;
}
span.darkBg {
    position: absolute;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.txt_Wrap {
    max-width: 500px;
    padding: 0 15px;
    text-align: center;
    position:relative;
}
.getTouchLeft_hl h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600
}
.getTouchLeft_hl p {
    color: #fff;
    font-size: 24px
}
.getTouchFrm_hl {
    flex: 1;
    background: #f6f6f6;
}
.getTouchFrm_hl h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 10px 0 30px;
}
.getTouchFrm_hl .form-control {
    text-align:left;
    font-size: 20px;
    border-radius: 0;
    border: none;
    background: none;
    padding: 12px 0;
    border-bottom: 2px solid #999999;
    font-weight:400;
}
.getTouchFrm_hl .form-control:focus {
    box-shadow: none;
}
 .getTouchFrm_hl .field-error .form-control {
        color: #e37274;
        border-color: #e37274;
    }
.validation-msg {
    color: #e37274;
    font-size: 14px;
    font-size: 14px;
    position: absolute;
    width: 100%;
    top: 50px;
}
.field-success .validation-msg{
    color: forestgreen !important;
}
.getTouchFrm_hl select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.getTouchFrm_hl .form-group {
    margin-bottom: 50px;
    position:relative;
}
.getTouchFrm_hl .form-check {
    margin-bottom: 25px;
    padding: 5px 0 0 40px;
    border-bottom: none;
    line-height: 1;
}
.select-box .dropdown-toggle::after {
    display: none;
}

.select-box:before {
    pointer-events: none;
}
.getTouchFrm_hl .select-box:before {
    font-size:11px;
    right:10px;
}
.getTouchFrm_hl .custom-control-label {
    font-size: 18px;
}
.getTouchFrm_hl .custom-control-label a {
    color: #134371;
    font-weight: 600;
}
.getTouchFrm_hl .custom-control-label::before {
    height: 30px;
    width: 30px;
    border: 2px solid #134371;
    border-radius: 5px;
    background: #fff;
}
.getTouchFrm_hl .custom-control-label::after {
    height: 30px;
    width: 30px;
    background-position: center center;
    background-size: 20px;
}
.getTouchFrm_hl .custom-control-label::after,
.getTouchFrm_hl .custom-control-label::before {
    left: -40px;
    top: -6px;
}
.getTouchFrm_hl .input-group .btn.btn-link {
    position: absolute;
    right: 2px;
    z-index: 3;
    color: #134371;
    font-weight: 500;
    font-size: 18px;
    top: 8px;
    padding: 8px 0;
}
.getTouchFrm_hl .flagCol {
    font-size: 20px;
    border-radius: 0;
    border: none;
    background: none;
    padding: 12px 0;
    border-bottom: 2px solid #999999;
}
.getTouchFrm_hl .cust-btn-lg {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 10px;
    min-width: 250px;
    background: #134371;
    border: none !important;
}
    .getTouchFrm_hl .cust-btn-lg.btn-disabled {
        background: #d7d7d7;
        color: #8b8b8b;
        cursor: not-allowed;
        pointer-events: none;
    }
.innerPadding {
    padding: 50px 50px 1px;
}
.row.innerPadding {
    padding: 10px 50px 40px;

}
.input-group .form-control {
    padding-right: 80px !important;
}
/*.flag-dropdown .flagCol {
    max-width: 80px;
}*/

.flag-dropdown .country-flag {
    height: auto;
    padding: 0;
    margin-right: 5px;
    max-width: 30px;
    max-height:24px;
    width:auto;
}
.flag-dropdown .country {
    position: unset;
}
.flag-dropdown .dropdown-item {
    font-size: 13px
}

.flag-dropdown .dropdown-menu li .dropdown-item img {
    max-width: 20px;
    margin-right: 5px
}

.flag-dropdown .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}
.select-box.dropdown .dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.select-box.dropdown .dropdown-menu .dropdown-item {
    font-size: 15px
}
.select-box.dropdown .btn.form-control, #country-list {
    color: #798289;
    font-weight: 400;
}
.getTouchWrap_hl .form-control::-webkit-input-placeholder {
    color: #798289;
    font-weight: 400;
}

.getTouchWrap_hl .form-control:-ms-input-placeholder {
    color: #798289;
    font-weight: 400;
}
.country-code,
.getTouchWrap_hl .form-control::placeholder {
    color: #798289;
    font-weight: 400;
}
.msg-success h2{
    margin:unset;
}
.text-success, .text-danger{
    font-size:16px;
    font-weight:500;
    text-align:center;
}
.searchInput {
    margin-left: 10px;
}
.h20{
    min-height :40px;
    line-height:1.2;
    margin-bottom: 5px;
}
@media all and (max-width:1360px) {
    .getTouchLeft_hl {
        min-width: 500px;
        max-width: 500px;
    }
    .innerPadding {
        padding: 30px;
    }
    .getTouchLeft_hl p {
        font-size: 20px;
    }
}
@media all and (max-width:1200px) {

    .getTouchFrm_hl .form-group {
        margin-bottom: 15px;
    }
    .getTouchFrm_hl .flagCol,
    .getTouchFrm_hl .form-control {
        border-bottom-width: 1px;
    }
    .getTouchFrm_hl hr {
        margin: 0
    }}
@media all and (max-width:991px) {
    .getTouchFrm_hl h2 {
        font-size: 20px;
    }
    .getTouchFrm_hl p.text-danger {
        font-size: 13px;
    }
    .getTouchFrm_hl p.text-muted {
        font-size: 13px;
        color: #000 !important;
    }
    .getTouchFrm_hl .flagCol,
    .getTouchFrm_hl .input-group .btn.btn-link,
    .getTouchFrm_hl .custom-control-label {
        font-size: 16px;
    }
    .getTouchFrm_hl .form-control {
        font-size: 16px !important;
    }
    .getTouchWrap_hl .form-control::-webkit-input-placeholder {
        font-size: 16px;
    }
    .getTouchWrap_hl .form-control:-ms-input-placeholder {
        font-size: 16px;
    }
    .getTouchWrap_hl .form-control::placeholder {
        font-size: 16px;
    }
    .getTouchFrm_hl .cust-btn-lg {
        font-size: 16px;
        padding: 12px 20px;
        border-radius: 10px;
        min-width: 160px;
    }
    .getTouchLeft_hl {
        min-width: 400px;
        max-width: 400px;
    }
    .getTouchLeft_hl h3 {
        font-size: 30px
    }
    .getTouchLeft_hl p {
        font-size: 17px;
        margin: 0;
    }
    .input-group.dropdown .btn-group.flag-dropdown {
        min-width: 86px;
    }
    .input-group.dropdown .btn-group.flag-dropdown .flagCol{
        display:block;
    }
}
@media all and (max-width:800px) {
    .getTouchWrap_hl {
        flex-direction: column;
    }
    .getTouchLeft_hl {
        max-width: 100%;
        min-width: 100%;
    }
    .txt_Wrap {
        padding: 30px 15px;
    }
    .innerPadding {
        padding: 15px;
    }
    .getTouchFrm_hl h2 {
        margin: 0 0 10px;
    }
    .getTouchFrm_hl .form-group {
        margin-bottom: 20px;
    }
    .getTouchFrm_hl .input-group .btn.btn-link,
    .getTouchFrm_hl .custom-control-label,
    .getTouchFrm_hl .form-control {
        font-size: 16px;
    }
    .getTouchFrm_hl .input-group .btn.btn-link {
        padding: 7px 3px;
        font-size: 14px
    }
}
@media all and (max-width:767px) {
    .form-control{
        height:3.5rem !important;
    }
    .validation-msg,
    .getTouchFrm_hl .form-group {
        position: unset;
    }
    .input-group.dropdown .btn-group.flag-dropdown .flagCol {
        height: 3.5rem;
        padding:0;
    }
}

.gallery-sec .video-contents figure .modal .modal-dialog .close, .gallery-sec .video-contents figure .modal-backdrop .modal-dialog .close {
    right: 2px;
    top: 5px;
	    width: 3.5rem;
    height: 3.5rem;
}