﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
/*@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}*/
.material-symbols-outlined {
  font-family: "Material Icons" !important;
  font-size: 22px;
}

.oneinsurev1_main nav.navbar-white {
  background-color: transparent !important;
}

.background-header {
  background-color: #fff;
  height: 100px !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area {
  background-color: #fff;
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-area .navbar {
  padding-top: 0;
}
.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
}
.header-area .main-nav .logo {
  display: contents;
  height: 34px;
  flex-basis: 20%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img {
  height: 40px;
  margin-top: 0px;
}
.header-area .main-nav .nav {
  flex-basis: 80%;
  height: 80px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  justify-content: left;
  align-items: center;
  margin-left: 40px;
}
.header-area .main-nav .nav li.has-sub {
  position: relative;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 600px;
  background-color: #fff;
  overflow: hidden;
  top: 38px;
  border-radius: 12px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(2em);
  visibility: hidden;
  z-index: -1;
  list-style-type: none;
  padding-left: 0;
  padding: 15px;
  left: -115px;
  box-shadow: 0px 12px 50px rgba(86, 90, 100, 0.18), 0px 1px 30px rgba(141, 157, 168, 0.1), 0px 1px 16px rgba(141, 157, 168, 0.02);
}
.header-area .main-nav .nav li.has-sub ul.sub-menu .sub_heading {
  color: #000000;
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 400;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu .section_hover {
  padding: 5px;
  border-radius: 8px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu .section_hover:hover {
  background-color: rgb(241, 244, 245);
}
.header-area .main-nav .nav li.has-sub:after {
  font-family: Roboto;
  font-weight: 400;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 25px;
}
.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .nav li {
  margin-right: 40px;
}
.header-area .main-nav .nav li a {
  color: #000000 !important;
  font-size: 16px;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 400;
  cursor: pointer;
}
.header-area .main-nav .nav li a .fa-chevron-down {
  font-size: 10px;
  vertical-align: middle;
  padding-left: 4px;
  color: #4D422E;
}
.header-area .main-nav .nav .sub_heading {
  color: #000000;
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
}
.header-area .main-nav .nav p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 400;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
  margin-left: 16px;
  border: 1px solid #DFDFDF;
}
.header-area .main-nav .menu-trigger span {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  left: 5px;
  top: 14px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  left: 0;
  content: "";
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -5px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  left: 0;
  content: "";
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 5px;
}
.header-area .main-nav .menu-trigger.active span {
  background-color: transparent;
  width: 67%;
}
.header-area .main-nav .menu-trigger.active span:before {
  width: 100%;
  -moz-transform: translateY(2px) translateX(1px) rotate(48deg);
  -ms-transform: translateY(2px) translateX(1px) rotate(48deg);
  -webkit-transform: translateY(2px) translateX(1px) rotate(48deg);
  transform: translateY(2px) translateX(-1px) rotate(44deg);
  background-color: #000000;
}
.header-area .main-nav .menu-trigger.active span:after {
  width: 100%;
  -moz-transform: translateY(-3px) translateX(1px) rotate(-48deg);
  -ms-transform: translateY(-3px) translateX(1px) rotate(-48deg);
  -webkit-transform: translateY(-3px) translateX(1px) rotate(-48deg);
  transform: translateY(-3px) translateX(-1px) rotate(-45deg);
  background-color: #000000;
}
.header-area .main-nav .hotline_main {
  align-items: center;
  display: grid;
  position: relative;
}
.header-area .main-nav .hotline_main .border_h {
  border: 1px solid #eef9ff;
  width: 100%;
  display: inline-block;
}
.header-area .main-nav .hotline_main .hotline {
  border: 1px solid #000000;
  padding: 10px 14px;
  border-radius: 36px;
  font-size: 16px;
  cursor: pointer;
}
.header-area .main-nav .hotline_main .hotline .text1 {
  font-weight: 500;
  vertical-align: middle;
  margin: 0 5px;
}
.header-area .main-nav .hotline_main .hotline .text2 {
  font-weight: 700;
  vertical-align: middle;
}
.header-area .main-nav .hotline_main .sub-menu {
  position: absolute;
  top: 77%;
  width: 22%;
}
.header-area .main-nav .hotline_main .sub-menu .card {
  position: absolute;
  left: 0;
  width: 207px;
  padding: 10px;
  text-align: center;
  border: 0;
}
.header-area .main-nav .hotline_main .sub-menu .card .section_hover {
  cursor: pointer;
}
.header-area .main-nav .hotline_main .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 0px;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 217px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.2s all;
  text-align: center;
}
.header-area .main-nav .hotline_main .navbar-dropdown {
  position: relative;
}
.header-area .main-nav .hotline_main:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.header-area .navbar-links {
  list-style-type: none;
  display: flex;
}
.header-area .navbar-links li a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: 20px 0px;
  font-weight: 700;
  transition: 0.2s all;
}
.header-area .navbar-links li.navbar-dropdown {
  position: relative;
}
.header-area .navbar-links li.navbar-dropdown:hover::after {
  width: 100%;
}
.header-area .navbar-links li.navbar-dropdown::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: #4F44AE;
  transition: 0.4s;
}
.header-area .navbar-links .for_underline:hover::after {
  width: 100%;
}
.header-area .navbar-links .for_underline::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: #4F44AE;
  transition: 0.4s;
}
.header-area .navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.header-area .w_600 {
  width: 600px !important;
}
.header-area .section_hover {
  padding: 5px;
}
.header-area .section_hover:hover {
  background-color: #f1f4f5;
  padding: 5px;
  border-radius: 12px;
}
.header-area .navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 30px 30px 10px 30px;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 400px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.2s all;
}
.header-area .navbar-links li.navbar-dropdown .dropdown .main_b {
  display: flex;
  margin-bottom: 16px;
}
.header-area .navbar-links li.navbar-dropdown .dropdown .main_b .insbox {
  background: #FFEED2;
  border-radius: 10px;
  height: 60px;
  width: 60px;
  padding: 13px;
}
.header-area .navbar-links li.navbar-dropdown .dropdown .main_b .insu_subtxt {
  font-family: Roboto;
  font-weight: 300;
  color: #747681;
  font-size: 11px;
  margin-top: 8px;
  display: block;
}
.header-area .navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 7px;
  padding-bottom: 10px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 12px;
  padding-left: 15px;
}
.header-area .navbar-links li.navbar-dropdown .new_drpdwn .dropdown {
  padding: 10px 0px;
  width: 210px;
  border-radius: 4px;
  box-shadow: -4px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.header-area .navbar-links li.navbar-dropdown .new_drpdwn .dropdown li {
  margin-right: 0px;
  list-style: none;
}
.header-area .navbar-links li.navbar-dropdown .new_drpdwn .dropdown li a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  padding: 10px 20px;
  position: relative;
}
.header-area .navbar-links li.navbar-dropdown .new_drpdwn .dropdown li a:hover {
  color: #4F44AE !important;
}
.header-area .navbar-links li.navbar-dropdown .new_drpdwn .dropdown li a:hover::before {
  height: 24px;
}
.header-area .navbar-links li.navbar-dropdown .new_drpdwn .dropdown li a::before {
  content: "";
  display: block;
  height: 0px;
  width: 2px;
  background: #5044B0;
  transition: 0.4s;
  position: absolute;
  top: 6px;
  left: 0px;
}

