*,
*::before,
*::after {
    margin: 0;
	padding: 0;
	box-sizing: border-box;
    color: inherit;
    font: inherit;
    line-height: inherit;
}



li {
	list-style: none;
	line-height: 26px;
}
ul{
    padding: 0px !important;
    margin-bottom: 0 !important;
}
html {
	overflow-x: hidden !important;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
    color: #5a5a5a;

}
a {
	text-decoration: none !important;
    /* color: #121212 !important; */
}
p{
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0 !important;
    color: #5a5a5a;
    
}
main{
    background-color: #f4f4f4 !important; 
}
figure{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.bg-s-white{
    background-color: #f4f4f4;
}
.bg-g-white{
    background-color: #efefef;
}
.m-20p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-30p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-30p{
    padding-top: 30px;
    padding-bottom: 30px;
}
section{
    overflow: hidden;
}


/* BUTTON START */
.v-btn{
    display: inline-block;
    font-weight: 700;
    line-height: 51px;
    padding: 0 37px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    border-radius: 50px;
    transition: 0.2s ease-in;   }
.blue-btn-outline{
    border: 2px solid #477135 ;
    color: #477135 ;
    background-color: transparent;
    transition: 0.2s ease-in;   
}
.blue-btn-outline:hover{
    color: #fff;
    background-color: #477135 ;
}
.green-btn{
    color: #fff;
    background-color: rgb(55, 169, 73);
    font-size: 11px;
    font-weight: 700;
    margin: 57px 10px 0px 0px;
    line-height: 50px;
    letter-spacing: 1px;
    transition: 0.2s ease-in;   
    padding: 0px 30px;
}
.green-btn:hover{
    background-color: #212121;
}
.footer-submit-btn{
    border-radius: 3px;
    height: 40px;
    padding: 0px 20px 0px 20px;
    line-height: 20px;
    border: none;
    width: 130px;
    font-weight: 700;
}
/* BUTTON END */



/* NAVIGATION BAR START */
.fixed-nav-bar{
    height: 60px !important;
}

.fixed-nav-bar .nav-list{
   line-height: 50px;
}
.fixed-nav-bar .checkbtn{
   line-height: 50px;
}
.main-header{
    height: 125px;
    background-color: #fff;
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: 0;
}
.h-inherit{
    height: 100%;

}
.nav-log{
    height: 110px;
    display: block;
    max-width: 100%;
    height: 95%;
}
.nav-list{
    display: inline-block;
    line-height: 120px;
    padding: 0 15px;
}
a.nav-list-links{
    /* font-size: 19px; */
    /* line-height: 24px; */
    font-weight: 500;
    color: #121212;
    vertical-align: middle;
}
.dropdown-list{
    visibility: hidden;
    position: absolute;
    z-index: 20;
    opacity: 0;
    border-top: 5px solid #477135 ;
    background-color: #fff;
        
}
.dropdown-list li{
    padding: 10px 0;
    width: 240px;
}
.dropdown-list li a{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400px;
    padding: 10px 27px;
    color:#121212;
    width: 100%;
    cursor: pointer;
}
.dropdown-list li:hover a, .dropdown-list li:hover{
    color: #477135  !important;
    background-color: #eee;
}
.nav-list:hover .dropdown-list{
    visibility: visible;
    opacity: 1;
    transition: opacity .5s;
}
.navigation-bar{
    display: block;
}


.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    color: #121212;
    line-height: 125px;
  }
  #check{
    display: none;
  }

  .responsive-nav-list{
    position: relative;
  }
  .responsive-nav-wrapper{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
  }
  .responsive-nav-list a{
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    color: #8d8d8d;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 17px;
    letter-spacing: 0;
}
.responsive-nav-list .right-arrow{
    /* transform: rotate(-90deg); */
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
}
.right-arrow i{
    /* transform: rotate(-90deg); */
    font-size: 13px;
    color: #8d8d8d;

}
.responsive-dropdown-list{
    padding-left: 20px !important;
    display: none;
    transition: display 2s;
}
.responsive-nav-list .responsive-dropdown-list{
    display: none;
}
.rotate-90{
    transform: rotate(90deg);
}
.nav-list a span {
    position: relative;
}
.nav-list a span::before {
    background: #477135  none repeat scroll 0 0;
    bottom: -2px;
    top: 25px;
    content: "";
    /* margin-top: 20px; */
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0%;
    border-radius: 10px;
    transition: 0.3s;
}
.nav-list:hover a span::before {
    width: 100%;
    left: 0;
}

