@import url(../fonts/stylesheet.css);
@font-face {
    font-family: "FontAwesome";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.theme_color{
  color: #25a244!important;;
}
.custom-control-input:checked~.custom-control-label::before{
  border-color: #25a244;
    background-color: #25a244;
}
p {
    font-family: "Andika";
    font-weight: normal;
}
a{
  color: #000;
}
a:hover{
  text-decoration: none;
  color: #056839;
}

.mobile_btn_user{
  display: none;
}
.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -27px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/*whatsapp button*/
.sc-7dvmpp-1{
    display:none!important;
}



.form-control:focus {
    box-shadow: none;
    border-color: #000000;
    background: rgba(234, 234, 234, 0.4);
}
.custom-select:focus {
    box-shadow: none;
    border-color: #000000 !important;
}
.form-control {
    border-radius: 20px;
    background: rgba(234, 234, 234, 0.4);
}
.custom-select {
    background-image: linear-gradient(45deg, transparent 50%, #343c46 60%),
        linear-gradient(135deg, #343c46 40%, transparent 50%) !important;
    background-position: calc(100% - 25px) 15px, calc(100% - 15px) 15px, 20% 0;
    background-size: 8px 5px, 12px 4px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 20px;
    background-color: rgba(234, 234, 234, 0.4);
    color: rgba(52, 60, 70, 0.57);
}

.form-control::placeholder {
    color: rgba(52, 60, 70, 0.57);
}

.btn-theme {
    background: #056839;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    font-family: "Rubik";
    margin: 0px 10px;
    padding: 5px 15px;
    transition: 0.5s;
}

.btn-theme .fa {
    padding-right: 5px;
    font-size: 22px;
}

.btn-theme:hover {
    background: #000;
    color: #fff;
}

.btn-theme_two {
    background-color: #056839;
    color: #fff;
    font-family: Andika;
    border-radius: 10px;
    padding: 5px 75px;
    font-size: 16px;
    transition: 0.5s;
}

.btn-theme_two:hover {
    background: #000000;
    color: #fff;
}

.btn-link {
    padding: 0;
    color: #056839 !important;
    line-height: 15px;
}

.btn-link:hover {
    text-decoration: none;
}

.heading_med {
    color: #056839;
    font-size: 30px;
    font-family: "Baloo 2";
}

.main-menu{
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  width: 100%;
}

/* Service_menu */
#Service_menu {
  background-color: #ffffff;
  width: 100%;
  transition: top 0.5s;
  z-index: 1;
  padding: 5px 0;
  box-shadow:0px 2px 10px rgb(0 0 0 / 25%);
}

.sticky_menu{
  position:absolute; 
  top: -100px;
 }
.fixed_Menu {
  position: fixed;
  top:0; left:0;
  width: 100%; }

.services_search{
  position: relative;
}

.btn-services{
  background: #056839;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 19px;
  right: 19px;
  border-radius: 10px;
}


#Service_menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#Service_menu ul li{
  display: inline;
  padding: 0px 10px;
  text-align: center;
}

#Service_menu ul li a{
  display: table-caption;
  font-family: "Andika";
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

#Service_menu ul li a img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: contain;
    padding: 2px;
    background: #FFFFFF;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.25);
    transition: transform .2s; /* Animation */
}

#Service_menu .log_two{
  padding-top: 8px;
}

#Service_menu .form-control{
  border-radius: 10px;
  border: transparent;
  font-family:Arial, FontAwesome
}

#Service_menu form{
  padding-top: 16px;
}

#Service_menu ul li:hover img{
  transform: scale(1.1)

}

.fixed {
  position: fixed;
  top:0; 
  left:0;
  width: 100%; 
}

/* menu-bar */
.main-menu .nav-link {
    color: #000000;
    font-family: "Rubik";
    font-weight: normal;
    font-size: 18px;
    padding: 0.5rem 1.3rem !important;
    position: relative;
}
.main-menu .navbar form {
    padding-left: 30px;
    margin: 0;
  }
.mob-menu {
    display: none;
}

