.m-b30{
    margin-bottom: 30px;
}
.p-30{
    padding: 30px;
}
button{
    cursor: pointer;
}
/*---===== Title Style =====---*/
 .section-title h3{
    color: var(--secondary-color);
    text-align: center;
    font-size: 40px;
    border-bottom: 5px solid #593b26;
    width: fit-content;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 0 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
 .section-title h3 span{
     color: var(--green-color);
}
.section-title h4{
    color: var(--secondary-color);
    text-align: center;
    font-size: 40px;
    border-bottom: 5px solid #593b26;
    width: fit-content;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 0 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
 .section-title h4 span{
    color: var(--green-color);
}

/*---===== Image Hover ====---*/
 .image-effect-one {
     background-color: #000;
     overflow: hidden;
     position: relative;
     text-align: center;
     width: 100%;
     border: 5px solid var(--white-color);
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     border-radius: 10px;
     height: 80%;
}
 .image-effect-one * {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all 0.35s ease;
     transition: all 0.35s ease;
}
 .image-effect-one:before, .image-effect-one:after {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     -webkit-transition: all 0.35s ease;
     transition: all 0.35s ease;
     background-color: #000000;
     content: '';
     opacity: 0.6;
     z-index: 1;
}
 .image-effect-one:before {
     -webkit-transform: skew(40deg) translateX(-155%);
     transform: skew(40deg) translateX(-155%);
}
 .image-effect-one:after {
     -webkit-transform: skew(40deg) translateX(155%);
     transform: skew(40deg) translateX(155%);
}
 .image-effect-one img {
     backface-visibility: hidden;
     max-width: 100%;
     width:100%;
     vertical-align: top;
/*     height: 200px;*/
}
 .image-effect-one .figcaption {
     top: 50%;
     left: 50%;
     position: absolute;
     z-index: 2;
     -webkit-transform: translate(-50%, -50%) scale(0.5);
     transform: translate(-50%, -50%) scale(0.5);
     opacity: 0;
     -webkit-box-shadow: 0 0 10px #000000;
     box-shadow: 0 0 10px #000000;
}
 .image-effect-one .mfp-link {
     background-color: var(--green-color); 
     border: 2px solid var(--green-color);
     color: #fff;
     font-size: 1em;
     font-weight: 600;
     letter-spacing: 1px;
     margin: 0;
     padding: 5px 10px;
     text-transform: uppercase;
}
 .image-effect-one:hover > img{
     opacity: 0.5;
}
 .image-effect-one:hover:before{
     -webkit-transform: skew(40deg) translateX(-55%);
     transform: skew(40deg) translateX(-55%);
}
 .image-effect-one:hover:after{
     -webkit-transform: skew(40deg) translateX(55%);
     transform: skew(40deg) translateX(55%);
}
 .image-effect-one:hover .figcaption{
     -webkit-transform: translate(-50%, -50%) scale(1);
     transform: translate(-50%, -50%) scale(1);
     opacity: 1;
}






.button-thm {
    background: var(--green-color);
  
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer !important;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 10px 25px;
    user-select: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    word-break: break-word;
   
    margin-top: 40px;
   border-radius: 5px;
    border: 2px solid var(--white-color);
}
.button-thm a{
    color: var(--white-color);
  
}


/*---===== Banner Details =====*/
 #hero {
     width: 100%;
     height: 100%;
     background: url("../img/banner2.png") top center;
     background-size: cover;
     position: relative;
     background-position: left;
}
 #hero .container {
     position: relative;
    padding: 125px 0px;
}
/*---===== Banner Form =====*/
 .banner-form{
     background:#f1a991;
     padding:40px 40px 40px 40px;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     border-top-left-radius: 45px;
     border-bottom-right-radius: 45px;
     margin-top: 100px;
     
}
 .banner-form h1{
    text-align: center;
    color: var(--black-color);
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: var(--primary-font);
    margin-bottom: 15px;

}
 .banner-form label{
     color: var(--white-color);
     font-size: 13px;
}
 .banner-form .form-control {
     margin-bottom: 1rem;
}
 .banner-form button{
    display: block;
    margin-right: auto;
    margin-left: auto;
    background: var(--green-color);
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    border: 0;
    padding: 10px 25px 6px;

    border-radius: 3px;
    color: var(--white-color);
    margin-top: 20px;
    font-family: var(--primary-font);
    
}
 .banner-form button:hover{
     background:var(--secondary-color);
     color: var(--black-color);
   
}
.abt-list{
    background: #bde7cf;
    display: flex;
    padding-left: 0;
    border-radius: 10px;
}

