a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
}

.form-control::placeholder {
  color: #cecece;
}

.invert {
  filter: invert(1);
}



a:focus,
input:focus,
select:focus,
button:focus,
textarea:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.btn_yellow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #25046C;
  color: var(--white);
  border-radius: 24px 4px 24px 24px;
  height: 48px;
  padding: 12px 24px;
  min-width: 160px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  transition: .2s all ease-in-out;
}

.btn_white {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #25046C;
  color: var(--white);
  border-radius: 24px 4px 24px 24px;
  height: 48px;
  padding: 12px 24px;
  min-width: 160px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  transition: .2s all ease-in-out;
  color: #fff !important;
}

.home_banner_section .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 18px;
  height: 8px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255);
  border-radius: 13px;
}

.home_banner_section .carousel-indicators .active {
  background-color: #25046C;
}

.home_banner_section .carousel-indicators {
  position: absolute;
  right: unset;
  bottom: 10px;
  left: -82px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.btn_yellow:hover {
  background: #2587C9;
  border: 1px solid #2587C9;
  border-radius: 60px;
  color: #fff;
}

.btn_white:hover {
  background: #ffffff;
  border: 1px solid #2587C9;
  border-radius: 60px;
  color: #070707 !important;
}

.btn_yellow_cta {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: var(--orange);
  color: var(--white);
  border-radius: 80px 80px;
  height: 48px;
  padding: 12px 24px;
  min-width: 160px;
  font: 500 17px/20px "Work Sans", sans-serif;
}

.btn_yellow_cta:hover {
  background: transparent;
  color: var(--orange);
  border: 1px solid var(--orange);
}

/* -------------------------------------------------------------------------- */
/*                              Header Area START                             */
/* -------------------------------------------------------------------------- */
.offcanvas-header {
  display: none;
}

header {
  display: flex;
  align-items: center;
  height: 100px;
  background-color: #F6F6F6;
  z-index: 9;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.41);
}

li.nav-item.active::after {
  content: url(../imgs/ic_home_active.svg);
  position: absolute;
  top: 12px;
  bottom: 0;
}

ul.navbar-nav.custom_nav.ml-auto {
  position: relative;
}

li.nav-item.active a.nav-link {
  color: #25046C !important;
}

a.link-style.d-none.d-lg-block img {
  margin-right: 14px;
}

ul.drop_ul li a:hover {
  color: #EB860F;
}

span.cart_count {
  background: #ed543d;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  position: absolute;
  left: auto;
  right: 4px;
  bottom: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
}

.navbar.diosm_nav {
  padding: 0px 0px;
}

.navbar.diosm_nav .navbar-brand {
  padding: 0;
  margin-right: 40px;
}

.navbar.diosm_nav .navbar-nav .nav-item .nav-link {
  color: #000;
  padding: 0;
  margin-right: 38px;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;

}

ul.navbar-nav.custom_nav .dropdown-menu.dropdown-large.show {
  background: black;
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px 0px 15px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 210px;
  margin-top: 10px;
  right: 20px;
}

.navbar-nav.custom_nav .dropdown-menu .drop_ul li {
  margin-bottom: 15px;
}

.navbar-nav.custom_nav .dropdown-menu .drop_ul li:last-child {
  margin-bottom: 0 !important;
}

.dropdown-menu.dropdown-large.show::before {
  position: absolute;
  content: "";
  right: 40px;
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}

.navbar.smart_c_nav .navbar-nav .nav-item .nav-link.active {
  font: 700 17px/20px "Work Sans", sans-serif;
  color: #2c3890;
}

.navbar.smart_c_nav .right_nav .link-style {
  font: 700 17px/23px "Work Sans", sans-serif;
  color: #192751;
  position: relative;
}

.right_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn-close {
  border: none;
  background: transparent;
  font-size: 36px;
  color: var(--orange);
}

.toggle {
  position: relative;
  width: 55px;
  height: 55px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.toggle span {
  position: absolute;
  width: 40px;
  height: 4px;
  background: #2587c9;
  border-radius: 10px;
  transition: 0.5s;
}

.toggle span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 8px;
}

.toggle span:nth-child(2) {
  transform: translateY(15px);
  width: 15px;
  left: 8px;
}

.tablet_only {
  display: none;
}


/* carousel_hero_css-Start ........................................................*/


.carousel-caption h3.title {
  font-size: 70px;
  font-weight: 700;
  text-align: left;
  /* max-width: 60%; */
  /* margin: 0 auto; */
  display: flex;
  justify-content: space-between;
  font-family: 'Raleway';
  background: #0000004a;
  padding: 10px;
}

.ap_flex h3.title {
  font-size: 54px;
  font-family: 'Raleway';
  color: #fff;
  max-width: 100%;
}

.ap_flex p.desc {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  max-width: 100%;
  margin: 28px 0px 26px;
  font-weight: 500;
}

