* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SolaimanLipi";
}

body {
  width: 100%;
  overflow-x: hidden;
}

/*=============================
Comon Css
=========================== */
a {
  text-decoration: none;
  padding: 0;
}

ul {
  list-style-type: none;
}

.wrepper {
  margin: 0 auto;
  max-width: 1240px;
}

.container_flex {
  display: flex;
  align-items: center;
}

.text_green {
  color: #00a89c;
}

p {
  margin: 0;
}

/*====================== 
               all font
========================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

@font-face {
  font-family: "SolaimanLipi";
  src: url(../fonts/SolaimanLipi.ttf);
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');

/*==========================
header stayle start
 ============================*/
header {
  width: 100%;
  font-family: "SolaimanLipi";
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 1;
}

header .scrolig_section {
  background: #0a3b1e;
}

.grating_section {
  width: 20%;
  display: flex;
  align-items: center;
}

.grating_section p {
  font-size: 18px;
  display: block;
  color: #ffff;
  font-weight: 400;
  padding: 8px;
  margin-right: 5px;
}

.scrolig_bar {
  width: 70%;
  display: flex;
  align-items: center;
  background: #eee;
  border-radius: 50px;
}

.visivility {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  background: #f00;
  color: #fff;
  overflow: hidden;
  /* clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%); */
  font-size: 20px;
  font-weight: bold;
  /* text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500,
    0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000; */
  border-radius: 50px;
  padding: 2px 30px 3px 20px;
  animation: right_to_left 5.5s forwards;
}

@keyframes right_to_left {
  0% {
    visibility: visible;
    right: 0%;
  }

  100% {
    right: 90%;
  }
}

.Fade_in_Fade_out {
  animation: Fade_in_Fade_out 2s infinite forwards;
  animation-delay: 6s;
}

@keyframes Fade_in_Fade_out {

  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500,
      0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }

  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500,
      0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}

marquee {
  font-size: 20px;
}

.social_icon {
  display: flex;
  width: 20%;
  justify-content: center;
  padding-top: 2px;
}

.social_icon>a>img {
  width: 25px;
  margin-left: 10px;
}

/*==========================
header stayle end
 ============================*/

/*==========================
nav stayle start
 ============================*/

.nav_section {
  width: 100%;
  background-color: #f7f3de;
  font-family: "SolaimanLipi";
  padding: 0;
  margin: 0;
  box-shadow: 0 0.125rem 0.25rem #00000024 !important;
}


.logo img {
  width: 30px;
  scale: 1.8;
  vertical-align: middle;
}

.logo_heading {
  display: none;
}


.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0);
  font-weight: 600;
  font-size: 1.3rem;
  transition: 0.1s;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #1e643f;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 600;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.login_btn {
  margin-left: 5px;
}

.login_btn_bg {
  background-color: #ffff;
  border-radius: 6px;
  font-family: "SolaimanLipi";
  line-height: normal;
  padding: 6px 10px;
  vertical-align: middle;
  color: #1e643f;
  box-shadow: 0 0.125rem 0.25rem #00000036;
  font-weight: 600;
  font-size: 1.1rem;
  transition: 0.1s;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.basket_btn {
  margin-left: 5px;
}

.basket img {
  width: 42px;
  vertical-align: middle;
}

.basket {
  position: relative;
  margin-left: 15px;
  column-gap: 8px;

}

.basket::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 48px;
  width: 1%;
  height: 80%;
  background-color: #000;
  opacity: 0.4;
  border-radius: 50%;
}

.basket .fa-magnifying-glass {
  height: 1.2em;
  font-size: 17px;
  color: #ffffff;
  background: #1e643f;
  ;
  padding: 9px;
  border-radius: 50%;
  vertical-align: middle;

}

.basket .fa-heart {
  height: 1em;
  font-size: 28px;
  color: #000000;
  padding-left: 10px;
  vertical-align: middle;
}

/*=========================
            all Hover styling
=============================*/
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #1e643f;
}

.login_btn_bg:hover {
  color: #000;
}

.basket img:hover {
  scale: 1.2;
}

.basket .fa-magnifying-glass:hover {
  scale: 1.1;
}

.basket .fa-heart:hover {
  scale: 1.1;
}

/*==========================
nav stayle end
 ============================*/


/*==========================
banner stayle end
 ============================*/