.abt-list-details{
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.abt-list li{
    list-style-type: none;
}
.abt-list-icon img{
    background: #726a5f;
    border-radius: 10px;
}
.abt-list-details p{
    margin-bottom: 0;
    margin: 5px 0px;
}
.abt-p1{
    font-weight: 600;
}


/*---===== About Section =====*/

.number-block-one-outer [class*="col-"]:nth-child(2) .number-block-one {
    margin-top:60px;
  }
  .number-block-one-outer [class*="col-"]:nth-child(3) .number-block-one {
    margin-top:0px;
  }
  .number-block-one-outer [class*="col-"]:nth-child(4) .number-block-one {
    margin-top:60px;
  }
  .number-block-one .figcaption{
      position:relative;
 
      padding: 0px 15px 15px 15px;
  }
  .number-block-one{
background-color: var(--white-color);
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  .number-block-one .figcaption-number{
      overflow:hidden;
  }
  .number-block-one .figcaption-number span{
      font-size: 42px;
      line-height: 42px;
      height:36px;
      font-weight: 600;
      margin-top: 50px;
      display: block;
  }
  
 


  

  .number-block-one .figcaption p{
    font-size: 15px;
  }
  .number-block-one .figcaption h4{
    font-size: 22px;
  }
  .number-block-one img{
    padding: 30px;
  
  }
 


  .project-location h4{
    color: var(--white-color);
    font-size:35px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;

  }
 .map-img img{
    
    height:100%;
     width: 100%;
     position: relative;
 
}
/*---===== Amenities =====*/
#amenities, #map{
    background: var(--primary-color);
}
 .amenities-items{
     display: grid;
     grid-template-columns: 20% 20% 20% 20% 20%;
     grid-row-gap: 35px;
}
 .amenities-details img{
     width: auto;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .amenities-details h4{
     text-align: center;
     font-size: 15px;
     margin-top: 9px;
     font-weight: 500;
     font-family: var(--primary-font);
}
 .second-amenities{
     margin-top: 4%;
}
#amenities .owl-carousel .owl-item img{
    width: 60%;
}
#amenities .owl-theme .owl-dots .owl-dot.active span, #amenities .owl-theme .owl-dots .owl-dot:hover span{
background-color: var(--secondary-color);
}
#amenities .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}
/*---===== Advantages =====*/
 #locationadavantages .accordion-button{
     background: #f1a991;
     color: var(--black-color);
     border-radius: 0px;
     font-size: 15px;
     font-weight: 600;
     line-height: 0.5;
     text-decoration: none;
     font-family: var(--primary-font);
}
#locationadavantages .accordion-button:not(.collapsed)::after{
   
    content: "\F63B";
}
#locationadavantages .accordion-button::after{
    display: none;
    content: " \F64D";
    font-family:'Bootstrap-icons';
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 32px;
    background: var(--secondary-color);
    text-align: center;
    font-size: 15px;
    color: var(--primary-color);
    border: 5px solid #fff;
    position: absolute;
    top: 0px;
    border-radius: 40px;
    right: -18px;
    transition: all 0.3s ease 0s;

}
#locationadavantages .accordion-body ul{
    padding-left: 0rem;
}
#locationadavantages .accordion-body ul li{
    list-style-type: none;
    margin-bottom: 8px;
    display: flex;
}
#locationadavantages .accordion-body ul li i{
    padding-right: 5px;
    color:var(--secondary-color);
}
 #locationadavantages .accordion-item{
     border: 0;
     margin-bottom: 10px;
     border-radius: 10px;
}
.accordion-body{
    background:var(--primary-color);
}
/*---===== Floor Plans =====*/
 .portfolio .portfolio-item {
     margin-bottom: 30px;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
     grid-gap: 2rem;
}
 .portfolio #portfolio-flters {
     padding: 0;
     margin: 0 auto 20px auto;
     list-style: none;
     text-align: center;
}
 .portfolio #portfolio-flters li {
     cursor: pointer;
     display: inline-block;
     padding: 15px 40px 15px 40px;
     font-size: 18px;
     font-weight: 600;
     line-height: 1;
     text-transform: uppercase;
     color: var(--white-color);
     margin-bottom: 5px;
     transition: all 0.3s ease-in-out;
     border-radius: 3px;
     background-color: var(--black-color);
}
 .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
     color: var(--white-color);
     background: var(--secondary-color);
}
/*---===== Map=====*/


 .map-location{
     padding-left:0px;
     padding-right:0px;
}
/*---===== Gallery====---*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
}
.gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
    border: 5px solid var(--white-color);
}
.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}
.gallery-image:hover {
    transform: scale(1.15);
}
@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        grid-gap: 2rem;
   }
    .gallery, .gallery-item {
        margin: 0;
   }
}
.plot-images p{
    text-align: center;
    margin: 15px 0px 10px;
    font-weight: 600;
    color: #000;
    font-size: 19px;
}
.about-home-2 {
    position: relative;
    z-index: 1;
    padding: 80px 40px 80px 40px;
}
.about-home-2 p{
    text-align: justify;
}
.about-home-2:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
    height: 100%;
    background-color: transparent;
    border: 20px solid var(--primary-color);
    z-index: -1;
}
.about-img {
  
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
/*---===== Popup =====*/
.open-button.right-btn{
    background-color: var(--secondary-color);
    position: fixed;
    color: #fff;
    top: 50%;
    right: -60px;
    transform: rotate(90deg);
    padding: 10px 26px;
    z-index: 9;
    border-radius: 9px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: 600;
    border: 0;
}

 .form-popup {
     display: none;
     position: fixed;
     bottom: 0;
     right: 0;
     z-index: 999999999999999999999999999;
     background: #0000008c;
     padding: 0;
     width: 100%;
     top: 0;
     padding: 40px;
}
.form-container {
     max-width: 40%;
     padding: 10px 50px 25px 50px;
     margin: auto;
     position: relative;
     border-radius: 10px;
     background: var(--white-color);
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
 .form-container h4{
     text-align : center;
}
 .form-container input[type=text], .form-container input[type=password], .form-container input[type=email],.form-container textarea {
     width: 100%;
     padding: 10px 11px;
     margin: 10px 0 10px 0;
     border: none;
     background:var(--primary-color) !important;
     resize : unset;
     color: #686868;
     border: 1px solid #e3e3e3;
}
 .form-container select {
     width: 100%;
     padding: 10px 11px;
     margin: 10px 0 10px 0;
     border: none;
     resize : unset;
     background-color: #6868682e;
     color: #686868;
}
 .form-container input::-webkit-input-placeholder, .form-container textarea::-webkit-input-placeholder, .form-container select{
     font-size: 16px;
     font-weight: 400;
}
 .form-container input[type=text]:focus, .form-container input[type=password]:focus {
     background-color: #ddd;
     outline: none;
     color: #000;
}
 .form-popup h4{
    font-family: var(--primary-font);
     color: var(--black-color);
     font-weight:bold;
     padding: 18px 0px 0px 0px;
}
 .form-container .btn {
     background: var(--green-color);
     color: white;
     padding: 13px 32px;
     border: none;
     cursor: pointer;
     margin-bottom: 10px;
     width: fit-content;
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     border-radius: 5px;
}
 .form-container .cancel {
     width: 30px;
     height: 30px;
     padding: 0;
     color: var(--white-color);
     font-weight: 800;
     position: absolute;
     top: 0px;
     right: 15px;
     background: var(--green-color);
     border-radius: 50%;
}
 .form-container .btn:hover, .open-button:hover {
     opacity: 1;
}
 .popup-submit{
     display: block;
     margin-right: auto;
     margin-left: auto;
     color: var(--black-color) !important;
     border: 1.3px solid #000 !important;
}
 .popup-submit:hover{
     color: var(--white-color) !important;
}
/*---===== Location ====---*/
.video-image {
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 1;
    background-image: url(../img/video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
  }
  .video-image::before {
    position: absolute;
    right: 0;
    background: #000000;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .39;
    z-index: 0;
  }
  .cover-image {
    width: 100%;
    display: block;
    height:100%
  }
  .video-image .video-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    font-size: 30px;
    color: #2b3191;
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    margin: 0 auto;
  }
  .video-image .video-btn::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
  }
  @-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
   }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
   }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
   }
  }
  @keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
   }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
   }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
   }
  }
  

  .project-location h4{
    color: var(--white-color);
    font-size:35px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;

  }
 .map-img img{
    
  
     width: 100%;
     position: relative;
 
}
 /*---=====  Enquire & Call Sticky =====*/
	/* #siteHeader.sidebar{
    position:fixed;
    z-index:99;
    top:50%;
    transform:translateY(-50%);
    right:1rem;
}
#siteHeader.sidebar.band ul{
    margin:0;
    flex-direction:column;
    align-items:center;
    justify-content:start;
}
#siteHeader.sidebar.band ul li{
    position:relative;
    margin:0;
    padding:0;
    list-style-type:none;
    background:var(--primary-color);
    border-left:3px solid var(--black-color);
    border-right:3px solid var(--black-color);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#siteHeader.sidebar.band ul li a{
    width:45px;
    height:60px;
    padding:10px 2px;
    transition:all .2s;
    align-items:center;
    justify-content:center;
    display:flex;
    flex-direction:column;
    background:0 0;
    overflow:hidden;
    font-size:10px;
    color:var(--white-color);
    text-decoration:none;
}
#siteHeader.sidebar.band ul li a:hover .icon_img{
    padding:2px 3px;
}
#siteHeader.sidebar.band ul li a .icon_img.email_icon{
    max-width:35px;
    margin:2px 0;
}
#siteHeader.sidebar.band ul li a .icon_img{
    max-width:35px;
    padding:2px 0;
    margin: 14px 0 2px 0px;
    height:30px;
    box-sizing:border-box;
    transition:all ease-out .2s 0s;
}
#siteHeader.sidebar.band ul li a img{
    width:100%;
    height:auto;
    cursor: pointer;
}
#siteHeader.sidebar.band ul li a svg{
    width:100%;
    height:auto;
}
#siteHeader.sidebar.band ul li a svg path{
    color:var(--white-color);
}
#siteHeader.sidebar.band ul li:first-child{
    border-top:3px solid var(--black-color);
    border-radius:45%;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
#siteHeader.sidebar.band ul li:last-child{
    border-bottom:3px solid var(--black-color);
    border-radius:45%;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
#siteHeader.sidebar.band ul li:last-child:before{
    content:"";
    height:1px;
    width:80%;
    position:absolute;
    top:0;
    left:10%;
    background:var(--white-color);
}
#siteHeader.sidebar.band ul li .label{
    position:absolute;
    top:50%;
    bottom:50%;
    z-index:-1;
    left:0;
    height:40%;
    width:100px;
    opacity:0;
    transition:all .35s ease-out;
    white-space:nowrap;
    transform:translate(-90%,-45%);
    display:flex;
    align-items:center;
    justify-content:flex-end;
    pointer-events:none;
 
}
#siteHeader.sidebar.band ul li .label span{
    display:inline-block;
    color:var(--white-color);
    background-color:var(--primary-color);
    clip-path:polygon(16% 0,100% 0,100% 100%,0% 100%);
    font-size:1rem;
    font-family: var(--primary-font);
    font-weight:700;
    font-style:normal;
    font-variant:normal;
    line-height:2.5rem;
    padding-left:2.5rem;
    padding-right:1.25rem;
    text-align:right;
}
#siteHeader.sidebar.band ul li:hover .label{
    opacity:1;
    transform:translate(-100%,-45%);
}
#siteHeader.sidebar.rounded ul{
    max-height:25vh;
}
#siteHeader.sidebar.rounded ul li{
    position:relative;
    display:inline-block;
    margin-top:1.66667rem;
    margin-bottom:1.66667rem;
}
#siteHeader.sidebar.rounded ul li a{
    width:4.16667rem;
    height:4.16667rem;
}
#siteHeader .bottomBar{
    position:fixed;
    z-index:99999;
    right:2rem;
    bottom:6.25rem;
}
#siteHeader .bottomBar ul li{
    position:relative;
    display:inline-block;
}
#siteHeader .bottomBar ul li a{
    width:6.25rem;
    height:6.25rem;
}
#siteHeader .bottomBar ul li a.buddy:hover{
    width:8.33333rem;
    height:8.33333rem;
} */
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
  }
  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
  }
  @media (max-width: 768px) {
    .thankyou h1{
        font-size: 49px;
   }
  }