.ap_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.section_carousel {
  height: 650px;
}

.parallex_item_before {
  position: absolute;
  left: -1%;
  top: 12%;
  width: 140px;
  height: 140px;
}

.parallex_item_after {
  position: absolute;
  right: 45%;
  bottom: 9%;
  width: 120px;
  height: 130px;
}

.no-js img.lazyload {
  display: none;
}

figure.wp-block-image img.lazyloading {
  min-width: 150px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.carousel-caption .c_button {
  text-align: left;
  margin-top: 25px;
}

a.carousel-control-prev {
  display: none;
}

a.carousel-control-next {
  display: none;
}

.client_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.diosm_img {
  width: 469px;
  height: 100%;
  position: relative;
  top: 0px;
}

.diosm_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* diosm about imgs---------------------------------------------,........... */

.diosm_about_img {
  width: 502px;
  height: 100%;
  position: relative;
  top: 0px;
  left: -17px;
}

.diosm_about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.diosm_about h3.title {
  font-size: 54px;
  font-family: 'Raleway';
  text-align: right;
  line-height: 70px;
}

.diosm_flex .content p.desc {
  text-align: right;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 20px;
  line-height: 32px;
}

.diosm_strong {
  color: #2587C9;
}

section.diosm_about .diosm_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* our services css start---------------------------------------------------------------- */

.title_decoration {
  margin-bottom: 50px;
}

.our_services_heading h1.title {
  font-size: 36px;
  font-family: 'Raleway';
  font-weight: 700;
}

section.our_services {
  padding: 42px 0px 140px;
}

.diosm_service_imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.diosm_service_imgs {
  width: 100px;
  height: 100px;
}

.diosm_heading_service h3.content {
  font-size: 33px;
  font-family: 'Raleway';
  font-weight: 700;
  margin-top: 21px;
}

.diosm_heading_service {
  position: relative;
}

.diosm_heading_service:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  max-width: 81px;
  height: 2px;
  background-color: #2587c9;
}

.diosm_desc p.desc {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  max-width: 80%;
  margin-top: 18px;
}

.vl {
  border-right: 2px solid #2587c9;
  height: 254px;
  position: relative;
  left: -3%;
  margin-left: -3px;
  top: 0;
}

.diosm_margin_5 {
  margin-top: 40px;
}


/* count section css start */

section.count_counter {
  padding: 40px 0px;
  background-color: #2587c9;
  position: relative;
}

.counter_heading h1.title {
  color: #fff;
  font-family: 'Raleway';
}


.counter-box {
  display: block;
  background: #2587c9;
  text-align: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  font-family: 'Raleway';
}


/* .counter { 
display: block;
font-size: 32px;
font-weight: 700;
color: #f9f9f9;
line-height: 28px;
text-align: left;
font-family: 'Raleway';
} */
.counter-box.colored span {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #f9f9f9;
  line-height: 28px;
  text-align: left;
  position: relative;
  font-family: 'Raleway';
}

.counter-box.colored {
  background: #2587c9;
  text-align: left;
}

.testimonial_shape {
  background-image: url(../imgs/wave_free_q.svg);
  background-repeat: no-repeat;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  top: -98px;
  bottom: 0;
}

/* .counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
color: #fff
} */



/* diosm app css start........................................................................... */

section.diosm_app {
  padding: 82px 0px 0px;
  background-color: #F8F8F8;
}

.app_heading h3.content {
  font-size: 64px;
  font-weight: 600;
  font-family: 'Raleway';
}

.app_heading p.desc {
  font-size: 36px;
  font-family: 'Montserrat';
  font-weight: 500;
}

.app_img {
  width: 428px;
  height: 100%;
  position: relative;
  top: -63px;
  left: 107px;
}

.app_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.app_diosm_sp {
  color: #2587c9;
}

img.play_store_click {
  width: 250px;
  margin: 40px 0px 0px -8px;
}

/* app secion end---------------------------------- */

/* Why Choose Our Services--------------------section css start */

section.why_choose_ourservices .title_decoration {
  margin-bottom: 27px;
}

section.why_choose_ourservices {
  padding: 50px 0px 0px;
}

.why_choose_heading p.desc {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat';
  margin-bottom: 24px;
}

.why_choose_heading p.desc span {
  color: #2587c9;
  font-weight: 600;
}

.our_services_heading span {
  font-weight: 500;
}

.our_services_card h5.card-title {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
  text-align: center;
}

.our_services_card {
  background-color: #FBFBFB;
  border-radius: 28px;
}

.ourServices_vector {
  width: 100%;
  height: 100%;
  text-align: center;
}

.ourServices_vector img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