.main-menu .nav-link::before {
  content: '';
  position: absolute;
  top: 80%;
  left: calc(50% - 12px);
  width: 24px;
  height: 3px;
  background-color: #056839;
  transform: scale(0, 1);
  transform-origin: center right;
  transition: transform 500ms ease;
}

.main-menu .nav-item:hover > .nav-link::before {
  transform: scale(1, 1);
  transform-origin: left center;
  
}
.main-menu .active .nav-link::before {
  transform: scale(1, 1);
  transform-origin: left center;
  
}
.main-menu .active .nav-link{
  color: #056839;
}
.nav-link:hover{
  color: #056839;
}
/* Mobile menu */
@media screen and (max-width: 600px) {
    .mob-menu {
        font-size: 25px;
        cursor: pointer;
        display: block;
    }
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Home-page */
.banner_sec {
  position: relative;
 
}

.banner_sec img{
  width: 100%;
}

.banner_content{
  position: absolute;
  width: 40%;
  top: 35%;
  right: 9%;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 70px;
}


.banner_content h3{
  font-family: "Baloo 2";
  font-size: 45px;
}

.banner_content p{
  padding: 0 30px;
  line-height: 29px;
}

.home_service{
  padding:80px 0 0 0;
}

.home_heading h3{
  font-family: Halant;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 63px;
  color: #000;

}

.home_heading span{
  color:#25A244;
}

.home_heading h2{
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  color: #343C46;
}
.home_service .owl-carousel{
  padding: 35px 0;
  z-index:0;
}

.home_service .owl-item  > div {
  cursor: pointer;
  margin:8%;
  transition: margin 0.4s ease;
  height: 330px;
}


.home_service .owl-item.center > div {
  cursor: auto;
  margin:0 -20px;
}
.home_service .owl-item:not(.center) > div:hover {
  opacity: .75;
}

.btn_theme_circle{
  border-radius: 50%;
  background: #056839;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 10px 8px;
}

.btn_theme_circle:hover{
  background: #000000;
}

.home_service .owl-carousel  .silder_content{
  position: absolute;
  bottom: 0;
  z-index: 9999;
  left: 20%;
  width: 60%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  top: 42.5%;
  text-align: center;
  height: fit-content;
}

.owl-carousel .silder_content p{
  display: none;
  height: auto;
}

.owl-carousel  .silder_content .btn{
  display: none;
}

.owl-carousel .silder_content .btn img{
  height: 100%!important;
}
.home_service .owl-carousel img{
  height:172px;
}
.home_service .owl-item.active img{
  height: 172px!important;
}
.home_service .owl-item.active.center img{
  height: 230px!important;
}
.owl-carousel .center{
  top: 45%;
}


.owl-carousel .center .silder_content{
  height: 215px;
  padding: 20px  10px 40px 10px;
  position: relative;
  top:-90px;
}


.owl-carousel .center img{
  height:230px;
}

.owl-carousel .owl-item .btn img{
  height: 100%;
}
.home_service  .owl-carousel .btn{
  display: none;
}
.owl-carousel  .center .btn{
  display: block;
  display: block;
  margin: 0 auto;
  display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -14.5%;
    left: 43%;
    z-index: 100000;
}

.owl-carousel .center p{
  display:block;
}

/* About_section */
.abt_sec{
  padding-bottom: 40px;
}

.abt_img{
  padding-top: 40px;
}

.step_type img{
  width: 40px;
  height: 40px;
}

.step_type{
  width: 150px;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  transition: .5s;
  cursor: pointer;
  font-family: 'Halant';
  margin-top: 50px;
}
.step_type:hover{
  transform: scale(1.1);
}

.step_type h5{
  font-weight: bold;
  padding-top: 5px;
  margin: 0;
  color: #C34848;
}
.step_type p{
  margin: 0;
  font-size: 14px;
}
.two_clr{
  color: #EFA617!important;
}

.three_clr{
  color:#42E0C4!important;
}
.four_clr{
  color: #C34848!important;
}
.five_clr{
  color: #31B6F2!important;
}

table td{
  vertical-align: middle!important;
}

/* Mobile_section */
.mobile_sec{
  padding: 40px 0 0 0;
  text-align: center;
  background-image: url(../image/Line2.png);
  background-repeat: no-repeat;
  background-position: 38% 78%;
  background-size: 65%;
}

.mobile_sec h3{
  font-family: 'Baloo 2';
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #25A244;
  margin: 0;
}

.mobile_box{
  width: 20%;
  float: left;
  padding: 80px 0;
}

.mobile_box img{
  transition: .5s;
  cursor: pointer;
}

.mobile_box img:hover{
  transform: scale(1.1);
}
/* Plan-section */
.best_plan{
  padding:0 0 70px 0;
}

.best_plan_box{
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  border-radius: 60px 60px 0px 0px;
  padding: 0px 25px 40px 25px;
  margin-top: 80px;
  /* height: 400px; */
  position: relative;
}

.best_plan_box img{
  width: 300px;
  height: 200px;
  object-fit: contain;
}

.best_plan_box h3{
  font-family: 'Baloo 2';
  color: #000000;
  font-size: 28px;
  margin: 0;
}

.best_plan_box p{
  color: #343C46;
  margin: 0;
  padding-top: 10px;
}


.best_plan .btn_theme_circle{
  line-height: 0;
  position: absolute;
  bottom: -5%;
  left: 48%;
  transform: translate(-48%, 0%);
}

.best_plan .btn_theme_circle img{
  height:100%;
}


 /* Testimonial_section  */
.client_sec{
  padding: 40px 0;
  position: relative;
  /* background-image: url(../image/client_bg.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 85%; */
}

.testimonial{
  padding: 40px 0;
}

.crl_1{
  position: absolute;
  left: 13%;
  top: 15%;
}
.crl_2{
  left: 9%;
  top: 32%;

}

.crl_3{
  right: 7.5%;
  bottom: 27%;
  left: unset;
  top: unset;
}
.crl_4{
  right: 12%;
  bottom: 12%;
  left: unset;
  top: unset;
}



.client_sec .owl-carousel {
  z-index: unset;
}

.testimonial .owl-dots{
  text-align: center;
}
.testimonial button.owl-dot{
  width: 10px ;
  height: 10px;
  background: #C4C4C4!important;
  margin:0 3px ;
  border-radius: 10px;
}

.testimonial button.owl-dot.active{
  background: #25A244!important;
}

.client_review{
  background: rgba(234, 234, 234, 0.4);
  border-radius: 20px;
  padding: 20px;
  min-height: 300px;
  margin: 50px 10px;
  transition: .5s;
  cursor: pointer;
}

.client_review:hover{
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.client_info img{
  width: 80px!important;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.client_name h5{
  font-family: 'Andika';
  font-size: 22px;
  color: #000000;
  margin: 0; 
  padding-top: 12px; 
}

.client_name p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0!important;
}

.client_review p{
  padding-left: 50px;
  padding-top: 30px;
}

.coloma{
  font-size: 40px;
    font-weight: bold;
    color: #25A244;
    font-family: 'Andika';
    transform: scale(-1, -1);
    display: block;
    float: left;
    position: relative;
    left: 20px;
    top: 20px;
}


  /* About-section */
 
  .abt_sec{
    padding: 0px 0 100px 0;
  }
  .main_abt{
    padding-top: 100px;
  }

  .abt_heading{
    font-family: 'Baloo 2';
    /* font-weight: 600; */
    font-size: 72px;
    color: #25A244;
    padding: 50px 0;
  }

  .abt_content h5{
    font-family: 'Baloo 2';
    /* font-weight: 600; */
    font-size: 36px;
    color: #000000;
  }

  .abt_content p{
    color: #343C46;
    padding-top: 20px;
    font-size: 20px;
  }

  .abt_content{
    padding: 20px;
  }
  
  .abt_img_page{
    padding:20px 40px;
  }
  .abt_img_page img{
    width: 90%;
    float: right;
  }

/* conatct-section */

.contact_sec{
  position: relative;
  padding: 50px 0 80px 0;
}

.cnt_img_1{
  background-image: url(../image/cnt_1.png);
  background-size: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  left: -20%;
  z-index: -1;
  background-repeat: round;
}

.cnt_img_2{
  background-image: url(../image/cnt_2.png);
  background-size: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  right: -22%;
  z-index: -1;
      background-repeat: round;

}

.contact_sec .form-control{
  background: #ffffff;
  margin-top: 20px;
}

.cnt_img_old{
  padding-top: 50px;
}

.cnt_form{
  padding-top:100px;
}

/* Register_page */
.register_page {
    padding: 120px 0 50px 0;
}
.reg_form .form-control{
  border: transparent;
}

.reg_form .custom-select{
  border: transparent;
}

.reg_form form {
    padding: 20px 0;
}
.reg_form p {
    font-size: 14px;
}
.reg_form .btn-link {
    font-size: 14px;
}

.reg_img {
    padding-top: 70px;
}

/* LogIn page */
.Login_page .reg_img {
  padding-top: 0px;
}

/* Services_page */
.Services_page {
  padding: 120px 0 100px 0;
}
.services_box{
text-align: center;
    position: relative;
    height: 450px;
    width: 90%;
    margin: 30px auto 0 auto;
}

.services_box img{
  height: 300px;
}
.Ser_cnt_box{
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    padding: 40px 20px 55px;
    width: 70%;
    top: 38%;
    transform: translate(22%, 0%);
    left: 0;
}

.Ser_cnt_box h3{
  font-family: 'Baloo 2';
  font-style: normal;
  margin: 0;
}

.Ser_cnt_box .btn-theme{
  position: absolute;
  bottom: -8%;
  transform: translate(60%, 0%);
  left: 0;
}

/* contact_page */
.contact_page .reg_img{
  padding: 0;
  text-align: center;
}
.contact_page .reg_img img{
  width:70%;
}
.contact_box{
  background: #FFFFFF;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25), 4px -4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 50px;
}
.contact_page .reg_form form{
  padding: 0;
}
.contact_info{
  padding: 50px 0 20px 0;
}

.contact_info .contact_box{
  padding: 25px;
  height: 175px;
}
.contact_info .contact_box h4{
  font-family: "Andika";
  font-weight: normal;
  font-size: 22px;
}

.contact_info .contact_box .fa{
  color:#056839;
}

.chat_img{
  transform: scaleX(-1);
}

/* plans-page */

.plans_sec{
  padding: 120px 0 50px 0;
}

.plan_heading{
  color: #056839;
  font-family: 'Andika';
  font-size: 42px;
}

.plan_heading_two{
  font-size: 35px;
  font-family: "baloo 2";
  padding-top: 30px;
}

.plan_card{
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  border-radius: 20px 20px 0px 0px;
  margin: 30px 0 50px 0;
  text-align: center;
  position: relative;
  transition: .4s;
  cursor: pointer;
}

.plan_card:hover{
    transform: scale(1.1);
}
.plan_head{
  background: linear-gradient(107.09deg, #FFA69E 3.19%, rgba(134, 22, 87, 0.85) 100.72%);
  border-radius: 20px 20px 0px 0px;
  padding: 60px 0;
}

.plan_head p{
  color: #fff;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  margin: 0;
}

.plan_body{
  padding: 60px 20px 82px 20px;
}

.plan_body h3{
  font-family: 'Baloo 2';
  font-style: normal;
}

.plan_body p{
  color: #343C46;
  font-family: 'Andika';
}

.plan_foot{
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translate(-50%, 3%);
  width: 100%;
}

.head_plan_gap {
  padding: 40px 0;
  margin: 0;
}

.plan_head_two{
  background: linear-gradient(107.09deg, #37D5D6 3.19%, rgba(54, 9, 109, 0.72) 72.05%);
}

.plan_head_three{
  background: linear-gradient(107.09deg, rgba(247, 180, 44, 0.85) 3.19%, rgba(252, 87, 94, 0.85) 54.08%);
}

/* footer_section */
footer{
  background:#212529 ;
  padding: 20px 0;
  color: #ffffff;
}

.foot_gap{
  padding-left: 50px;
}

.foot_one ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot_one ul li{
  padding-top: 5px;
}
.foot_one ul li a{
  text-decoration: none;
  color: #ffffff;
  font-family: Andika;
  
}
.foot_one ul li a:hover{
  color: #25a244;
}
.footer_heading{
  font-family: Rubik;
  color: #ffffff;
  font-size: 22px;
}

.foot_one p a{
  text-decoration: none;
  color: #ffffff;
}

.foot_one p .fa{
  padding-right: 10px;
}

.social_footer .fa{
  color: #fff;
  font-size: 30px;
  margin: 0 5px;
}
.social_footer a:hover .fa{
  color: #25a244;
}

/* Dashboard_Design */
.Dashborad_Header{
  padding:1rem;
}

.Profile_detail img{
  width: 120px;
  height: 120px;
  border-radius: 70px;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
  object-fit: cover;  
}

.Profile_detail h3{
  padding-top: 20px;
  font-size: 36px;
  font-family: 'Andika';
}

.Profile_detail hr{
  margin: 0;
  border: 1px solid #25A244;  
  display: -webkit-box;
}

/* Side_bar_menu */
#nav_bar {
  border: 0;
  transition: top 0.5s;
 
}
/* 
.navbar-fixed {
  top: 10px;
  z-index: 100;
  position: fixed;
} */

.side_toggle{
  display:none;
}

#sidebar {
    overflow: hidden;
    z-index: 1;
   
}
#sidebar .list-group {
    background-color: rgba(234, 234, 234, 0.32);
    padding: 40px 24px ;
    border-radius: 12px;
    margin-bottom: 40px;
}
#sidebar i {
    margin-right: 6px;
}
#sidebar .list-group img{
  padding-right:8px ;
}