.banner_section {
  width: 100%;
  padding: 130px 0 5px 0;
  background-color: #fafbfc;
  margin-top: 20px;
  margin-bottom: 10px;
}

.banner_text {
  width: 40%;
  vertical-align: middle;
  margin-top: 20px;
  padding-left: 10px;
}

.banner_text h1 {
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.5em;
}

.banner_text h2 {
  padding-top: 8px;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  color: #e244b3;
  width: 500px;
}

.banner_text p {
  padding-top: 12px;
  font-family: "SolaimanLipi", Sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
  width: 500px;
}

.banner_button {
  padding-top: 20px;
  display: flex;
  column-gap: 20px;
}

.banner_text .button_L {
  display: inline-block;
  background-color: #00a89c;
  border: 1px solid #00a89c;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 30px 15px 30px;
  box-shadow: none;
  text-align: center;
  transition: all 0.3s;
}

.banner_text .button_R {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #00a89c;
  color: #00a89c;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 30px 15px 30px;
  box-shadow: none;
  text-align: center;
  transition: all 0.3s;
}

.banner_section .banner_img {
  width: 50%;
}

.banner_img_f {
  display: none;
}

.banner_section .banner_img img {
  width: 100%;
  height: auto;
  margin-left: 20%;
}

.banner_text .button_L:hover {
  color: #00a89c;
  background-color: #02010100;
}

.banner_text .button_R:hover {
  color: #fff;
  background-color: #00a89c;
}

/*==========================
banner stayle end
 ============================*/
/*==========================
 search stayle start
 ============================*/
.search_section {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #fff;
  position: relative;
}

.search_area {
  width: 100%;
  margin: 0;

}

.search_area form {
  width: 100%;
  margin: 0;
  padding: 1%;
  position: absolute;
  top: 0%;
  left: 12%;
}

.search_area input {
  border: 1px solid #0000002e;
  width: 75%;
  padding: 10px;
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  border-bottom: solid 2px #0a3b1e;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0.125rem 0.25rem #00000036;
}

.search_area input:focus-visible {
  outline-offset: 0px;
  outline: 0.5px solid #00000021;
}

.search_area input::placeholder {
  color: #000000a6;
  font-size: 18px;
  font-weight: 300;
  border-right: 3px solid;
}

.search_section button {
  width: 4%;
  padding: 11.3px;
  float: left;
  margin-left: -37px;
  background-color: #0a3b1e;
  border: none;
  border-radius: 0 5px 5px 0;
}

