:root{
  --orgain: #499902;
  --light-yellow: #fc998b;
  --white: #fff;
  --black: #000;
}
a{
    text-decoration: none;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-item:hover{
    background-color: yellow;
}
.topinfo{
  background-color: var(--orgain);
}
.menu{
  color: var(--white);
  background-color: var(--light-yellow);
}
.appointent{
  background-color: var(--orgain);
  font-weight: bolder;
  color: var(--white);
  font-size: 20px;
  border-radius: 20px 0px 20px 20px;
}
.appointent:hover{
background-color: var(--white);
color: var(--orgain);
border: 1px solid var(--orgain);
border-radius: 20px 20px 20px 20px;
}
.mainenquery{
  background-color: #fc998b;
  position: relative;
}
.sideimage{
    /*height: 350px;*/
}
svg{
  position: absolute;
}
.mainabout{
  margin-top: 190px;
}
.svgtop{
  position: relative;
}
.service{
  background-color: var(--light-yellow);
  position: relative;
}
.whychoose{
  margin-top: 240px;
}

.status{
  background-image: url("/Assets/Image/use/pestcontrolservice_backgroundimage.jpg");
  background-size: cover;
  padding: 60px 0px 40px 0px;
  text-align: center;
  overflow: hidden;
  opacity: 0.8;
}
.status .statusgroup{
  background-color: var(--white);
  color: var(--orgain);
  margin: 0px 10px;
  border-radius: 20px;
  padding: 30px 0px;
  border-left: 6px solid var(--orgain);
}
.status .statusgroup h1{
  font-size: 45px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.status .statusgroup p{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.btnanimation{
    font-weight: bolder;
    animation-name: backgroundColorPalette;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
/* Standard syntax */
@keyframes backgroundColorPalette {
    0% {
      background: #fc1302;
      color:aliceblue;
    }
    50% {
        background: #f9faf9;
        color:rgba(150, 3, 3, 0.9);
        border: 1px solid red;
    }
    100% {
      background: #f72e01;
      color: white;
    }
  }
/* Standard syntax */
/*@keyframes backgroundColorPalette {*/
/*    0% {*/
/*      background: #fc1302;*/
/*      color:aliceblue;*/
/*    }*/
/*    50% {*/
/*        background: #f9faf9;*/
/*        color:rgba(150, 3, 3, 0.9);*/
/*        border: 1px solid red;*/
/*    }*/
/*    100% {*/
/*      background: #f72e01;*/
/*      color: white;*/
/*    }*/
/*  }*/
.insectcontrol{
    background-image: url('https://www.goodluckpestcontrol.in/Assets/image/Good%20Luck%20Pest%20Control%20-%20Background%20pest%20control%20image.webp');
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}
.insertcard{
    box-shadow: 5px 5px 20px rgb(0,0,0,0.9);
}
.loginbg{
    background-image: url('http://localhost/Good%20Luck%20Pest%20Control/Assets/image/bbbbban1.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

/* Rating star */
.checked {
    color: orange;
  }
  
.mainvideo .ifreammainvideo{
    width: 60%;
    height: 500px;
}
@media screen and (max-width: 480px){
  .topinfoA{
      font-size: 10px;
    }
    .logo {
        width: 310px;
    }
    .sideimage{
        height: 200px;
    }
}

