@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
}

.col_sm1 {
    width: 100%;
    display: block;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm4_1 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 14.6%;
    margin: 1%;
    float: left;
}

.col_sm7 {
    width: 12.2%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm10 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm100 {
    width: 38%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 93%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

/*.logo {
    width: fit-content;
    float: left;
    margin: 1%;
}*/

.logo a {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    margin: 0;
}

.ftr-logo {
    width: fit-content;
}

.ftr-logo a {
    font-family: 'Inter', sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 140% !important;
    margin: 0 !important;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1%;
}

.fix_nav {
    position: relative;
    z-index: 9999;
}

.img {
    width: 100%;
    display: block;
}

.img1 {
    width: 100%;
    display: block;
}

.bg_clr1 {

    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100%;
    background-image: url(../images/bg_img_1.png);
}

.bg_clr2 {
    background-color: #9ec3ff;
}

.bg-clr {
    background-color: #d6d6d6;
}

.center-flx{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #1c498b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #ffb400;
}


/*------------------------------------------
footer
------------------------------------------*/

.bg_ftr {
    background-color: #1c498b;
}

.ftr_txt h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffff;
}

.ftr_txt p {
    font-family: "inter", sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    text-align: justify;

}

.ftr_txt ul {
    margin-left: 0px;
    padding: 0;
}

.ftr_txt ul li {
    list-style: none;
    text-align: justify;
}

.ftr_txt a {
    font-family: "inter", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 7px;
    display: inline-block;
    transition: all 0.3s linear;
}

.ftr_txt_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}

.con i {
    color: #fff;
}

.con {
    text-align: justify;
}

.ftr_txt a {
    color: #fff;
}

.ftr_txt a:hover {
    color: #ffb400;
}

.ftr_txt_right {
    text-align: right;
    font-family: "inter", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 7px;
    transition: all 0.3s linear;
}

.ftr_txt_right a {
    text-align: right;
    font-family: "inter", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 7px;
    transition: all 0.3s linear;
}

.ftr_txt_pad {
    padding-right: 60px;
}

.btm-bdr {
    /* background: #fff; */
    width: 20%;
    border-bottom: 5px solid #ffb400;
}

.hr-ftr {
    border: #ffb400 solid 0.2px;
    /* border-style: inset; */
    /* margin-bottom: 0px; */
}

.social-links-ftr {
    display: flex;
    gap: 7px;
}

.social-links-ftr a {
    color: #fff !important;
    font-size: 1.2rem;
    transition: opacity 0.3s ease;
}

.social-link-ftr:hover {
    animation-name: pop-up;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    color: white !important;
    text-decoration: none;
    transition: all 0.5s ease;
}

@keyframes pop-up {
    50% {
        transform: scale(1.2)
    }
}

.txt p {
    font-family: "inter", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 7px;
    transition: all 0.3s linear;
}


.social-link-ftr {
    width: 35px;
    height: 35px;
    background: #ffb400;
    /* border-radius: 50%; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    text-decoration: none;
    transition: all 0.3s ease;
}


/*------------------------------------------
Main Code 
------------------------------------------*/

.button-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #111;
    color: #fff;
}

