body{
    font-family: 'Lato', sans-serif;
}
header{
    padding: 0px 0px;
}
.logo{
    padding: 26px 0px;
}
.logo a{
    display: block;
}
.logo img{
    max-width: 390px;
}
.container {
    padding: 0;
}
.home-content{

}
.home-content .title-strip {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
    margin: 11px 0 0;
    background-color: #b49237;
    display: inline-block;
} 
.home-content h1{
    font-size: 44px;
    font-weight: 900;
    color: #b49237;
    line-height: 67px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.home-content .sub-text {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.fw-600 {
    font-weight: 600;
}
.home-content p{
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #000000;
}
.home-content p a{
    color: #f14f32;
}
.home-content p a:hover{
    color: #fe6604;
}
.home-content .info-button {
    text-decoration: none;
    background: #b49237;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    width: 32.35%;
    margin: 0 4px 4px 0;
}
.home-content .info-button img ,
.home-content .info-button svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.home-content .info-button:last-of-type {
    margin: 0 0 4px 0;
}
.home-content .info-button.half-width {
    width: 49%;
}
.home-cont-menu{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.proud{
    max-width: 140px;
    margin-right: 117px;
}
.proud img{
    width: 100%;
}
.knowldge{
    margin-left: 0px;
}
.knowldge p{
    font-weight: 900;
    font-size: 25px;
    line-height: 27px;
    color: #000;
    margin-top: 0px;
}
.knowldge a{
    transition: all 0.3s ease-in-out; 
    background-color: #1a3668;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
    width: 205px;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin-top: 15px;
    display: flex;
    border-radius: 10px;
    text-transform: uppercase;
}
.videobanner{
    line-height: 0px;
    width: 100%;
}
.videobanner iframe {
    height: 640px;
    width: 100%;
}
.home-content .col-md-5 {
    padding-left: 0;
}
.home-content .text-wrapp {
    margin-right: 25px;
}
.home-form{
    /* background: rgba(255,103,4,1);
background: -moz-linear-gradient(top, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,103,4,1)), color-stop(100%, rgba(240,78,54,1)));
background: -webkit-linear-gradient(top, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);
background: -o-linear-gradient(top, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);
background: -ms-linear-gradient(top, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);
background: linear-gradient(to bottom, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%); */
background-color: #b5943a;
padding: 75px 55px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: start;
justify-content: center;
flex-wrap: wrap;
}
.home-form .form-title{
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0px;
}
.home-form .form-sub-title{
 font-size: 23px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px; 
    margin: 0px;
}
.home-form form{
    margin-top: 25px;
    width: 100%;
}
.home-form form .form-control{
    background-color: transparent;
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    height: 45px;
    border-color: #dccca2;
}
.home-form form .form-group{
    margin-bottom: 25px;
}
.home-form form .form-control::placeholder{
    color: #FFF;
}
.submit-btn{
    width: 100%;
    background: #1a3668;
    height: 50px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    border: 0;
    align-items: center;
    justify-content: center;
    border-color: #1a3668;
    margin-top: 55px;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
    line-height: 20px;   
}
.knowldge a:hover,
.submit-btn:hover {
   background: #2d5498; 
}
.submit-btn:focus,
.knowldge a:focus {
    outline: 0;
    box-shadow: none;
}
.villa-cont-holder{
    margin: 90px 0;
}
.features-holder {
    margin: 90px 0;
}
.features-holder .features-wrapper {
    row-gap: 30px;
}
.features-holder .sect-title{
    color: #000000;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.villa-cont-holder h3{
    color: #000000;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    margin: 0;
}
.features-holder .features-content {
    border: 3px solid #b59338;
    padding: 20px 24px;
    height: 100%;
}
.features-holder .card-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.features-holder .card-title h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #b59338;
    margin-bottom: 0px;
    padding-left: 15px;
}
  
.features-holder .list-content {
    margin-bottom: 0;
    padding-left: 20px;
}
/* .features-holder .features-content .image-holder {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .features-holder .features-content .image-holder img{
    max-width: 100%;
    height: auto;
} */
.features-holder .list-content li {
    margin-bottom: 15px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
}
.features-holder .list-content li:last-child {
    margin-bottom: 0;
}
.villa-cont-holder ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0px;
    height: calc(100% - 40px);

}
.villa-cont-holder ul li{
    flex: 33.333%;
    max-width: 33.333%;
    padding: 40px 0px;
    /*border-left: 1px solid #000;*/
}
.villa-cont-holder ul li .style-icon {
    position: relative;
    left: 
}
.villa-cont-holder ul li .style-icon {
    display: inline-block;
    color: #f1592a;
    font-size: 80px;
}
.villa-cont-holder ul li img{
    height: 70px;
}
.villa-cont-holder ul li  p{
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #000;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.feature-cont-hold{
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px
}
.features{
    width: 360px;
    /*height: 465px;*/
    background: rgba(237,112,157,1);
background: rgba(255,103,4,1);
background: -moz-linear-gradient(top, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,103,4,1)), color-stop(100%, rgba(240,78,54,1)));
background: -webkit-linear-gradient(top, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);
background: -o-linear-gradient(top, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);
background: -ms-linear-gradient(top, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);
background: linear-gradient(to bottom, rgba(255,103,4,1) 0%, rgba(240,78,54,1) 100%);

