@media only screen and (max-width: 600px) {
    .inner-banner .theme-title h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    
}
.inner-banner .opacity {
    background: rgba(255, 255, 255, 0.75);
    height: 100%;
    padding: 32px 0 28px 0;
    position: relative;
}
    .vthedpnd-oe9uo8.hb-cta {
    padding-left: 0px!important; 
    padding-right:0px!important;
    }
    .vthedpnd-t0tqk5 {
    flex-shrink: 0;
    width: 30%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
}
.vthedpnd-v51s4k .hb-bar-content {
    display: flex;
    flex-wrap: nowrap;
}
    .theme-main-menu .menu-wrapper {
    padding-left: 35px!important;
    position: relative;
}
    .font1 {
    font-size: 15px;
    font-weight: bold;
    color: #028dc1 !important;
}
    #topbar .social ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 18px!important;
    }
    .info-dettails p {
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
}
        header .col-md-5 {
        width: 100%;
        margin: 0px 0px 0px 35px !important;
    }
    h1 {
    font-size: 20px;
}
.info-sec {
    margin-top: 10px;
}
    .image-container {
    position: relative;
    width: 100%;
    height: 117px;
    overflow: hidden;
}
   
    .paraline2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
    /* color: #48cb5f; */
    color: #ffca00;
}
.paraline1, .paraline3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
}
.info-dettails{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap :10px;
}
.info-dettails p{
    font-size: 13px;
    font-weight: 300;
		}
		.image-container {
      position: relative; /* needed for text overlay */
      width: 100%;
      height: 438px;
      overflow: hidden;
    }
    .logo-container{
		    width: 75px;
		}
		.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 0 !important;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 0 !important;
}
    .logo-container {
    width: 75px;
}
.info-sec {
    margin-top: 10px;
}
    .info-dettails {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.info-dettails p {
    font-size: 13px;
    font-weight: 300;
}
.font1 {
    font-size: 20px;
    font-weight: bold;
    color: #028dc1 !important;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .logo {
    display: flex!important;
    align-items: center!important;
    justify-content: flex-start;
    margin-top: 10px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 0 !important;
}
    .logo-container {
    width: 75px;
}
.info-sec {
    margin-top: 10px;
}
    .info-dettails {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.info-dettails p {
    font-size: 13px;
    font-weight: 300;
}
.font1 {
    font-size: 20px;
    font-weight: bold;
    color: #028dc1 !important;
}
}