
li.nav-item.active a{
    color: #761C80 !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top.mve_top {
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0px;
}
.about_sec h5 {
    font-weight: 600;
    color: #761C80;
}

.faqacctodion .card .card-header h5 a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.faqacctodion .card .card-header h5 a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.ctnabout { 
    position: absolute;
    margin-top: -80px;
}
.ctnatestimonial { 
  position: absolute;
  margin-top: -40px;
}
.ctncommon { 
  position: absolute;
  margin-top: -110px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

span.blog_title{
   font-weight: 700;
    color: #761C80;
}
/*Giridhar added Blogs Starts*/
.for_small{
    display: none;
}
/*Giridhar added Blogs Ends*/

/*-----------------------------
  Aravind added CSS 26-02-2024
------------------------------*/
.text-brand{color:#761C80;}
.w-90{width:90%;}
.blogtestimovidtext {position: absolute;top: 0;bottom: 0px;background: #0000007a;border-radius: 20px;cursor:pointer;}
.blogtestimovidtext .testimoplaybtn {position: absolute;left: 47%;top: 40%;}
.blog_testimonials_section .video-block {min-height:auto;}
.video-block {padding: 0px;}
.video_txt h4 {color: #ffffff;font-size: 18px;padding: 10px;text-align: center;font-weight: 600;margin-bottom: 0px;}
.video_models button.close {position: absolute;right: 0;background: #021d35;width: 40px;height: 40px;z-index: 9999;opacity: 1;color: #fff;}
.others-comarision table ul{padding-left:40px;}
.others-comarision table ul li{padding-top:10px;padding-bottom:10px;font-weight: 500;}
.others-comarision table th{ padding: 20px 30px !important;}

/*----------------------------
Deepthi added CSS 25-04-2024
------------------------------*/
.demystifyingtheKit li{color:#000000 !important;}

@media (max-width: 1199px){
.container {width: 100%;}
.w-90{width:100%;}
}
@media (max-width: 767px){
.pt-100, .pt-80{padding-top:15px !important;}
.for_small{
    display: block;
}
.for_big{
    display: none;
}
}
@media (max-width: 475px){
.others-comarision table th {padding: 20px 10px !important;}
.others-comarision table ul {padding-left: 10px;}
}