#sidebar .dropdown-menu.show {
  display: contents;
  /* width: 84%; */
}

#sidebar .dropdown-menu.show img{
  display: none;
}



#sidebar .dropdown-toggle{
  font-family: Rubik;
  font-style: normal;
  transition: .5s;
  padding: 12px 0;
}
#sidebar .dropdown-menu li{
  padding: 12px 0;
}

#sidebar .dropdown-menu li{
  padding-left: 40px;
}

#sidebar .dropdown-menu li a{
  display: block;
}
#sidebar .dropdown-menu .side_list{
  font-family: Rubik;
  font-style: normal;
}

#sidebar .dropdown-menu li:hover a{
  color:#25a244
}

#sidebar .dropdown-toggle::after{
  float: right;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
}


#sidebar .list-group-item {
    border-radius: 0;
    background-color:transparent;
    color: #343C46;
    border: 0;
    white-space: nowrap;
    padding: 12px 0;
    font-family: Rubik;
    font-style: normal;
}
#sidebar .list-group-item:hover{
  color: #25A244;
}

#sidebar .active{
  color: #25A244;
}



/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #161616;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
  background-color: #222;
}
#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: "";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

.Side_Info{
  padding: 40px 36px;
  background-color: rgba(234, 234, 234, 0.32);
  border-radius: 12px;
  font-family: 'Andika';
  font-style: normal;
  margin-bottom: 50px;
  /* display: table-row; */
}

