.contacts-page-title {
    font-size: 46px;
    font-family: inter-Bold; 
    color: #2d2d2d;
    width: 100%;
    overflow: hidden;
}

.contacts-detail {
    font-size: 15px;
    font-family: inter-reg;
    overflow: hidden;
    width: 100%;
    color: #5e5e5e;
    line-height: 1.3;
}

.border-on-top {
    border: none; 
    width: 90%; 
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); 
    margin-top: 0; 
    overflow: hidden;
}

.contacts-left {
    width: 45%;
    margin-right: 3%;
    float: left;
    overflow: hidden;
}

.contacts-right {
    width: 50%;
    margin-left: 2%;
    margin-top: 2%;
    float: right;
    overflow: hidden;
}

.contacts-right img {
    width: 30px;
}

.info-left {
    width: 40%;
    margin-right: 0;
    float: left;
    overflow: hidden;
}

.info-right {
    width: 59%;
    margin-left: 1%;
    float: right;
    overflow: hidden;
}

#tb-contacts {
    border: none; 
    border-collapse: collapse; 
    width: 100%;
}

#tb-contacts .col-1 {
    width: 33%;
}

#tb-contacts .col-2 {
    width: 60%; 
    padding-left: 7%;
}

#img-schedule {
    width: 380px !important;
}

.input-container {
    width: 97%;
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
}

.btn-input {
    width: 25px;
    height: 37px;
    padding: 5px 8px;
    float: left;
    /*background-color: rgba(242, 242, 242, 0.2); */
    background-color: #fafafa;
    border: 1px #ccc ridge;
    cursor: default !important;
    font-size: 15px;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: none;
}

.txt-input {
    height: 25px; /*  height: 25px; */
    width: calc(100% - 45px); /*calc(100% - 25px) */
    border: 1px ridge #ccc;
    float: left;
    font-size: 14px;
    /*background-color: rgba(242, 242, 242, 0.2);*/
    background-color: #fafafa;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: none;
    padding: 5px;
}

input:focus, textarea:focus, button:focus {
    outline: none !important;
    border: 1px #ccc ridge;
}

input:focus {
	border-left: none;
}

button:focus {
	border-right: none;
}

#message, #message2 {
    resize: none;
    border: 1px solid #ccc;
    width: calc(100% - 10px);
    height: 70px;
    /*background-color: rgba(242, 242, 242, 0.2); */
	background-color: #fafafa;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px;
}

.err-input {
    display: none;
    font-size: 10px;
    position: absolute;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1);
    color: #333;
    /*width: 130px;*/
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    border: 1px ridge rgba(102, 102, 102, 0.8);
    margin-top: 4px;
    margin-left: 8px;
/*    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
}

.input-container .err-input {
    margin-top: 20px;
}

.err-input::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: 5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgba(102, 102, 102, 0.8) transparent;
}

.exclamation-box {
    background-color: #ff9900;
    float: left;
    padding: 2px 4px;
    margin-right: 5px;
}

.myalert {
    color: #fff;
    font-size: 9px;
}

.submit-left {
    width: 60%;
    margin-right: 1%;
    overflow: hidden;
    float: left;
}

.submit-right {
    width: 39%;
    text-align: right;
    overflow: hidden;
    float: left;
    padding-top: 18px;
}

#btn-submit, #btn-submit2 {
    border: none;
    background-color: #2c7edc;
    color: #fff;
    font-family: inter-Medium;
    border-radius: 6px;
    padding: 13px 50px;
    font-size: 12px;
    cursor: pointer;
}

#desktop-map {
	border:0; 
	width: 100%; 
	height: 700px;
}

#mobile-map {
	border:0; 
	width: 100%; 
	height: 500px;
}

@media (max-width: 1110px) {
    .contacts-page-title {
        font-size: 44px;
    }
    
    .contacts-detail {
        font-size: 14px;
    }
    
    #img-schedule {
        width: 350px !important;
    }
}

@media (max-width: 1024px) {
    .contacts-page-title {
        font-size: 42px;
    }
    
    .contacts-detail {
        font-size: 12px;
    }
    
    #img-schedule {
        width: 330px !important;
    }
    
    #btn-submit {
        padding: 10px 40px;
    }

	#desktop-map {
    	height: 500px;
	}
}

@media (max-width: 767px) {
    .border-on-top {
        width: 100%;
    }
    
    .contacts-page-title {
        font-size: 44px;
    }
    
    .contacts-detail {
        font-size: 14px;
    }
    
    #img-schedule-mobile {
        width: 350px;
    }
    
    #btn-submit2 {
        padding: 10px 50px;
    }
    
    #message2 {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .contacts-page-title {
        font-size: 42px;
    }
    
    .contacts-detail {
        font-size: 12px;
    }
    
    #img-schedule-mobile {
        width: 330px;
    }

	#mobile-map {
    	height: 300px;
	}
}