.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .oneinsurev1_main .header-area .main-nav .menu-trigger span {
    background-color: #000000 !important;
  }
  .oneinsurev1_main .header-area .main-nav .menu-trigger.active span:before {
    background-color: #000000 !important;
  }
  .oneinsurev1_main .header-area .main-nav .menu-trigger span:before, .oneinsurev1_main .header-area .main-nav .menu-trigger span:after {
    background-color: #000000 !important;
  }
  .cmspage .header-area .main-nav .menu-trigger span, .cmspage .header-area .main-nav .menu-trigger span:before, .cmspage .header-area .main-nav .menu-trigger span:after {
    background-color: #000000 !important;
  }
  .header-area {
    background-color: #ffffff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    background-color: #ffffff;
    /*padding: 0px 15px;*/
   
    box-shadow: none;
    text-align: center;
  }
  .header-area .main-nav {
    display: block;
    line-height: 64px;
    overflow: hidden;
	min-height:76px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 0;
    padding-left: 16px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #ffffff !important;
    color: #191a20 !important;
    text-align: left;
  }
  .header-area .main-nav .nav li a:hover {
    background: none !important;
    color: none !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: initial;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
    height: auto;
    padding-top: 0;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu .section_hover .sub_heading {
    margin-top: 20px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu .section_hover p {
    line-height: 18px;
    padding-top: 19px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu li {
    border-bottom: 0;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu:hover ul {
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 15px;
    margin-left: 60px;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area .main-nav .hotline_m {
    display: block;
    position: absolute;
    top: 79% !important;
    left: 12px;
    z-index: 999;
  }
  .header-area .main-nav .hotline_main {
    position: absolute;
    top: 0;
    right: 17px;
  }
  .header-area .main-nav .hotline_main .sub-menu {
    top: 100%;
  }
  .header-area .main-nav .hotline_main .dropdown {
    display: flex;
    justify-content: center;
  }
  .header-area .main-nav .hotline_main .dropdown a {
    margin-top: 21px !important;
  }
  .header-area .main-nav .hotline_main .dropdown img {
    cursor: pointer;
  }
  .header-area .main-nav .dropdown {
    box-shadow: unset !important;
    padding: 0 !important;
    width: 236px !important;
    padding-left: 16px !important;
  }
  .header-area .main-nav .dropdown .main_b {
    padding: 9px 0;
  }
  .header-area .main-nav .dropdown .main_b a {
    line-height: 12px !important;
    padding-left: 12px !important;
  }
  .header-area .main-nav .dropdown .main_b a:hover {
    background-color: transparent !important;
    color: unset !important;
  }
  .header-area .main-nav .dropdown .main_b .insbox {
    height: 40px !important;
    width: 40px !important;
    padding: 7px !important;
  }
  .header-area .main-nav .dropdown .main_b .insbox img {
    width: 24px;
    height: 24px;
  }
  .header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
    background-color: #ffffff;
  }
  .header-area .main-nav .menu-trigger.active span:after {
    background-color: #ffffff;
  }
  .header-area .main-nav .menu-trigger.active span:before {
    background-color: #ffffff;
  }
  .header-area .main-nav .menu-trigger.active span {
    background-color: transparent !important;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
    left: 0;
    top: 23px !important;
  }
  .header-area .section_hover {
    padding: 5px;
    line-height: 25px;
    text-align: left;
  }
  .header-area .navbar-links li.navbar-dropdown .new_drpdwn .dropdown li a::before {
    top: 10px;
    left: -16px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .background-header .menu-trigger span, .background-header .menu-trigger span:before, .background-header .menu-trigger span:after {
    background-color: #000000 !important;
  }
  .header-area.header-sticky .nav {
    margin-top: 4px !important;
    width: 251px;
    background-color: #ffffff;
    padding-left: 0px;
    min-height: 800px;
  }
  .header-area.header-sticky .nav li a:hover {
    color: #00bdfe !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li a.active {
    color: #000000;
    font-size: 16px;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .background-header.header-sticky .nav {
    margin-top: 0px !important;
  }
  .menu-trigger.active ~ ul.nav li {
    line-height: 6px;
  }
  .menu-trigger ~ ul.nav li {
    line-height: 6px;
    padding-left: 16px !important;
  }
}
/*main body Start*/
.c_btn {
  padding: 15px 30px !important;
  border-radius: 52px !important;
}
.c_btn span {
  opacity: 0.9;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
}

.common_btn {
  background-color: #F5A011 !important;
  box-shadow: 6px 6px 20px 0px rgba(245, 160, 17, 0.2);
}
.common_btn span {
  color: #000000;
}

.common_btn1 {
  background-color: #000000 !important;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.common_btn1 span {
  color: #ffffff;
}

.common_btn2 {
  background-color: #20B038 !important;
  box-shadow: 6px 6px 20px 0px rgba(32, 176, 56, 0.3);
}
.common_btn2 span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.next_btn_1 {
  background-color: #F5A011 !important;
  box-shadow: 6px 6px 20px 0px rgba(245, 160, 17, 0.2);
  color: #000000 !important;
  font-family: Roboto;
  font-weight: 700 !important;
  Padding: 8px 46px 8px 46px !important;
}

.oneinsurev1_main .heading {
  font-size: 48px;
  font-weight: 900;
  font-family: Roboto;
  font-weight: 900;
  color: #000000;
}
.oneinsurev1_main .font_size_14 {
  font-size: 14px;
}
.oneinsurev1_main .error_text {
  position: absolute;
  bottom: 0;
  height: 0;
  color: red;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
}
.oneinsurev1_main .scroll1 {
  margin-top: 80px;
  min-height: 640px;
  background-color: #EEF9FF;
  display: grid;
  align-items: center;
}
.oneinsurev1_main .scroll1 .scroll1text {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  margin-bottom: 66px;
  color: rgba(0, 0, 0, 0.6);
}
.oneinsurev1_main .scroll1 .anchor {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  color: #19ADFF;
  cursor: pointer;
  text-decoration: none;
}
.oneinsurev1_main .scroll1 .scroll1_valign {
  align-items: end;
  display: grid;
}
.oneinsurev1_main .scroll1 .scroll1_valign .anchor_middle {
  line-height: 44px;
}
.oneinsurev1_main .scroll1 .mt_35 {
  margin-top: 35px;
  position: relative;
}
.oneinsurev1_main .scroll1 .sub_c_btn {
  background-color: #F5A011;
  box-shadow: 6px 6px 20px 0px rgba(245, 160, 17, 0.2);
  padding: 5px;
  border-radius: 52px;
  min-width: 100px;
}
.oneinsurev1_main .scroll1 .sub_c_btn span {
  opacity: 0.9;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 8px;
}
.oneinsurev1_main .scroll1 .sub-menu {
  transition: transform 0.5s ease-out;
  position: absolute;
  width: 38%;
  bottom: 59px;
  left: 30%;
}
.oneinsurev1_main .scroll1 .sub-menu .card {
  background: #eef9ff;
  padding: 30px;
  transition: transform 1s ease-out;
  border-radius: 16px;
  position: absolute;
  padding: 0px;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 217px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
  text-align: center;
}
.oneinsurev1_main .scroll1 .subcategory {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 335px;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  margin: 0 auto;
  z-index: 9;
}
.oneinsurev1_main .scroll1 .main_b {
  display: flex;
  margin-bottom: 16px;
}
.oneinsurev1_main .scroll1 .main_b .insbox {
  background: #FFEED2;
  border-radius: 10px;
  height: 60px;
  width: 60px;
  padding: 13px;
}
.oneinsurev1_main .scroll1 .main_b .insu_subtxt {
  font-family: Roboto;
  font-weight: 400;
  color: #747681;
  font-size: 11px;
  margin-top: 8px;
  display: block;
}
.oneinsurev1_main .scroll1 .main_b a {
  padding-top: 7px;
  padding-bottom: 10px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 12px;
  text-align: left;
  padding-left: 15px;
  text-decoration: none;
}
.oneinsurev1_main .scroll1 .r_img {
  min-height: 306px;
}
.oneinsurev1_main .scroll2 {
  min-height: 640px;
  background-color: #ffffff;
}
.oneinsurev1_main .scroll2 .heading {
  margin-top: 100px;
}
.oneinsurev1_main .scroll2 .box {
  background-color: #BCF6E6;
  box-shadow: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 16px;
  cursor: pointer;
  min-height: 200px;
}
.oneinsurev1_main .scroll2 .box .box_heading {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  color: rgb(0, 0, 0);
  padding-left: 10px;
}
.oneinsurev1_main .scroll2 .box p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  line-height: 22.4px;
  margin-left: 48px;
}
.oneinsurev1_main .scroll2 .box1 {
  box-shadow: rgba(0, 0, 0, 0.05);
}
.oneinsurev1_main .scroll2 .box2 {
  background: rgb(255, 201, 230);
}
.oneinsurev1_main .scroll2 .box3 {
  background: rgb(222, 232, 255);
}
.oneinsurev1_main .scroll2 .box4 {
  background: rgb(255, 242, 202);
}
.oneinsurev1_main .scroll2 .img_bottom {
  align-items: end;
  display: grid;
  justify-content: end;
}
.oneinsurev1_main .scroll2 .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.oneinsurev1_main .scroll3 {
  background-color: #EEF9FF;
  min-height: 640px;
  display: grid;
  align-items: center;
}
.oneinsurev1_main .scroll3 .sub_text {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.oneinsurev1_main .scroll3 .contact_number {
  font-family: Roboto;
  font-size: 67px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  vertical-align: bottom;
  letter-spacing: -3px;
}
.oneinsurev1_main .scroll3 .helpline_box .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.oneinsurev1_main .scroll3 .helpline_box .box {
  min-height: 134px;
  border-radius: 12px;
  padding: 24px;
}
.oneinsurev1_main .scroll3 .helpline_box .box .help_text {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 21.6px;
}
.oneinsurev1_main .scroll3 .helpline_box .box img {
  float: right;
}
.oneinsurev1_main .scroll3 .helpline_box .box1 {
  background: #5FCEAE;
}
.oneinsurev1_main .scroll3 .helpline_box .box2 {
  background: #954EF3;
}
.oneinsurev1_main .scroll3 .helpline_box .box3 {
  background: #EC5AB2;
}
.oneinsurev1_main .scroll3 .helpline_box .box4 {
  background: #D3AD39;
}
.oneinsurev1_main .scroll3 .helpline_box .box5 {
  background: #86B2F9;
}
.oneinsurev1_main .scroll3 .helpline_box .margin_tb {
  margin-bottom: 28px;
  margin-top: 40px;
}
.oneinsurev1_main .scroll3 .scroll1_valign {
  text-align: end;
}
.oneinsurev1_main .scroll4 {
  background: #ffffff;
}
.oneinsurev1_main .scroll4 .mt_5 {
  margin-top: 90px;
}
.oneinsurev1_main .scroll4 .helpline_box {
  margin-top: 140px;
}
.oneinsurev1_main .scroll4 .helpline_box .box img {
  margin-top: -13px;
}
.oneinsurev1_main .scroll4 .helpline_box .box2 {
  position: absolute;
  width: 93%;
  margin-top: 30px;
}
.oneinsurev1_main .scroll4 .helpline_box .box5 {
  position: absolute;
  width: 93%;
  margin-top: 40px;
}
.oneinsurev1_main .scroll4 .helpline_box .box1 {
  background: #0084AE;
}
.oneinsurev1_main .scroll4 .helpline_box .box2 {
  background: #00D7B0;
}
.oneinsurev1_main .scroll4 .helpline_box .box3 {
  background: #F13C3C;
}
.oneinsurev1_main .scroll4 .helpline_box .box4 {
  background: #F0A005;
}
.oneinsurev1_main .scroll4 .helpline_box .box5 {
  background: #EF389B;
}
.oneinsurev1_main .scroll4 .helpline_box .box6 {
  background: #A826D6;
}
.oneinsurev1_main .scroll4 .helpline_box .mt_55 {
  margin-top: 55px;
}
.oneinsurev1_main .scroll4 .helpline_box .mt_55 img {
  margin-top: 24px;
}
.oneinsurev1_main .scroll4 .helpline_box .mt_55 .sub_heading {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  line-height: 28.13px;
  margin-bottom: 4px;
}
.oneinsurev1_main .scroll4 .checked {
  color: orange;
}
.oneinsurev1_main .scroll5 {
  background: #EEF9FF;
  min-height: 768px;
}
.oneinsurev1_main .scroll5 [uib-typeahead-popup].dropdown-menu {
  display: block;
  width: 100% !important;
  text-align: center;
  max-height: 185px;
  opacity: 1;
  overflow: auto;
  margin-left: -51px;
  margin-top: 8px;
}
.oneinsurev1_main .scroll5 [uib-typeahead-popup].dropdown-menu li a {
  padding: 8px 16px;
  color: #6f6f6f;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
}
.oneinsurev1_main .scroll5 [uib-typeahead-popup].dropdown-menu li .dropdown-menu > li:hover > a, .oneinsurev1_main .scroll5 [uib-typeahead-popup].dropdown-menu li .dropdown-menu > li.active > a, .oneinsurev1_main .scroll5 [uib-typeahead-popup].dropdown-menu li .dropdown-menu > li.active:hover > a {
  text-decoration: none;
  background-image: none;
  background-color: #f6f6f6;
  color: #555;
  filter: none;
}
.oneinsurev1_main .scroll5 .first-section .input-tag-image-text {
  position: relative;
}
.oneinsurev1_main .scroll5 .input-data-calulator .invalidborder {
  border-bottom: 1px solid #e74c3c !important;
}
.oneinsurev1_main .scroll6 {
  background-color: #ffffff;
}
.oneinsurev1_main .scroll6 .mt_78 {
  margin-top: 80px;
}
.oneinsurev1_main .scroll6 .sub_text {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 48px;
}
.oneinsurev1_main .scroll6 .card {
  border: 0;
}
.oneinsurev1_main .scroll6 .card .btn_box {
  border: 1px solid #C8C8C8;
  border-radius: 50px;
  margin-bottom: 18px;
}
.oneinsurev1_main .scroll6 .card .btn_box .nav-tabs {
  border-bottom: 0;
  padding: 4px;
}
.oneinsurev1_main .scroll6 .card .btn_box .nav-tabs .nav-link.active, .oneinsurev1_main .scroll6 .card .btn_box .nav-tabs .nav-tabs .nav-item.show .nav-link {
  background: #F69F12;
  border-radius: 36px;
  padding: 12px 40px;
  color: #000000;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 16.41px;
  letter-spacing: 0.1px;
  transition: transform 0.5s ease-out;
}
.oneinsurev1_main .scroll6 .card .btn_box .nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 16.41px;
  border: 0;
  padding: 12px 40px;
  transition: transform 1s ease-out;
}
.oneinsurev1_main .scroll6 .card .btn_box .nav-tabs .nav-link:hover, .oneinsurev1_main .scroll6 .card .btn_box .nav-tabs .nav-link:focus {
  border: 0;
}
.oneinsurev1_main .scroll6 .card .video_card {
  border: 1px solid #E9E9E9;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  height: 300px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
.oneinsurev1_main .scroll6 .card .video_card .embed-responsive-item {
  border-radius: 12px;
  width: 100%;
  height: 191px;
}
.oneinsurev1_main .scroll6 .card .video_card .sub_text {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.13px;
  color: #000000;
  padding-top: 21px;
  text-align: center;
}
.oneinsurev1_main .scroll6 .card .video_card .category {
  position: absolute;
  left: 37px;
  background: #FFF2DD;
  padding: 4px 16px;
  border-radius: 40px;
  top: 37px;
  color: #F69F12;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.oneinsurev1_main .scroll6 .video_btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 20px;
}
.oneinsurev1_main .scroll6 .video_btn a {
  color: #28B7F7;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.41px;
  border: 1px solid #28B7F7;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 36px;
  margin: 0 auto;
  cursor: pointer;
}
.oneinsurev1_main .scroll6 .owl-prev {
  position: absolute !important;
  top: 38% !important;
  left: 0% !important;
  width: 56px !important;
  height: 56px !important;
  background: #28B7F7 !important;
  box-shadow: 0px 4px 4px 0px rgba(12, 4, 102, 0.2) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 34px !important;
  border: 0 !important;
}
.oneinsurev1_main .scroll6 .owl-prev span {
  line-height: 30px;
  font-size: 56px;
  vertical-align: text-top;
}
.oneinsurev1_main .scroll6 .owl-next {
  position: absolute !important;
  top: 38% !important;
  right: 0px !important;
  width: 56px !important;
  height: 56px !important;
  background: #28B7F7 !important;
  box-shadow: 0px 4px 4px 0px rgba(12, 4, 102, 0.2) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 34px !important;
  border: 0 !important;
}
.oneinsurev1_main .scroll6 .owl-next span {
  line-height: 30px;
  font-size: 56px;
  vertical-align: text-top;
}
.oneinsurev1_main .scroll7 {
  background: #FFFAEA;
  padding-bottom: 50px;
  /* General layout and typography stuff */
  /*.description {
      font-size: 14px;
  }*/
}
.oneinsurev1_main .scroll7 .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}
.oneinsurev1_main .scroll7 .sub_text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  margin-bottom: 40px;
}
.oneinsurev1_main .scroll7 .mt_5 {
  padding-top: 100px;
}
.oneinsurev1_main .scroll7 .card {
  border-radius: 16px;
  margin: 0 auto;
  overflow: hidden;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 6%;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.oneinsurev1_main .scroll7 .card .title {
  font-family: Roboto;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  line-height: 28.13px;
  color: #000000;
}
.oneinsurev1_main .scroll7 .card .sub_title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 30.44px;
  color: rgba(0, 0, 0, 0.6);
}
.oneinsurev1_main .scroll7 .card .description {
  font-family: Roboto;
  font-weight: 400;
  margin: 0;
  padding: 0 24px 24px;
  font-size: 18px;
  line-height: 1.5;
}
.oneinsurev1_main .scroll7 .c1 {
  background-image: url("../images/92.jpg");
  background-color: #D1FFFF;
  background-size: cover;
}
.oneinsurev1_main .scroll7 .c2 {
  background-image: url("../images/93.jpg");
  background-color: #E2FFD1;
  background-size: cover;
}
.oneinsurev1_main .scroll7 .c3 {
  background-image: url("../images/91.jpg");
  background-color: #D1D6FF;
  background-size: cover;
}
.oneinsurev1_main .scroll7 .c4 {
  background-image: url("../images/94.jpg");
  background-color: #cde0fe;
}
.oneinsurev1_main .scroll7 .c5 {
  background-image: url("../images/person3.svg");
  background-color: #FFEFD1;
}
.oneinsurev1_main .scroll7 .info {
  position: relative;
  width: 100%;
  height: 330px;
  background-color: #ffffff;
  color: #ffffff;
  transform: translateY(100%) translateY(-88px) translateZ(0);
  transition: transform 0.5s ease-out;
}
.oneinsurev1_main .scroll7 .info:before {
  z-index: -1;
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: blur(10px);
  background-size: cover;
  opacity: 0.25;
  transform: translateY(-100%) translateY(88px) translateZ(0);
  transition: transform 0.5s ease-out;
}
.oneinsurev1_main .scroll7 .card:hover .info,
.oneinsurev1_main .scroll7 .card:hover .info:before {
  transform: translateY(0) translateZ(0);
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.oneinsurev1_main .scroll7 .card:hover .mt-3 {
  margin-top: 1rem !important;
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 10px;
  margin-top: 0 !important;
}
@media (min-width: 800px) {
  .oneinsurev1_main .scroll7 h1 {
    font-size: 4.236em;
    font-weight: 300;
  }
}
.oneinsurev1_main .scroll7 p {
  margin-bottom: 1.3em;
  line-height: 1.618;
}
@media (min-width: 800px) {
  .oneinsurev1_main .scroll7 p {
    font-size: 1.3em;
  }
}
.oneinsurev1_main .scroll7 a {
  color: #e03616;
  text-decoration: none;
}
.oneinsurev1_main .scroll8 {
  background: #FAF9F9;
  min-height: 666px;
}
.oneinsurev1_main .scroll8 .carousel_main .owl-prev {
  position: absolute;
  top: 38%;
  left: 8%;
  width: 56px;
  height: 56px;
  background: #28B7F7;
  box-shadow: 0px 4px 4px 0px rgba(12, 4, 102, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
  border: 0;
}
.oneinsurev1_main .scroll8 .carousel_main .owl-prev span {
  line-height: 30px;
  font-size: 56px;
  vertical-align: text-top;
}
.oneinsurev1_main .scroll8 .carousel_main .owl-next {
  position: absolute;
  top: 38%;
  right: 21px;
  width: 56px;
  height: 56px;
  background: #28B7F7;
  box-shadow: 0px 4px 4px 0px rgba(12, 4, 102, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
  border: 0;
}
.oneinsurev1_main .scroll8 .carousel_main .owl-next span {
  line-height: 30px;
  font-size: 56px;
  vertical-align: text-top;
}
.oneinsurev1_main .scroll8 .sub_text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  margin-bottom: 50px;
}
.oneinsurev1_main .scroll8 .mt_5 {
  padding-top: 100px;
}
.oneinsurev1_main .scroll8 .owl-stage-outer {
  margin-left: 120px;
}
.oneinsurev1_main .scroll8 .card_custom {
  background: #ffffff;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.04);
  min-height: 355px;
  border: 1px solid rgb(239, 240, 246);
  border-radius: 20px;
  padding: 53px;
}
.oneinsurev1_main .scroll8 .card_custom h1 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}
.oneinsurev1_main .scroll8 .card_custom .sub_text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.oneinsurev1_main .scroll8 .card_custom .name_txt {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  bottom: 37px;
  position: absolute;
  right: 39px;
}
.oneinsurev1_main .scroll8 .card_custom .pos_text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.oneinsurev1_main .m_slider .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.oneinsurev1_main .m_slider .owl-dots {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}
.oneinsurev1_main .m_slider .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #999999;
  margin: 0 3px;
  border: 0;
}
.oneinsurev1_main .m_slider .owl-dots button.owl-dot.active {
  background: #19ADFF;
}
.oneinsurev1_main .m_slider .owl-dots button.owl-dot:focus {
  outline: none;
}
.oneinsurev1_main .m_slider .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  /*width: 24px;
  height: 24px;*/
}

.oneinsurev1_main .input-group-text, .claim_main .input-group-text {
  border: 0;
  background-color: unset;
  padding-right: 0;
}
.oneinsurev1_main .input-group, .claim_main .input-group {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  height: 50px;
  align-items: center;
}
.oneinsurev1_main .form-control:focus, .oneinsurev1_main .form-select:focus, .claim_main .form-control:focus, .claim_main .form-select:focus {
  box-shadow: unset;
}
.oneinsurev1_main .form-control, .oneinsurev1_main .form-select, .claim_main .form-control, .claim_main .form-select {
  border: 0 !important;
}
.oneinsurev1_main textarea, .claim_main textarea {
  resize: none;
}

.claim_main .input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.claim_main .form-control, .claim_main .form-select {
  box-shadow: unset !important;
}
.claim_main .form-check {
  width: 100%;
}
.claim_main .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
}
.claim_main .form-label {
  color: #747681;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  float: left;
  margin-top: 30px;
}
.claim_main .next_btn_1 {
  background-color: #F5A011 !important;
  box-shadow: 6px 6px 20px 0px rgba(245, 160, 17, 0.2);
  color: #000000;
  font-family: Roboto;
  font-weight: 700;
  Padding: 8px 46px 8px 46px !important;
}
.claim_main .c_height {
  height: 100px;
}

.otp_modal .modal-content, .thanks_modal .modal-content {
  border-radius: 18px !important;
}
.otp_modal .modal-content .modal-header, .thanks_modal .modal-content .modal-header {
  background: none !important;
  border: none !important;
}
.otp_modal .modal-content .modal-footer, .thanks_modal .modal-content .modal-footer {
  border-top: 0 !important;
}
.otp_modal .modal-content .img_center, .thanks_modal .modal-content .img_center {
  margin: 0 auto;
  display: block;
}
.otp_modal .modal-content .thanks_msg, .thanks_modal .modal-content .thanks_msg {
  color: rgb(17, 24, 39);
  font-size: 38px;
  font-family: Roboto;
  font-weight: 900;
  text-align: center;
  display: block;
  margin: 20px;
}
.otp_modal .modal-content .form-horizontal h3 span, .thanks_modal .modal-content .form-horizontal h3 span {
  font-family: Roboto;
  font-weight: 900;
}

#needhelpmodal {
  display: block !important;
  opacity: 1 !important;
  z-index: 99 !important;
  overflow: scroll;
  top: 0;
  padding-top: 10%;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: 1;
}
#needhelpmodal .modal-dialog {
  top: 30%;
}
#needhelpmodal .modal-dialog .form-label {
  margin-top: 0px;
}
#needhelpmodal .modal-content {
  border-radius: 18px;
}
#needhelpmodal .modal-body {
  padding: 35px;
}
#needhelpmodal .modal-footer {
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 0px 7px 6px 7px;
  border-top: 0;
}
#needhelpmodal .title_helv_m {
  font-family: Roboto;
  font-weight: 700;
  font-size: 28px;
  color: #111827;
}
#needhelpmodal .terms_txt {
  font-family: Roboto;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  margin-top: 30px;
}
#needhelpmodal .error {
  text-align: left;
  display: block;
  color: red;
  font-size: 13px;
}
#needhelpmodal .otp_main {
  width: 32%;
  margin: 0 auto;
}
#needhelpmodal .otp_main #otptext {
  display: flex;
}
#needhelpmodal .otp_main .form-control {
  text-align: center;
}
#needhelpmodal .canel_btn {
  border: 1px solid #19ADFF;
  border-radius: 8px;
  color: #19ADFF;
  padding: 8px 16px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  float: left;
  background-color: #ffffff;
}
#needhelpmodal .sub_btn {
  margin: 0 auto;
  display: block;
  width: 137px;
  text-align: center;
  margin-top: 26px;
}
#needhelpmodal .action-wrap {
  margin-top: 26px;
}