.btn {
    font-family: "inter", sans-serif;
    padding: 12px 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    /* border: 1px solid white; */
    display: inline-block;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

.img1 {
  --f: 1.15; /* the scale factor */
  
  clip-path: inset(0);
  transition: .4s;
}
.img1:hover {
  clip-path: inset(calc((1 - 1/var(--f)) * 50%));
  scale: var(--f)
}


/* slider */

.bg-slide {
    /* background-image: url(../images/bg_img_1.png); */
    background: linear-gradient(to left, #ffb400 66.5%, #fff 40%);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: contain;
    padding: 0% 3% 2% 3% !important;
}


.book_now2_red a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.book_now2_red a {
    height: 56px;
    position: relative;
    padding: 18px 55px;
    z-index: 1;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    background: #ffb400;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    /* text-align: left; */
    float: left;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}



.book_now2_red a:hover {
    background: #FFC300;
    border-color: #FFC300;
    transition: all .3s ease;
}




.vertical-text {
    position: absolute;
    bottom: 40%;
    right: -9%;
    content: '';
    font-size: 200px;
    line-height: 240px;
    font-weight: 700;
    z-index: 99;
    font-style: normal;
    text-transform: uppercase;
    transform: rotate(-90deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 40%);
    color: transparent;
}

.vertical-text h2 {
    font-size: 88px;
    font-family: "Inter", sans-serif;
}

/* slider */


/* about-us */

.about-us-overlay {
    background-color: transparent;
    background-image: radial-gradient(at center center, #FFFFFFCC 0%, #FFFFFF 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 8% 0% 0% 0%;


}

.about-us {
    background-image: url(../images/bg_pattern.png);
}


.grid {
    position: relative;
    display: grid;
    align-content: center;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.exp {
    position: absolute;
    border-radius: 50%;
    /* width: fit-content; */
    top: 157px;
    left: 266px;
    background: #fff;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ml {
    margin-left: 26px !important;
}

.relative {
    position: relative;
}

.exp-txt h2 {

    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 65px;
    line-height: 120%;
    font-weight: 900;

    color: #ffb400;



}

.exp-txt h6 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    /* padding: 0 !important; */
}

.col_sm222 {
    width: 50%;
    float: left;
    margin: 1%;
}

.col_sm22 {
    width: 40%;
    float: left;
    margin: 1%;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.abt-title h6 {
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    text-transform: uppercase;
    color: #184890;
    margin-bottom: 5px;
}

.abt-title h2 {
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 39px;
    line-height: 120%;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.banner {
    width: 100%;
    margin-top: 85px;
}

.container {
    position: relative;
    text-align: center;
    color: white;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 39px;
    font-weight: 600;
    color: #fff;
}

.abt-content p {
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

/* about-us */


/*cont*/

.cont-txt h2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #374574;
}

.cont-txt p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.cont-txt p a {
    color: #000;
}

.cont-box {
    background-color: #f9f9f9;
    padding: 20px;
    min-height: 248px;
}

.flx-cont {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.serv h2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    color: #000;
}

.serv p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #000;
}

.serv1 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    color: #fff;
}

.serv1 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #fff;
}

.proj-txt h2 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #000;
}

.proj-txt p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #000;
}

.proj-box {
    padding: 10px;
    background-color: #ededed;
    border-radius: 10px;
    min-height: 431px;
}

.flex-serv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/*form*/

.form {
    display: flex;
    height: 95vh;
}

