body {
	padding: 0;
	margin: 0;
    font-family: insurmonthly-Regular;
}
@font-face {
    font-family: insurmonthly-Black;
    src: url("../font/insurmonthly-Black.ttf");
    font-display: swap;
}
@font-face {
    font-family: insurmonthly-Bold;
    src: url("../font/insurmonthly-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-family: insurmonthly-Regular;
    src: url("../font/insurmonthly-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: insurmonthly-Light;
    src: url("../font/insurmonthly-Light.ttf");
    font-display: swap;
}
p {
    font-family: insurmonthly-Regular;
}
:root {
    --globle-color: #161616!important;
}
#navbar {

  position: fixed;
  top: -90px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 99999;
}
.bg-white {
	background: #ec8575!important;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.align-font-black {
	color: var(--globle-color)!important;
	font-family: insurmonthly-Bold;
}
.clickbtn  {
	background: #edd8d0;
    color: #161616;
    border-radius: 30px;
    padding: 5px 35px;
    line-height: 2;
    font-size: 15px;
    font-family: insurmonthly-Bold;
}
.clickbtn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(236 133 117)!important;
}
.clickbtn:hover  {
    background: #edd8d0;
    color: #161616;
    border-radius: 30px;
    padding: 5px 35px;
    line-height: 2;
    font-size: 15px;
    font-family: insurmonthly-Bold;
}
.clickbtn-scroll {
    background: #edd8d0;
    color: #161616;
    border-radius: 30px;
    padding: 5px 35px;
    line-height: 2;
    font-size: 15px;
    font-family: insurmonthly-Bold;
 }
 .secondary-logo img {
    width: 200px!important;
 }

    .clickbtn-scroll:hover {
    background: #edd8d0;
    color: #161616;
    border-radius: 30px;
    padding: 5px 35px;
    line-height: 2;
    font-size: 15px;
    font-family: insurmonthly-Bold;
    }
.clickbtnouter  {
    background: transparent;
    color: var(--globle-color);
    border: 1px solid var(--globle-color);
    border-radius: 30px;
    padding: 5px 35px;
    line-height: 2;
    font-size: 15px;
    font-family: insurmonthly-Bold;
}
.clickbtnouter:hover  {
	background: transparent;
    color: #fff;
    border:1px solid #fff;
    border-radius: 30px;
    padding: 5px 35px;
    line-height: 2;
    font-size: 15px;
    font-family: insurmonthly-Bold;
}
.right-handle  {
   margin-left: 15px;
}
.align-font {
	font-family: insurmonthly-Bold;
    color: #fff!important;
    font-size: 1.1rem;
}
.nav-item {
	padding: 0rem 0.5rem;
}
.text-control  h1 {
	font-family: insurmonthly-Black;
	color: #161616;
}
.text-control  p {
	color: #161616;
	font-size: 1.2rem;
}
.space-between {
	padding-top: 100px;
	padding-bottom: 100px;
}
.bg-blue {
	background: #efeae6;
}
.bg-dot {
    background-image: url(../images/bg-dots.png);
    position: absolute;
    height: 700px;
    width: 100%;

}

.box-return  img {
	width: 50px;
}

.box-return  h4 {
	margin-top:40px;
   font-family: insurmonthly-Bold;
   font-size: 1.2rem;
}

.box-return {
	margin-top:40px;
   
}
.paralle-space  {
padding-top: 100px;
    background: #e9e9e9;
}

.paralle-space .title-heading span {
    font-family: insurmonthly-black;
    font-size: 2rem;
    line-height: 1.2;
    display: grid;
}
.title-heading  {
	margin-top: 130px;
}
.typewrite  {
	color: #ec8575;
}

.typewrite:hover  {
	color: var(--globle-color);
	text-decoration: none!important;
	cursor: default!important;
}

.main-title h3 {
    font-size: 2rem;
    text-align:center;
    font-family: insurmonthly-Black;
}

.main-title   {
    text-align: center;
    margin-top:50px;
    margin-bottom: 50px;  
}

.main-title  p   {
   color: #6b6b6b;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 240px;
  padding: 14px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: var(--globle-color);
    border-radius: 14px;
}

.flip-blue {
    background-color:#fff;
    color: var(--globle-color);
    border-radius: 14px;
}

.flip-card-back {
    background-color: #edd8d0;
    color: #161616;
    border-radius: 14px;
    padding-top: 10px;
    transform: rotateY(180deg);
}
.flip-card-back h2 {
    font-size: 1.2rem!important;
}
.flip-card-front  img {
  width: 100px;
  padding: 10px;
}
.flip-card-inner h2 {
  font-family: insurmonthly-black;
  font-size: 1.1rem;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: 10px;
}
.flip-section  {
    background:#fff;
    padding-bottom:50px;
}

.flip-card figcaption {
    font-size: 0.9rem;
}
.partners img {
    /* width: 150px; */
    filter: grayscale(1);
    margin-bottom: 70px;
}
.blue-sep {
    background: #d3dfc6;
    padding: 50px 0;
}

.head-global h4 {
    font-size: 4rem;
    font-family: insurmonthly-black;
    color: #161616;
}
.api-space {
    background: #f6ffec;
}
.find-title h4 {
    font-family: insurmonthly-black;
    color: #161616;
}
.connect-btn {
    font-size: 1rem;
    font-family: insurmonthly-bold;
    background: #ec8575;
    padding: 0.8rem 2rem;
    color: #fff;
}
.connect-btn:hover {
    font-size: 1rem;
    font-family: insurmonthly-bold;
    background: #fff;
    padding: 0.8rem 2rem;
    color: #161616;

}
.var-footer p {
    font-size: .8rem;
}
.var--footer--insur, .var--footer--insur:hover {
    font-size: 1.5rem;
    color: #161616;
}
.___span_start, .var-footer span {
    font-size: 1.2rem;
}
.var-footer span {
     font-family: insurmonthly-bold;
}
.var-play-footer img {
    width: 150px;
    margin-bottom: 50px;
}
.var-terms-condintion li a {
    color: #161616;
    font-size: .9rem;
}
.___span_start, .var-footer span {
    font-size: 1.2rem;
}
.var-terms-condintion:hover li a {
    text-decoration: none;
}
.var-start {
    width: 250px;
}
.var-chat {
    border: 1px solid #fff;
    margin-top: 50px;
    padding: 10px;
    color: #192d35;
}
.var--india p {
    font-size: 1.5rem;
    color: #161616;
    font-weight: 600;
}
.var-copyright {
    padding: 14px;
}
.copy-bg p {
    margin-bottom: 0;
    font-size: .8rem;
    color: #161616;
}
.var--india p {
    font-size: 1.5rem;
    color: #161616;
    font-family: 'insurmonthly-Black';
    font-weight: 600;
}
.var--footer--insur img {
    width: 30px;
    margin-top: -4px;
}
.var-social-media img {

    width: 22px;
    float: left;
}
.var--right--line {
    border-right: 1px solid #c4c4c4;
}
.copy-bg {
    border-top: 1px solid #c4c4c4;
}
.primary-logo img {
   width: 300px;
    padding: 10px 0px;
}
.big-about span {
    font-family: insurmonthly-Light;
    font-size: 2.6rem;
    display: grid;
}
.embedde-navbar{
        padding: 10px 0px;
}

.securemission {
    margin-left: 50px;
}

.securevision {
    margin-left: 50px;
    margin-top: 60px;
}

.securevision h3 {
    font-family: insurmonthly-bold;
}
.securemission h3 {
    font-family: insurmonthly-bold;
}

.about-heading h3 {
    font-size: 2rem;
    text-align: left;
    font-family: insurmonthly-Black;
}

.request-heading h3 {
    font-size: 2rem;
    text-align: left;
    font-family: insurmonthly-Black;
}
.secureControl:focus{
    background-color: #fff;
    border-color: #507bed;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);

}
.secureControl{
    border-radius: 50px;
    padding: 20px;
    text-indent: 30px;

}
.messageControl:focus{
    background-color: #fff;
    border-color: #507bed;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);

}
.messageControl{
    border-radius: 30px;
    padding: 20px;
    text-indent: 30px;
    height: 200px;


}
.securesubmit:focus {
    font-family: bold;
}
.submitForm {
 background: transparent;
    border-radius: 30px;
    font-family: insurmonthly-bold;
    color: #507bed;
    border: 1px solid #507bed;
    font-size: 1.2rem;
    padding: 0.5rem 5rem;
    margin-top: 30px;
}
.submitForm:hover {
    background: #507bed;
    border-radius: 30px;
    font-family: insurmonthly-bold;
    color: #fff;
    border: 1px solid #507bed;
    font-size: 1.2rem;
    padding: 0.5rem 5rem;
    margin-top: 30px;
}
.book-demo-bg {
    background: #ededed;
    border-bottom-left-radius: 200px ;
    border-bottom-right-radius: 50px ;

}
.some-points img {
    width: 50px;
}

.form-request {
    width: 90%;
}
.increase-width  {
    width: 42px!important;
}
.__modal_content_radius {
    border-radius: 20px;
}
 
.____inner__better {
    padding: 1.5rem;
}
.d-none {
    display: none!important;
}
.____better__subscription {
    border-color: rgb(163 164 166);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.yeah__comment {
    padding: 1.6rem;
}
.__the__right__wellness {
    padding: 0.1rem 1rem 1rem 1rem;
    border-radius: 5px;
    background: rgb(255 217 202);
    width: 70%;
    z-index: 999999999;
    position: relative;
}
.___bottom__bg_qwerty {
    background: rgb(252 231 224);
    width: 84%;
    position: relative;
    top: -32px;
    z-index: 0;
    height: 250px;
    border-radius: 6px;
}
.___bd__high {
    position: absolute;
    bottom: 50px;
    z-index: 999999999;
    width: 450px;
}
.___insur__submit__ {
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    font-size: 1.5rem;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    color: rgb(255 255 255);
    background: #ec8575;
    padding: 0.3rem 5rem;
    border-radius: 8px;
}
.tag__resolve p {
    color: rgb(87 86 86);
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 20px;
}
.__the__better label {
    font-weight: 600;
}
.indent__trufedu {
    text-indent: 40px;
}
.___define__ind_code {
    border-radius: 3px;
    padding: 0.4rem 0.1rem;
    position: absolute;
    background: #ec8575;
    color: rgb(255 255 255);
    transform: translate(3px, -35px);
    width: 34px;
    height: 32px;
    line-height: 1.2;
}
 
.____better__subscription:focus {
    border-color: #ec8575;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.title__better span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ec8575;
    text-align: left;
    line-height: 1.3;
    display: grid;
}
.___close_modal {
    top: -19px!important;
    float: right!important;
    background: #fff!important;
    width: 50px!important;
    right: -14px!important;
    position: absolute!important;
    height: 50px!important;
    z-index: 9999999!important;
    opacity: 10!important;
    text-align: center!important;
    border-radius: 100%!important;
}
.__the__better {
    max-width: 625px;
}


@media only screen and (min-width: 0px) and (max-width: 900px) {
 .assets_footer {
    padding-left:30px!important;
    padding-right:30px!important;
 } 

.title-heading  {
    margin-top:50px;
}   

.paralle-space {
    padding-top: 0px;
}
.space-between {
    padding-top: 50px;
}
.___navbar_criss {
    margin-top: 50px;
}
.nav-item {
    padding:0px!important;
}

}
@media only screen and (min-width: 0px) and (max-width: 900px) {
 .securemission {
    
    margin-left: 0px;
 }
 .securevision {
    
    margin-left: 0px;
 }    
}