#needhelpmodal.backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  z-index: 1;
}

.bookAppointment {
  margin-top: 80px;
  background: #EEF9FF !important;
}
.bookAppointment .bookscroll1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg {
  position: relative;
  background: url("../images/BookApp/img1bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 780px;
  padding: 50px;
  background-size: 100% 100%;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .inside_content h3 {
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .inside_content p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #ffffff;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .img_top {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .time_txt {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .insurance_details {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  line-height: 0;
  width: 321px;
  margin-top: 8px;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .insurance_details .i_content {
  padding-top: 0px;
  margin-left: 20px;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .insurance_details .i_content p {
  margin-bottom: 0;
  line-height: 23px;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .insurance_details .i_content p:first-child {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  color: #04091E;
  height: 22px;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .insurance_details .i_content p:last-child {
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  color: #747681;
}
.bookAppointment .bookscroll1 .left_side .left_sidebg .mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bookAppointment .bookscroll1 .right_side {
  min-height: 780px;
}
.bookAppointment .bookscroll1 .right_side .main_card {
  background-color: #ffffff;
  border-radius: 18px;
  min-height: 780px;
}
.bookAppointment .bookscroll1 .right_side .main_card .card {
  border: 0;
  padding: 54px;
  border-radius: 18px;
  border-radius: 18px 18px 0px 0;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.06);
  min-height: auto;
}
.bookAppointment .bookscroll1 .right_side .main_card .card h4 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 28px;
  color: #111827;
  border-bottom: 1px solid #F1F2F4;
  padding-bottom: 28px;
  margin-bottom: 32px;
}
.bookAppointment .bookscroll1 .right_side .main_card .calltype_btn .form-check-input {
  position: absolute;
  right: 18px;
}
.bookAppointment .bookscroll1 .right_side .main_card .form-check {
  padding-left: 8px;
  width: 87%;
}
.bookAppointment .bookscroll1 .right_side .main_card label {
  color: #747681;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
}
.bookAppointment .bookscroll1 .right_side .main_card .form-check-input {
  border: 1px solid #DCDCDC;
  width: 20px;
  height: 20px;
}
.bookAppointment .bookscroll1 .right_side .main_card .form-check-input:checked {
  background-color: #F5A011;
}
.bookAppointment .bookscroll1 .right_side .main_card .border_textarea {
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  resize: none;
}
.bookAppointment .bookscroll1 .right_side .main_card .btn_cancel {
  border: 1px solid #19ADFF;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #19ADFF, #19ADFF);
  color: #19ADFF;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 21px;
  border-radius: 8px;
  padding: 8px 16px;
}
.bookAppointment .bookscroll1 .right_side .main_card .btn_next {
  background: #F5A011;
  box-shadow: 6px 6px 20px 0px rgba(245, 160, 17, 0.2);
  border-radius: 8px;
  padding: 8px 46px;
  color: rgba(0, 0, 0, 0.9);
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  float: right;
}
.bookAppointment .bookscroll1 .right_side .main_card .card_footer {
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 26px;
  border-radius: 0px 0 18px 18px;
}
.bookAppointment .bookscroll1 .right_side .main_card .form-select {
  color: #04091E;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24.5px;
}
.bookAppointment .bookscroll1 .right_side .main_card .form-control {
  color: #04091E;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 24.5px;
}
.bookAppointment .bookscroll1 .right_side .date_card .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 1px;
}
.bookAppointment .bookscroll1 .right_side .date_card .aboutus_section label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding-left: 14px;
}
.bookAppointment .bookscroll1 .right_side .date_card .custom_label {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  color: #111827;
  line-height: 18px;
}
.bookAppointment .bookscroll1 .right_side .date_card .time_overflow {
  max-height: 300px;
  overflow-y: scroll;
  margin-top: 17px;
}
.bookAppointment .bookscroll1 .right_side .date_card .time_overflow::-webkit-scrollbar-track {
  border: 1px solid #f5f5f5;
  padding: 1px 0;
  background-color: #f5f5f5;
}
.bookAppointment .bookscroll1 .right_side .date_card .time_overflow::-webkit-scrollbar {
  width: 5px;
}
.bookAppointment .bookscroll1 .right_side .date_card .time_overflow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.bookAppointment .bookscroll1 .right_side .form-control:disabled, .bookAppointment .bookscroll1 .right_side .form-control[readonly] {
  background-color: transparent;
}
.bookAppointment .bookscroll1 .right_side .custom_datepicker table {
  width: 100%;
}
.bookAppointment .bookscroll1 .right_side .custom_datepicker .btn-info.active {
  color: #fff;
  background-color: #4be447;
  border-color: #4be447;
}
.bookAppointment .bookscroll1 .right_side .custom_datepicker .btn-info.active .text-info {
  color: #ffffff !important;
}
.bookAppointment .bookscroll1 .right_side .time_slot {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  margin: 0px 0px 8px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: Roboto;
  min-width: 64px;
  border: 1px solid rgb(24, 169, 252);
  color: #04091E;
  width: 100%;
  box-shadow: none;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  border-radius: 8px;
  white-space: nowrap;
  transition: all 1s ease 0s;
  padding: 15px 8px !important;
}
.bookAppointment .bookscroll1 .right_side .time_slot.activeslot {
  background-color: rgb(24, 169, 252);
  color: #ffffff;
}

#callingDetails .modal-dialog {
  top: 20%;
}
#callingDetails .modal-dialog .modal-content {
  border-radius: 18px;
  border: 0;
  background-image: url("../images/whatappbg.png");
}
#callingDetails .modal-dialog .modal-header {
  border: 0;
  border-radius: 0;
}
#callingDetails .modal-dialog .modal-body {
  padding: 0 54px;
  margin-top: 20px;
}
#callingDetails .modal-dialog .modal-body .input-group {
  background-color: #ffffff;
}
#callingDetails .modal-dialog .modal-body .c_btn {
  padding: 10px 30px;
  margin-top: 48px;
  margin-bottom: 31px;
}

