body{ margin: 0px; padding: 0px; width: 100%; height: 100%; font-family:  'Open Sans', sans-serif; font-weight:normal; font-size: 12px; }
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;700&display=swap');


.owl-nav{display: none;}


ul, li { margin:0px; padding: 0px; list-style: none;    line-height: 28px;    font-size: 14px;}
p{line-height: 27px; color: #333;font-family: 'Roboto', sans-serif;   font-size: 1.1rem;
    line-height: 1.8;
    margin: 0 0 1.6rem;
    font-weight: 400;
}
a, a img { outline:none; border:none; font-family: 'Rajdhani', sans-serif;vertical-align: middle!important;}
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', font-weight: 300;  }
input:focus, button:focus, select:focus, textarea:focus {box-shadow: none !important;}
a:hover{text-decoration: none;}

.top{margin: 0px; background-image: linear-gradient(#faf3f3, #fefefe);  padding: 10px 0}
.top h3{margin-top:  20px; font-style: italic;}
.top .social{ text-align: center; margin-top: 8px }

.top .social .text{margin:10px 0; display: inline-block;}
.top .social ul{}
.top .social ul li{display: inline-block; padding: 5px;}
.top .social img{width:24px}


.bajanlal{padding: 50px; }
.bajanlal h2{font-size:32px!important; text-align: center; margin-bottom: 20px;}

.xxxx{overflow: hidden;}
.news{}
.xc .active{background: none}
.news img{border-radius: 50px}
.sliderclm  { margin: 50px }
.services{padding: 30px}
.services .active{ background-color: transparent; }
.services .active::after{display: none; }
.top .social .whatsapp{ margin-top:0px ;display: inline-block; display: inline-block;
  padding: 2px 0;
  background: #ffe2e2;
  border-radius: 50px;
  line-height: 42px;
  height:35px;
  width:35px;}

  .zoom-in-zoom-out { 
  width:35px;
  height:35px;
  background: green;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.whatsimg{vertical-align: revert!important;}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.8, 1.8);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
.xc{padding: 50px 15px}
.xc img{ border-radius: 6px }
.owl-carousel button.owl-dot{display: none;}


.logo{}
.badge-dark{font-size: 12px; font-weight: normal; padding: 8px 10px!important}
.fot .social .text{margin:10px 0; display: inline-block;}
.fot .social ul{}
.fot .social ul li{display: inline-block; padding: 5px;}
.fot .social img{width:15px}
.fot .social .whatsapp{ margin-top: -27px ;display: inline-block;}

.question{text-align: left;}
.question img{width: 100%}
.radius{border-radius:8px}

.secondbg{ background-image: linear-gradient(#eeeeee, #dedede); padding: 50px }

.quest{ }
.quest .accordion{ background: #f25764; font-size:30px ; padding-bottom:90px; position: relative; margin-top:90px; }
.quest .accordion:hover{ background: #f25764; }
.quest .accordion img{ width: 100%; margin-bottom: 20px ;border-radius: 5px }
.quest .accordion span{  margin-bottom: -10px ; display: block; font-size: 11px; opacity: .8 }
.quest .panel p{font-size: 24px}

.quest .accordion:after {
  content: '\002B'; font-size: 30px;bottom: 20px;
  color: #fff;
  font-weight: bold; padding: 0px 12px; border-radius: 50%;
  float: right;
  margin-left: 5px; position: absolute; left: 0; right: 0; text-align: center;
  
}
 .quest .active:after {
  content: "\2212";
}

.quest .accordion:before {
  background: #f25764;;
  bottom: 99.8%;
  clip-path: polygon(0 100%, 100% 33px, 100% 100%);
  content: "";
  height: 100px;left: 0;
  position: absolute;
  width: calc(100% - 0px);
}


.quest .accordio::after {
  content: "";  position: absolute;

  bottom: 0;

  top: 0;

  left: 0;

  right: 0;

  background: #F2B705 linear-gradient(-70deg, #f25764, #d13e4b 25%, #e44a57 35%);

  clip-path: polygon(0 calc(100% - 60px), 100% calc(50% - 60px), 100% 100%, 0 100%);

  z-index: 0;

}


.accordion {
  background-color: #2182BF;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;margin: 10px 0 0 0; box-shadow:2px 2px 6px 2px rgba(0,0,0,.1);
}

.active, .accordion:hover {
  background-color: #2182BF;
}

.accordion:after {
  content: '\002B'; font-size: 30px;
  color: #fff;
  font-weight: bold;  padding: 0px 12px; border-radius: 50%;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; border: 1px solid #ccc
}
.panel p{padding:5px 0 0 0}
.panel strong{margin-top:10px; display: block;}
.popup{
    background-color: #ffffff;
    width: 450px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.aaa{position: relative;z-index: 2}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}

.collapsible{margin-bottom: 10px; text-align: center; }
.collapsible-header {  background:#f25764; padding: 50px;
  color: #fff;  position: relative;}
.collapsible-title {
  margin-top: 10px; color: black; color: #fff; position: relative;
  margin-bottom: 15px; z-index: 999; display: block;
}
  .collapsible-description {
    font-size: 20px; z-index: 1; position: relative; color: #fff;
  }
  .ooo{position: relative; z-index: 99}
.collapsible-header::after {
  content: "";

  position: absolute;

  bottom: 0;

  top: 0;

  left: 0;

  right: 0;

  background: #F2B705 linear-gradient(-70deg, #f25764, #d13e4b 25%, #e44a57 35%);

  clip-path: polygon(0 calc(100% - 60px), 100% calc(50% - 60px), 100% 100%, 0 100%);

  z-index: 0;

}



    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }
.active, .owlcaro:hover {
  background-color:#fff;
}

@media screen and (max-width:480px){   
.top h3 {margin-top:15px; font-size: 22px ; font-style: italic;}
.logo{ width: 80% }
.ooo{width: 90%}
.collapsible-header{padding: 25px}
.bajanlal{padding: 40px 2px}
}