padding: 40px 25px; 
text-align: center;
margin: 40px 0;
}
.feature-cont-hold  .features.outlined{
    margin-bottom: 0px;
}
.home-content .features p {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.home-content .features p:last-child{
    margin-bottom: 0px;
}
.features img{
    height: 50px
}
.features .style-icon {
    display: block;
    color: #000;
    font-size: 60px;
}
.features h4{
    font-size: 28px;
    color: #FFF;
    font-weight: 900;
    margin-top: 0px;
        margin-bottom: 20px;
        letter-spacing: 1px;

}
.features p{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #FFF;
    margin-top: 25px;
    word-spacing: 4px;
    letter-spacing: 1px;
}


.features.outlined{background: #fff;border: 3px solid #ff6803;/*height: 630px;*/}
.features.outlined h4{color: #ff6803;font-size: 28px; font-weight: 900;display: inline-block;letter-spacing: 1px;}
.features.outlined ul{padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.features.outlined ul li{display: block;
    padding: 0;
    margin: 22px 0px 10px 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;}
.features.outlined ul li span{ color: #ff6803; font-size: 50px;}
.features.outlined ul li p{font-size: 22px;color: #000; word-spacing: 6px;word-spacing: 1px;line-height: 28px;
    /*letter-spacing: 1px*/}
/*.features.outlined ul li{height: 142px; width: 100%;}*/
/*.features.outlined ul li:first-child{height: 130px;}*/



footer{
    background-color: #1a3668;
    padding: 40px 0px
}
footer .foot-strip p,
footer .foot-strip p a {
    text-decoration: none;
        margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    transition: color 0.3s ease-in-out;
}
.let-cont{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ctr-cont{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.rgt-cont{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.rgt-cont p{
    text-align: right;
}
.ctr-cont p{
    text-align: center;
}
.let-cont  a,
.ctr-cont a, 
footer a{
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
footer p{
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    line-height: 20px;
}
.ctr-cont span{
    margin-top: 30px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}
.let-cont  a:hover,
.ctr-cont a:hover,
footer .foot-strip p a:hover {
color: #6593e5;
}
.rgt-cont ul{
    display: flex;
    list-style: none;
}
.rgt-cont ul li{
    padding: 5px 5px;
}
.rgt-cont ul li a{
       font-size: 20px;
    margin-left: 10px;
    font-weight: 400;
}
.rgt-cont ul li a.fb:hover {
    color: #4267b2;
}
.rgt-cont ul li a.li:hover {
    color: #007bb6;
}
.rgt-cont ul li a.tw:hover {
    color: #2caae1;
}
.rgt-cont ul li a.yt:hover {
    color: #e6291b;
}

.thank-you {
    background: #e5e5e5;
    padding-top: 100px;
    padding-bottom: 65px;
}
.thank-you .title-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}
.thank-you .success {
    display: block;
    width: 115px;
        margin-right: 40px;
}
.thank-you h1 {
    color: #000;
    font-size: 68px;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
}
.thank-you h5 {
    color: #000;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 8px;
    font-weight: 700;
}
.thank-you .flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thank-you .case-study {
    height: 330px;
    width: 100%;
    background: url('../images/casestudy-img.webp') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 29px;
}
.thank-you .case-study-wrapp {
    position: relative;
}
.thank-you .case-study-wrapp:before,
.thank-you .brochure .img-wrapp:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s linear all;
}
.thank-you .case-study-wrapp:hover:before,
.thank-you .brochure .img-wrapp:hover:before {
    background: rgba(0, 0, 0, 0.20);
}
.thank-you .case-study-wrapp .down-arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
}
.thank-you .case-study a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.thank-you .flex-box .video-box {
    width: 585px;
    position: relative;
}

.thank-you .video-box  iframe{
    height: 323px;
    width: 100%;
    display: block;
}
.thank-you .brochure {
    width: 508px;
}
.thank-you .brochure .img-wrapp {
    height:720px;
    width: 100%;
    background: url('../images/brochure.webp') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.thank-you .brochure .img-wrapp .down-arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
}
.thank-you .brochure a {
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
.mobile-image{
    display: none;
}
.mini-section h2{
    color: #109a1f;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin: 0px 0 40px;
    display: block;
}
.mini-section-content img{
    height: 296px;

}
.mini-section-content{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.mini-sec-label{
    background-color: #109a1f;
    border-radius: 5px;
    padding: 30px 20px;
}
.mini-sec-label p{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #ffff;
}
.lead-popup-heading h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin: 0;
  }
  .lead-popup-modal .lead-popup-input input {
    font-weight: 300;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    margin-bottom: 12px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #7f7e7e;
  }
  .lead-popup-modal .lead-popup-input input::placeholder{ color: #000000;}
  
  .lead-popup-modal .lead-popup-input .form-control:focus {
    border-color: #1c3667;
    box-shadow: 0 0 0 0.2rem rgba(28, 54, 103, 0.25);
  }
  .lead-popup-modal .modal-body {
    padding: 0 25px 25px;
    }

    .lead-popup-modal .lead-form-button {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 2px;
        width: 100%;
        background-color: #1b3769;
        border-color: #1b3769;
        padding: 12px 0;
        margin-top: 10px;
        transition: all 0.3s ease;
      }
      
      .lead-popup-modal .lead-form-button:hover {
        background-color: #142a4e;
      }




/*responsive css start */

@media only screen and (max-width: 1600px) { 
    .logo img {
    max-width: 350px;
    height: auto;
}
.home-content h1 {
   /* font-size: 48px;
    line-height: 48px;*/
}
.home-content p {
    font-size: 20px;
    line-height: 26px;
    }
    .knowldge p {
    font-size: 22px;
}
.knowldge a {
    font-size: 22px;
}
.villa-cont-holder h3 {
    font-size: 40px;
    line-height:42px;
}
.home-form form .form-group {
    margin-bottom: 25px;
}
.home-form form .form-control {
    height: 40px;
}
.submit-btn {
    height: 45px;}
    .features{
        padding:35px 25px;
    }
}
@media only screen and (max-width: 1400px) { 
        .logo img {
    max-width: 300px;
}
.home-content h1 {
    font-size: 45px;
    line-height: 45px;
    margin-top: 30px;
}
.home-content .sub-text {
    font-size: 26px;
    line-height: 34px;
    
}
.home-form .form-title {
    font-size: 30px;
}
.home-form .form-sub-title {
    font-size: 22px;
    line-height: 26px;
}
.home-content .title-strip {
    font-size: 30px;
    line-height: 36px;
    padding: 10px;
    margin: 20px 0 0;
    
}
.features-holder .sect-title {
    font-size: 35px;
    line-height: 42px;
    margin: 30px 0 20px;
}
.features-holder .features-content .image-holder svg{
    height: 36px;
    width: 36px;
}
.features-holder .card-title h3 {
    font-size: 30px;
    line-height: 36px;
}
.videobanner iframe {
    height: 570px;
}
.villa-cont-holder h3 {
    font-size: 38px;
    line-height: 42px;
}
.villa-cont-holder {
    margin-top: 70px;
}
.features-holder {
    margin: 70px 0;
}

.villa-cont-holder ul li p,.home-content .features p {
    font-size: 20px;
    line-height: 20px;
}
.villa-cont-holder ul li {
    /*padding: 30px 0px;*/
}
.features.outlined{border-width: 2px;}

.features h4, .features.outlined h4 {
    font-size: 26px;
}
.features h4 {
    margin-top: 0px;
    margin-bottom: 25px;
}
.home-content p {
    margin-top: 21px;
}
.features.outlined ul li p {
    font-size: 20px;
    line-height: 22px;
}
.features {
    padding: 35px 25px;
}
/*.features.outlined ul li {
    height: 120px;
}*/
.features.outlined {
    /*height: 550px;*/
}
.features.outlined ul li:first-child {
    /*height: 100px;*/
}
footer {
    padding: 35px 0px;
}
.thank-you .success {
    width: 100px;
}
.thank-you h1 {
    font-size: 55px;
}
.thank-you {
    padding-top: 100px;
   /* padding-bottom: 300px;*/
}
.home-form form .form-control {
    height: 35px;
}
.home-form form .form-group {
    margin-bottom: 25px;
}
.home-content p {
    font-size: 20px;
}
.features.outlined ul li p {
    line-height: 25px;
    /* letter-spacing: 1px; */
}
footer {
    padding: 40px 0px;
}
}
@media only screen and (max-width: 1200px) { 
    .logo img {
    max-width: 250px;
}
.logo img {
    max-width: 249px;
}
.home-form .form-title {
    font-size: 28px;
}
.home-form .form-sub-title {
    font-size: 20px;
    line-height: 24px;
}
.home-content .sub-text {
    font-size: 24px;
    line-height: 30px;
    
}
.home-content .title-strip {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
}
.home-content .text-wrapp {
    margin-right: 45px;
}
.home-content .info-button {
    border-radius: 3px;
    font-size: 14px;
}
.home-content .info-button img {
    width: 30px;
    height: 30px;
}
.features-holder .sect-title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 25px;
}
.features-holder .card-title h3 {
    font-size: 26px;
    line-height: 32px;
    padding-left: 12px;
}
.features-holder .features-content .image-holder svg{
    height: 32px;
    width: 32px;
}
.home-content p {
    margin-top: 18px;
}
.home-cont-menu {
    margin-top: 40px;
}
.home-form {
    padding: 52px 35px;
}
.home-form form .form-group {
    margin-bottom: 25px;
}
.knowldge a, .submit-btn{
    font-size: 18px;
}
.villa-cont-holder h3 {
   font-size: 35px;
    line-height: 38px;
}
.villa-cont-holder ul li .style-icon {
    font-size: 65px;
}
.features {
    width: 305px;
   /* height: 430px;*/
    padding: 30px 20px;
}
.features h4 {
    font-size: 22px;
    margin-bottom: 25px;
}
.features.outlined ul li:first-child{
    margin-top: 10px
}
.villa-cont-holder ul li p {
    font-size: 18px;
    line-height: 18px;
}
.villa-cont-holder ul li {
    padding: 25px 0px;
}
footer p {
    font-size: 16px;
}
.let-cont a, footer a {
    font-size: 20px;
}
.ctr-cont span {
    margin-top: 20px;
    font-size: 12px;;
}
.rgt-cont ul li a {
    font-size: 16px;
}
.videobanner iframe{
    height: 530px;
}
.home-content h1 {
    font-size: 36px;
    line-height: 39px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.proud {
    margin-right: 100px;
}
.home-content .knowldge p {
    margin-top: 0;
}

.features .style-icon {
    font-size: 50px;
}
.features h4 {
    font-size: 25px;
}
.home-content .features p {
       font-size: 18px;
    line-height: 20px;

}
.thank-you {
    padding-top: 65px;
   /* padding-bottom: 250px;*/
}
.thank-you .success {
    width: 90px;
    margin-right: 35px;
}
.thank-you h1 {
    font-size: 50px;
}
.thank-you .title-box {
    margin-bottom: 65px;
}
.thank-you h5 {
    font-size: 24px;
    margin: 0 0 12px;
}
.thank-you .flex-box .video-box {
    width: 520px;
}
.thank-you .video-box iframe {
    height: 290px;
}
.thank-you .brochure {
    width: 400px;
}
.thank-you .case-study {
    height: 260px;
}
.thank-you .brochure .img-wrapp {
    height: 565px; 
}
.features.outlined ul li p {
    word-spacing: 1px;
    /* letter-spacing: 1px; */
}
.mini-section h2{
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0 30px;
}


footer {
    background-color: #1a3668;
    padding: 30px 0px;
}
.features-holder .features-wrapper{
    margin-bottom: 40px;
}


}
@media screen and (max-width: 1024px) {
    .lead-popup-modal .modal-dialog {
        width: 360px !important;
    }
    .lead-popup-modal .modal-header {
        padding: 5px 10px;
    }
    .lead-popup-modal .modal-body {
        padding: 0 20px 20px;
    }
    .lead-popup-heading {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .lead-popup-heading h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .lead-popup-modal .lead-popup-input input {
        width: 100%;
        height: 36px;
        padding: 5px 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        font-size: 14px;
    }
    .lead-popup-modal .lead-form-button {
        margin-top: 8px;
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 991px) {
     .logo img {
    max-width: 250px;
}
.home-content h1 {
    font-size: 35px;
    line-height: 36px;
    margin-top: 30px;
}
.home-content .sub-text {
    font-size: 20px;
    line-height: 26px;
    
}
.home-content .title-strip {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 0;
    
}
.features-holder .features-wrapper {
    row-gap: 15px;
    margin-bottom: 30px;
}
.features-holder .sect-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 25px;
}
.mini-section h2{
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0 26px;
}
.features-holder .card-title h3 {
    font-size: 20px;
    line-height: 26px;
    padding-left: 8px;
}
.features-holder .card-title{
    align-items: center;
}
/* .features-holder .features-content .image-holder {
    top: 15px;
    right: 15px;
} */
.features-holder .features-content .image-holder img {
    width: 40px;
    height: 40px;
}
.features-holder .features-content {
    padding: 20px;
}
.home-content .text-wrapp {
    margin-right: 40px;
}
.home-content p {
    margin-top: 16px;
}
.home-form .form-title {
    font-size: 25px;
    font-weight: 700;
    margin-right: 5px;
}
.knowldge {
    margin-left: 20px;
}
.proud {
    max-width: 140px;
    margin-right: 20px;
}
.knowldge {
    margin-left: 20px;
}
.home-form .form-sub-title {
    font-size: 25px;
    line-height: 24px;
}
.home-form {
    padding: 35px 35px;
    margin-top: 30px;
    height: auto;
}
.knowldge p {
        font-size: 18px;
    line-height: 23px;
}
.home-form form .form-control {
    font-size: 16px;
}
.knowldge a {
    font-size: 17px;
    width: 200px;
    height: 40px;
}

.home-cont-menu {
    margin-top: 30px;
}
.villa-cont-holder h3 {
    font-size: 30px;
    line-height: 30px;
}
.villa-cont-holder {
    margin-top: 50px;
}
.features-holder {
    margin: 50px 0;
}

.villa-cont-holder ul li p {
    font-size: 16px;
    line-height: 16px;
}
.features {
    padding: 25px 15px;
    text-align: center;
    margin: 30px 0;
      width: 230px;
    /*height: 400px;*/
}
.features.outlined ul li p {
    word-spacing: 1px;
    /* letter-spacing: 1px; */
}
.features.outlined ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.features h4, .features.outlined h4 {
    font-size: 21px;
    line-height:20px;
}
.videobanner iframe{
    height: 430px;
}
.let-cont a, footer a,
.let-cont a, .ctr-cont a, footer a {
    font-size: 18px;
}

.thank-you .success {
    width: 75px;
    margin-right: 30px;
}
.thank-you h1 {
    font-size: 43px;
}
.thank-you .title-box {
    margin-bottom: 55px;
}

.thank-you .flex-box .video-box {
    width: 48%;
}
.thank-you .video-box iframe {
    height: 195px;
}

.thank-you .brochure {
    width: 300px;
    margin-top: 30px;
}
.thank-you h5 {
    font-size: 22px;
    margin: 0 0 10px;
}

.thank-you {
    padding-top: 55px;
   /* padding-bottom: 200px;*/
}
/* .home-content {
    padding-bottom: 20px;
} */
.home-content .features p {
    font-size: 16px;
        margin-bottom: 18px;
}
.thank-you .case-study {
       height: 195px;
    background-size: contain;
}
.thank-you .brochure {
    width: 48%;
    margin-top: 0px;
}
.thank-you .brochure .img-wrapp {
    height: 460px;
}
.features.outlined ul li p {
    font-size: 14px;
    line-height: 18px;
}
.features h4, .features.outlined h4 {
    margin-bottom: 20px;
}


.features.outlined ul li {
    margin: 10px 0px 10px 0;
}
.features.outlined ul li p {
    font-size: 15px;
    line-height: 17px;
}
.mini-sec-label{
    font-size: 18px;
    line-height: 22px;
    padding: 20px 14px;
}
.home-content .info-button{
    padding: 8px 12px;
}
.mini-section-content{
    gap: 30px;
}
footer {
    padding: 30px 0px 90px;
}
}
@media only screen and (max-width: 767px) {
    .home-form {
    padding: 35px 35px;
    margin-top: 30px;
}
.villa-cont-holder ul li {
    flex: 50%;
    max-width: 50%;
    padding: 20px 0px;
}
.features {
        width: 245px;
   /* height: 385px;*/
    padding: 25px 20px;
    margin: 0;
    margin-top: 25px;
}

.let-cont {
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}
.ctr-cont span {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
}
.rgt-cont {
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}
.rgt-cont  ul{
    padding-left: 0px;
}
.rgt-cont p {
    text-align: center;
}
footer {
    padding: 30px 0px 76px;
}
.videobanner iframe {
    height: 285px;
}
.container {
    padding: 0 15px;
}

.logo {
    padding: 20px 0px;
}
.logo img {
    max-width: 230px;
}
.home-content h1 {
    font-size: 33px;
    line-height: 34px;
}
.home-content .sub-text {
    font-size: 18px;
    line-height: 24px;
    
}
.home-content .title-strip {
    font-size: 18px;
    line-height: 24px;    
}
.features-holder .sect-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
}
.mini-section h2{
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0 20px;
}
.features-holder .card-title h3 {
    font-size: 18px;
    line-height: 24px;
}
/* .features-holder .features-content .image-holder {
    top: 10px;
    right: 10px;
} */
.features-holder .list-content li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}
.features-holder .features-content {
    padding: 15px;
}
.foot-strip p a {
        margin-top: 15px;
}
.home-content .text-wrapp {
    margin-right: 0;
}
.home-content p {
    font-size: 17px;
}
.home-content .col-md-5 {
    padding-left: 15px;
}
.thank-you .success {
    width: 65px;
    margin-right: 20px;
}
.thank-you h1 {
    font-size: 35px;
}
.thank-you {
    padding-top: 45px;
   /* padding-bottom: 150px;*/
}
.thank-you .title-box {
    margin-bottom: 45px;
}
.thank-you .flex-box .video-box {
    width: 510px;
}
.thank-you .video-box iframe {
    height: 285px;
}
.thank-you .brochure .img-wrapp {
    height: auto;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
}
.brochure-hold{
    position: relative;
}
.thank-you .case-study {
       height: auto;
    background-size: contain;
    background: none;
    position: relative;
}
.thank-you .brochure {
    width: 100%;
    margin-top: 30px;
}
.mobile-image{
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;

}
/*.thank-you .brochure .img-wrapp .mobile-image{
z-index: -1;
}*/
.thank-you .case-study a {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: auto;
}
.features.outlined ul li p {
    font-size: 16px;
    line-height: 20px;
    word-spacing: 2px;
}
.home-form .form-title {
    font-size: 30px;
    font-weight: 700;
    margin-right: 5px;
}
.home-form .form-sub-title {
    font-size: 22px;
    line-height: 24px;
}
.villa-cont-holder h3 {
    font-size: 28px;
}
.feature-cont-hold .features:last-child{ width: 100% }
.features.outlined ul li p br{display:none;}
.features h4, .features.outlined h4 {
    margin-bottom: 20px;
}
.features.outlined ul li p {
    word-spacing: 1px;
    /* letter-spacing: 1px; */
}
.mini-sec-label p{
    font-size: 16px;
    line-height: 18px;
}
.mini-sec-label{
    padding: 15px 12px;
}
.home-content .info-button,.home-content .info-button.half-width{
    width: calc(50% - 4px);
    margin: 0px;

}
.info-button-wrap{
    gap: 4px;
}
}

@media only screen and (max-width: 575px) {
.features {
    max-width: 100%;
}
.feature-cont-hold {
    margin-top: 10px;
}
.features {
    padding: 35px 25px;
    text-align: center;
          width: 100%;
   /* height: 380px;*/
    margin: 0;
    margin-top: 10px;
    }
    .features.outlined ul li p br{display: none;}
    .features.outlined, .features.outlined ul li:first-child, .features.outlined ul li {
    height: auto;min-height: unset;
}
    .logo {
    padding: 17px 0px;
    }
    .videobanner iframe {
        height: 210px;
    }
    .home-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
    }
    .home-content .sub-text {
        font-size: 16px;
        line-height: 22px;
        
    }
    .home-content .title-strip {
        font-size: 16px;
        line-height: 22px;    
    }
    .features-holder .sect-title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    .mini-section h2{
        font-size: 18px;
        line-height: 24px;
    }
    .features-holder .card-title h3 {
        font-size: 16px;
        line-height: 22px;
    }
    /* .features-holder .features-content .image-holder {
        top: 10px;
        right: 10px;
    } */
    .features-holder .list-content li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .features-holder .features-content {
        padding: 10px;
    }
    
    .home-form {
    padding: 20px 20px;
    margin-top: 30px; 
    }
    .villa-cont-holder h3 {
    font-size: 22px;
    line-height: 25px;
    }

    .thank-you .video-box iframe {
    height: 300px;
    }
    .thank-you .flex-box .video-box {
    width: 370px;
    }
    .thank-you .brochure {
    width:100%;
    margin-top: 20px;
    }   
    .thank-you h1 {
    font-size: 33px;
    text-align: center;
    line-height: 40px;
    }
    .thank-you .success {
    width: 40px;
    /*margin-right: 0;
    margin: 0 auto 10px;*/
    }
    .thank-you .title-box {
    margin-bottom: 35px;
    }
    .thank-you h5 {
    font-size: 20px;
    margin: 0 0 6px;
    }
    .thank-you {
    padding-top: 30px;
   /* padding-bottom: 110px;*/
    }
    .thank-you h1 {
    font-size: 24px;
}

.thank-you .flex-box .video-box {
    width: 100%;
}
.thank-you .brochure .img-wrapp {
  /* height: 650px;
    background-size: contain;*/
}
.features.outlined ul li {
    margin: 10px 0px 10px 0;
}
.features h4, .features.outlined h4 {
    margin-bottom: 20px;
}
.home-form .form-title {
    font-size: 28px;
    font-weight: 700;
}
.home-form .form-sub-title {
    font-size: 20px;
    line-height: 22px;
}
.submit-btn {
    margin-top: 20px;
}
.features.outlined ul li p {
    word-spacing: 1px;
}
.mini-section-content img{
    height: auto;
    max-height: 240px;
}
.mini-section-content{
    padding: 0px 30px;
}
}


@media only screen and (max-width: 400px) {
.home-cont-menu {
    display: block;
}
.proud {
    max-width: 90px;
    margin-right: 00px;
}
.knowldge {
    margin-left: 0px;
    margin-top: 20px;
}
.knowldge {
    margin-left: 0px;
}
.videobanner iframe {
    height: 165px;
}
.features-holder .features-content .image-holder img {
    width: 30px;
    height: 30px;
}
.thank-you .flex-box .video-box {
    width: 100%;
}
/*.thank-you .case-study {
    height: 200px;
}*/
.thank-you .video-box iframe {
    height: 165px;
}
.villa-cont-holder ul li p br {
        display: none;
}
.villa-cont-holder ul li {
    min-height: 170px;
}
.villa-cont-holder ul li p {
    padding-right: 15px;
}
/*.thank-you .brochure .img-wrapp {
    height: 410px;
    background-size: contain;
}*/
.thank-you .success {
    width: 30px;
    margin-right: 10px;
}
.thank-you h1 {
    font-size: 21px;
}
.thank-you .title-box {
    margin-bottom: 20px;
}
.home-form .form-title {
    font-size: 22px;
}
.home-form .form-sub-title {
    font-size: 16px;
        line-height: 12px;
}
.submit-btn {
    height: 40px;
}
.features {
    padding: 25px 25px;
}
.home-content .features p {
    line-height: 20px;
}
.submit-btn {
    margin-top: 20px;
}

}

/*live chat box css */

.img-responsive {    display: block;
    max-width: 100%;
    height: auto;}

    .floating-action-buttons .chat-box button:focus {outline: 0;}

    .floating-action-buttons .chat-box {width: 120px;height: 40px;overflow: hidden; background: transparent; border-radius: 10px; box-shadow: 0px 0px 30px transparent; position: fixed; right: 20px; bottom: 20px; z-index: 1111; transition: width 0.3s ease, height 0.3s ease;}
    .floating-action-buttons .chat-box.active {width: 365px; height: 555px; box-shadow: 0px 0px 30px #0000001f;}

    .floating-action-buttons .chat-box .chat-btn{width: 120px;height: 40px;font-size: 15px;background: #0d8bcd; position: absolute;display: block;padding: 0;margin: 0; bottom: 0;right: 0px;left: auto;border: 0;z-index: 1;border-radius: 10px;box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.3);visibility: visible;transform-origin: bottom right;transform: scale(1);transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease,  width 0.3s ease, height 0.3s ease;cursor: pointer;}
    .floating-action-buttons .chat-box.active .chat-btn { transform: scale(1);visibility: hidden;opacity: 0;width: 365px; height: 500px;}
    .floating-action-buttons .chat-box .chat-btn span{font-family:'Lato', sans-serif;font-weight: 500;position: relative;display: flex;align-items: center;justify-content: center;width: auto; height: 100%; padding: 0 0 0 15px;color: #fff;border-radius: 10px;}
    .floating-action-buttons .chat-box.active .chat-btn span {opacity: 0;}
    .floating-action-buttons .chat-box .chat-btn span:before {content: "";position: absolute;width: 8px;height: 8px;left: 12px; border-radius: 5px;box-shadow: 0 0 0 1px hsla(0,0%,100%,.8);background-color: #1f89f8;background-image: linear-gradient(to right bottom,#3b99fc,#0479f5);}
    .floating-action-buttons .chat-box .form-box {opacity: 0;transition: all .6s 0.5s ease;transform: translateY(-15px);}
    .floating-action-buttons .chat-box.active .form-box {background: #fff;opacity: 1;transform: translateY(0px);}
    .floating-action-buttons .chat-box .chat-wrapper {background: #fff;}
    .floating-action-buttons .chat-box .chat-wrapper, .chat-box .chat-wrapper .inner {height: 0;transition: height 0.1s ease;overflow: hidden;}
    .floating-action-buttons .chat-box.active .chat-wrapper, .chat-box.active .chat-wrapper .inner {height: 100%;}
    .floating-action-buttons .chat-box .chat-header{display: flex;justify-content: space-between;align-items: center; padding: 10px 15px;height: 50px;cursor: pointer;opacity:0;transition: opacity 1s 0.3s ease;}
    .floating-action-buttons .chat-box.active .chat-header {opacity: 1;}
    .floating-action-buttons .chat-box .chat-header .chat-title {font-size: 15px;color: #000;margin: 0;padding: 0 0 0 15px;;position: relative;font-family:'Lato', sans-serif;font-weight: 400;}
    .floating-action-buttons .chat-box .chat-header .chat-title:before { content: ""; display: block; position: absolute; width: 8px; height: 8px; margin-right: 2px; border-radius: 5px; box-shadow: 0 0 0 1px hsla(0,0%,100%,.8); background-color: #1f89f8; background-image: linear-gradient(to right bottom,#3b99fc,#0479f5); left: 0; top: 50%; transform: translateY(-50%);}
    .floating-action-buttons .chat-box .close-btn {display: block;width: 13px;cursor: pointer;font-size: 15px;opacity: 0.7;color: #000;transition: opacity 0.3s ease;}
    .floating-action-buttons .chat-box .chat-header:hover .close-btn {opacity: 1;}
    .floating-action-buttons .chat-box .close-btn img{max-width: 100%;}
    .floating-action-buttons .chat-box .form-box { width: 100%; padding: 0 15px;display: block;}
    .floating-action-buttons .chat-box .submit-btn {display: block;margin: 0 auto;width: 120px;height: 40px;font-size: 15px;border: 0;padding: 5px 10px;background: #0d8bcd;color: #fff;font-family: 'Lato', sans-serif;font-weight: 500;z-index: 1;border-radius: 10px;box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.3); cursor: pointer;} 
    .floating-action-buttons .chat-box .submit-btn:hover {background: #0d8bcde0;}
    .floating-action-buttons .chat-box .form-group {margin-bottom: 20px;width: 100%; position: relative;}
    .floating-action-buttons .chat-box .form-control {color: #555;border: 1px solid #ccc;height: 38px;font-size: 14px;}
    .floating-action-buttons .chat-box .form-control::placeholder {color: #ccc !important;font-family:'Lato', sans-serif;font-weight: 400;font-size: 14px;}
    .floating-action-buttons .chat-box .form-group span.info{     position: absolute;bottom: -16px;font-size: 12px;left: -10px;color: #f00;align-items: center;padding-left: 10px;}
    .floating-action-buttons .chat-box .middle-text {opacity: 0;transition: all .6s 0.5s ease;transform: translateY(-15px);}
    .floating-action-buttons .chat-box.active .middle-text {opacity: 1;transform: translateY(0px);padding: 0px 20px;} 
    .floating-action-buttons .chat-box .middle-text .logo {display: block;margin: 12px auto 10px;width: 170px;padding: 0;}
    .floating-action-buttons .chat-box .middle-text h5 {margin: 0;font-size: 15px;line-height: 1.3;text-align: center; font-family: 'Roboto', sans-serif;}
    .floating-action-buttons .chat-box .middle-text .status {display: block; text-align: center;color: rgba(0,0,0,.4);font-size: .9em;font-style: italic;padding: 10px 0px;font-family:'Lato', sans-serif;font-weight: 400;}
    .floating-action-buttons .chat-box .middle-text p{font-size: 15px;margin: 30px 0 35px;color:#000;text-align: center;font-family:'Lato', sans-serif;font-weight: 400;line-height: 23px;}
    .floating-action-buttons .chat-box .success p {font-size: 14px;margin:0px;color:#000;text-align: center; line-height: 20px;}
    .floating-action-buttons .chat-box .success{ text-align: center;padding: 40px 15px 10px;}
    .floating-action-buttons .chat-box .success h3{ color: #009c00;font-weight: 500;font-size: 16px;font-family: 'Lato', sans-serif;}
    .floating-action-buttons .chat-box .success p {font-size: 14px;font-family: 'Lato', sans-serif;font-weight: 400;margin: 10px 0;}
    .floating-action-buttons .chat-box .success a {text-transform: uppercase;text-decoration: none;display: block;margin-top: 5px;font-size: 14px;font-family: 'Lato', sans-serif;font-weight: 300;}
    .floating-action-buttons .chat-box .success a:hover {color: #72b2ec;}

    .floating-action-buttons{--floating-action-button-radious:14px;position: fixed;inset: auto 15px 15px auto;z-index: 1111;}
    .floating-action-buttons .chat-box{right: 14px;bottom: 78px;}
    .floating-action-wraper .btn-group{box-shadow: 0px 0px 11px 2px #00000073;border-radius: var(--floating-action-button-radious);position: relative;}
    .floating-action-wraper .btn-group .floating-action-btn:first-child {
        display:none !important;
    }
    .floating-action-wraper .btn-group .floating-action-btn:nth-child(2){
        display:none;
    } 
    .floating-action-wraper .btn-group .floating-action-btn{font-size: 13px; line-height: 16px; display: flex; flex-direction: column; align-items: center; row-gap: 4px; background-color: #ffff; color: #000000; border: none; position: relative; box-shadow: none!important;}
    .floating-action-wraper .btn-group .floating-action-btn:not(:last-child):after{content: ""; width: 2px; background-color: #98a4bb; height: 70%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 111;}
    .floating-action-wraper .btn-group .floating-action-btn img{height: 28px;}

    .floating-action-wraper .btn-group>.btn-group:not(:last-child)> .btn.floating-action-btn, .floating-action-wraper .btn-group>.btn.floating-action-btn:not(:last-child):not(.dropdown-toggle){border-top-left-radius: var(--floating-action-button-radious);border-bottom-left-radius: var(--floating-action-button-radious);border-top-right-radius: 0;border-bottom-right-radius: 0;}
    .floating-action-wraper .btn-group>.btn-group:not(:first-child)> .btn.floating-action-btn,.floating-action-wraper .btn-group>.btn.floating-action-btn:not(:first-child){border-top-right-radius: var(--floating-action-button-radious);border-bottom-right-radius: var(--floating-action-button-radious);border-top-left-radius: 0;border-bottom-left-radius: 0;}
    /* .floating-action-wraper .btn-group>.btn-group:not(:first-child)> .btn.floating-action-btn, .floating-action-wraper .btn-group>.btn.floating-action-btn:not(:first-child):not(.dropdown-toggle){border-top-left-radius: 0;border-bottom-left-radius: 0;} */
    .floating-action-wraper .btn-group>.btn-group:not(:last-child)> .btn.floating-action-btn, .floating-action-wraper .btn-group>.btn.floating-action-btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius: 0;border-bottom-right-radius: 0;}
    .eupopup-container-top, .eupopup-container-fixedtop{right: 276px !important;}

    /* Custom Lead Popup Modal Styles */
    .lead-popup-modal {
        /* display: flex; */
        /* align-items: center; */
        background: rgba(0, 0, 0, .75);
    }
.lead-popup-modal .modal-dialog {
    max-width: 450px;
    margin: 1.75rem auto;
    position: relative;
    transform: translatey(-50%) !important;
    top: 50%;
  }
  .lead-popup-modal .modal-header {
    padding: 15px 15px 5px;
  }
  .lead-popup-heading {
    padding-top: 26px !important;
    padding-bottom: 30px !important;
}
  .lead-popup-modal .lead-popup-close {
    margin: 0 0 0 auto;
    padding: 0;
    float: right;
    opacity: 1;
    font-size: 30px;
    font-weight: 500;
    transition: all .3s ease-in-out;
  }
  .lead-popup-content {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
  
  .lead-popup-close {
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  .lead-popup-body {
    text-align: center;
  }
  
  .lead-popup-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  
  .lead-popup-buttons .btn {
    min-width: 80px;
    border-radius: 5px;
  }
  
  .lead-popup-buttons .btn-primary {
    background-color: #1b3668;
    border-color: #1b3668;
  }
  
  .lead-popup-buttons .btn-secondary {
    background-color: #d7e6f9;
    border-color: #d7e6f9;
    color: #000;
  }
  
  .lead-popup-input {
    margin-bottom: 15px;
  }
  
  .lead-popup-input .form-control {
    border-radius: 5px;
    padding: 10px 15px;
  }
  
  /* Enhanced Lead Popup Modal Styles */
  .lead-popup-modal .modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  
  .lead-popup-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .lead-popup-modal .lead-popup-close {
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  
  .lead-popup-modal .lead-popup-close:hover {
    opacity: 1;
  }
  
  
  .lead-popup-modal .lead-popup-buttons {
    margin: 0px 0;
    gap: 0;
    padding-bottom: 20px;
  }
  
  .lead-popup-modal .lead-popup-buttons .btn {
    padding: 9px 35px;
    min-width: auto;
    margin: 0 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 2px;
    border-radius: 6px;
  }
  
  .lead-popup-modal .lead-popup-buttons .btn-primary {
    background-color: #1c3667;
    border-color: #1c3667;
  }
  .lead-popup-modal .lead-popup-buttons .btn-secondary:hover {
    background-color: #1c3667;
    border-color: #1c3667;
    color: #fff;
  }
  .lead-popup-modal .lead-popup-buttons .btn-primary:hover {
    background-color: #d7e6f9;
    border-color: #d7e6f9;
    color: #000;
  }

  .lead-popup-modal .lead-popup-input {
    margin-bottom: 15px;
  }
  
  .lead-popup-modal .success {
    text-align: center;
    padding: 20px;
  }
  
  .lead-popup-modal .success h3 {
    color: #28a745;
    margin-bottom: 15px;
  }
  
  .lead-popup-modal .error {
    border-radius: 5px;
    margin-top: 20px;
  }
  
  .lead-popup-modal .lead-success-img {
    max-width: 100px;
  }
  
  /* EU Cookie Law Popup Styles */
  .clearfix {
    clear: both;
  }
  
  .eupopup-container {
    background-color: #000000d1;
    color: #fff;
    padding: 5px 0px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
    right: 276px;
    border-radius: 10px;
  }
  
  .eupopup-container-top,
  .eupopup-container-fixedtop {
    position: fixed;
    bottom: 19px;
    left: 15px;
    right: 260px;
  }
  
  .eupopup-container-fixedtop {
    position: fixed;
  }
  
  .eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
  }
  
  .eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
  }
  
  .eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    display: none;
    right: 0;
    padding: 5px 10px;
  }
  
  .eupopup-closebutton:hover,
  .eupopup-closebutton:active {
    color: #000;
    text-decoration: none;
  }
  
  .eupopup-head {
    display: none;
  }
  
  .eupopup-body {
    color: #fff;
    position: relative;
    padding: 0;
  }
  
  .eupopup-body p,
  .eupopup-buttons {
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px 5px 15px;
    margin-bottom: 0 !important;
  }
  
  .eupopup-buttons {
    padding: 7px 0 5px 0;
    margin-bottom: 2px;
  }
  
  .eupopup-button_1 {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background-color: #4b626d;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all 0.3s ease-in;
  }
  
  .eupopup-button_2 {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background-color: #3171bd;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all 0.3s ease-in;
  }
  
  .eupopup-button {
    margin: 0 10px;
  }
  
  .eupopup-button:hover,
  .eupopup-button:focus {
    text-decoration: none;
    color: #000;
  }
    

    @media (max-width: 1400px) { 
    .floating-action-buttons .chat-box .middle-text p {margin: 20px 0 30px;}
    .floating-action-buttons .chat-box.active {height: 535px;width: 340px;}
    .floating-action-buttons .chat-box.active .chat-btn {height: 475px;width: 340px;}
    }
    @media (max-width: 768px) { 
    .floating-action-buttons {inset: auto 0px 0px auto;}
    .floating-action-wraper .btn-group{width: 100vw;justify-content: space-between;display: flex;}
    .floating-action-wraper .btn-group .floating-action-btn{border-radius: 0 !important;flex: 1;}
    .floating-action-wraper .btn-group .floating-action-btn:nth-child(2){
        display:flex;
    } 
    .eupopup-container-top, .eupopup-container-fixedtop{bottom: 62px !important;}
    .eupopup-container-top, .eupopup-container-fixedtop{right: 0!important;}
    }

    @media (max-width: 576px) {
        .lead-popup-modal .modal-dialog {
          margin: 10px auto;
          width: 95% !important;
        }
        .lead-popup-body {
            padding: 0;
        }
        .lead-popup-body img {
            width: 70px;
        }
        .lead-popup-heading {
            padding-top: 20px !important;
            padding-bottom: 16px !important;
        }
        .lead-popup-heading h3 {
            font-size: 18px;
            line-height: 24px;
        }
        .lead-popup-buttons .btn-primary, .lead-popup-buttons .btn-secondary {
            margin-top: 8px;
            font-size: 18px;
            line-height: 20px;
            padding: 10px 18px;
        }
        .lead-popup-buttons .btn-secondary {
            padding: 10px 22px;
        }
      }

    @media (max-width: 450px) {
    .floating-action-buttons .chat-box {right: 15px;bottom: 66px;}
    .floating-action-buttons .chat-box.active {width: 310px;height: 480px;}
    .floating-action-buttons .chat-box .submit-btn {height: 35px; border-radius: 8px;}
    .floating-action-buttons .chat-box .form-control {height: 34px;}
    .floating-action-buttons .chat-box .chat-btn {font-size: 14px;}
    .floating-action-buttons .chat-box .middle-text p {font-size: 15px;margin: 15px 0 20px;color: #000;text-align: center;}
    .floating-action-buttons .chat-box .form-group {margin-bottom: 15px;}
    .home-content .info-button, .home-content .info-button.half-width{
        width: calc(100% - 4px);
    }
    }
    @media (max-width: 350px) {
    .floating-action-buttons .chat-box.active {width: 90%;}
    .floating-action-buttons .chat-box .middle-text .logo {margin: 15px auto 10px;}
    .floating-action-buttons .chat-box .success{text-align: center;padding: 25px 15px 10px;}

    }