@media (max-width: 820px){
.side_list {
    display: block;
  }
  #sidebar .list-group-item{
    text-align: center;
  }
  #sidebar .active img{
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 3px black;
    padding: 5px;

  }
}

@media (max-width:768px) {
    #sidebar {
        min-width: 150px;
        max-width: 155px;
        overflow-y: auto;
        overflow-x: visible;
        transition: all 0.25s ease;
        transform: translateX(-45px);
    }
    .side_list{
      display: none;
    }
    #sidebar.show {
        transform: translateX(0);
    }
    
    #sidebar::-webkit-scrollbar{ width: 0px; }
    
    #sidebar, #sidebar .list-group {
        /* min-width: 1px; */
        overflow: visible;
    }
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.show, #sidebar .list-group .collapsing {
        position: relative;
        z-index: 1;
        width: 190px;
        top: 0;
    }
    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }
    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }
   
}

@media (max-width:600px) {
  #sidebar {
    transition: all 0.25s ease;
    transform: translateY(-0px);
}
  #sidebar.show {
    transform: translateY(0);
}
  #sidebar .active img{
    border-radius: 0;
    padding: 0px;
  }
  #sidebar {
      min-width:100%;
      max-width: 100%;
    }
   
    #sidebar .list-group{
      padding: 5px 0px;
    }
    #sidebar .list-group img {
      padding-right: 0px;
    }
    /* #sidebar .list-group > .list-group-item{
      padding-left: 5px;
    }   */
    /* #sidebar.show{
      padding-right:0 ;
    } */
    .side_toggle{
      display:block;
      width: 100%;
      padding:10px 30px;
      font-size:22px
    }
   
}