/* NAVBAR HOVER START */
.responsive-nav-list:hover span, .responsive-dropdown-list li:hover a {
    color: #477135 ;
    font-weight: 500;}

/* NAVBAR HOVER END */
/* NAVIGATION BAR END */

.hero-section{
    height: 654px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 100px;
    background-attachment: fixed;

}
.hero-section::after {
    content: "";    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .1;
    z-index: 1;
}
.hero-bg{
    background-image: url('../img/bg/bg-img-1.jpg');
    background-attachment:unset;
}
.hero-section .lead{
    color: rgb(255, 255, 255);
    font-size: 23px;
    line-height: 35px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;

}
.hero-slider-text{
    color: #fff;
    font-size: 72px;
     margin: 0 auto 30px;
    line-height: 86px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    } 
/* hero-slider-nav-button start */
.hero-slider .item {
    width: 100%;
    height: 100vh;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .owl-dots .owl-dot span {
      width: 12px !important;
      height: 12px !important;
      margin: 0 5px !important;
      background: #ddd !important
  }
  
  .owl-dots .owl-dot.active span {
      background: #555 !important
  }
  
  .owl-nav .owl-prev,.owl-nav .owl-next {
      background: none !important;
      color: #555 !important;
      font-size: 2em !important
  }
  
  .owl-nav .owl-prev.disabled,.owl-nav .owl-next.disabled {
      color: #aaa !important
  }
  
  .hero-slider .owl-dots {
      position: absolute;
      width: 100%;
      bottom: 40px;
      left: 0
  }
  
  .hero-slider .owl-nav {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 45px;
      margin-top: 0
  }
  .owl-nav i,.owl-prev i{
    font-size: 50px;
  }
  .hero-slider  .owl-nav .owl-next,.hero-slider .owl-nav .owl-prev {
      /* wid    th: 45px; */
      /* height: 45px; */
      color: rgba(255, 255, 255, .5) !important;
      text-align: center;
      line-height: 47px;
      position: absolute;
      top: 0;
      left: 40px;
      z-index: 999;
      padding: 0;
      font-size: 1.4em !important;
      margin: 0
  }
  
  .hero-slider .owl-nav .owl-next {
      left: auto;
      right: 40px
  } 
  
/* hero-slider-nav-button end */

.herosilder-bg-1{
    background-image: url('../images/Experience-the-Sona-Vistaas-lifestyle.jpg');
    background-position-y: 50% -52px;
}
.herosilder-bg-2{
    background-image: url('../images/Lush-green-views.jpg');
    background-position-y: 50% -52px;
}
.herosilder-bg-3{
    background-image: url('../images/The-connected-community-at-Sona-Vistaas.jpg');
    background-position-y: 50% -52px;
}

.hero-section.bhk-1-bg,
.hero-section.bhk-2-bg,
.hero-section.bhk-3-bg{
    height: 70vh;
}

.bhk-1-bg{
    background-image: url('../images/1-bhk-premium-apartments.jpg');
}
.bhk-2-bg{
    background-image: url('../images/2-bhk-premium-apartments.jpg');
}
.bhk-3-bg{
    background-image: url('../images/3-bhk-premium-apartments.jpg');
}
/* ABOUT SECTION START */
.about-section{
    padding-top: 100px;
    padding-bottom: 54px;
    background-color: #ffffff;
    background-position: center;
}
.about-section h2{
    font-size: 32px;
    line-height: 1.34em;
    letter-spacing: -1.8px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin-bottom: 40px;



}
/* ABOUT SECTION END */
.walk-section{
    height: 919px;
    background-position: 50% 73px;
    background-image: url('../images/3D-Walkthrough.jpg');
    /* background-attachment: fixed; */
    background-repeat: no-repeat;

}
.walk-video{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.walk-video-wrapper{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
}
.walk-section-inside h2{
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.34em;
    letter-spacing: -1.8px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    padding-top: 20px;
}
.walk-section-inside{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.img-section{
    padding-top: 10px;
}
.unique-features{
    padding-top: 100px;
    padding-bottom: 100px;
}
h2.dft-h2{
    font-size: 32px;
    line-height: 1.34em;
    letter-spacing: -1.8px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    color: #121212;
    padding-bottom: 20px;
    margin-bottom:0;
}
.unique-features-img img, .about-sg-img img{
    height: auto;
    max-width: 100%;    
    
}
h3.dft-h3{
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -.2px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    color: #121212;
    margin-bottom:0;
}

h3.dft-h3 a{
    color: #121212;;
}
h3.dft-h3 a:hover{
    color: #477135 ;
}
.about-sg{
    padding-top: 100px;
    padding-bottom: 54px;
}
.about-sh{
    padding-top: 100px;
    padding-bottom: 60px;
}
.about-sg .v-btn.blue-btn-outline,.about-sh .v-btn.blue-btn-outline{
    margin-top: 30px;
}

/* SCROLL SPY START  */
#scrollspy{
    display: none;
}
#scrollspy .scrollspy-inner{
    background-color: #477135 ;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: background-color .15s ease-out, color .15s ease-out;
    box-sizing: border-box;
    border-radius: 3px;
    position: fixed;
    bottom: 90px;
    right: 30px;
}
#scrollspy .scrollspy-inner:hover{
    background-color: #131313;
}
/* SCROLL SPY STOP */