@media only screen and (max-width: 991px) {
    body{
        font-size:16px !important;
   }
    section{
        padding: 40px 0px;
   }
   .section-bg{
    background: var(--primary-color);
}
    .section-title h3{
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 40px;
   }
   .section-title h4{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 40px;
}
    [data-aos] {
        pointer-events: auto !important;
        opacity: 1 !important;
        transform: none !important;
   }
   /*---===== Header =====*/
    #header{
        padding:15px !important;
   }
    #header.header-scrolled .logo img {
        max-height: 60px !important;
   }
    #header.header-scrolled{
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
   }
    .logo{
        margin-left: auto;
   }
   /*---===== Banner =====*/
    #hero {
        height: auto;
        background: none !IMPORTANT;
        padding:0px;
   }
    
    .banner-form{
        margin-top: 6%;
        border: 7px solid rgba(255,255,255,0.20);
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px;
   }
   .banner-form button{
    font-size: 16px;
   }
    .banner-form h1{
        font-size: 22px !important;
   }
   .mbl-banner{
       display: block;
       padding: 0;
  }
  
  .desktop-banner{
    display: block;
}
.mbl-banner{
    display: block;
}

#hero .container{
 max-width:100%;
 padding-top:0px;
 padding-bottom: 30px !important;

}
.mbl-banner-img{
 padding-left: 0px;
 padding-right: 0px;
 margin-bottom:10px;
}
.mbl-banner-img img{
    padding-left: 10px;
    padding-right: 10px 
}
#footer{
    padding: 0px 0 80px 0;
}

   /*---===== Advantages =====*/
    #locationadavantages .accordion-button{
        /*border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;*/
   }
    #locationadavantages .accordion-button::after{
        right: -9px;
   }
  
   /*---===== Popup =====*/
    .form-container{
        max-width: 100%;
        padding: 10px;
        margin-top: 100px;
   }
   .map-img img
   {
    height: auto;
   }
   .circle_img
   {
    width: 74%;
   }
   .image-effect-one
   {
    height: auto;
   }
   #locationadavantages .accordion-button
   {
    line-height: 1;
   }
    .open-button.right-btn {
        position: fixed;
        bottom: 0;
        right: 0;
        transform: unset;
        width: 100%;
        top: unset;
        border-radius: 0px !important;
        border: 5px solid var(--white-color);
   }
   .form-popup{
    padding: 10px;
   }
   .form-container .cancel{

    right: 4px;
   }
   /*---===== Footer=====*/
    .back-to-top{
        bottom: 120px !important;
   }
   .point{bottom:60px;}
   .point1{bottom:60px;}
   /*---===== Whatspp Sticky =====*/
    .whatsapp-sticky{
        bottom: 165px;
        right: -18px;
   }
   /*---===== Sticky =====*/
    #siteHeader.sidebar{
        right: 3px;
   }
   #exampleModalLabel {
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        font-weight: 800;
        color: #eb663b;
    }
    .about-home-2:after{
       display:none;
    }
 
    .about-home-2 {
        position: unset;
        padding: 20px 20px 0px;
    }
    .number-block-one-outer [class*="col-"]:nth-child(2) .number-block-one {
        margin-top:0px;
      }
      .number-block-one-outer [class*="col-"]:nth-child(3) .number-block-one {
        margin-top:0px;
      }
      .number-block-one-outer [class*="col-"]:nth-child(4) .number-block-one {
        margin-top:0px;
      }
 
}
/*---===== Tab & Laptop =====*/