.footer_main {
  background-color: #ffffff;
  padding-top: 35px;
  /* Footer Responsive EN */
}
.footer_main h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: rgba(0, 0, 0, 0.9);
}
.footer_main .sub_list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer_main .sub_list ul li {
  list-style-type: none;
}
.footer_main .sub_list ul li a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.footer_main .social_icons ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer_main .social_icons ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 16px;
}
.footer_main .social_icons ul li a {
  text-decoration: none;
}
.footer_main .subscribe .input-group-text {
  background: #F0974A;
  width: 72px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.footer_main .subscribe .form-control {
  border-radius: 7px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 48px;
}
.footer_main .sub_footer {
  background: #FAFAFA;
  min-height: 80px;
  align-items: center;
  display: flex;
}
.footer_main .mt_4 {
  margin-top: 51px;
  margin-bottom: 51px;
}
.footer_main .res_footer h3 i {
  height: 12px;
  width: 15px;
  float: right;
  background-image: url("../images/down_arrow.svg");
  transition: all 0.3s ease 0s;
}
.footer_main .res_footer h3.active i {
  background-image: url("../images/up_arrow.svg");
  transition: ease-in-out 0.3s ease 0s;
}

/*main body End*/
/*Responsive ST*/
@media (max-width: 768px) {
  .oneinsurev1_main .c_btn {
    padding: 15px !important;
  }
  .oneinsurev1_main .c_btn span {
    font-size: 14px;
  }
  .oneinsurev1_main .heading {
    font-size: 28px;
    padding-top: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .oneinsurev1_main .scroll1 .scroll1_valign {
    margin-top: 50px;
  }
  .oneinsurev1_main .scroll1 .scroll1_valign img {
    display: block;
    margin: 0 auto;
  }
  .oneinsurev1_main .scroll1 .scroll1_valign .anchor {
    text-align: center;
    display: block;
    margin-top: 12px;
    font-size: 18px;
  }
  .oneinsurev1_main .scroll1 .scroll1_valign .d-flex {
    display: block !important;
  }
  .oneinsurev1_main .scroll1 .scroll1text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 28px;
  }
  .oneinsurev1_main .scroll1 .mt_78 {
    margin: 0 auto;
  }
  .oneinsurev1_main .scroll1 .r_img {
    margin-top: 48px;
    min-height: unset;
  }
  .oneinsurev1_main .scroll1 .sub-menu {
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .oneinsurev1_main .scroll1 .subcategory {
    width: 100%;
  }
  .oneinsurev1_main .scroll2 .heading {
    margin-top: 60px;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-nav button.owl-prev {
    left: 0;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-nav button.owl-next {
    right: 0;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-dots {
    text-align: center;
    padding-top: 0px;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #999999;
    margin: 0 3px;
    border: 0;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-dots button.owl-dot.active {
    background: #19ADFF;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-nav button:focus {
    outline: none;
  }
  .oneinsurev1_main .scroll2 .res_slider .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    width: 24px;
    height: 24px;
  }
  .oneinsurev1_main .scroll2 .box {
    padding: 30px;
    min-height: 153px;
  }
  .oneinsurev1_main .scroll2 .box .box_heading {
    font-size: 18px;
  }
  .oneinsurev1_main .scroll2 .box p {
    font-size: 14px;
    margin-left: 34px;
  }
  .oneinsurev1_main .scroll2 .img_bottom {
    margin-top: 38px;
  }
  .oneinsurev1_main .scroll3 .sub_text {
    font-size: 14px;
    text-align: center;
  }
  .oneinsurev1_main .scroll3 .helpline_box .margin_tb {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .oneinsurev1_main .scroll3 .contact_number {
    font-size: 48px;
    vertical-align: middle;
  }
  .oneinsurev1_main .scroll3 .box5 {
    width: 190px;
    margin: 0 auto;
  }
  .oneinsurev1_main .scroll4 .helpline_box .box2, .oneinsurev1_main .scroll4 .helpline_box .box5 {
    position: initial;
    width: 100%;
    margin-top: 0;
  }
  .oneinsurev1_main .scroll4 .helpline_box .mt_55 {
    margin-top: 60px;
  }
  .oneinsurev1_main .scroll4 .helpline_box .mt_55 .sub_heading {
    font-size: 20px;
  }
  .oneinsurev1_main .scroll4 .helpline_box {
    margin-top: 38px;
  }
  .oneinsurev1_main .scroll8 .owl-stage-outer {
    margin-left: 15px;
  }
  .oneinsurev1_main .scroll8 .card_custom {
    padding: 30px 18px 30px 30px;
    min-height: 472px;
  }
  .oneinsurev1_main .scroll8 .card_custom h1 {
    font-size: 18px;
  }
  .oneinsurev1_main .scroll8 .card_custom .sub_text {
    font-size: 14px;
  }
  .oneinsurev1_main .scroll8 .sub_text {
    margin-bottom: 37px;
    padding: 0 15px;
  }
  .oneinsurev1_main .scroll8 .owl-carousel .owl-dots.disabled, .oneinsurev1_main .scroll8 .owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 5%;
    position: relative;
  }
  .oneinsurev1_main .scroll8 .owl-dots {
    display: none;
  }
  .oneinsurev1_main .scroll8 .carousel_main .owl-next {
    right: 35%;
  }
  .oneinsurev1_main .scroll8 .carousel_main .owl-prev {
    left: 34%;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .left_side .left_sidebg {
    padding: 20px;
    min-height: 579px;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .left_side .left_sidebg .inside_content h3 {
    font-size: 28px;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .left_side .left_sidebg .inside_content p {
    font-size: 14px;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .left_side .left_sidebg .insurance_details {
    width: 100%;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .right_side {
    min-height: 579px;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .right_side .main_card .card {
    padding: 20px;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .right_side .main_card .card .mb-5 {
    margin-bottom: 2rem !important;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .right_side .main_card .card .form-check {
    width: auto;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .right_side .main_card .card .calltype_btn .col-md-6 label {
    font-size: 12px;
  }
  .oneinsurev1_main .bookAppointment .bookscroll1 .right_side .main_card .card .calltype_btn .form-check-input {
    right: 4px;
  }
  .oneinsurev1_main .scroll6 .card .video_card .sub_text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .oneinsurev1_main .scroll2 .box {
    padding: 20px;
  }
  .oneinsurev1_main .scroll2 .box .box_heading {
    font-size: 16px;
  }
  .oneinsurev1_main .scroll2 .box p {
    font-size: 13px;
  }
  .oneinsurev1_main .scroll3 .contact_number {
    font-size: 40px;
  }
  .oneinsurev1_main .scroll8 .card_custom {
    padding: 20px 18px 20px 20px;
  }
  .oneinsurev1_main .scroll8 .card_custom h1 {
    font-size: 20px;
  }
  .oneinsurev1_main .scroll8 .card_custom .sub_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .oneinsurev1_main .scroll8 .card_custom .name_txt {
    font-size: 16px;
    line-height: 17px;
    margin-left: 10px;
  }
  .oneinsurev1_main .scroll8 .card_custom .pos_text {
    font-size: 13px;
    margin-left: 10px;
  }
}
/*Responsive ST Footer*/
@media (max-width: 768px) {
  .footer_main {
    padding-top: 0;
  }
  .footer_main .mt_4 {
    margin-bottom: 25px;
  }
  .footer_main .sub_list ul li {
    line-height: 28px;
  }
  .footer_main .social_icons ul li {
    margin-right: 10px;
  }
  .res_footer ul {
    display: none;
  }
  .block2 .border_b {
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
  }
  .footer_main h3 {
    padding: 18px 0 10px 0;
    cursor: pointer;
  }
  .sub_footer .img_res {
    text-align: center;
    margin-top: 38px;
  }
  .sub_footer .img_res .text-end {
    text-align: center !important;
    padding-bottom: 38px;
  }
  .sub_footer .pt_xs-3 {
    margin-top: 18px !important;
  }
}
@media (max-width: 400px) {
  .footer_main .social_icons ul li {
    margin-right: 8px;
  }
}
/*Claim start*/
.claimscroll1 {
  background: #EEF9FF;
  height: 100%;
  padding-top: 135px;
  display: grid;
}
.claimscroll1 .com_heading {
  font-size: 48px;
  font-family: Roboto;
  line-height: 57.6px;
  font-weight: 700;
  color: #000000;
}
.claimscroll1 .insurer_name {
  font-size: 38px;
  font-family: Roboto;
  font-weight: 400;
  color: #000000;
  line-height: 45.6px;
}
.claimscroll1 .emergency_box {
  background: #FFEDCF;
  width: 491px;
  border-radius: 8px;
  border: 1px solid #E9D4B0;
  padding: 8px 24px;
  margin-top: 20px;
  float: right;
}
.claimscroll1 .emergency_box .first_box {
  padding: 18px 0px 18px 18px;
}
.claimscroll1 .emergency_box p:first-child {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  padding-bottom: 4px;
  margin-bottom: 0;
  margin-top: 0;
}
.claimscroll1 .emergency_box p:last-child {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  margin-top: 0;
}
.claimscroll1 .emergency_box p:last-child span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}
.claimscroll1 .steps .card1 .stepper {
  margin: 20px 0;
}
.claimscroll1 .steps .card1 .stepper .title_helvV1 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  text-align: left;
  margin: 20px 0;
}
.claimscroll1 .steps .card1 .stepper .org {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  color: #000000 !important;
  text-align: left;
  margin: 20px 0;
}
.claimscroll1 .steps .card1 .stepper .left_steper {
  /*.nav-tabs [data-toggle='tab']:hover {
      background: transparent;
      border: none;
  }*/
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs > .active > [data-toggle=tab] .steps_text {
  color: #34bc9b;
  cursor: default;
  border: none;
  font-family: Roboto !important;
  font-weight: 700;
  color: #000000;
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs {
  position: relative;
  display: grid;
  border-bottom: 0;
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs .steps_text {
  width: 100%;
  display: block;
  position: relative;
  margin-left: 47px;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  text-wrap: nowrap;
  line-height: 31px;
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs > li {
  width: 6%;
  position: relative;
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs > li:after {
  content: "";
  position: absolute;
  border: 1px dashed #19ADFF;
  display: block;
  width: 1px;
  height: 100%;
  top: 30px;
  left: 14px;
  z-index: 1;
  transform: rotateX(47deg);
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs > li.completed::after {
  background: #19ADFF;
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs > li:last-child::after {
  background: transparent;
  border: 0;
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs > li.active:last-child .round-tab {
  background: #34bc9b;
  color: transparent;
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs > li.active:last-child .round-tab::after {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs [data-toggle=tab] {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
}
.claimscroll1 .steps .card1 .stepper .left_steper .tab-pane {
  position: relative;
  padding-top: 52px;
}
.claimscroll1 .steps .card1 .stepper .left_steper .round-tab {
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  border: 0.5px solid #4BE447;
  color: #34bc9b;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 14px;
}
.claimscroll1 .steps .card1 .stepper .left_steper .completed .round-tab {
  background: #4BE447;
  color: transparent;
}
.claimscroll1 .steps .card1 .stepper .left_steper .completed .round-tab::after {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.claimscroll1 .steps .card1 .stepper .left_steper .active .round-tab {
  background: #fff;
  border: 1px solid #19ADFF;
  color: #19ADFF;
  line-height: 26px;
  text-align: center;
  padding-right: 1px;
  /*&:hover {
      background: #fff;
      border: 2px solid #34bc9b;
  }*/
}
.claimscroll1 .steps .card1 .stepper .left_steper .active .round-tab::after {
  display: none;
}
.claimscroll1 .steps .card1 .stepper .left_steper .disabled .round-tab {
  background: #fff;
  color: #BBD3E0;
  border-color: #BBD3E0;
}
.claimscroll1 .steps .card1 .stepper .left_steper .disabled .round-tab:hover {
  color: #4dd3b6;
  border: 2px solid #a6dfd3;
}
.claimscroll1 .steps .card1 .stepper .left_steper .disabled .round-tab::after {
  display: none;
}
.claimscroll1 .steps .card1 .stepper .card01 {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  display: grid;
  border-radius: 12px;
}
.claimscroll1 .steps .card1 .stepper .card01 .padding_LR {
  padding: 0 38px;
  text-align: center;
}
.claimscroll1 .steps .card1 .stepper .card01 .s_text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}
.claimscroll1 .steps .card1 .stepper .card01 .s_head {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 28.8px;
  color: #000000;
  text-align: left;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .step_2_box {
  background-color: #FFF5EC;
  border: 1px solid #FDDFC6;
  min-height: 240px;
  border-radius: 12px;
  padding: 30px 17px 24px 17px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .step_2_box .step2_title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  padding-top: 20px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .step_2_box .pt_48 {
  padding-top: 48px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .step_2_box .card-desc {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .step_2_box .card-desc .btn-success {
  background-color: #19ADFF;
  box-shadow: 6px 6px 20px 0px rgba(25, 173, 255, 0.2) !important;
  border-radius: 8px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 10px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .step_2_title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 14px;
  margin-bottom: 28px;
  text-align: left;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .emergency_main {
  padding-bottom: 28px;
  margin-top: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .emergency_main .emergency_label {
  font-weight: 400 !important;
  font-family: Roboto;
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .intimation_claim {
  text-align: left;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .intimation_claim h3 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 28px;
  margin-top: 28px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .intimation_claim .message {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .intimation_claim .green_checklist {
  margin: 18px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .intimation_claim .green_checklist li {
  color: #000000;
  background: url("../images/Claim/Ellipse.png") no-repeat 0 7px;
  font-size: 16px;
  text-align: left !important;
  padding: 0 0 5px 25px;
  background-size: 8px 8px;
  font-family: Roboto;
  font-weight: 400;
}
.claimscroll1 .steps .card1 .stepper .card01 .step_2 .intimation_claim .c_registered {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .tabs_custom .radioTabs {
  border-bottom: 1px solid #F5A011;
  float: left;
  border-radius: 6px 6px 0px 0px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .tabs_custom .radioTabs td > label {
  border: 1px solid rgb(245, 160, 17);
  box-shadow: unset;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: -1px;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
  box-shadow: 1px -1px 6px 0px rgba(245, 160, 17, 0.2);
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .tabs_custom .radioTabs td > input:checked + label {
  background-color: white !important;
  border-bottom: transparent !important;
  font-family: Roboto;
  font-weight: 900;
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .green_checklist {
  margin: 0px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .green_checklist li {
  color: #000000;
  background: url("../images/Claim/Ellipse.png") no-repeat 0 7px;
  font-size: 16px;
  text-align: left !important;
  padding: 0 0 5px 25px;
  background-size: 8px 8px;
  font-family: Roboto;
  font-weight: 400;
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .green_checklist li span {
  font-size: 16px !important;
  font-family: Roboto !important;
  font-weight: 400;
  color: #000000;
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .courier_text {
  text-align: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  /*span {
      background: url('../images/Claim/Ellipse.png') no-repeat 0 7px;
      font-size: 16px;
      padding: 0 0 7px 25px;
      background-size: 8px 8px;
  }*/
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .panel-body {
  padding-top: 43px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .dischargetxt {
  text-align: left;
  font-size: 16px;
  color: #000000;
  font-family: Roboto;
  font-weight: 500;
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .dischargetxt strong {
  font-family: Roboto;
  font-weight: 500;
}
.claimscroll1 .steps .card1 .stepper .card01 .step3 .doc_msg {
  text-align: left;
  font-family: Roboto;
  font-weight: 400;
}
.claimscroll1 .steps .card1 .stepper .card01 .step4 .tl_cont {
  display: flex;
  margin: 8px 0;
}
.claimscroll1 .steps .card1 .stepper .card01 .step4 .tl_cont .num {
  margin-right: 10px;
  border: 1px solid rgb(25, 173, 255);
  width: 20px;
  height: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}
.claimscroll1 .steps .card1 .stepper .card01 .step4 .tl_cont .disc {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: start;
}
.claimscroll1 .steps .card1 .stepper .card01 .footer_div {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  height: 65px;
  display: block;
  position: relative;
  line-height: 3;
  margin-top: 70px;
  padding-top: 10px;
  justify-content: center;
}
.claimscroll1 .steps .claim_list1 {
  width: 100%;
  counter-reset: index;
}
.claimscroll1 .steps .claim_list1 li {
  width: 31%;
  text-align: left;
  height: 200px;
  border-radius: 12px;
  border: 1px solid #FDDFC6;
  background-color: #FFF5EC;
  margin: 10px;
  position: relative;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  color: #000000;
  padding-top: 10px;
  padding-left: 29px !important;
}
.claimscroll1 .steps .claim_list1 li::before {
  background-size: 100%;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  min-height: 200px;
  align-items: center;
  padding-top: 56%;
  text-align: left;
  padding-left: 33px;
  content: "" !important;
}
.claimscroll1 .steps .claim_list1 li:first-child::before {
  background-image: url("/assets/image/Claim/step1_1.png");
  width: 200px;
  height: 170px;
}
.claimscroll1 .steps .claim_list1 li:nth-child(2)::before {
  background-image: url("/assets/image/Claim/step1_2.png");
  height: 143px;
  width: 283px;
}
.claimscroll1 .steps .claim_list1 li:nth-child(3)::before {
  background-image: url("/assets/image/Claim/step1_3.png");
  width: 157px;
  height: 150px;
}
.claimscroll1 .steps .claim_list1 li:after {
  border: 1px solid #f00;
  width: 24px !important;
  width: 24px;
  background: #f0974a;
  border: 0;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0%;
  text-align: center;
}
.claimscroll1 .steps .claim_list1 li:first-child::after {
  content: "1";
}
.claimscroll1 .steps .claim_list1 li:nth-child(2)::after {
  content: "2";
}
.claimscroll1 .steps .claim_list1 li:nth-child(3)::after {
  content: "3";
  left: 1%;
}

@media (max-width: 768px) {
  .claimscroll1 .com_heading {
    font-size: 30px;
  }
  .claimscroll1 .insurer_name {
    font-size: 28px;
    line-height: 28px;
  }
  .claimscroll1 .emergency_box {
    width: 100%;
    padding: 5px 10px;
  }
  .claimscroll1 .emergency_box p:first-child {
    font-size: 14px;
  }
  .claimscroll1 .emergency_box p:last-child {
    font-size: 13px;
  }
  .claimscroll1 .steps {
    padding: 0;
  }
  .claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs {
    display: flex;
    margin-bottom: 20px;
  }
  .claimscroll1 .steps .card1 .stepper .left_steper .nav-tabs .steps_text {
    width: 100%;
    display: grid;
    margin-left: -9px;
    font-size: 13px;
    line-height: 11px;
    padding-top: 36px;
    text-wrap: initial;
    text-align: center;
  }
  .claimscroll1 .steps .card1 .stepper .card01 {
    padding: 10px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .padding_LR {
    padding: 0;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .s_head {
    margin: 10px 0;
    font-size: 22px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .s_text {
    font-size: 14px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step_2 .step_2_box {
    padding: 15px;
    min-height: unset;
    margin-bottom: 15px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step_2 .step_2_title {
    font-size: 14px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step_2 .intimation_claim .message {
    font-size: 14px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step_2 .intimation_claim .green_checklist li {
    font-size: 14px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step3 .tabs_custom {
    display: flex;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step3 .tabs_custom .radioTabs td {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step3 .green_checklist li {
    font-size: 14px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step3 .panel-body {
    padding-top: 0;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step3 .courier_text span {
    font-size: 14px;
  }
  .claimscroll1 .steps .card1 .stepper .card01 .step4 .tl_cont .disc {
    font-size: 14px;
  }
  .claimscroll1 .steps .card1 .stepper .nav-tabs > li {
    width: 25% !important;
  }
  .claimscroll1 .steps .card1 .stepper .nav-tabs > li:after {
    width: 100% !important;
    height: 1px !important;
    left: 50% !important;
    top: 34px !important;
  }
  .claimscroll1 .steps .claim_list1 {
    width: 100%;
    padding-left: 0;
    padding: 15px;
  }
  .claimscroll1 .steps .claim_list1 li {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .claimscroll1 .steps .claim_list1 li::before {
    min-height: unset;
    padding-top: 53%;
  }
  .claimscroll1 .steps .claim_list1 li:first-child::before {
    width: 150px;
    height: 100px;
  }
  .claimscroll1 .steps .claim_list1 li:nth-child(2)::before {
    height: 100px;
    width: 203px;
  }
  .claimscroll1 .steps .claim_list1 li:nth-child(3)::before {
    width: 157px;
    height: 150px;
  }
  .claimscroll1 .steps .claim_list1 li:after {
    line-height: 24px;
    height: 24px !important;
  }
  .claim_main .form-label {
    margin-top: 8px;
    font-size: 14px;
  }
  .claim_main .input-group {
    height: 39px;
  }
  #needhelpmodal {
    padding-top: 75%;
  }
  #needhelpmodal .title_helv_m {
    font-size: 20px;
    text-align: center;
  }
  #needhelpmodal .modal-body {
    padding: 15px;
  }
  #needhelpmodal .modal-body .terms_txt {
    padding: 15px;
  }
}
.term_insurance .Tscroll1 {
  margin-top: 80px;
  min-height: 640px;
  background-color: #EEF9FF;
  display: grid;
  align-items: center;
}
.term_insurance .Tscroll1 .scroll1text {
  font-family: Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.term_insurance .Termbox {
  border: 1px solid #E9E9E9;
  min-height: 120px;
  background-color: #fff;
  vertical-align: middle;
  align-items: center;
  display: flex;
  border-radius: 8px;
  margin-bottom: 8px;
  padding-right: 28%;
  position: relative;
}
.term_insurance .Termbox h4 {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 700;
  color: #000000;
  margin-top: 10px;
}
.term_insurance .Termbox p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #747681;
}
.term_insurance .Termbox .c_img {
  text-align: center;
  line-height: 93px;
  padding: 0 50px;
}
.term_insurance .Termbox .readmorebtn {
  border-radius: 52px;
  padding: 7px 22px !important;
  font-size: 14px;
  position: absolute;
  right: 20px;
  display: none;
  top: 40px;
}
.term_insurance .Termbox:hover {
  border: 1px solid #19ADFF;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.04);
}
.term_insurance .Termbox:hover .readmorebtn {
  display: block;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.term_insurance_understand .Tscroll1 {
  margin-top: 80px;
  background-color: #EEF9FF;
  display: grid;
  align-items: center;
  /*#myContent {
      height: 1000px;
      position: relative;
      padding: 10px 0;
      overflow: auto;
  }*/
}
.term_insurance_understand .Tscroll1 .nav-pills {
  display: block;
}
.term_insurance_understand .Tscroll1 .nav-pills .nav-item {
  display: flex;
}
.term_insurance_understand .Tscroll1 .card_term {
  border: 1px solid #E9E9E9;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 18px 48px 48px 48px;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.term_insurance_understand .Tscroll1 .card_term h2 {
  font-size: 38px;
  font-family: Roboto;
  font-weight: 900;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 35px;
}
.term_insurance_understand .Tscroll1 .card_term p {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.term_insurance_understand .Tscroll1 .mt_60 {
  margin-top: 60px;
  margin-bottom: 0px;
}
.term_insurance_understand .Tscroll1 .uterm_heading {
  font-family: Roboto;
  font-weight: 900;
  font-size: 24px;
  color: #000000;
}
.term_insurance_understand .Tscroll1 .nav-pills .nav-link.active, .term_insurance_understand .Tscroll1 .nav-pills .show > .nav-link {
  background: #19ADFF;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  padding: 16px 20px;
}
.term_insurance_understand .Tscroll1 .nav-pills .nav-link {
  background-color: #ffffff;
  padding: 16px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
}
.term_insurance_understand .Tscroll1 #myContent::-webkit-scrollbar {
  display: none;
}
.term_insurance_understand .Tscroll1 .mt_60 {
  margin-top: 0;
}
.term_insurance_understand .list-group {
  position: sticky;
  top: 15px;
}
.term_insurance_understand .list-group {
  position: sticky;
  top: 15px;
}

@media (max-width: 768px) {
  .term_insurance .Termbox {
    padding-right: 16px;
  }
  .term_insurance .Termbox .c_img {
    padding: 0 16px;
  }
  .term_insurance .Termbox h4 {
    font-size: 16px;
  }
  .term_insurance .Tscroll1 .scroll1text {
    margin-bottom: 32px;
  }
  .term_insurance_understand .Tscroll1 .card_term {
    padding: 16px;
    margin-top: 0;
  }
  .term_insurance_understand .Tscroll1 .card_term h2 {
    font-size: 26px;
  }
  .term_insurance_understand .Tscroll1 .card_term p {
    font-size: 14px;
  }
  .term_insurance_understand .Tscroll1 .nav-pills {
    display: inline-block;
  }
  .term_insurance_understand .Tscroll1 .nav-pills .nav-item {
    display: inline-block !important;
  }
  .term_insurance_understand .Tscroll1 .nav-pills .nav-link {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
.common_div1 {
  margin: 50px 0;
}
.common_div1 .firstBox {
  background: linear-gradient(258.39deg, #19ADFF 0%, #13E8C1 100%);
  border-radius: 14px;
  padding: 20px 40px;
  display: flex;
  min-height: 192px;
}
.common_div1 .firstBox .firstbox_txt {
  display: block;
  position: relative;
  padding: 34px 0 0px 34px;
}
.common_div1 .firstBox .firstbox_txt p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
}
.common_div1 .firstBox .firstbox_txt .getstarted_btn {
  padding: 8px 46px;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  background-color: #ffffff;
  text-decoration: none;
}
.common_div1 .firstBox img {
  width: 150px;
  height: 150px;
}
.common_div1 .secBox {
  background: linear-gradient(258.08deg, #F5A011 0%, #F57E11 100%);
  border-radius: 14px;
  padding: 48px 41px;
  display: flex;
  min-height: 272px;
}
.common_div1 .secBox img {
  width: 274px;
}
.common_div1 .secBox p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
}
.common_div1 .secBox a {
  text-decoration: none;
  font-size: 38px;
  font-family: Roboto;
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 768px) {
  .common_div1 .firstBox {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
  }
  .common_div1 .firstBox img {
    width: 150px;
    height: 150px;
  }
  .common_div1 .firstBox .firstbox_txt {
    padding: 20px;
  }
  .common_div1 .secBox {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }
  .common_div1 .secBox .firstbox_txt {
    margin-top: 20px;
  }
  .oneinsurev1_main .scroll7 .card .description {
    font-size: 14px;
  }
}
.product_page {
  margin-top: 80px !important;
}

.wtxt {
  text-align: center;
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
}

.success_msg01 {
  text-align: center;
  display: block;
  font-size: 19px;
  border-top: 0;
}
.success_msg01 .text-center {
  color: #ffffff;
}

#callingDetails .error {
  color: red;
  font-size: 11px;
}

#callingDetails .color__white {
  color: #ffffff;
}

.color__white {
  background-color: #ffffff !important;
}

/*Term PED*/
.termped_main .Tscroll1 {
  background: #EEF9FF;
  min-height: 640px;
  padding: 150px 0 65px 0;
}
.termped_main .Tscroll1 .inside_container {
  background-color: #ffffff;
  min-height: 640px;
}
.termped_main .Tscroll1 .inside_container .heading12 {
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 900;
  color: #111827;
}
.termped_main .Tscroll1 .inside_container .scroll1text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.termped_main .Tscroll1 .inside_container .custom_label {
  font-family: Roboto;
  font-weight: 700;
  color: #111827;
  font-size: 18px;
}
.termped_main .Tscroll1 .inside_container .form-check-label {
  font-family: Roboto;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  padding-left: 16px;
}
.termped_main .Tscroll1 .inside_container .form-check-input:checked ~ .form-check-label {
  font-weight: 600;
}
.termped_main .Tscroll1 .inside_container .form-check-input {
  border: 1px solid #CBD5E0;
  width: 20px;
  height: 20px;
}
.termped_main .Tscroll1 .inside_container .form-check-input:checked {
  border: 1px solid #D68907;
  background-color: #F5A011;
}
.termped_main .Tscroll1 .inside_container .mlr_38 {
  padding: 38px 38px 0 38px;
}
.termped_main .Tscroll1 .inside_container .ped_rightside {
  margin-top: 30px;
  text-align: center;
}
.termped_main .Tscroll1 .inside_container select option {
  width: 100%;
}
.termped_main .Tscroll1 .inside_container .box_r {
  width: 344px;
  height: 425px;
  border: 1px solid #ACDEFA;
  box-shadow: 4px 4px 30px 0px rgba(25, 173, 255, 0.1);
  background-color: #EEF9FF;
  padding: 38px;
  border-radius: 0px 0 12px 12px;
  margin-bottom: 57px;
}
.termped_main .Tscroll1 .inside_container .box_r .head0000 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.termped_main .Tscroll1 .inside_container .box_r .box00 {
  border: 1px solid #FFDD9C;
  background-color: #FFF5E1;
  padding: 16px 20px;
  border-radius: 8px;
}
.termped_main .Tscroll1 .inside_container .box_r .box00 p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #111827;
  margin-bottom: 0;
}
.termped_main .Tscroll1 .inside_container .box_r .or_c {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 14px;
}
.termped_main .Tscroll1 .inside_container .box_r .advisor_btn {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  color: #19ADFF;
  border: 1px solid #19ADFF;
  padding: 10px 20px;
  margin-top: 43px;
  border-radius: 8px;
}
.termped_main .Tscroll1 .inside_container .ml_100 {
  margin-left: 100px;
}
.termped_main .Tscroll1 .inside_container .img_align1 {
  padding-top: 168px;
  margin-left: -21px;
}
.termped_main .Tscroll1 .inside_container .aboutus_section .input-group {
  flex-wrap: unset;
  height: 43px;
}
.termped_main .Tscroll1 .inside_container .aboutus_section .input-group .form-check {
  padding-left: 5px;
}
.termped_main .Tscroll1 .inside_container .aboutus_section .form-label {
  font-size: 10px;
  margin-top: 0px !important;
  display: block;
}
.termped_main .Tscroll1 .inside_container .cal_btn {
  width: 160px;
}
.termped_main .Tscroll1 .inside_container .cal_footer {
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 38px;
}

@media (max-width: 768px) {
  .termped_main .Tscroll1 .inside_container .heading12 {
    font-size: 24px;
    font-weight: 500;
  }
  .termped_main .Tscroll1 .inside_container .custom_label {
    font-size: 16px;
  }
  .termped_main .Tscroll1 .inside_container .ml_100 {
    margin-left: 0;
    padding: 0 15px;
  }
  .termped_main .Tscroll1 .inside_container .box_r {
    width: 100%;
    padding: 38px 20px;
  }
  .termped_main .Tscroll1 .inside_container .box_r .advisor_btn {
    width: 100%;
  }
  .termped_main .Tscroll1 .inside_container .mlr_38 {
    padding: 22px 16px 16px 16px;
  }
  .termped_main .Tscroll1 .inside_container .aboutus_section .input-group {
    margin-top: 15px;
  }
  .header_sticky_content{
		font-size:10px;
		padding:5px 3px;
	}
}
/*validation ST*/
.term_form .submit_y .ng-invalid {
  border: 1px solid red !important;
}

/*validation EN*/

/* For STicky */

.header_sticky_content{
	
    text-align: center;
    background-color: #f8ac32;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 500;
}