.contact-form {
    flex: 1;
    background: #374573;
    color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form h2 {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-form p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-form label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
    display: block;
}

.contact-form input,
.contact-form textarea {
    font-family: "Inter", sans-serif;
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

.contact-form button {
    background: #f6a400;
    color: #fff;
    padding: 12px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background: #d68a00;
}

.map {
    flex: 1;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* vision */
.vision {
    background-color: #F9F9F9;
    background-image: url(../images/vision-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 3% 3% 3%;
}


.vision-ovrlay {
    background-color: #F9F9F9;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

}


.vision h2 {
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 39px;
    line-height: 140%;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.vision p {
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #111;
    margin-bottom: 20px;
}

.col_sm_22_2 {
    width: 56%;
    float: left;
    margin: 1%;
}

.vision video {
    margin: -140px 0px 0px 11px;
    object-fit: cover;
    object-position: center center;
    box-shadow: 14px 14px 0px 0px #FFB400;
}


.vision-pd {
    padding: 9% 0% 5% 0%;

}


.abt-txt h2 {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 140%;
    font-weight: 600;
    color: #000;
}

.abt-txt p {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    color: #000;
}


.flex-abt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-bg {
    background-image: url(../images/about-bg.jpg);
    margin-top: 100px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


.strength-txt p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #000;
}

.strength-txt h2 {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.strength-bg {
    background-color: #fff;
    padding: 5px;
    position: relative;
}

.org-head h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 39px;
    line-height: 120%;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.abt-text1 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000;
}


.abt-text1 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

/* vision */


/*offer section*/
.offer-txt h6 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d4886;
    margin-bottom: 10px;
}

.offer-txt h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 39px;
    line-height: 120%;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.bg-clr {
    background-color: #1d488c;
    padding: 20px;
}

.pdg {
    padding: 20px;
}

.box-grd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxcard {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.boximg {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: -53px;
}

.boxcontent {
    padding: 20px;
}

.boxicon {
    width: 80px;
    height: 80px;
    background: #ffb400;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
}

.boxicon i {
    font-size: 18px;
    color: #fff;
}

.boxcontent h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    text-align: justify;
}



.boxcontent p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: justify;
}

.boxbtn {
    display: inline-block;
    padding: 10px 20px;
    background: #ffb400;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    float: left;
    margin-bottom: 35px;
}

.boxbtn:hover {
    background: #e09d00;
}


/* crane */

.twr-crane {
    padding: 7% 0% 7% 0%;
    background-image: url(../images/tower-crane1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.max-wid {
    max-width: 550px;
}

.twr-crane h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 39px;
    line-height: 140%;
    font-weight: 700;
    color: #fff;


}

.twr-crane p {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    color: #fff;
    padding: 0% 5% 0% 5%;

}

.book_now2_red-ctr a {
    height: 56px;
    position: relative;
    padding: 18px 55px;
    z-index: 1;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    background: #ffb400;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    border: none;
    text-transform: uppercase;

}

.book_now2_red-ctr a:hover {
    background: #FFC300;
    border-color: #FFC300;
    transition: all .3s ease;
}

.flickity-page-dots {
    list-style: none !important;
}

/* construction */

.amenities-flex {
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
}

.col_sm4 {
    width: 16%;
    margin: 1%;
    float: left;
}

.col_sm4-1 {
    width: 23%;
    margin: 1%;
    float: left;
}

.amenities-sub img {
    width: 83%;
    margin: 0 auto;
}

.amenities-sub h3 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #1d488c;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.amenities-sub {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.amenities {
    /* margin: 80px 0 0; */
    background: #f9f9f9;
    padding: 20px 0;
}

/* construction */

.customers {
    padding: 2% 0% 4% 0%;
}

.customers h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 39px;
    line-height: 120%;
    font-weight: 700;
    color: #333;
}


.re-txt h2{
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.cust-logo {
    border: 1px solid #c3c3c378;
    display: flex;
    justify-content: center;
}



    .table-container {
      width: 100%;
      overflow-x: auto; /* Enables horizontal scroll */
    }
    table {
      width: 100%; /* Fixed table width so columns keep size */
      border-collapse: collapse;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      table-layout: fixed;
    }
    th, td {
    font-family: "Roboto", sans-serif;
      border: 1px solid #999;
      padding: 10px;
      font-size: 14px;
      text-align: center;
      word-wrap: break-word;
    }
    th {
      background: #e6f0ff;
      font-weight: bold;
    }
    tr:nth-child(even) td {
      background: #f9f9f9; /* zebra style */
    }
    .full-row {
    font-family: "Roboto", sans-serif;
        
      text-align: center;
      font-weight: bold;
      background: #cfe2ff;
      font-size: 18px;
      letter-spacing: 0.5px;
    }

    /* Column widths */
    th:nth-child(1), td:nth-child(1) { width: 220px; } /* Project Name */
    th:nth-child(2), td:nth-child(2) { width: 150px; } /* Configuration */
    th:nth-child(3), td:nth-child(3) { width: 180px; } /* Contractor */
    th:nth-child(4), td:nth-child(4) { width: 140px; } /* Builtup Area */
    th:nth-child(5), td:nth-child(5) { width: 160px; } /* Start-Completion */
    th:nth-child(6), td:nth-child(6) { width: 120px; } /* Duration */
    th:nth-child(7), td:nth-child(7) { width: 200px; } /* Project Cost */

    /* Mobile optimization */
    @media (max-width: 768px) {
      table {
        width: 1000px; /* still scrollable */
        font-size: 12px;
      }
      th, td {
        padding: 8px;
      }
    }




/*------------------------------------------
Responsive Code 
------------------------------------------*/

@media only screen and (max-width : 1600px) {}

@media only screen and (max-width : 1500px) {}

@media only screen and (max-width : 1400px) {
    .form {
        height: 85vh;
    }
}

@media only screen and (max-width : 1300px) {}

@media only screen and (max-width : 1200px) {}

@media only screen and (max-width : 1100px) {}

@media only screen and (max-width : 1000px) {
    .col_sm4 {
        width: 29%;
    }
}


@media only screen and (max-width : 960px) {}

@media only screen and (max-width : 800px) {

    .col_sm88 {
        width: 98%;
    }

    .col_sm8 {
        width: 98%;
    }

    .flex-serv {
        flex-direction: column;
    }

    .flex-center {
        flex-direction: column;
    }

    .col_sm222 {
        width: 98%;
    }

    .col_sm22 {
        width: 98%;
    }

    .col_sm_22_2 {
        width: 98%;
        margin-bottom: 160px;
    }

    .col_sm4_1 {
        width: 98%;
    }

    .ftr_txt_pad {
        padding-right: 0px;
    }

    .col_sm3 {
        width: 97%;
    }

    .form {
        height: 127vh;
        flex-direction: column;
    }

    .centered h2 {
        font-size: 28px;
    }

    .col_sm2 {
        width: 100%;
        float: left;
        margin: 1%;
    }

    .flex-abt {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .map {
        min-height: 151px;
    }
}


@media only screen and (max-width : 700px) {}

@media only screen and (max-width : 600px) {}

@media only screen and (max-width : 500px) {


    .col_sm4 {
        width: 100%;
    }

    .amenities-flex {
        flex-direction: column;
    }

    .map {
        min-height: 129px;
    }
}


@media only screen and (max-width : 400px) {
    .map {
        min-height: 107px;
    }
}

@media only screen and (max-width : 360px) {

    .map {
        min-height: 107px;
    }

}

@media only screen and (max-width : 320px) {}