@media (min-width: 992px) {
    .mbl-banner-img img{
        display:none;
   }
}
@media only screen and (max-width: 1199px) and (min-width:992px) {
    #hero{
        width: 100%;
        height: 100%;
        background: url("../img/banner2.png") top center;
        background-size: cover;
        position: relative;
        background-position: left;
       }
       .about-home-2{
        padding: 0;
       }
       #hero .container {
    padding: 20px 0px;
   }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    #hero .container {
        padding-top: 10px !important;
        position: relative;
    padding: 90px 0px;
   }
   #hero{
    width: 100%;
    height: 100%;
    background: url("../img/banner2.png") top center;
    background-size: cover;
    position: relative;
    background-position: left;
   }
   .about-home-2 {
    padding: 40px 40px 40px 40px;
}

}
@media only screen and (max-width: 1500px) and (min-width: 1401px) {
    #hero .container {
        padding-top: 10px !important;
        position: relative;
    padding: 120px 0px;
   }
   #hero{
    width: 100%;
    height: 100%;
    /* background: url("../img/laptop-banner.jpg") top center; */
    background-size: cover;
    position: relative;
    background-position: left;
   }
   .banner-form
   {
    margin-top: 160px;
   }
}
@media only screen and (max-width: 1599px) and (min-width: 1501px) {
    #hero .container {
        padding-top: 10px !important;
        position: relative;
    padding: 160px 0px;
   }
   #hero{
    width: 100%;
    height: 100%;
    /* background: url("../img/laptop-banner.jpg") top center; */
    background-size: cover;
    position: relative;
    background-position: left;
   }
}