::-webkit-input-placeholder {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.fa-magnifying-glass {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}

/*--========================================= 
 curse  saction start
==============================================*/
/*--========================================= 
 add saction start
==============================================*/
.adsection {
  margin: 100px 0 30px 0;
  width: 100%;
  height: auto;
}

.fa-caret-left {
  color: #ff0202;
  font-size: 50px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.fa-caret-right {
  color: #ff0202;
  font-size: 50px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2%;
  padding: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  /* opacity: .5; */
  transition: opacity .15s ease;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/*--========================================= 
 add saction End
==============================================*/

.curse_saction {
  width: 100%;
  background-color: #e8f7f5;
  padding-top: 20px;
  margin-top: 35px;
  padding-bottom: 0;
}

.text_center {
  text-align: center;
  margin: 0;
}

.text_center h1 {
  color: #005885;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  background: linear-gradient(to right, #007a73 10%, #005885 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 45px;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
}

hr.center-diamond {
  background: #39d1b4;
  border: 0;
  height: 2px;
  width: 20%;
  position: relative;
  margin: 10px auto;
}

.text_center hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 2.5px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  opacity: 5;
}

hr.center-diamond:before {
  content: "";
  width: 15px;
  height: 15px;
  background: linear-gradient(to right, #007a73 10%, #005885 80%);
  display: inline-block;
  border: 2px solid #39d1b4;
  position: absolute;
  top: -8px;
  left: 50%;
  margin: 0 0 0 -3px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

::after,
::before {
  box-sizing: border-box;
}

/*--========================================= 
  curse  saction End
==============================================*/
/*--========================================= 
  cures  slider start
==============================================*/

.cours_slide_section {
  width: 100%;
  margin: 0 0 30px 0;
  padding-top: 0;
  position: relative;
}
.carousel-inner{
  position: relative;
}
.carousel-item{
  margin-top: 30px;
}
.button_fixed {
  position: absolute;
  right:0;
  top: 0;
	width: auto;
  margin-bottom: 2px;
	text-align: end;
	height: auto;
	vertical-align: middle;
}
.button_fixed a {
  width: auto;
  display: inline-block;
  border-style: none;
  border-radius: 4px;
  padding: 10px 30px;
  transition: all 0.3s ease 0s;
  font-size: 25px;
  font-weight: 500;
  font-family: "Hind Siliguri", Sans-serif;
  background-color: #005885;
  color: #f8f9fa;
  /* box-shadow: 0px 15px 18px rgb(0 91 137);
  -webkit-box-shadow: 0px 15px 18px rgb(0 91 137); */
}

.button_fixed a img {
  width: 20px;
}

.button_fixed a span {
  margin-left: 5px;
}

.slide_title {
  display: inline-block;
  padding: 10px 50px;
  font-size: 25px;
  font-weight: 500;
  font-family: "Hind Siliguri", Sans-serif;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  border: none;
  background-color: #005885;
  color: #f8f9fa;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.cures_card {
  width: 33.33%;
}

.wrepper_inner {
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgb(240, 239, 239);
  box-shadow: 2px 2px 5px rgb(236, 236, 236);
  padding: 1rem;
  background-color: #d4d4d4ed;
}

.img_box_one {
  width: 100%;
  height: 18rem;
  background: url(../images/Course_1-Adhonik_Poddotite_Quran_Shikhi_Poster.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  offset-position: center;
}


.img_box_two {
  width: 100%;
  height: 18rem;
  background: url(../images/Course_2_Qurani-Arbi_Shikhi.svg) no-repeat;
  background-position: center;
  background-size: cover;
}

.img_box_tree {
  width: 100%;
  height: 18rem;
  background: url(../images/Course_3_Quran_Onodhabon_Webinar_Series_Poster.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_four {
  width: 100%;
  height: 18rem;
  background: url(../images/Course_4_Shohoje_Shikhi_Tazweedul_Quran.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_five {
  width: 100%;
  height: 18rem;
  background: url(../images/Course_5_Ortho_Shoho_Namaz_Shikhi.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_six {
  width: 100%;
  height: 18rem;
  background: url(../images/Course_6_Productive_Life_With_Islam.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_seven {
  width: 100%;
  height: 18rem;
  background: url(../images/Free_Course_1_Farz_poriman_ILM_Shikhi.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_eight {
  width: 100%;
  height: 18rem;
  background: url(../images/Free_Course_2_Tarzomatul_Quran_Webinar_Series.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_nine {
  width: 100%;
  height: 18rem;
  background: url(../images/Free_Course_3-ILM_Orjoner_Adob.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_ten {
  width: 100%;
  height: 18rem;
  background: url(../images/Free_Course_2_Tarzomatul_Quran_Webinar_Series.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_eleven {
  width: 100%;
  height: 18rem;
  background: url(../images/Course_2_Qurani-Arbi_Shikhi.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.img_box_twelve {
  width: 100%;
  height: 18rem;
  background: url(../images/Course_3_Quran_Onodhabon_Webinar_Series_Poster.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.carousel-indicators [data-bs-target] {
  width: 45px;
  height: 7px;
  background-color: #000;
}

.carousel-indicators {
  right: 37px;
  bottom: -13%;
  z-index: 0;
}

.carousel-indicators [data-bs-target] {
  width: 60px;
  height: 10px;
  background-color: #000;
  border-radius: 50px;
  padding: 3px;
}

.carousel-control-prev {
  left: 5px;
}

.fa-chevron-left {
  font-size: 30px;
  color: #000;
}

.fa-chevron-right {
  font-size: 30px;
  color: #000;
}

.content_box {
  text-align: center;
  border: 1px solid #0303033b;
  padding: 10px 0;
  background-color: #fff;
}

.content_box img {
  margin-top: -28px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  width: 23%;
}

.tutor-ratings {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checked {
  color: orange;
  margin-left: 5px;
  font-size: 20px;
}

.fa-star {
  font-size: 20px;
}

.fa-star-half-stroke {
  color: orange;
  font-size: 20px;
  font-weight: 500;
}

.unchecked {
  color: #000;
}

.older_price {
  text-decoration: line-through red;
  font-weight: 300;
  font-size: 18px;
  color: #2c2c2c;
  margin-left: 85px;
}

.update_price {
  font-weight: 600;
  font-size: 20px;
  color: #2c2c2c;
  margin-left: 85px;
}

.monthly_price {
  font-weight: 600;
  font-size: 20px;
  color: #2c2c2c;
  margin-left: 50px;
}

.update_price_free {
  font-weight: 700;
  font-size: 20px;
  color: #ff0000;
  margin-left: 85px;
}

.update_price_section {
  display: inline;
}

.update_button_section {
  display: inline;
  float: left;
}

.delails_card_btf {
  color: #f8f9fa;
  background-color: #005885;
  padding: 10px 25px;
  border-radius: 4px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.5s;
}

.uptadet_bt_lat {
  padding: 10px 29px;
  color: #f8f9fa;
  background-color: #005885;
  border-radius: 4px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.5s;
}

.delails_card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}

.course_details_time {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 15px;
  column-gap: 10px;
}

.course_details_time span {
  font-size: 17px;
  font-weight: 800;
  color: #2c2c2c;
}

.course_details_time_prerace .co_red {
  font-size: 18px;
  font-weight: 600;
  color: green;
}

.course_details_time .fa-circle-play {
  font-size: 22px;
  color: #e90a2a;
}

.course_details_time .fa-clock {
  font-size: 22px;
  color: #0091ff;
}

.delails_card h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0;
  color: #2c2c2c;
  text-align: center;
}

.course_details_time_prerace {
  width: 100%;
  margin: 0;

}

.course_details_time_prerace h6 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;

}

.student_delails {
  width: 100%;
  text-align: right;
}

.student_delails span {
  font-weight: 600;
  font-size: 20px;
  color: #2c2c2c;
  margin-left: 5px;
}

.student_details_user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.student_details_user .fa-user {
  margin-left: 45px;
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
  color: green;
}

.curse_inrole {
  width: 100%;
  height: auto;
  margin-top: 10px;
  text-align: start;
}

.cures_mobile_section {
  display: none;
}

/*============================= 
                hover stayling
=================================== */
.delails_card a:hover {
  background-color: #8578001e;
  color: #000;
}

.slide_title:hover {
  background-color: #f8f9fa;
  color: #00665e;
}

.button_fixed a:hover {
  background-color: #f8f9fa;
  color: #00665e;
}

/*--========================================= 
  cures  slider end
==============================================*/
/*============================
about us section stayling start
===============================*/
.about_color_spase {
  width: 100%;
  background-color: #e8f7f5;
  height: 60px;
}

.about_section {
  background-color: #fafbfc;
  width: 100%;
  padding: 60px 0;
}

.about_us {
  box-shadow: 0px 25px 50px -5px rgba(0, 0, 0, 0.10196078431372549);
  margin: 60px 10px 60px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 25px 50px;
  background-color: #fafbfc;
  transition: 0.1s;
}

.about_heading {
  width: 100%;
  text-align: center;
  padding-top: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

.about_heading h2 {
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 600;
  color: #192a3d;
}

.about_button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_button a {
  width: auto;
  display: inline-block;
  background-color: green;
  color: #f8f9fa;
  border-style: none;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 30px;
  line-height: 1;
  font-size: 18px;
  /* color: #fff; */
  font-weight: 600;
  transition: 0.3s;
}

.about_button a span {
  margin-left: 5px;
}

.about_button a img {
  width: 20px;
}

.widget-content-box {
  border: 1px solid #000;
  width: 100%;
  padding: 15px;
  background-color: #ffffff54;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  background-color: #ffffff54;
  text-align: center;
  transition: 0.5s;
}

.about_us .container_flex {
  column-gap: 30px;
  margin-bottom: 30px;
}

.widget-content-box figure {
  width: 60px;
  margin-top: 15px;
  display: inline-block;
}

.widget-content-box img {
  width: 100%;
}

.widget-content-box h3 {
  margin-bottom: 3px;
  color: #192a3d;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.widget-content-box p {
  padding-top: 3px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 300;
  color: #000;
}

/*============================
hover stayling 
===============================*/

.about_us:hover {
  box-shadow: -20px 25px 50px -5px rgba(0, 0, 0, 0.798);
}

.about_button a:hover {
  color: #ffffff;
  background-color: #000000;
}

.widget-content-box:hover {
  transform: scale(1.1);
  z-index: 2;
}

/*============================
about us section stayling end
===============================*/
/*============================
Plan section stayling start
===============================*/
.Plan_section {
  width: 100%;
  height: auto;
  padding: 40px 0 60px 0;
  background-color: #eeeeee;
  margin: 50px 0;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.Plan_heading {
  width: 100%;
}

.Plan_heading h2 {
  color: #00665e;
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
}

.Plan_heading h3 {
  color: #192a3d;
  font-family: "Jost", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  margin: 0;
}

.plan_p {
  margin: 0 auto;
  width: 60%;
  display: inline-block;
}

.Plan_section .Plan_p a {
  color: #0f746d;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 200;
}

.Plan_section .text {
  width: 60%;
  margin: 0 auto;
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
}

.plan_box {
  width: 100%;
  height: 500px;
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border-style: double;
  border-width: 1px 1px 1px 1px;
  border-color: #00665e73;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 5px 5px 5px 5px;
  --e-column-margin-right: 5px;
  --e-column-margin-left: 5px;
  padding: 20px 20px 10px 20px;
}

.plan_card {
  margin: 30px;
}

.flex_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: center;
}

.plan_box_img {
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
  transition: .1s;
}

.plan_box_img img {
  width: 166px;
  transition: .2s;
}

.plan_box_text {
  width: 80%;
  margin: auto;
}

.plan_box_text h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #192a3d;
  line-height: 1.5em;
}

.plan_box_list {
  padding: 0;
  padding-left: 10px;
}

.plan_box_list li {
  list-style: none;
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 0.5em;
  color: rgb(34, 34, 34);
  transition: color 0.3s;
  margin-top: 15px;
}

.fa-circle-check {
  color: #00665e;
  margin-right: 10px;
}

.fa-circle-xmark {
  color: #ff0000;
  margin-right: 10px;
  vertical-align: middle;
}

.plan_last_text {
  font-weight: 600;
  margin: auto;
  color: #00a89c;
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 24px;
}

.plan_last_text_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 0;
}

.plan_last_text_box_1 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 85px;
  margin-bottom: 0;
}

.plan_last_text_box_2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.plan_button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan_button a {
  display: inline-block;
  background-color: green;
  color: #f8f9fa;
  border-style: none;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

/* all Hover */
.Plan_section .Plan_p a:hover {
  color: #00a89c;
}

.plan_box_img img:hover {
  transform: scale(0.8);
  z-index: 2;
}

.plan_button a:hover {
  color: #f8f9fa;
  background-color: #00665e;
}

/*============================
Plan section stayling end
===============================*/

/* ========================
Testimonial Section start 
=========================*/
.Testimonial_section {
  width: 100%;
  height: auto;
  padding: 5px 0;
  background-color: #ffffff;
  margin: 0;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  font-family: "Nunito", sans-serif;
}

.container {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-color: #ffffff;
}

.container .contents-wraper {
  width: 70%;
  min-height: inherit;
  margin: 10px auto;
  text-align: center;
}

.contents-wraper .test_header h1 {
  position: relative;
  font-size: 40px;
  /* text-transform: uppercase; */
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Hind Siliguri", Sans-serif;
}

.contents-wraper .test_header h1::before {
  content: '';
  width: 90%;
  height: 5px;
  background-color: #006994;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.contents-wraper .testRow {
  width: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}

.testRow .testItem {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testRow .testItem:not(.active) {
  top: 0;
  left: -100%;
}

.testRow .testItem img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
  outline: 2px solid #006994;
  outline-offset: 2px;
}

.testRow .testItem h3 {
  font-size: 30px;
  font-style: italic;
  padding: 7px;
}

.testRow .testItem h4 {
  font-style: italic;
  text-align: center;
}

.testRow .testItem p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0 20px;
  text-align: justify;
  font-weight: 400;
}

.testRow .testItem span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.testimonial_coment {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.coment {
  font-size: 20px;
  font-weight: 600;
  color: #00665e;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1.2rem;
}

.card_bg_one {
  background-color: #ff7f4e17;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 25px 40px 25px 40px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
}

.contents-wraper .indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  cursor: pointer;
}

.contents-wraper .indicators .dot {
  width: 15px;
  height: 15px;
  margin: 0px 3px;
  border: 3px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.contents-wraper .indicators .active {
  background-color: #006994;
}

@keyframes next1 {
  from {
    left: 0%;
  }

  to {
    left: -100%;
  }
}

@keyframes next2 {
  from {
    left: 100%;
  }

  to {
    left: 0%;
  }
}

@keyframes prev1 {
  from {
    left: 0%;
  }

  to {
    left: 100%;
  }
}

@keyframes prev2 {
  from {
    left: -100%;
  }

  to {
    left: 0%;
  }
}

/* ========================
Testimonial Section end 
=========================*/
/* ==============================================
counter Section start
===================================================== */
.counter_section {
  background-color: #e4f6f3d4;
  width: 100%;
  height: auto;
  margin: 60px 0;
  padding: 50px 0;
}

.counter_section_inner {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
}

.counter_heading_box {
  padding: 10px 0;
}

.counter_heading_box h2 {
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.counter_heading_box span {
  color: #00A89C;
}

.counter_heading_text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 8px 0;
}

.container_main {
  position: relative;
  width: 100%;
  min-height: 100px;
  background-color: #ffffff;
  padding: 20px;
}

.counter_item_one {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.counter_item_one_inner {
  margin-bottom: 0;
}

.card_bg_one {
  background-color: #ff7f4e17;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 25px 40px 25px 40px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.card_bg_two {
  background-color: #57ff5f1f;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 25px 40px 25px 40px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.card_bg_tree {
  background-color: #9916bd14;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 25px 40px 25px 40px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.card_bg_four {
  background-color: #1605ff14;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 25px 40px 25px 40px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.counter_item_two {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 8px 0;
}

.intro_video {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

/* ==============================================
counter Section end
===================================================== */


/* ==============================================
mentor Section start
=====================================================*/
.mentor_section {
  background-color: #fafbfc;
  width: 100%;
  margin: 60px 0;
}

.mentor_section hr {
  border: 1px solid #00A89C;
  width: 100%;
  margin: 30px 0;
}

.mentor_heading_box h2 {
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 10px 0;
  color: #870000;
}

.mentor_heading_text {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 8px 0;
  text-align: justify;
  color: #000;
  width: 68%;
}

.mentor_section_inner_two {
  width: 100%;
  height: 200px;
}

.mentor_section_inner_two iframe {
  width: 65%;
  height: 100%;
}

/*==============================================
mentor Section end
===================================================== */
/* ==============================================
contact Section start
=====================================================*/
.contact_section {
  background-color: #271811;
  /* background: url(../images/cat-doodles.webp); */
  width: 100%;
  margin: 60px 0;
  padding: 10px 0;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contact_section_inner {
  width: 100%;
  height: auto;
  padding: 15px 30px;
  margin-left: 100px;
  border-radius: 8px;
}

.contact_section_inner_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
  position: relative;
}

.contact_section_inner_left::after {
  width: 1%;
  height: 80%;
  top: 10%;
  right: 0;
  position: absolute;
  content: "";
  background-color: #00A89C;
}

.contact_section .container_flex {
  display: flex;
  flex-direction: row;
  column-gap: 60px;
  align-items: center;
  align-content: center;
}

.contact_section_inner_left h2 {
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5erm;
  color: #ffffff;
}

.contact_section_inner_left span {
  color: #ffb700;
}

.contact_section_inner_left a {
  display: inline-block;
  background-color: #FFFF;
  line-height: 1em;
  text-align: center;
  padding: 15px 25px;
  font-family: "Jost", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  fill: #222222;
  color: #222222;
  border-style: none;
  border-radius: 8px;
  transition: all 0.3s;
}

.contact_section_inner_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
  position: relative;
}

.contact_section_inner_right h2 {
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5erm;
  color: #ffffff;
}

.contact_section_inner_right span {
  color: #ffb700;
}

.contact_section_inner_right_inner img {
  height: 47px;
}

.tel_jon_btn {
  display: inline-block;
  background-color: #20a0e1;
  line-height: 1em;
  text-align: center;
  padding: 15px 25px;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
  fill: #222222;
  color: #ffffff;
  border-style: none;
  border-radius: 8px;
  transition: all 0.3s;
}

.contact_section_inner_left a:hover {
  background-color: #00a89c;
  color: #ffffff;
}

.contact_section_inner_right_inner a:hover {
  background-color: #00a89c;
  color: #000000;
}

/*==============================================
contact Section end
=====================================================*/

/* ==============================================
blog Section start
===================================================== */
.blog_section {
  width: 100%;
  height: auto;
  padding: 40px 0 60px 0;
  margin: 60px 0;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #e9f8f5;
}

.blog_heading {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
}

.blog_heading h2 {
  color: #00665e;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.blog_content_inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  column-gap: 5px;
}

.blog_content_inner_one {
  width: 100%;
  height: 420px;
  margin: 10px;
  background-color: #ffffff;
  border-color: #e1e8ed;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.blog_content_inner_one_img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}

.blog_content_inner_one_img img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.blog_content_inner_one_text {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  column-gap: 5px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.blog_heading h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  font-family: "Hind Siliguri", Sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.02 em;
}

.blog_content_inner_one_text {
  color: #0f746d;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  float: right;
}

.blog_content_inner_one_text .blog_button_one {
  color: #0f746d;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  float: right;
  position: absolute;
  bottom: -76px;
  right: 35px;
}

.blog_button_two {
  color: #0f746d;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  float: right;
  position: absolute;
  bottom: -48px;
  right: 30px;
}

.blog_button_tree {
  color: #0f746d;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  float: right;
  position: absolute;
  bottom: -26px;
  right: 30px;
}

.blog_button_four {
  color: #0f746d;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  float: right;
  position: absolute;
  bottom: -50px;
  right: 30px;
}

.blog_content_inner_one_text a:hover {
  color: #00665e;
}

.blog_content_inner_one_text p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 0;
}

.blog_button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.blog_button a {
  width: auto;
  display: inline-block;
  background-color: green;
  color: #ffffff;
  border-style: none;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.blog_button span {
  margin-left: 5px;
}

.blog_button a:hover {
  background-color: #000000;
  color: #f8f9fa;
}

/* ==============================================
blog Section end
===================================================== */
/* ==============================================
video Section start
===================================================== */
.video_section {
  width: 100%;
  height: auto;
  margin: 60px 0;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.video_heading {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
}

.video_heading h2 {
  color: green;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
}

.video_content_inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  column-gap: 8px;
}

.video_content_inner_one {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 10px;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.video_content_inner_one iframe {
  width: 100%;
  height: auto;
}

.video_content_inner_one_text {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  text-align: justify;
  padding: 5px;
  column-gap: 5px;
  background-color: #ffffff;
}

.video_content_inner_one_text h4 {
  color: #000000;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 10px 0 20px 0;
  letter-spacing: 0.02em;
}

.video_content_inner_one_text__info {
  display: flex;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 0;
  column-gap: 15px;
  justify-content: center;
  align-items: center;
}

.fa-calendar-days {
  color: #00665e;
  margin-right: 8px;
}



.video_content_inner_one_text__info .fa-user {
  margin-right: 8px;
  color: #00665e;
}

.video_content_inner_one_text__btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.video_content_inner_one_text__btn a {
  width: 100%;
  display: inline-block;
  background-color: green;
  color: #ffffff;
  border-style: none;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 30px;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  /* font-family: "Hind Siliguri", Sans-serif; */
  text-align: center;
  letter-spacing: 0.02em;
  transition: 0.3s;
}

.video_content_inner_one_text__btn a:hover {
  background-color: #00665e;
  color: #f8f9fa;
}

.fa-youtube {
  color: #ff0000;
  font-size: 30px;
  margin-right: 15px;
  vertical-align: middle;

}

.video_button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.video_button a {
  width: auto;
  display: inline-block;
  background-color: #00665e;
  color: #f8f9fa;
  border-style: none;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 30px;
  line-height: 1;
  font-size: 28px;
  font-weight: 800;
  font-family: "Hind Siliguri", Sans-serif;
  text-align: center;
  margin-left: -15px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}

.video_button a:hover {
  background-color: #41e9dd;
  color: #000000;
}

/* ==============================================
video Section end
===================================================== */

/* ==============================================
footer Section strart
=====================================================  */
.footer_section {
  width: 100%;
  height: auto;
  padding: 40px 0 60px 0;
  margin: 0;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #222222;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.footer_content_top {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  background-color: #00665e80;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
  transition: border 0.3s, border-radius 0.3s;
  border-style: solid;
  border-width: 1px;
  border-color: #00665e;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 16px;
}

.footer_content_top_inner {
  align-items: center;
}

.footer_content_top_inner_one {
  width: 40%;
  vertical-align: middle;
  padding: 0 10px;
  text-align: left;
}

.footer_content_top h2 {
  color: #ffffff;
  font-family: "Hind Siliguri", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 0.5erm;
  vertical-align: middle;
  margin-left: 60px;
  text-align: left;
  margin-bottom: 0;
}

.footer_content_top_inner_one_input {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 50px;
}

#input_email {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: none;
  padding: 5px 20px;
}

.footer_content_top_inner_one_button {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
}

.footer_content_top_inner_one_button:hover a {
  background-color: #00665e;
  color: #ffffff;
  transition: translate3d(0, -3px, 0);
}

.footer_content_top_inner_one_button:hover {
  padding-left: calc(10px / 2);
  padding-bottom: calc(10px / 2);
  transition: translate3d(0, -3px, 0);
}

.footer_content_button {
  width: auto;
  display: inline-block;
  background-color: #00a89c;
  color: #ffffff;
  border-style: none;
  border-radius: 4px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Hind Siliguri", Sans-serif;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.02em;
  transition: all 0.3s;
}

.footer_content_bottom {
  width: 100%;
  height: auto;
  background-color: #233433;
  text-align: center;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
  transition: border 0.3s, border-radius 0.3s;
  border-style: solid;
  border-width: 1px;
  border-color: #00665e;
  transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px;
}

.footer_content_bottom_inner {
  column-gap: 20px;
  justify-content: center;
  align-items: end;
}

.footer_content_bottom_inner_one {
  width: 40%;
}

.footer_content_bottom_inner_one_text {
  width: 100%;
  padding: 0 0 10px 0;
}

.footer_content_bottom_inner_one_text p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}

.footer_content_bottom_inner_one_text_icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin-top: 10px;
  padding: 0 10px;
}

.footer_content_bottom_inner_one_text_icon .fa-facebook,
.fa-twitter,
.fa-linkedin,
.fa-instagram,
.fa-youtube {
  font-size: 25px;
  vertical-align: middle;
}

.footer_content_bottom_inner_one_text_icon a .fa-facebook {
  color: #0862f7;
}

.footer_content_bottom_inner_one_text_icon a .fa-twitter {
  color: #1c9be9;
}

.footer_content_bottom_inner_one_text_icon a .fa-linkedin {
  color: #0c61bf;
}

.footer_content_bottom_inner_one_text_icon a .fa-instagram {
  color: #ba30d2;
}

.footer_content_bottom_inner_one_text_icon a .fa-youtube {
  color: #f60002;
}

.footer_content_bottom_inner_one_logo img {
  width: 30%;
  height: auto;
  text-align: start;
}

.footer_content_bottom_inner_two {
  padding-bottom: 45px;
  padding-top: 10px;
  text-align: start;
  vertical-align: sub;
  margin-left: 0;
}

.footer_content_bottom_inner_two h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Hind Siliguri", Sans-serif;
}

.footer_content_bottom_inner_two ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer_content_bottom_inner_two ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s;
}

.footer_content_bottom_inner_two ul li a:hover {
  color: #00a89c;
}

.footer_g_icon {
  width: 25px;
  margin-right: 5px;
}

.fa-phone-volume {
  color: #00a89c;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.footer_content_bottom_inner_tree {
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom;
  text-align: start;
}

.footer_content_bottom_inner_tree h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Hind Siliguri", Sans-serif;
}

.footer_content_bottom_inner_tree ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer_content_bottom_inner_tree ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s;
}

.footer_content_bottom_inner_tree ul li a:hover {
  color: #00a89c;
}

.footer_content_bottom_inner_four {
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom;
  text-align: start;
  margin-left: 10px;
}

.footer_content_bottom_inner_four h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Hind Siliguri", Sans-serif;
}

.footer_content_bottom_inner_four ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer_content_bottom_inner_four ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s;
}

.footer_content_bottom_inner_four ul li a:hover {
  color: #00a89c;
}

/* payment section start */
.payment_section {
  width: 100%;
  height: auto;
}

.payment_section img {
  width: 100%;
  height: 50px;
}

/* payment section end */


.copyright_section {
  width: 100%;
  height: auto;
  background-color: #00665e;
  padding: 10px 0;
}

.footer_bottom_text_inner {
  justify-content: center;
  align-items: center;
}

.footer_bottom_text_inner p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 0;
  margin-left: 200px;

}

/* ==============================================
footer Section end
=====================================================  */

/* responsive section start */