/* FOOTER START */
.footer-section{
    background-color: #131313;
    padding: 60px 0 60px;
    margin: 0 auto;
    color: #b1b1b1;
    font-family: Ubuntu, sans-serif;
       
}
.footer-logo img{
    max-width: 100%;
    height: auto;
    
}
.footer-section p,.footer-section{
    font-size: 14px;
    color: #b1b1b1;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    line-height: 27px;
}
.footer-section h4{
    color: #fff;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6875em;
    font-weight: 700;
    letter-spacing: -.2px;
    font-family: Montserrat, sans-serif
}
.contact-form input[type=text],.contact-form  input[type=number]{
    width: 100%;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background-color: #f6f6f5;
    padding: 0 10px;
    height: 35px;
    outline: 0;
    font-family: inherit;
    box-sizing: border-box;
    color: #131313;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.contact-form textarea{
    height: 35px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #e9e9e9;
    background-color: #f6f6f5;
    border-radius: 3px;
}
.footer-item{
    padding-top: 10px;
    padding-bottom: 30px;
}
.footer-section p a{
    color: #b1b1b1;
}
.footer-section p a:hover{
    color: #fff;
}

/* FOOTER END */




/* BHK SECTION */
.bkh-heading{
    padding-top: 32px;
    padding-bottom: 32px;

}
.bkh-heading h1{
    color:#477135;
    font-size: 300%;
    line-height: 120%;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: -.6px;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.bkh-heading p{
    margin-bottom: 0px;
}
.amenities-list i,.key-distances-list i{
    color: #37a949;
    font-size: 14px;
    padding-right: 7px;
}
.amenities-list li p, .key-distances-list li p{
    line-height: 37px; 
    display: block;
}
.amenities-list-item, .key-distances-list{
    padding-top: 20px;
}
.unit-plans-img, .floor-plans-img{
    padding-top: 20px;
    padding-bottom: 20px;
}
.unit-plans-img img,.floor-plans-img img{
    width:1024px;
    height:auto;
    vertical-align: top;
    max-width: 100%;
}
.unit-plans-img-bg,.floor-plans-img-bg{
    background-color: #EBEBEB;
    padding: 6px;
    border: 0;
    display: inline-block;
}

.brochure{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1rem;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}   
.brochure img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.brochure-vdo{
    padding-top: 56.25%;
    vertical-align: top;
    margin-bottom: 1rem;
    max-width: 100%;
    margin-top: 35px;
    /* */
}
.brochure-vdo iframe{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;

}
.contact-address a{
    color: #5a5a5a;
}
.contact iframe{
    height: 150px;
    width: 95%;
}

.contact-address-form input,.contact-address-form textarea{
    font-size: 14px;
}
.contact-address-form textarea{
    height:90px;
    
}
.contact-address-form input[type="submit"]{
    background-color: #ffff;
    border:1px solid #c3c3c3
}

.gallery{
    margin-top: 30px;
    margin-bottom: 40px;
}


.z-order-col-img{
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 20.2% 0;
    /* background-attachment: fixed; */
}

.uf-bg-1{
    background-image: url('../images/Unique-features-horizontal-development-at-Sona-Vistaas.jpg');
}
.uf-bg-2{
    background-image: url('../images/Unique-featues-safe-and-friendly-neighbourhood-at-Sona-Vistaas.jpg');
}
.uf-bg-3{
    background-image: url('../images/Unique-features-smart-space-optimization-at-Sona-Vistaas.jpg');
}
.uf-bg-4{
    background-image: url('../images/Unique-features-panoramic-views-at-Sona-Vistaas.jpg');
}

.z-order-col-img .empty-space{
    height: 300px;
}

.z-order-col-content{
    padding: 7% 14% 12% 14%;
}
.z-order-col-content h1{
    font-family: Montserrat;
    font-size: 68px;
    line-height: 71px;
    font-weight: 700;
    letter-spacing: -4px;
    text-transform: capitalize;
    text-align: left;
    color: rgb(45, 45, 45);
    margin-bottom: 28px;
}


/* desing page section start */
.deg-bg-1{
    background-image: url('../images/Design-benefits-design-at-Sona-Vistaas.jpg');
}
.deg-bg-2{
    background-image: url('../images/Design-benefits-enhancing-your-lifestyle-at-Sona-Vistaas.jpg');
}
.deg-bg-3{
    background-image: url('../images/Design-no-common-walls-at-Sona-Vistaas.jpg');
}
.deg-bg-4{
    background-image: url('../images/Design-benefits-design-atSona-Vistaas.jpg');
}
.deg-bg-5{
    background-image: url('../images/Design-benefits-no-unlit-corners-at-Sona-Vistaas.jpg');
}
.deg-bg-6{
    background-image: url('../images/Design-benefits-of-privacy-in-each-home-at-Sona-Vistaas.jpg');
}
.deg-bg-7{
    background-image: url('../images/Design-benefits-of-a-large-and-well-lit-kitchen-at-Sona-Vistaas.jpg');
}
/* desing page section end */

.responsive-top-padding{
    padding-top: 125px;
}
/* Accordion start */
.accordions h4{
    cursor: pointer;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 19px 0 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    font-family: Ubuntu,sans-serif;
    color: #5a5a5a;
}
.accordions .span-1{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: inherit;
    color: #477135 ;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 50%;
}
.span-2{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: 14px;
}
.span-2 i{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}
.span-title{
    padding: 0 0 0 55px;
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}
.accordion-drawer p{
    font-family: Ubuntu, sans-serif;
    line-height: 25px;
    font-weight: 400;
    font-size: 14px;
}
.accordion-panel{
    padding: 13px 0 7px 55px;
}
/* Accordion end */

.js-ag-hide {
    display: none;
  }  
.span-2 .fa.fa-plus{
    background-color: #f6f6f5;
}
.span-2 .fa.fa-minus{
    background-color:#477135 ;
    color: #f6f6f5;
}

.architects-vision-content em{
    font-style: italic;
}

.about-kadri-consultants, .architects-vision-quote{
    padding-top:  100px;
    padding-bottom: 54px;
}

.grey-scale-effect img{
    filter: grayscale(100%);
}
.grey-scale-effect img:hover {
    filter: none;
        }
.past-project{
    padding-top: 90px !important;
    padding-bottom: 50px !important;
}

.abt-ban-road-content{
    padding-top: 100px;
    padding-bottom: 54px;
}

.get-direct button{
    font-size: 16px;
    padding: 0 40px;
}
.get-direct{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.key-dis-bg{
    background-image: url('../images/Key-distances-for-Sona-Vistaas.jpg');
}


/* PLANS PAGES START */
.master-plan{
    margin-top: 50px;
    margin-bottom: 50px;
}
.unite-plan, .iso-floor-plan{
    padding-top: 50px;
    padding-bottom: 50px;

}
/* PLANS PAGES END */

/* AMENITIES PAGE START */
.amenities-page-content{
    padding-top: 60px;
    padding-bottom: 32px;
}
/* AMENITIES PAGE END */


/* CONTACT US START */
.add-heading{
    font-size:16px;
    color: #37a949;
    font-weight: 500;
    font-family: Ubuntu, sans-serif;
}

form.contact-page-form input[type="text"],
form.contact-page-form input[type="number"],
form.contact-page-form textarea{
    width: 100%;
    margin-bottom: 23px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #fff;
    color: #5a5a5a;
    border-radius: 2px;
    border: 2px solid #bcc59a;
}

form.contact-page-form input[type="submit"]{
    width: fit-content;
    font-size: 12px;
    line-height: 43px;
     padding: 0 37px;
    cursor: pointer;
}
.contact-page-content{
    padding-top: 76px;
    padding-bottom: 60px;
   }
/* CONTACT US END */


/* BLOG PAGES START */
.article-heading{
    margin-bottom: 20px;
    margin-top: 4px;
    font-size: 24px !important;
}
.aritcle-text{
    padding-bottom: 15px;
}
.article-img{
    margin-bottom: 30px;   
}
.article-img img{
    aspect-ratio: auto 1920 / 1080;
}
.aritcle-link{
    border: 0;
    height: 41px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    line-height: 41px;
    font-family: Ubuntu,sans-serif;
    position: relative;
}



.blog-listing-sections{
    padding-bottom: 24px;
    margin-bottom: 45px;
    border-bottom: 1px solid #E0E0E0;
}

.blog-hero-text{
    color: #fff;
    font-size: 72px;
    width: 70%;
    margin: 0 auto 30px;
    line-height: 86px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.blog-list li{
    list-style-type: disc;

}
.list-item-first ul li p::before{
    content: "\f054";
    color: #37a949 !important;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    padding-right: 6px;
    margin-left: -19px;
    font-size: 14px !important;
}
.list-item-first ul li p{
    line-height: 27px;
}
.list-item-first ul li{
    padding-bottom: 10px;
}

.blg-1-bg,
.blg-2-bg,
.blg-3-bg,
.blg-4-bg,
.blg-5-bg,
.blg-6-bg,
.contact-page-img{
    height: 85vh;
    background-attachment: unset;
    background-position: bottom;
}

.blg-1-bg{
    background-image: url('../images/View-of-Sona-Vistaas-multiple-levels-1024x576.jpg');
    background-position: center;
}
.blg-2-bg{
    background-image: url('../images/6-reasons-to-invest-in-residential-real-estate-in-times-of-pandemic.jpg');
}
.blg-3-bg{
    background-image: url('../images/why-investments-in-real-estate-housing-sector-has-increased-post-covid-19.jpg');
}
.blg-4-bg{
    background-image: url('../images/Cam_7Cam_7-1024x576.jpg');
}
.blg-5-bg{
    background-image: url('../images/360-degree-panoramic-views-at-Sona-Vistaas.jpg');
}
.blg-6-bg{
    background-image: url('../images/isy.jpg');
}
.blog-bg-dark{
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.blog-text{
    position: relative;
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    z-index: 5;
}
.goto-arrow i{
    font-size: 40px;
    color: #fff;

}
.recent-blogs{
    padding-top:15%
}
.recent-blogs p{
    font-size: 14px;
    padding-bottom: 5px;
}
.recent-blogs ul li a:hover p{
    color: #37a949;
 
 }
/* BLOG PAGES END */
/* PRIVARY TERM PAGE START */
.privacy-blue{
    background-color: #477135;
    height: 35vh;
    display: flex;
}
.privacy-blue h1{
    color: #fff;
    font-size: 300%;
    line-height: 120%;
    padding-top: 40px;
    padding-bottom: 40px;
    letter-spacing: -.6px;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.privacy-list li{
    list-style-type: disc ;
    color: #5a5a5a;
    margin-left: 20px;
}

.whatsapp-link {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
}
.social-media-icon a{
    color: #477135;
    font-size: 20px;
    z-index: 5;
   
}

.social-media-icon div{
    position: relative;
    width: 50px;
    height: 50px;
    background-color: red;
    display: inline;
    
}

.blog-share ul li{
    display: inline-block;
    width: 30px;
    border:1px solid #a4a4a4;
    border-radius: 100%;
    margin-right: 5px;
    text-align: center;

}
.blog-share ul li a{
    color: #a4a4a4;
}
.blog-share ul li:hover,.blog-share ul li:hover a{
    background-color: #a4a4a4;
    color: #fff;

}
.footer-submit-btn{
    color:#000;
}
.specifications{
    padding-bottom: 30px;
}

/* PRIVARY TERM PAGE END */