.collapse.show {
  visibility: visible;
}
.collapsing {
  visibility: visible;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: 100%;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


/* Profile_information */
    .profile_info_sec{
      padding: 60px 0;
    }
    .Profile_Info h4{
      font-family: "Baloo 2";
      font-style: normal;
      font-weight: 500;
      font-size: 32px;
      color: #25A244;
      margin: 0;
      padding-bottom: 28px;
    }
    .Profile_Info img{
      width: 120px;
      height: 120px;
      /* padding-bottom: 16px; */
      object-fit: cover;
      border-radius: 70px;
    }

    .Profile_Info p{
      font-size: 18px;
      padding-top: 16px;
      margin: 0;
    }

    .user_details{
      padding-top: 40px;
    }
    .user_info_one{
      padding-left: 200px;
    }
    .user_info_one p{
      color: #056839;
      font-size: 20px;
      margin: 0;
      padding-bottom:32px;
    }

    .user_info_two{
      padding-left: 50px;
      text-align: left;
    }

    .user_info_two p{
      font-size: 20px;
      margin: 0;
      padding-bottom:32px;
    }

    .btn_user_theme{
      background: #056839;
      border-radius: 12px;
      font-family: 'Andika';
      padding: 5px 30px;
      font-size: 16px;
      color: #ffffff;
      border:1px;
      transition: 0.5s;
    }

    .btn_user_theme:hover{
      background: #000000;
      color: #ffffff;
    }

    .btn_user_theme_outline{
      border:1px solid #056839;
      background: transparent;
      color: #056839;
      border-radius: 12px;
      font-family: 'Andika';
      padding: 5px 30px;
      transition: 0.5s;
    }

    .btn_user_theme_outline:hover{
      background: #056839;
      color: #ffffff;
    }

    .user_details .btn{
      margin-top: 14px;
    }

    

    /* Dashborad_offer-design */
    .offer_card{
      background: #FFFFFF;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
      position: relative;
      cursor: pointer;
      margin-bottom: 50px;
    }
    .main_abt .offer_card{
      margin:30px 0;
    }
    .offer_head_img{
      position: relative;
      text-align: center;
      color: white;
    }

    .offer_head_text{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
    }

    .offer_head_text h4{
      font-family: 'Baloo 2';
      font-weight: 600;
      font-size: 40px;
      margin: 0;
    }

    .offer_card_body{
      padding:0 40px 60px 40px ;
    }

    .offer_card_body h4{
      margin: 0;
      font-size: 18px;
      color: #000;
      padding-top: 30px;
    }

    .offer_card_body p{
      margin: 0;
      font-size: 18px;
      color: gray;
    }

    .offer_card_footer{
      width:100%;
      position: absolute;
      bottom: -4%;
      left: 48%;
      transform: translate(-48%, 0%);
    }

    /* Profile_edit_section */
    .profile_edit{
      
    }

    .profile_edit input[type="file"] {
      display: none;
  }
  .profile_edit img{
    opacity: .8;
    position: relative;
  }
  .profile_edit .custom-file-upload {
      display: inline-block;
      padding: 0;
      cursor: pointer;
      color: #FFFFFF;
      font-size: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, 25%);
      z-index: 9;
      margin: 0;
  }

  
  .Dash_profile .form-control {
    border-radius: 10px;
    background: #fff;
  }



  .Dash_profile .custom-select{
    border-radius: 10px;
    background-color:#fff;
    color:#000;
  }

  .Dash_heading{
    color:#363853;
    font-size: 25px;
    padding: 20px 0;
    margin: 0;
  }

  .Dash_heading span{
    color: #000;
    float: right;
    font-size: 16px;
  }

  .profile_edit_details .btn_user_theme{
    padding: 5px 30px;
  }


  /* Buddy_Section */
  .buddy_Info{
    /* padding: 40px; */
  }
 
  .custom-checkbox .custom-control-label::before{
    border-radius: 0;
  }

  .buddy_Info input[type="file"] {
    display: none;
}
.buddy_Info .custom-file-upload {
  position: unset;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    transform: unset;
    background: #fff;
    color: #000;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
}

