body {

  background-color: none!important;
}



.mt-50
{
    margin-top: 20px!important;
}


.mt-100
{
    margin-top: 80px!important;
}



.color1
{
    color: #26ab75!important;
}

.h1he
{
    font-weight: 600!important;
}

.contact-one__input-box input[type="text"], .contact-one__input-box input[type="email"] {
    
    background-color: #ededed;
 
}

.contact-one__input-box .bootstrap-select > .dropdown-toggle {
    background-color: #ededed!important;
}

.contact-one__input-box textarea {
   background-color: #ededed!important;
}



.bg-grey
{
    background-color: #f2f2f6;
}

::selection {
    background-color: #26ab75;
    color: #fff;
}


::-moz-selection {
  background: #26ab75;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color:#26ab75;
}


.down_enquiry {

    background:#26ab75;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
   
}



.down_enquiry ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 1px solid #fff;
}

.down_enquiry ul li:last-child {
    border-right: none
}

.down_enquiry ul li a {

    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 0;
}

.down_enquiry ul li a:hover {
    color: #fff;
    background:#000000;
}


#feedback {
    height: 0px;
    width: 65px;
    border-radius: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-transform: uppercase;

    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#feedback a {
    display: block;
   
    background:#26ab75;
    height: 52px;
    padding-top: 4px;
    width: 130px;
    text-align: center;
    color: #fff;

    font-size: 15px;
     font-weight: 500!important;
 
    text-decoration: none;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}

#feedback a:hover {
    background:#2c2c2c;

    color: #fff;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #318f31;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;

    border: 2px solid #fff;
}

.text
{
    text-align: justify!important;
}

.my-float {
    margin-top: 14px;
}



.whatsapp-btn {
      position: fixed;
   left: 21px;
    bottom: 55px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    color: #fff;
    background: #4bc75a;
    font-size: 25px;
    padding-top: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    padding-left: 0px;
    border: 2px solid #fff;
    padding-top: 9px;
}


.what {
   
   font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background: #32b72b;
    color: #fff!important;
    text-transform: capitalize;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}




.whatsapp-btn::after{ z-index:-1; content:""; position:absolute; left:0px; top:0px; width:45px; height:45px; animation:ripple 1.6s ease-out infinite; opacity:1; background:#4bc75a; border-radius: 50%; -webkit-animation:ripple 1.6s ease-out infinite; }
    .whatsapp-btn a{color:#fff !important}
    .whatsapp-btn span{font-size:18px;position: relative;top: -8px;}
    @keyframes ripple {
    0%{transform:scale(0);opacity:1}
    100%{transform:scale(2.5);opacity:0}
    }





.text-justify
{
  text-align: justify!important;
}



.fact-two .section-title__title {
  color: var(--nisoz-white);
  font-size: 36px;
  line-height:55px!important;
}







@media (min-width: 100px) and (max-width: 775px) {

  .fact-two .section-title__title {
  color: var(--nisoz-white);
  font-size: 30px;
  line-height: 40px!important;
}







}




@media (min-width: 775px) and (max-width: 2820px) {

    .dontdisplaylg {

        display: none !important;

    }






   



}