/* our_plateform Css --------------------------------------*/
section.our_plateform {
  padding: 50px 0px 100px;
  background: linear-gradient(var(--white) 53%, #f8f8f8 47%) no-repeat;
  position: relative;
}

.platform_card .card-body {
  text-align: center;
}

section.our_plateform .platform_card {
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 18px;
  border-radius: 22px;
  border: none;
  background-color: #fff;
}

.platform_img_box img.card-img-top {
  width: 200px;
  margin-top: 32px;
  height: 160px;
}

.platform_img_box {
  text-align: center;
}

.platform_card h5.card-title {
  font-family: 'Raleway';
  font-size: 18px;
  font-weight: 700;
}

.platform_card p.desc {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  max-width: 100%;
}

.platform_card:hover {
  background: linear-gradient(90deg, #2587c9, #379bdf);
  transition: 0.5s;
  color: #fff;
}

.our_platform_shape {
  background-image: url(../imgs/platform_wave.svg);
  background-repeat: no-repeat;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
}


/* contact css start---------------------------------------------------- */

/* contact us css */
.contact_heading {
  text-align: center;
}

form.diosm_form label {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 600;
}

.diosm_form .form-group {
  margin-bottom: 20px;
}

.diosm_form {
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}

.contact_heading h1.title {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}

.contact_us {
  color: rgb(37 135 201);
}

.contact_form .card {
  /* width: 996px; */
  height: 100%;
  padding: 54px 64px 40px 64px;
  border-radius: 40px;
  border: none;
  /* text-align: center; */
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 18px;
  margin: 0 auto;
  z-index: 99;
}

.contact_form .card::after {
  content: url(../imgs/contact_shape.svg);
  position: absolute;
  top: 70px;
  bottom: 0;
}

.diosm_form input.form-control {
  border-radius: 8px;
  height: 46px;
  color: #D0D0D2;
}

.diosm_form .form-control {
  border-radius: 8px;
  height: 90px;
}

.contact_form .card::before {
  content: url(../imgs/shape_contact_2.svg);
  position: absolute;
  /* top: 0; */
  bottom: 113px;
  right: 60px;
  /* left: 0; */
}

.diosm_form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  border: 1px solid #ced4da;
}

.form_button {
  text-align: right;
  margin-top: 30px;
}

.form_button .btn_yellow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #25046c;
  color: var(--white);
  border-radius: 24px 4px 24px 24px;
  height: 48px;
  padding: 12px 24px;
  min-width: 160px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #ffff !important;
}

.form_button .btn_yellow:hover {
  background: #ffa824;
  color: var(--orange);
  border: 1px solid #ffa824;
  border-radius: 60px;
}

section.contact_form {
  padding: 20px 0px 60px;
}

/* footer Css Start//////////////////////////////////////////////// */

.single-footer-widget {
  position: relative;
  z-index: 1;
}

.single-footer-widget .copywrite-text a {
  color: #747794;
  font-size: 1rem;
}

.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
  color: #3f43fd;
}

.single-footer-widget .widget-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  font-family: Raleway;
  color: #ffa824;
}

.single-footer-widget .footer_menu li a {
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
  font-size: 16px;
  /* text-decoration: none; */
  font-family: 'Montserrat';
  font-weight: 600;
}

.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
  color: #000000;
  text-decoration: none;
}

.single-footer-widget .footer_menu li:last-child a {
  margin-bottom: 0;
}

.footer_social_area {
  position: relative;
  z-index: 1;
  margin-top: 34px;
}

.logo_box {
  margin-bottom: 16px;
}

a.social_ic {
  margin-right: 10px;
}

.footer_social_area a img {
  width: 18px;
  height: 18px;
}

.footer_social_area a i {
  line-height: 36px;
}

p.footer_content {
  font-size: 16px;
  font-family: 'Montserrat';
  color: rgb(255, 255, 255);
  max-width: 100%;
  line-height: 24px;
  font-weight: 600;
}

