/*Country code*/

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}


/*Checkbox Checked*/

.disabled {
    border-color: red;
    background: gray;
    /* pointer-events: none; */
}

input[type=checkbox].disabled {
    outline: 2px solid red;
}

.input1 {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.3rem 0;
    border-bottom: 1.5px solid #d3d3d3;
    box-shadow: none;
    color: black;
    border-color: #d3d3d3!important;
}

.input1:hover,
.input1:focus {
    border-color: #874913!important;
}

.box-shadow1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #7b7a7a;
    height: 87%;
    padding: 60px;
    margin-top: 49px;
    margin: 113px;
    border-top: 3px solid orange;
}

.btn-pad {
    background-color: #e87817;
    padding: 11px 88px;
    border: none;
    color: white;
    margin-top: 47px;
}

.hr2 {
    float: center;
    width: 13%;
    background-color: orange !important;
    height: 1px;
}

.input1:focus,
.input1:valid {}

.text_field {
    margin-bottom: 35px;
}

.cursor_pointer {
    cursor: pointer;
}


/* Media Queries */

@media only screen and (max-width: 992px) {
    .log2 {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .box-shadow1 {
        height: 100%;
        padding: 33px;
        /* margin-top: 49px; */
        margin: 16px;
    }
}

@media only screen and (max-width:768px) {
    .btn-pad {
        padding: 5px 15px;
    }
    .clr-blue {
        font-size: 17px;
    }
    .input1 {
        font-size: 11px !important;
    }
}

.checkbx {
    margin-left: 0px;
}