.aadhar_img{
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

.Dash_profile thead{
  background: rgba(221, 252, 173, 0.7);
  border-radius: 12px;
}

.Dash_profile .table thead th{
  border: 0;
}

.Dash_profile .table thead th:first-child{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.Dash_profile .table thead th:last-child{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.Dash_profile .table td, .table th{
  border: 0;
}

/* .Dash_profile .form-control {
    border-radius: 10px;
    font-family: Arial, FontAwesome;
} */

.table_Sec tbody tr{
  background-color: #fff;
}

.table_Sec tbody tr:first-child{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}


.table_Sec tbody:before {
  /* This doesn't work because of border-collapse */
  line-height:1em;
  content:"_";
  color:white;
  display:block;
}

.no_data{
  width: 100%;
  height: 200px;
  background: #fff;
  position: relative;
}

.img_data{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-pills-green{
  background: #D0FFB7;
  border-radius: 8px;
  color: #25A244;  
  padding: 0 20px;
  line-height: 25px;

}

.btn-text-blue{
  color:#0000FF;
}




.filter_search{
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 7px;
  border: 1px solid black;
  padding: 0 5px;
  font-size: 12px;
}


.dataTables_length select{
  border-radius: 5px;
  margin: 0px 10px 20px 10px;
  height: 35px;
}

.dataTables_filter input{
  border-radius: 5px;
  border: 1px solid #000;
  padding:0 5px;
  height: 35px;
}

table {
  border: none!important;
}
.previous{
  color: #25a244!important;
}

.previous::before{
  content: "\f104";
    vertical-align: middle;
    display: inline-block;
    font-family: Arial, FontAwesome;
    padding-right: 8px;
}

.current{
  display: none!important;
}

.next::after{
  content: "\f105";
    vertical-align: middle;
    display: inline-block;
    font-family: Arial, FontAwesome;
    padding-left: 8px;
}
.dataTables_info{
  padding-top:30px!important;
}
.dataTables_paginate{
  padding-top: 20px!important;
}

.dataTables_empty{
  display: None;
}


/* table-plan-checkout-page */
.table-plan .table thead th:first-child{
  border-radius: 0;
}

/* table-plan-checkout-page */
.table-plan .table thead th:last-child{
  border-radius: 0;
}
.table-plan thead{
  background: transparent;
  font-family: 'Baloo 2';
  font-size: 18px;
  color: #363853;
}

.table-plan .table td{
  color: #000;
}

.btn.focus, .btn:focus{
  box-shadow:none;
}

.custom-control-input:focus~.custom-control-label::before{
  box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before{
  border-color: #25a244;
}


/* Payment_page */
.pay_mode{
  background: rgba(234, 234, 234, 0.32);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 65px;
  font-family: "Andika";
}

.pay_mode h5{
  font-family: "Andika";
  padding: 20px 0;
  font-weight: bold;
}
.pay_mode label{
  color: rgba(0, 0, 0, 0.6);
}

.slash{
  font-size: 23px;
    font-weight: bolder;
}

.payment_details{
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
  padding-top: 36px;
}
.total_price{
  font-size: 17px;
  font-weight: bold;
}

.payment_details p{
  margin: 0;
  padding-bottom: 15px;
}

.table_select{
  width: 100%;
  margin: 0;
}
.complane_box label{
  color: #000;
  padding-top: 20px;
}
.complane_box select{
  border-radius: 10px;
  background-color: #fff;
}

.complane_box select, option{
  color:#000;
}
.table-responsive{
  display: table;
}

/* Dash_Subscription_plans_page */
.Subscription_plans .plan_card:hover{
    transform: scale(1);
}

.Subscription_plans .plan_body{
  padding: 60px 20px;
}
#our_subscription_plan .btn-theme_two{
  margin-top: 60px;
}