p.footer_content_diosm {
  font-size: 16px;
  font-family: 'Montserrat';
  color: rgb(255, 255, 255);
  max-width: 100%;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.cta_info {
  font-size: 16px;
  font-family: 'Montserrat';
  margin-bottom: 32px;
  color: black;
}


.footer_social_area a:hover,
.footer_social_area a:focus {
  color: #ffffff;
}

@-webkit-keyframes bi-cycle {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

ol li,
ul li {
  list-style: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

/* section.footer_area {
  background-image: url(../imgs/background.png);
} */
footer.footer_area.section_padding_130_0 {
  background-image: linear-gradient(177deg,
      #2587C9,
      #25046C), url(../imgs/background.png);
  padding-top: 50px;
}

.copyright_area {
  /* background-color: red; */
  border-top: 1px solid white;
  margin-top: 30px;
}

.copyright_text p {
  text-align: center;
  color: white;
  margin-top: 12px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.logo_box img {
  width: 196px;
}

.logo_box {
  width: 100%;
  height: 100%;
}

/* .shape_services{
  background-image: url(../imgs/shape_bg.png);
} */

.section_carousel .carousel-item {
  height: 600px;
}



/* new page about us css start....................///////////////////////////////////////// */
section.about_us_sec {
  background-color: #0f78c0;
  text-align: center;
}

section.deatil_about_us {
  padding: 50px 0px;
}

section.deatil_about_us .about_ontent h3.heading {
  font-size: 52px;
  font-weight: 600;
  font-family: 'Raleway';
}

.about_ontent p.desc {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 24px;
}

.pd--80-0 {
  padding: 80px 0;
}

.about_us_sec .breadcrumb li.active {
  color: #ffa824;
  font-weight: 500;
}

.about_us_sec .breadcrumb li+li:before {
  content: "|";
  padding: 0 9px 0 5px;
  color: #fff;
}

.about_us_sec .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 26px;
  justify-content: center;
}

.about_us_sec .title .h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

.about_us_sec .title {
  margin-top: 16px;
}

section.about_us_sec.pd--80-0 ul.breadcrumb li a {
  color: white;
}

.caption_about_img {
  width: 655px;
  height: 668px;
}

.about_img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

/* new secttion css  */
section.company_knows {
  background: linear-gradient(var(--white) 53%, #f8f8f8 43%) no-repeat;
  padding: 50px 0px;
}

section.company_knows .company_card {
  padding: 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.box_grid {
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
  -webkit-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
  -moz-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
}

.company_card h3.heading {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Raleway';
  margin-top: 18px;
}

.company_card p.desc {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
}

section.company_knows .company_serv_img {
  filter: invert(100%);
}

.company_serv_img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}


/* carousel css-------------------------------------- */

section.diosm_carousel {
  padding: 40px 0px;
}

.Testi_content h3.heading {
  font-size: 40px;
  font-family: 'Raleway';
}

.card {
  box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.profile-pic {
  width: 100px !important;
  height: 100px;
  box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #1E88E5 !important;
  border: none;
  padding: 5px 20px !important;
  font: inherit;
  font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0D47A1 !important;
  background-color: transparent !important;
}

.owl-dots {
  display: none;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.item {
  display: none;
}

.next {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.prev {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.item.show {
  display: block;
  transition-duration: 0.4s;
}

@media screen and (max-width: 999px) {

  .next,
  .prev {
    transform: scale(1);
    opacity: 1;
  }

  .item {
    display: block !important;
  }
}

/* perfect Area Css */
.perfect-start-aera {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.perfect-start-aera .perfect-start-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.perfect-start-aera .perfect-start-inner p {
  font-size: 30px;
  margin-top: 14px;
  letter-spacing: 1px;
  color: #0f78c0;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.get_started_button .btn_yellow {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #2587c9;
  color: var(--white);
  border-radius: 24px 4px 24px 24px;
  height: 48px;
  padding: 12px 24px;
  min-width: 160px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #ffff !important;
}

.get_started_button .btn_yellow:hover {
  background: rgb(128 186 71);
  color: var(--orange);
  border: 1px solid rgb(128 186 71);
  border-radius: 60px;
}

/* contact us page start */
section.contact_form_area {
  padding: 60px 0px;
}

.contact_heading {
  text-align: center;
}

form.diosm_form label {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 600;
}

.contact_form_area .form-group {
  margin-bottom: 20px;
}

.diosm_form {
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}

.contact_heading h1.title {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}

.contact_us {
  color: #ffa824;
}

.contact_form_area .card {
  /* width: 996px; */
  height: 100%;
  padding: 54px 64px 40px 64px;
  border-radius: 40px;
  border: none;
  /* text-align: center; */
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 18px;
  margin: 0 auto;
  z-index: 99;
}

.contact_form_area .card::after {
  content: url(../imgs/contact_shape.svg);
  position: absolute;
  top: 70px;
  bottom: 0;
}

.diosm_form input.form-control {
  border-radius: 8px;
  height: 46px;
  color: #D0D0D2;
}

.diosm_form .form-control {
  border-radius: 8px;
  height: 90px;
}

.contact_form_area .card::before {
  content: url(../imgs/shape_contact_2.svg);
  position: absolute;
  /* top: 0; */
  bottom: 113px;
  right: 60px;
  /* left: 0; */
}

.diosm_form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  border: 1px solid #ced4da;
}

.form_button {
  text-align: right;
  margin-top: 30px;
}

/* contact_info css--------------------------------------------------------- */
.info_card {
  text-align: center;
}

section.contact_info .info_card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 10px 50px;
  padding: 30px;
  min-height: 360px;
}

section.contact_info {
  padding: 40px 0px;
}

.info_card img {
  width: 140px;
}

.info_card h5.card-title {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.info_card p.card-text {
  font-family: 'Montserrat';
  font-size: 20px;
}

.info_card .card-body {
  padding: 8px;
}


/* agent_login /////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 991.98px) {
  .agent_login .content .bg {
    height: 500px;
  }
}

.social-login a {
  text-decoration: none;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
}

.social-login a.social_ic_fb {
  background: #3b5998;
}

.social-login a.social_ic_twitter {
  background: #1da1f2;
}

.social-login a.social_ic_linkdin {
  background: #007ab9;
}

a.social_ic_fb img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

a.social_ic_twitter img {
  width: 18px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

a.social_ic_linkdin img {
  width: 18px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.agent_login .content .contents,
.content .bg {
  width: 50%;
}

.agent_login .content {
  padding: 100px 0px;
}

@media (max-width: 1199.98px) {

  .agent_login .content .contents,
  .content .bg {
    width: 100%;
  }
}

.agent_login .content .contents .form-group,
.content .bg .form-group {
  overflow: hidden;
  margin-bottom: 0;
  padding: 15px 15px;
  border-bottom: none;
  position: relative;
  background: #edf2f5;
  border-bottom: 1px solid #e6edf1;
}

.agent_login .content .contents .form-group label,
.content .bg .form-group label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.agent_login .content .contents .form-group input,
.content .bg .form-group input {
  background: transparent;
}

.agent_login .content .contents .form-group.first,
.content .bg .form-group.first {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.agent_login .content .contents .form-group.last,
.content .bg .form-group.last {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.agent_login .content .contents .form-group label,
.content .bg .form-group label {
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3;
}

.agent_login .content .contents .form-group.focus,
.content .bg .form-group.focus {
  background: #fff;
}

.agent_login .content .contents .form-group.field--not-empty label,
.content .bg .form-group.field--not-empty label {
  margin-top: -20px;
}

.agent_login .content .contents .form-control,
.content .bg .form-control {
  border: none;
  padding: 0;
  font-size: 20px;
  border-radius: 0;
}

.agent_login .content .contents .form-control:active,
.content .contents .form-control:focus,
.content .bg .form-control:active,
.content .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.agent_login .content .bg {
  background-size: cover;
  background-position: center;
}

.agent_login .content a {
  color: #888;
  text-decoration: underline;
}

.agent_login .content .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Montserrat';
}

.agent_login .content .forgot-pass {
  position: relative;
  top: -1px;
  font-size: 14px;
  font-family: 'Montserrat';
}

.agent_login .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.agent_login .control .caption {
  position: relative;
  top: .2rem;
  color: #888;
}

.agent_login .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.agent_login .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.agent_login .control--radio .control__indicator {
  border-radius: 50%;
}

.agent_login .control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #ccc;
}

.agent_login .control input:checked~.control__indicator {
  background: #6c63ff;
}

.agent_login .control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #847dff;
}

.agent_login .control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}


.agent_login .control input:checked~.control__indicator:after {
  display: block;
  color: #fff;
}

.agent_login .control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.agent_login .control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.agent_login .control--checkbox input:disabled:checked~.control__indicator {
  background-color: #7e0cf5;
  opacity: .2;
}

.agent_login .agent_login_img img {
  width: 540px;
  height: 100;
  height: 100%;
  position: relative;
  bottom: 0;
  top: -50px;
}

.agent_login .agent_login h3.sign_in {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 34px;
}

section.agent_login {
  background-color: #f8fafb;
}

.agent_login .mb-4.desc {
  font-family: 'Montserrat';
}

.agent_login span.d-block.text-left.my-4.text-muted {
  font-family: 'Montserrat';
}

.agent_login .btn-primary {
  color: #fff;
  background-color: #687fff;
  border-color: #6880fc;
}

.agent_login .btn-primary:hover {
  color: #fff;
  background-color: #25046C;
  border-color: #25046C;
}

.agent_login .custom-control {
  font-family: 'Montserrat';
}

/* aeps css start------------------------------------------ */
section.aeps_sec {
  background-color: #0f78c0;
  text-align: center;
}

.aeps_sec .title .h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

.aeps_sec .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 26px;
  justify-content: center;
}

.aeps_sec .breadcrumb li+li:before {
  content: "|";
  padding: 0 9px 0 5px;
  color: #fff;
}

.aeps_sec.pd--80-0 ul.breadcrumb li a {
  color: white;
}

.aeps_sec.pd--80-0 ul.breadcrumb li span {
  color: #ffa824;
}

.aeps_sec .title {
  margin-top: 16px;
}

section.aeps_sec.pd--80-0 p.aeps_desc {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #fff
}

/* aeps section css start------------------------------------------------------------------ */
.aeps_area .about_ontent p.desc {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 24px;
}

.aeps_area .about_ontent h3.heading {
  font-size: 52px;
  font-weight: 600;
  font-family: 'Raleway';
}

.aeps_area {
  padding: 50px 0px;
}

.aeps_card_img img {
  width: 54px;
}

.aeps_card_img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: #2587c9;
  margin-bottom: 15px;
}
section.aeps_Functionalities {
  padding: 40px 0px;
}

section.aeps_Functionalities .aeps_card {
  background: #fafafa;
  padding: 0px 15px 15px;
  border-radius: 10px;
  text-align: center;
  border-bottom: #2587c9 5px solid;
  margin-top: 50px;
  margin-bottom: 10px;
  min-height: 100px;
  color: #000;
  font-weight: 600;
}

.aeps_card h3.heading {
  font-family: 'Raleway';
  font-size: 18px;
}

section.aeps_Functionalities .aeps_card:hover {
  border-bottom: #25046C 5px solid;
}

/* bbps section css start------------------------------------------------------------------ */
.bbps_area .about_ontent p.desc {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 24px;
}
section.bbps_Functionalities {
  padding: 40px 0px;
}


.bbps_area .about_ontent h3.heading {
  font-size: 52px;
  font-weight: 600;
  font-family: 'Raleway';
}

.bbps_area {
  padding: 50px 0px;
}

.bbps_card_img img {
  width: 54px;
}

.bbps_card_img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: #2587c9;
  margin-bottom: 15px;
}

section.bbps_Functionalities .bbps_card {
  background: #fafafa;
  padding: 0px 15px 15px;
  border-radius: 10px;
  text-align: center;
  border-bottom: #2587c9 5px solid;
  margin-top: 50px;
  margin-bottom: 10px;
  min-height: 100px;
  color: #000;
  font-weight: 600;
}

.bbps_card h3.heading {
  font-family: 'Raleway';
  font-size: 18px;
}

section.bbps_Functionalities .bbps_card:hover {
  border-bottom: #25046C 5px solid;
}

.bbps_img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

section.bbps_sec {
  background-color: #0f78c0;
  text-align: center;
}

.bbps_sec .title .h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

.bbps_sec .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 26px;
  justify-content: center;
}

.bbps_sec .breadcrumb li+li:before {
  content: "|";
  padding: 0 9px 0 5px;
  color: #fff;
}

.bbps_sec.pd--80-0 ul.breadcrumb li a {
  color: white;
}

.bbps_sec .title {
  margin-top: 16px;
}

section.bbps_sec.pd--80-0 p.bbps_desc {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #fff
}
/*faq ----------------------------------------------------------------------------------- */

#accordion .panel{
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  position: relative;
}
#accordion .panel:before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed #6e8898;
  position: absolute;
  top: 25px;
  left: 18px;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}
#accordion .panel-title a {
  display: block;
  padding: 10px 30px 10px 60px;
  margin: 0;
  background: #0f78c0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0;
  position: relative;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
#accordion .panel-title a:before, #accordion .panel-title a.collapsed:before {
  content: url('../imgs/ic_dropdown.png');
  width: 40px;
  height: 100%;
  line-height: 40px;
  background: #0f78c0;
  border: 1px solid #0f78c0;
  border-radius: 3px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
  content:url('../imgs/ic_dropdown.png');
  background: #fff;
  border: 1px solid #6e8898;
  color: #000;
}
#accordion .panel-body{
  padding: 10px 30px 10px 30px;
  margin-left: 40px;
  background: #fff;
  border-top: none;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 28px;
  letter-spacing: 1px;
}
.panel-body p.desc {
  font-family: 'Montserrat';
  font-weight: 500;
}

.bbps_area .about_ontent p.desc {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 24px;
}

.bbps_area .about_ontent h3.heading {
  font-size: 52px;
  font-weight: 600;
  font-family: 'Raleway';
}

.bbps_area {
  padding: 50px 0px;
}

.bbps_card_img img {
  width: 54px;
}

.bbps_card_img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: #2587c9;
  margin-bottom: 15px;
}

