.home_banner_sec img{
    width:100%;
}
.home_banner_sec{
    position: relative;
}
.home-banner-info{
    position: absolute;
    top: calc(27% - 150px);
    left: 0px;
    right: 0px;
}
.home-banner-info .btn{
    height: 48px;
    padding: 0px 20px;
    border-radius: 6px;
}
header {
    box-shadow: 0 0px 2px 0px rgba(0,0,0,.14);
}
@media screen and (max-width: 1499px) and (min-width: 1300px){
    .animate-text {
    	  margin-bottom: 0px;
    	  min-height: 54px;
    }
    /*.home-banner-info .top-sub-title {
        font-size: 48px;
        line-height: 48px;
    }*/
    .animate-text .h1 {
        font-size: 46px;
        line-height: 46px;
    }
}
@media screen and (max-width: 1299px) and (min-width: 1200px){
    .animate-text {
    	  margin-bottom: 0px;
    }
    .home-banner-info .top-sub-title {
        font-size: 32px;
        line-height: 30px;
    }
    .animate-text .h1 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .main-sub-title {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .animate-text {
        display: flex;
        align-items: center;
        min-height: 45px;
        justify-content: center;
        margin-bottom: 0px;
    }
    .home-banner-info .top-sub-title {
        font-size: 30px;
        line-height: 30px;
    }
    .animate-text .h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .home-banner-info {
        top: calc(23% - 100px);
    }
    .main-sub-title {
        max-width: 650px;
        margin-bottom: 20px;
    }
    .home_banner_sec .main-sub-title {
        margin-bottom: 10px;
    }
    .vmg_building_info {
        padding: 20px 20px;
        gap: 10px;
    }
    .vmg_building_info h3 {
        font-size: 16px;
        text-align: center;
    }
    .vmg_building_action {
        gap: 8px;
    }
    .home-banner-info .btn {
        height: 42px;
        padding: 0 15px;
    }
}  
@media screen and (max-width: 767px) and (min-width: 320px){
    .home_banner_sec {
        padding-top: 150px;
    }
    .home-banner-info {
        top: calc(45% - 150px);
    }
    .home-banner-info .top-sub-title {
        font-size: 24px;
        line-height: 27px;
    }
    .animate-text {
        min-height: auto;
        margin-bottom: 5px;
    }
    .animate-text .h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .main-sub-title {
        margin-bottom: 20px;
        padding: 0px 15px;
    }
    .home_banner_sec .main-sub-title {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
}
@media screen and (max-width: 1180px) and (min-width: 320px){
    .hmb-menu {
        background: #ffffff;
        padding: 7px;
    }
    .hmb-menu span {
        background: #000;
    }
    .hmb-menu span:nth-child(2) {
        width: 60%;
    }
    .mobile-call-icn{
            background: #F8FCFD;
        padding: 5px 5px !important;
        border: 2px solid #283044;
        border-radius: 5px;
        cursor: pointer;
        /* display: none; */
        position: absolute;
        right: 110px;
        width: 35px;
        height: 35px;
        text-align: center;
    }
    .hmb-menu {
            position: relative;
        display: flex;
        flex-direction: column;
        background: #ffffff;
        width: 35px;
        height: 35px;
        padding: 7px;
        z-index: 5;
    }
    .mobile-call-icn {
        display: block;
    }
    header .navbar-nav .nav-item {
        padding: 5px !important;
    }
}