.cont-sect h4 {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    text-align: center;
    color: #525252;
}
.cont-title img {
    height: 44px;
    margin-top: -7px;
    margin-right: 10px;
}
.cont-title h4 {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    text-align: center;
    color: #525252;
}
.cont-title {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 16px;
}
.cont-details .card {
    border-radius: 25px;
    background-color: #fff;
    border: none;
    padding: 30px 10px;
    padding-left: 4px;
}
.cont-details .card:hover {
    /* box-shadow: 0 .5rem 1rem rgba(47, 31, 235, 0.18) !important; */
}
.cont-details .card img {
    height: 26px;
}
.cont-details .card a {
    color: #525252;
    font-family: 'Montserrat-SemiBold';
    text-decoration: none;
}
.floating-label label {
    color: #a8a8a8;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    color: #ffffff87;
}
.floating-input:focus , .floating-select:focus {
    border-bottom:2px solid #fff; 
}
.mt-40 {
    margin-top: 25px;
}
.sub-btn {
    background: linear-gradient(#0b5895, #1ba2d2) !important;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-family: 'Montserrat-SemiBold';
}
.sub-btn:hover {
    transition: .35s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    transform: scale(1.1);
}

.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
background: #fff;
border-radius: 5px;
width: 375px;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
margin: 5% auto auto;
}
.popup .content h3 {
    font-size: 16px;
margin: 5% auto auto;
    font-family: 'Montserrat-SemiBold';
    font-weight: normal;
}
.popup .content a {
    font-size: 15px;
}
.popup .content p {
    font-size: 14px;
    font-weight: normal;
margin-top: 1%;
}
.popup .content a:hover {
    text-decoration: none;
}
.floating-input, .floating-select {
    color: #FFFFFFDE;
}
.req {
    color: red;
}
.drop-query::before {
    content: '';
    width: 0;
    height: 0;
    /* border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 19px solid #010101; */
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 19px solid #fff;
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 600px) {
    .cont-details .card img {
        height: 26px;
        align-self: center;
        margin-right: 10px;
    }
}
@media screen and (max-width: 700px){
    .popup{
      width: 70%;
    }
  }
  
  @media (max-width: 992px) {
    .mt-40 {
        margin-bottom: 20px;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-banner p {
        width: 70%;
    }
    .mt-40 {
        margin-bottom: 20px;
    }
}
  