section.faq_sec {
  background-color: #0f78c0;
  text-align: center;
}
.faq_sec .title .h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
.faq_sec .title {
    margin-top: 16px;
}

section.faq_area {
  padding: 50px 0px;
}


.faq_sec .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 26px;
  justify-content: center;
}

.faq_sec .breadcrumb li+li:before {
  content: "|";
  padding: 0 9px 0 5px;
  color: #fff;
}

.faq_sec.pd--80-0 ul.breadcrumb li a {
  color: white;
}


/* blog css start */

.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}
.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.blog_area p.desc {
  font-size: 16px;
  margin-top: 30px;
}
.blog_button {
  text-align: left;
  margin-top: 10px;
  color: #fff;
}
.blog_area span.theauthor img {
  width: 24px;
  height: 100%;
}
span.posted-on.entry-date.date.updated img {
  width: 20px;
  height: 100%;
}
span.posted-on.entry-date.date.updated {
  margin-left: 10px;
}
.blog_area .post-info {
  margin: 10px 0px;
  font-family: 'Montserrat';
}
section.blog_area h2.heading {
  font-family: 'Raleway';
  font-size: 26px;
  margin-top: 20px;
}
.blog_img {
  margin-top: 12px;
}
.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
section.blog_area {
  padding: 40px 0px;
}
.input-group.blog_search {
  margin-top: 20px;
}
section.blog_area .blog_serch_img img {
  width: 20px;
  filter: invert(100%);
}
.blog_area .input-group.blog_search .form-control:focus {
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255);
  border-color: rgb(128, 189, 255);
  outline: 2px !important;
  border: 1px solid #0f78c0;
}
.blog_area .widget {
  margin-bottom: 27px;
  float: left;
  clear: both;
  width: 100%;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(50,50,50,.1);
  box-shadow: 0px 4px 8px 0px #BDBDBD;
  margin-top: 24px;
}
.blog_area .widget li {
  list-style-type: square;
  margin-left: 17px;
  margin-bottom: 7px;
  font-family: 'Montserrat';
}
ul.comment li {
  font-family: 'Montserrat' !important;
  margin-bottom: 7px;
}
.blog_area .widget h3 {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 20px;
  color: #222;
  text-transform: uppercase;
}
h3.blog_heading{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 20px;
  color: #222;
  text-transform: uppercase;
}
.blog_area .input-group.blog_search .btn-secondary {
  color: #fff;
  background-color: #0f78c0;
  border-color: #0f78c0;
}
.blog_receentpost img {
  width: 100%;
  height: 80px;
  margin: 10px 0px;
  object-fit: cover;
}


