.echrontechcontactusbanner_area {
    min-height: 700px;
    background: url(../../img/contact-us/contact-us.jpg) right top no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}
.echrontechcontactusbanner_main {
    padding: 40px 0px;
}

.echrontechcontactusbanner_content {
    text-align: center;
}
.echrontechcontactusbanner_content h3{
    padding-bottom: 40px;
    font-size: 34px;
    color: #003e5d;
    text-align: left;
}
.echrontechcontactusbanner_content h3 i {
    color: #ff0200;
}
.mapmystudyoffices_dropdown {
    margin-bottom: 15px;
    padding-left: 15px;
}
.mapmystudyoffices_dropdown h3 {
    font-size: 18px;
    margin-bottom: 40px;
}
.mapmystudyoffices_dropdown select {
    display: table;
    border: 1px solid #000;
    padding: 5px 15px
}
.echrontechtocuhconnetcard_grid {
    display: flex;
}
.echrontechtocuhconnetcard_group {
    padding-right: 20px;
    flex-grow: 1;
}
.echrontechtocuhconnetcard_panel {
    padding: 20px;
    height: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 12px 36px 2px rgb(0 0 0 / 22%);
}
.echrontechtocuhconnetcard_panel h4{
    padding: 20px 0px;
    font-size: 24px;
    color: #003e5d;
}
.echrontechtocuhconnetcard_panel span{
    width: 150px;
    height: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #093e5d;
    border-radius: 100px;
}
.echrontechtocuhconnetcard_panel span img {
    max-width: 100%;
}
.echrontechtocuhconnetcard_panel .common_btn {
    width: 100%;
    color: #000;
    font-size: 24px;
}
.mapmystudyoffices_section {
    padding: 40px 0px;
    background: #f4f4f4;
}
.filteralocation_select .form-select{
    border-radius: 4px;
}
.mapmystudyoffices_locatiosarea {
    padding: 15px;
}
.echron-ho {
    padding: 15px;
}
.mapmystudyoffices_locatiosgroup {
    height: 100%;
}
.mapmystudyoffices_locatios {
    padding:15px 10px;
    height: 100%;
    border-radius: 12px;
}
.mapmystudyoffices_locatios.active {
    background: #ffe785;
}
.echron-ho .mapmystudyoffices_locatios.active {
    background: #ffe74c;
}
.mapmystudyoffices_locatios.active h3, .mapmystudyoffices_locatios.active li {
    color: #000201;
}
.mapmystudyoffices_locatios:hover, .mapmystudyoffices_locatios:hover h3 {
    background: #ffe785;
    color: #000;
}
.mapmystudyoffices_locatiosarea h2 {
    margin-bottom: 10px;
    color: #0e77a9;
    font-size: 32px;
}
.mapmystudyoffices_locatios h4 {
    margin-bottom: 10px;
    color: #000201;
    font-size: 25px;
}
.mapmystudyoffices_locatios h3 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #e22219;
    font-size: 32px;
    border-bottom: solid 2px #808080;
}
.mapmystudyoffices_locatios .echron-head {
    border-bottom: solid 2px #808080;
}
.mapmystudyoffices_locatios .echron-head h3 {
    border-bottom: none;
    padding-bottom: 0;
}
.mapmystudyoffices_locatios .echron-head h4 {
    font-size: 20px;
}
.echron-ho .mapmystudyoffices_locatios h3 {
    font-size: 24px;
}
.mapmystudyoffices_locatios li {
    padding: 2px 0px;
    color: #000002;
    font-size: 14px;
    line-height: 24px;
}
.mapmystudyoffices_locatios li span {
    font-weight: 500;
}
.mapmystudyoffices_locatios li a{
    color: #0055ff;
    font-weight:400;
}
.mapmystudyoffices_locatios li i {
    padding-right: 5px;
    font-size: 18px;
}

/* **************** */
/* **************** */
/* **************** */
/* **************** */
/* popup box css starts */
.echron-popup {
	background-color: #35333381;
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
    z-index:5; 
}

.echron-popup.active {
	display: flex;
}

.echron-popup .popup-box {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.echron-popup .popup-box a img {
	width: 100%;
}

.echron-popup .popup-box .close-btn {
	position: absolute;
	top: -22px;
	right: -22px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: red;

}

.echron-popup .popup-box .close-btn i {
	font-size: 16px;
	color: #fff;
}
/* popup responsive css for sm */
@media(max-width:767px){  
  .echron-popup .popup-box .close-btn{
    width: 25px;
    height: 25px;
    top: -11px;
    right: -11px;
  }
  .echron-popup .popup-box .close-btn i {
    font-size: 14px;
  }
}
/* *****popup-box edns */
/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */
