*,
.menu ul {
    padding: 0;
    margin: 0
}

.banner-form,
.configuration-project,
.same-gap,
form h3 {
    text-align: center
}

.bannerimage .img-fluid,
.home-banner {
    height: 100%
}

.banner-configuration-info h2,
.home-banner,
.inner-header,
.pic1,
.pic2,
.pic3,
.pic4,
.pic5,
.pic6,
.same-size h3 {
    position: relative
}

.configuration-info h4::after,
.contact-us-call .contact-us-call-number a::after,
.home-banner::after,
.same-size h3::after {
    content: "";
    content: "";
    content: "";
    content: ""
}

.btn,
.menu ul li a,
.toggle,
.toggle:before {
    font-size: 18px
}

.arrow,
.button-close,
.toggle {
    cursor: pointer
}

body {
    font-family: Poppins, sans-serif;
    background: url(../images/banner-bg.png) #09172214
}

.newClass,
header {
    background-color: #fff
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 10px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: .5s;
    transition: .5s
}

.contact-number a,
.menu ul li a {
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: .5s;
    text-decoration: none
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    max-width: 191px
}

.menu ul {
    list-style: none;
    display: flex
}

.menu ul li a {
    color: #000;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: .5s
}

.contact-number {
    display: flex
}

.contact-number a {
    font-size: 24px;
    font-weight: 600;
    background-color: #1f478a;
    color: #fff;
    padding: 10px 25px;
    transition: .5s;
    border-radius: 4px
}

.newClass {
    box-shadow: 0 0 5px #1f478a
}

.newClass .menu ul li a {
    color: #000
}

.home-banner::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .7) 100%);
    bottom: 0;
    left: 0;
    top: 0
}

.home-banner .banner-configuration-info {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #1f478a;
    z-index: 1;
    padding: 0 11px 30px;
    background-color: rgb(255 255 255 / 82%);
    border: 2px solid #fff;
    width: 552px;
    margin-left: 30px;
    margin-bottom: 20px;
    display: block
}

.banner-configuration-info h2 {
    font-size: 34px;
    color: #1f478a;
    margin-bottom: 0;
    font-weight: 600
}

.banner-configuration-info p {
    color: #1f478a;
    margin: 0;
    padding-bottom: 10px
}

.bannerimage {
    height: 90vh
}

.configuration-info ul {
    list-style: none;
    display: flex
}

.project-configuration h5 {
    font-size: 22px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 600
}

.project-configuration img {
    width: 35px;
    margin-right: 10px
}

.same-gap {
    padding-top: 40px;
    padding-bottom: 40px
}

.configuration-form {
    background-color: #fff !important;
    padding: 30px;
    box-shadow: 0 0 5px #000
}

.configuration-form .form-control::placeholder {
    color: #000
}

.same-size h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px
}

.overview-configuration {
    padding: 0 40px 0 15px
}

.highlight-configuration-info ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.highlight-configuration-info li i {
    font-size: 20px;
    border: 1px solid #1f478a;
    padding: 10px;
    color: #1f478a;
    border-radius: 50%;
    margin-right: 10px
}

.highlight-configuration-info ul li {
    text-align: left
}

.red-background {
    background-color: rgb(192, 29, 29);
    color: white;
    padding: 10px;
    display: inline-block;
}

.project-configuration p {
    text-align: left;
    padding-left: 40px
}

.sidebar-contact,
.toggle,
footer {
    text-align: center
}

.configuration-form .form-control {
    border: 1px solid #000 !important;
    background: 0 0;
    color: #000;
    border-radius: 0;
    padding: 10px
}

.call-section,
.floor-plan,
.table {
    background-color: #fff
}

.pic1 {
    grid-area: 1/1/3/2
}

.pic2 {
    grid-area: 3/1/6/2
}

.pic3 {
    grid-area: 4/2/6/3
}

.pic4 {
    grid-area: 1/2/4/3
}

.pic5 {
    grid-area: 1/3/3/4
}

.pic6 {
    grid-area: 3/3/6/4
}

/* .progallery img {
    width: 100%;
    object-fit: cover
} */

.fancybox-slide--image {
    overflow: visible
}

/* .progallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 20px
} */

.table .table {
    background-color: #b6b9bd
}

.price-table {
    box-shadow: 0 0 5px gray
}

.floor-plan-item,
.map-location .map {
    box-shadow: 0 0 5px #000
}

.highlight-configuration-info {
    margin-top: 20px
}

.highlight-configration-info,
.location-advantages-configuration {
    background-color: #fff;
    box-shadow: 0 0 5px #000
}

.btn {
    background-color: #1f478a;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 0
}

.call-configuration-info h3 {
    margin-bottom: 0
}

.contact-form {
    border-left: 1px solid #000;
    box-shadow: none;
    margin: 20px
}

.contact-us-configuration {
    background: #fff;
    box-shadow: 0 0 5px #000
}

.contact-us-call .contact-us-call-number a {
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 auto 15px;
    background-color: #1f478a;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative
}

.contact-us-call .contact-us-call-number a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #1f478a;
    border-radius: 100px;
    -webkit-animation: 1.5s infinite widgetPulse;
    animation: 1.5s infinite widgetPulse
}

.contact-us-call .contact-us-call-number a::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #1f478a;
    border-radius: 100px;
    -webkit-animation: 1.5s infinite widgetPulse2;
    animation: 1.5s infinite widgetPulse2
}

@keyframes widgetPulse2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        opacity: 0
    }
}

.contact-us-call p a,
footer ul li a {
    color: #000;
    text-decoration: none
}

.scroll-in::after,
.scroll-in::before {
    content: '';
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, .2);
    left: 50%;
    margin-left: -.5px;
    bottom: 0;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1
}

.scroll-in::after {
    will-change: transform;
    width: 1px;
    background: #fff;
    -webkit-animation-name: line;
    animation-name: line;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    animation-timing-function: cubic-bezier(.77, 0, .175, 1)
}

@-webkit-keyframes line {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    50.0001% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes line {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    50.0001% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.configuration-form h5 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center
}

.configuration-info .configuration-info-details,
.configuration-info h4 {
    text-align: left;
    position: relative
}

.schedule .btn a {
    color: #fff;
    text-decoration: none
}

.configuration-info h4 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 39px
}

.configuration-form .form-group {
    margin-bottom: 10px
}

.menu-block,
.schedule {
    margin-left: 15px
}

.configuration-info h4::after {
    position: absolute;
    width: 38%;
    height: 7%;
    background: #000;
    bottom: -11px;
    left: 0
}

.same-size h3::after {
    position: absolute;
    width: 18%;
    height: 1px;
    background: #000;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 50%)
}

/* .gallery-item {
    margin-bottom: 30px;
    position: relative
} */

/* 
.gallery-item p {
    position: absolute;
    bottom: 0;
    right: 3px;
    margin: 0;
    color: #fff;
    font-size: 12px
}

.gallery-section {
    padding-bottom: 10px
} */

.swiper-pagination-bullets {
    width: 100%;
    bottom: -25px;
    left: 0;
    z-index: 9
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: 0 0;
    opacity: .5;
    border-radius: 0;
    margin: 0 5px;
    border: 1px solid #000
}

.swiper-pagination-bullet-active {
    background: #000
}

.banner-confo-mobile,
.contact-number a .img-fluid,
.fix-mobile-strip,
.mobile-banner-form-start,
.mobile-schedule-btn {
    display: none
}

.projects-point {
    display: flex;
    padding: 0 50px;
    margin-bottom: 30px
}

.images {
    max-width: 658px
}

.general-project-item-cnt {
    padding: 15px;
    background-color: #fff;
    width: 50%
}

.general-project-item-cnt h2 {
    font-size: 23px;
    font-weight: 700;
    margin: 0
}

.general-project-item-cnt p {
    color: gray;
    margin: 0
}

.generalproject-features ul {
    list-style: disc !important;
    margin: 0;
    display: block !important;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0 5px 18px !important
}

.configuration-usp-item {
    margin-bottom: 12px
}

.general-project-item-cnt ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0 0
}

.sidebar-contact {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    transition: .5s;
    z-index: 999
}

.arrow,
.button-close,
.countrycode,
.toggle {
    position: absolute
}

.toggle {
    height: 40px;
    width: 160px;
    background: #1f478a;
    transform: rotate(270deg);
    left: -100px;
    top: 60px;
    color: #fff;
    line-height: 40px
}

.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    color: #fff;
    margin-right: 10px
}

.fild {
    padding: 20px;
    border: 2px dotted #262a29
}

.fild h2 {
    padding: 0;
    color: #262a29;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700
}

.select-new1,
.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #262a29;
    outline: 0
}

.sidebar-contact.active {
    right: 0
}

.toggle.active:before {
    content: '\f00d'
}

.arrow {
    top: 17px;
    left: 75px;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
    display: none
}

.arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid #dda535;
    border-right: 5px solid #dda535;
    transform: rotate(45deg);
    margin: -10px;
    animation: 2s infinite animate
}

.highlight-configuration-info li:hover:after,
footer {
    width: 100%
}

.arrow span:nth-child(2) {
    animation-delay: -.2s
}

.arrow span:nth-child(3) {
    animation-delay: -.4s
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px)
    }
}

.scroll-top-form form .form-control {
    border-radius: 0;
    background: 0 0;
    margin-bottom: 10px;
    border: 1px solid #1f478a
}

.form-control::placeholder {
    color: #000
}

.banner-view {
    padding: 20px
}

.button-close {
    right: -46px;
    top: -48px;
    background-color: #1f478a !important;
    color: #fff;
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 23px;
    border: 5px solid #1f478a;
}

.countrycode,
.countrycode select {
    height: 100%;
    background-color: transparent
}

.modal-content {
    padding: 25px
}

.modal-body {
    border: 2px dotted #000
}

.banner-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.banner-form .form-control {
    padding: 8px 15px;
    height: auto;
    border-color: #333;
    border-radius: 0
}

.countrycode select {
    width: 100%;
    border: none
}

.countrycode {
    width: 110px;
    left: 5px;
    top: 0;
    color: #000;
    border-radius: 0;
    border: none
}

.configuration,
footer {
    background-color: #fff
}

.countrycode~.form-control {
    padding-left: 125px
}

.form-group {
    position: relative
}

footer {
    padding: 16px 0 0;
    display: inline-block
}

.highlight-configuration-info li {
    min-height: 50px;
    position: relative;
    font-size: 1em;
    line-height: 1.4 !important;
    margin: 10px 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    width: 90%
}

.highlight-configuration-info li:after {
    position: absolute;
    width: 0%;
    height: 1px;
    background: #1f478a;
    left: 0;
    bottom: -1px;
    content: '';
    -webkit-transition: .75s;
    transition: .75s
}

.highlight-configuration-info ul li:last-child {
    border-bottom: 0
}

footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

footer ul li {
    margin-right: 20px
}

.form-popup .form-control {
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 0
}

.form-popup {
    padding-top: 20px
}

.highlight-configuration-info ul li:hover:last-child::after {
    width: 0
}

.configuration {
    background-image: url('../images/background.webp')
}

.call-configuration-info h4 {
    margin-bottom: 25px;
    font-size: 22px
}

.map-location h3 {
    margin-bottom: 40px
}

.banner-configuration-info h5 b {
    font-size: 25px
}

.high {
    display: flex;
    align-items: center;
    justify-content: left;
}

.high p {
    margin: 0;
}

@media (max-width:1399px) {
    .menu ul li a {
        font-size: 16px;
        padding: 10px
    }
    .contact-number a {
        font-size: 22px
    }
}

@media (max-width:1199px) {
    .button_container,
    .contact-number a {
        transform: translateY(-50%);
        position: absolute
    }
    .configuration-project,
    .overlay nav,
    .same-gap {
        text-align: center
    }
    header {
        padding: 10px 0
    }
    .button_container {
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s;
        display: none
    }
    .button_container span,
    .overlay {
        background: #333;
        left: 0;
        width: 100%
    }
    .button_container span {
        border: none;
        height: 5px;
        position: absolute;
        top: 0;
        transition: .35s;
        cursor: pointer
    }
    .button_container span:nth-of-type(2) {
        top: 11px
    }
    .button_container span:nth-of-type(3) {
        top: 22px
    }
    .contact-number a {
        padding: 5px 10px;
        right: 7px;
        top: 50%;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .overlay nav,
    .overlay ul,
    .overlay ul li,
    .same-size h3 {
        position: relative
    }
    .contact-number a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #333;
        border-radius: 100px;
        -webkit-animation: 1.5s infinite widgetPulse;
        animation: 1.5s infinite widgetPulse
    }
    .contact-number a::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #333;
        border-radius: 100px;
        -webkit-animation: 1.5s infinite widgetPulse2;
        animation: 1.5s infinite widgetPulse2
    }
    .contact-number a .fa {
        font-size: 18px
    }
    @-webkit-keyframes widgetPulse {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1
        }
        100% {
            -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
            opacity: 0
        }
    }
    @keyframes widgetPulse2 {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1
        }
        100% {
            -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
            opacity: 0
        }
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff
    }
    .overlay.open {
        opacity: .9;
        visibility: visible;
        height: 100%
    }
    .overlay.open li {
        -webkit-animation: .5s .35s forwards fadeInRight;
        animation: .5s .35s forwards fadeInRight;
        opacity: 1
    }
    .overlay {
        position: fixed;
        top: 0;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        z-index: 9
    }
    .overlay nav {
        height: 70%;
        top: 50%;
        transform: translateY(-50%)
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%
    }
    .overlay ul li {
        display: block;
        opacity: 0;
        margin: 0
    }
    .overlay ul li a,
    .overlay ul li span {
        display: inline-block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 20px
    }
    .contact-number a span {
        display: none
    }
    .contact-number a .img-fluid {
        display: block
    }
    .home-banner .banner-configuration-info {
        padding: 0 47px 40px;
        display: none
    }
    .same-gap {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .same-size h3 {
        font-size: 30px
    }
    .btn,
    .navbar-default .navbar-nav li a {
        font-size: 14px
    }
    .navbar-default .navbar-brand {
        max-width: 135px
    }
    .banner-configuration-info h2 {
        font-size: 33px
    }
    .configuration-form {
        padding: 20px
    }
    .configuration-form h5 {
        font-size: 25px
    }
    .contact-form {
        border-top: 1px solid #000;
        box-shadow: none;
        margin: 20px;
        border-left: none
    }
    .contact-us-configuration {
        background: #fff;
        box-shadow: 0 0 5px #000;
        padding-top: 20px
    }
    .banner-confo-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        color: #fff;
        z-index: 1;
        padding: 0 35px
    }
    .banner-confo-mobile h2 {
        font-size: 35px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 10px
    }
    .banner-confo-mobile p {
        padding-bottom: 8px;
        margin: 0
    }
}

@media (max-width:991px) {
    .fix-mobile-strip {
        display: block;
        position: fixed;
        z-index: 9;
        left: 0;
        bottom: 0;
        width: 100%
    }
    .fix-mobile-strip ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0
    }
    .fix-mobile-strip ul li {
        width: 33.33%
    }
    .fix-mobile-strip ul li a,
    .fix-mobile-strip ul li span {
        background-color: #1f478a;
        display: block;
        text-align: center;
        padding: 10px 15px;
        text-decoration: none;
        color: #fff;
        font-size: 20px
    }
    .fix-mobile-strip ul li a.whatsapp {
        background-color: #2fb842;
        color: #fff
    }
    .highlight-configuration-info {
        margin: 20px
    }
    .floor-plan-item {
        box-shadow: 0 0 5px #000;
        margin-bottom: 20px
    }
    .configuration-info .configuration-info-details::after {
        width: 40%
    }
    .home-banner::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, .65) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .7) 100%);
        bottom: 0;
        left: 0
    }
}

@media (max-width:767px) {
    .contact-us-configuration {
        padding-top: 20px
    }
    .configuration-project,
    .overview-configuration p,
    .project-configuration p {
        text-align: left
    }
    .configuration-info .configuration-info-details::after {
        width: 52%
    }
    .scroll-in::after,
    .scroll-in::before {
        height: 55px
    }
    .highlight-configuration-info li {
        width: 100%
    }
    .highlight-configuration-info li i {
        font-size: 15px;
        padding: 7px
    }
}

@media (max-width:575px) {
    .fix-mobile-strip ul li a,
    .fix-mobile-strip ul li span {
        font-size: 12px
    }
    .home-banner .banner-configuration-info {
        padding: 0 20px 20px
    }
    .project-configuration {
        border: 1px dotted #000;
        margin-bottom: 10px;
        padding: 10px 0 0 10px
    }
    .banner-configuration-info h2 {
        font-size: 25px
    }
    .banner-configuration-info p {
        padding-bottom: 2px;
        font-size: 12px
    }
    .scroll-in::after,
    .scroll-in::before {
        height: 22px
    }
    .project-configuration h5 {
        margin: 0;
        font-size: 20px
    }
    .project-configuration p {
        padding-left: 44px
    }
    .configuration-form {
        padding: 10px
    }
    .overview-configuration {
        padding: 0 10px
    }
    .highlight-configuration-info ul li {
        font-size: 14px
    }
    .highlight-configuration-info ul {
        padding: 0
    }
    /* .progallery {
        display: block;
        margin: 0
    } */
    .pic1,
    .pic2,
    .pic3,
    .pic4,
    .pic5 {
        margin-bottom: 20px
    }
    .same-size h3::after {
        width: 60%
    }
    .configuration-info .configuration-info-details::after {
        width: 89%
    }
    .project-configuration img {
        width: 30px
    }
    .banner-confo-mobile {
        padding: 0 18px
    }
    .banner-confo-mobile h2 {
        font-size: 20px;
        padding-bottom: 10px
    }
    .banner-confo-mobile p {
        padding-bottom: 8px;
        margin: 0;
        font-size: 12px
    }
    .highlight-configuration-info li {
        text-align-last: left
    }
    .location-point li {
        text-align-last: left
    }
    .mobile-banner-form-start {
        display: block;
        padding-top: 20px
    }
    .button-close {
        right: -37px;
        top: -51px
    }
    .in-mobile {
        display: none
    }
    .mobile-schedule-btn {
        display: block;
        margin-top: 20px
    }
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}