/* aeps css start------------------------------------------ */
section.dth_sec {
  background-color: #0f78c0;
  text-align: center;
}

.dth_sec .title .h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

.dth_sec .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 26px;
  justify-content: center;
}

.dth_sec .breadcrumb li+li:before {
  content: "|";
  padding: 0 9px 0 5px;
  color: #fff;
}

.dth_sec.pd--80-0 ul.breadcrumb li a {
  color: white;
}

.dth_sec .title {
  margin-top: 16px;
}

section.dth_sec.pd--80-0 p.dth_desc {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #fff
}

/* dth section css start------------------------------------------------------------------ */
.dth_area .about_ontent p.desc {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 24px;
}

.dth_area .about_ontent h3.heading {
  font-size: 52px;
  font-weight: 600;
  font-family: 'Raleway';
}

.dth_area {
  padding: 50px 0px;
}

.dth_card_img img {
  width: 54px;
}

.dth_card_img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: #2587c9;
  margin-bottom: 15px;
}
section.dth_Functionalities {
  padding: 40px 0px;
}

section.dth_Functionalities .dth_card {
  background: #fafafa;
  padding: 0px 15px 15px;
  border-radius: 10px;
  text-align: center;
  border-bottom: #2587c9 5px solid;
  margin-top: 50px;
  margin-bottom: 10px;
  min-height: 100px;
  color: #000;
  font-weight: 600;
}

.dth_card h3.heading {
  font-family: 'Raleway';
  font-size: 18px;
}

section.dth_Functionalities .dth_card:hover {
  border-bottom: #25046C 5px solid;
}


/* Money transfer section css start------------------------------------------------------------------ */
.money_area .about_ontent p.desc {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 24px;
}

.money_area .about_ontent h3.heading {
  font-size: 52px;
  font-weight: 600;
  font-family: 'Raleway';
}

.money_area {
  padding: 50px 0px;
}

.money_card_img img {
  width: 54px;
}

.money_card_img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: #2587c9;
  margin-bottom: 15px;
}
section.money_Functionalities {
  padding: 40px 0px;
}

section.money_Functionalities .money_card {
  background: #fafafa;
  padding: 0px 15px 15px;
  border-radius: 10px;
  text-align: center;
  border-bottom: #2587c9 5px solid;
  margin-top: 50px;
  margin-bottom: 10px;
  min-height: 100px;
  color: #000;
  font-weight: 600;
}

.money_card h3.heading {
  font-family: 'Raleway';
  font-size: 18px;
}

section.money_Functionalities .money_card:hover {
  border-bottom: #25046C 5px solid;
}

/* Money transfer section css start------------------------------------------------------------------ */
.pan_area .about_ontent p.desc {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 24px;
}

section.Pan_area .about_ontent h3.heading {
  font-size: 52px;
  font-weight: 600;
  font-family: 'Raleway';
}

section.Pan_area {
  padding: 50px 0px;
}

.pan_card_img img {
  width: 54px;
}

.pan_card_img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: #2587c9;
  margin-bottom: 15px;
}
section.pan_Functionalities {
  padding: 40px 0px;
}

section.pan_Functionalities .pan_card {
  background: #fafafa;
  padding: 0px 15px 15px;
  border-radius: 10px;
  text-align: center;
  border-bottom: #2587c9 5px solid;
  margin-top: 50px;
  margin-bottom: 10px;
  min-height: 100px;
  color: #000;
  font-weight: 600;
}

.pan_card h3.heading {
  font-family: 'Raleway';
  font-size: 18px;
}

section.pan_Functionalities .pan_card:hover {
  border-bottom: #25046C 5px solid;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */

/* chat section start---------------------------------------------------------- */

#chat-circle {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #ffa824;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  padding: 28px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 33%), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn#my-btn {
     background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}
#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  /* box-shadow: 0px 5px 35px 9px #464a92; */
  z-index: 99;
}
.chat-box-toggle {
  float:right;
  margin-right:15px;
  cursor:pointer;
}
.chat-box-header {
  background: #2989c4;
  height:70px;
  border-top-left-radius:5px;
  border-top-right-radius:5px; 
  color:white;
  text-align:center;
  font-size:20px;
  padding-top:17px;
}
i.material-icons {
  position: relative;
  left: -14px;
  top: 0;
  bottom: 0;
}
.chat-box-body {
  position: relative;  
  height:370px;  
  height:auto;
  border:1px solid #ccc;  
  overflow: hidden;
}
.chat-box-body:after {
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  position: absolute;
  z-index: -1;   
}
#chat-input {
  background: #f4f7f9;
  width:100%; 
  position:relative;
  height:47px;  
  padding-top:10px;
  padding-right:50px;
  padding-bottom:10px;
  padding-left:15px;
  border:none;
  resize:none;
  outline:none;
  border:1px solid #ccc;
  color:#888;
  border-top:none;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  overflow:hidden;  
}
.chat-input > form {
    margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#chat-input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#chat-input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#chat-input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.chat-submit {  
  position:absolute;
  bottom:3px;
  right:10px;
  background: transparent;
  box-shadow:none;
  border:none;
  border-radius:50%;
  color:#5A5EB9;
  width:35px;
  height:35px;  
}
.chat-logs {
  padding:15px; 
  height:200px;
  overflow-y:scroll;
}

@media only screen and (max-width: 500px) {
   .chat-logs {
        height:40vh;
    }
}

.chat-msg.user > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:left;
  width:15%;
}
.chat-msg.self > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:right;
  width:15%;
}
.cm-msg-text {
  background:white;
  padding:10px 15px 10px 15px;  
  color:#666;
  max-width:75%;
  float:left;
  margin-left:10px; 
  position:relative;
  margin-bottom:20px;
  border-radius:30px;
}
.chat-msg {
  clear:both;    
}
.chat-msg.self > .cm-msg-text {  
  float:right;
  margin-right:10px;
  background: #5A5EB9;
  color:white;
}
.cm-msg-button>ul>li {
  list-style:none;
  float:left;
  width:50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}
span.chat-box-toggle img {
  width: 16px;
  filter: invert(100%);
  margin-bottom: 4px;
}
.chat-submit img {
  margin-bottom: 8px;
  width: 20px;
}
.chat_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  position: relative;
  bottom: 8px;
  right: 10px;
  filter: invert(1);
}
.chat_image img {
  width: 32px;
}

/* privecy css-------------------------------------------------------------- */
section.privecy_page-section {
  padding: 50px 0px;
}
section.privecy_page-section h3 {
  color: #0f78c0 !important;
  font-family: 'Raleway';
  font-weight: 600;
}
section.privecy_page-section p {
  font-family: 'Montserrat';
}
.privecy_sec .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 26px;
  justify-content: center;
}

.privecy_sec .breadcrumb li+li:before {
  content: "|";
  padding: 0 9px 0 5px;
  color: #fff;
}

.privecy_sec.pd--80-0 ul.breadcrumb li a {
  color: white;
}
section.privecy_sec {
  background-color: #0f78c0;
  text-align: center;
}
.privecy_sec .title .h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
.privecy_sec .title {
  margin-top: 16px;
}

section.Grievance_page-section {
  padding: 50px 0px;
}
section.Grievance_page-section h3 {
  color: #0f78c0 !important;
  font-family: 'Raleway';
  font-weight: 600;
}
section.Grievance_page-section p {
  font-family: 'Montserrat';
}

/* terms css----------------//// */
section.terms_page-section {
  padding: 50px 0px;
}
section.terms_page-section h3 {
  color: #0f78c0 !important;
  font-family: 'Raleway';
  font-weight: 600;
}
section.terms_page-section p {
  font-family: 'Montserrat';
}
/* refund css start------------------------------------------------------------- */
section.refund_page-section {
  padding: 50px 0px;
}
section.refund_page-section h3 {
  color: #0f78c0 !important;
  font-family: 'Raleway';
  font-weight: 600;
}
section.refund_page-section p {
  font-family: 'Montserrat';
}