@import "font.css?v2";
@import "styleForm.css?v1";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/********************* BOOTSTRAP PARTS *************************************/
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

hr:not([size]) {
    height: 1px
}


.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

/********************* END BOOTSTRAP PARTS *************************************/



.transit {
    transition: 0.4s !important;
}

html {
    font-size: 10px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3, h3 {
    font-size: 2.975rem;
}

*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.section-header h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}

.anotherUrl {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f6fafb;
    padding: 5px 5px;
}
.anotherUrl p {
    margin-bottom: 0px;
}
.anotherUrl p a {
    color: rgb(64,92,179);
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: flex;
    text-decoration: underline;
}

h4.sub-head {
    color: #4282d2;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Inter';
    font-weight: 700;
    margin: 20px 0;
}


.heading2{
    background: #238fe5;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 35px;
    text-align: center!important;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.heading4{
    background-color:#e1e5f1 !important;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 35px;
    text-align: center!important;
    padding: 25px 20px;
    margin-top: 20px;
}

.title h1{
    color: #141414;
    font-weight: 700;
    font-family: "Inter";
    font-size: 30px;
    /*line-height: 45px;*/
}

h2.common-head {
    color: #141414;
    font-weight: 700;
    font-family: "inter";
    font-size: 35px;
    line-height: 45px;
}

.label-tag {
    background: #e1e5f1;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: 30px;
}

.label-tag h4 {
    color: #3b4858;
    font-weight: 700;
    font-family: 'Inter';
    font-size: 25px;
    line-height: 35px;
}

.postImg{
    width: 100%;
}

.postImg img{
    width: 100%;
    object-fit: cover;
}
.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important;
}
.flex-wrap{
  flex-wrap:  wrap !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.align-items-center {
    align-items: center !important;
}

.position-relative {
    position: relative !important;
}

.postCotent p {
    font-size: 16px;
    margin-top: 16px;
}

.customUlLi {
    /*margin: 0 auto;*/
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.customUlLi ol {
    padding: 0;
    list-style-type: none;
    counter-reset: num;
}
.customUlLi ol li {
    line-height: 26px;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
}
.customUlLi ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #238fe5;
    content: counter(num);
    counter-increment: num;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
ul.load_step {
    text-align: center;
    font-size: 17px;
}

ul.load_steps li.step.active {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 17px;
    list-style: none;
}

ul.load_steps li.step:nth-child(2) {
    opacity: .3;
    font-size: 17px;
}

ul.load_steps li {
    color: rgba(60, 60, 67, .6);
    overflow: hidden;
    line-height: 28px;
    transition: .2s all;
    margin-bottom: 15px;
    opacity: .07;
    font-size: 17px;
    list-style: none;
}

.d-none {
    display: none!important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.securelogo {
    margin-top: 2rem;
    height: 25px;
    margin-bottom: 5rem;
}

.securelink a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 0 6px;
}

.securelink a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 0 6px;
    font-weight: 500;
}

.securelink a:after {
    content: "|";
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.securelink a:last-child:after {
    content: "";
}

.securelink a.safe img {
    height: 16px;
    margin-right: 3px;
    vertical-align: text-top;
    padding-top: 3px;
}

p {
    font-size: 1.7rem;
}

p.stylg {
    background: #e7fcf7;
    border: 3px solid #ff9900;
    border-radius: 8px;
    margin: 15px 0px;
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
}

.text-center {
    text-align: center!important;
}

.p-3 {
    padding: 1rem!important;
}

.pt-5, .py-5 {
    padding-top: 1rem!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.mt-5, .my-5 {
    margin-top: 3rem!important;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.fa-arrow-left {
    padding-top: 5px;
    color: #fff;
}

.btn {
    height: 5.5rem;
    padding: 0 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 5rem;
    vertical-align: middle;
}

.btn-primary {
    color: #fff;
    background-color: #ff9900;
    border: 0.3rem solid #ff9900;
}

.btn-primary:hover {
    color: #fff;
    background: #da8403;
    border-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.error {
    display: none;
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: unset;
    font-size: 14px;
    line-height: 20px;
    background-color: rgba(153,0,0,.6);
    color: #fff!important;
    font-family: sans-serif;
    margin: 15px 0;
    width: auto!important;
    clear: both;
}

.nick-name {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*********MODAL*************/
.modal-opener {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 99;
}

.hidden {
    display: none;
}

.fade {
    transition: opacity .15s linear;
}

.modal-dialog {
    width: auto;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.3rem;
    min-height: 250px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    border: 4px solid #c4c4c4;
    padding: 20px 60px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
   
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    padding: 0;
    border-bottom: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

h4.modal-title {
    font-size: 24px;
    color: #00cfc3;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
}

button.close {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 15px;
    top: 10px;
    opacity: 1;
    cursor: pointer;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.modal-body ul.privList {
    list-style: none;
    padding: 0;
    max-height: 360px;
    overflow-y: scroll;
}

.modal-body ul.privList li {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
.navBar {
    padding: 10px 0;
    display: flex;
    width: 100%;
    gap: 10px;
  }
   .logo img {
    /*height: 55px;
    object-fit: contain;*/
    max-width: 200px;
    margin-top: -20px;
    margin-bottom: -20px;	   
  }
  .navBar .imgWrp img {
    height: 40px;
    object-fit: contain;
    margin: 0 !important;
  }
  .text-white {
    color: #fff !important;
  }
  .text-black {
    color: #000 !important; 
  }
  .labelWrp {
    background: #0d7e3c;
    border-radius: 10px;
    padding: 30px 15px;
  }
  .labelWrp h4 {
    font-size: 35px;
    line-height: 34px;
    color: #ffffff;
  }
  .labelWrp h5 {
    font-size: 22px;
    line-height: 27px;
  }
  .cta-light + .picker-items {
    margin-top: 5px;
  }
  .picker-items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin: 0 -2px 12px; */
      margin-top: 0px;
    margin-top: 0px;
  }
  .list-unstyled {
    list-style: none;
  }
  .gap-10{
    gap: 10px;
  }
  .picker-items a {
    background: #10b855;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 2px;
    padding: 10px;
    text-align: center;
    width: calc(11.11% - 4px);
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .picker-items a:hover {
    background: #ff7111;
  }
  .commonBtn {
    color: #fff;
    border-radius: 8px;
    background-color: rgb(255, 113, 16);
    box-shadow: 0px 5px 38px 0px rgba(210, 172, 147, 0.32);
    font-size: 14px;
    height: 45px;
    font-weight: 700;
    position: relative;
    transition: 0.4s;
  }
  .commonBtn.playBtn {
    padding: 0 50px;
    box-shadow: 0px 5px 38px 0px rgba(210, 172, 147, 0.87);
    height: 55px;
    font-size: 25px;
    max-width: calc(100% - 45px);
    margin: 0 auto;
  }
  .commonBtn.playBtn:hover img {
      left: 100%;
      /* transform: translateX(-100%); */
    }
    .commonBtn:hover {
        background: #10b855;
      }
    .commonBtn.playBtn img {
      transition: 0.9s;
    box-shadow: 0px 5px 38px 0px rgba(210, 172, 147, 0.87);
    border-radius: 50%;
    position: absolute;
    left: 0;
    height: 70px;
    transform: translateX(-50%);
  }
  .themeClr {
    color: #171717 !important;
  }
  .container {
    max-width: 1024px !important;
    margin: 0 auto !important;
    padding: 0 15px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .fw-sbold {
    font-weight: 500 !important;
  }
  footer a.logo img {
    height: 40px;
    object-fit: contain;
  }
  .sectionHeader h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
  .mobile {
    display: none;
  }
  .underline{
    text-decoration: underline !important
  }
  .fw-bold{
    font-weight: 700 !important;
  }
  .accordion .accordion-item {
    margin: 10px 0;
    border: 2px solid #ddd;
    border-radius: 5px;
    background: #f4f4f4;
  }
  .accordion-header {
    color: #333;
    cursor: pointer;
    padding: 15px;
      padding-right: 15px;
    padding-right: 50px;
    font-weight: 700;
    position: relative;
  }
  .accordion-header:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-image: url(../images/down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
  }
  .accordion .accordion-item.active div.accordion-header::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .accordion-content {
    display: none;
    padding: 15px;
    padding-top: 0;
  }
  
  .accordion-item.active .accordion-content {
    display: block;
  }
  footer a:hover {
    color: #ff7110 !important;
  }
  .featureSec .cardCstm {
      background-color: #fff;
      border: 1px solid #d2d2d2;
      border-radius: .625rem;
      box-shadow: 0 4px 7px 1px rgba(38, 38, 38, .1);
      overflow: hidden;
      overflow: unset;
      padding: 0 2rem 2rem;
      text-align: center;
      margin: 30px 0;
  }
  .featureSec .cardCstm .icn {
      align-items: center;
      background-color: #fff;
      border: 2px solid #d2d2d2;
      border-radius: 50%;
      display: flex;
      height: 5em;
      margin: -2.5em auto 1rem;
      padding: 1em;
      width: 5em;
      justify-content: center;
  }
  .featureSec .cardCstm .icn h4 {
      font-size: 35px;
      color: #1f7acf;
  }
  .featureSec .cardCstm .content h2 {
      font-weight: 700;
      margin-bottom: 10px;
      color: #1f7acf;
  }

  ul.ageRow {
      gap: 15px;
  }

  ul.ageRow li {
      width: calc(20% - 12px);
  }

  .text-muted {
      color: #6c757d !important;
  }

  ul.ageRow li h6 {
      font-size: 16px;
      font-weight: 700;
  }
  .ageRow img {
      width: 100%;
      max-width: 130px;
  }
/*********END OF MODAL**********/
@media (min-width: 576px) {
    .container {
        max-width: 576px;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media screen and (max-width: 992px){
    .heading2 {
        font-size: 28px;
    }
    .heading4{
        font-size: 22px;
    }

    .label-tag h4 {
        color: #3b4858;
        font-weight: 700;
        font-family: 'Inter';
        font-size: 28px;
        line-height: 35px;
    }

    h2.common-head {
        color: #141414;
        font-weight: 700;
        font-family: "inter";
        font-size: 26px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    ul.ageRow li {
            width: calc(25% - 12px);
        }
    /* .commonBtn.playBtn img{
        transform: translateX(-20%);
    } */
    .picker-items a{
        width: calc(25% - 4px);
    }
    body {
        overflow-x: hidden;
    }
.homeContentContainer .py-4 {
  padding: 6px 0 !important;
}
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }

    .container {
        max-width: 768px;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .debt-finder .question .prev-btn {
        display: none;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .container {
        max-width: 960px;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }

    .container {
        max-width: 1340px;
    }
}

@media screen and (max-width: 767px) {
    .section-header h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (max-width: 550px) {
    .mobile{
        display: block !important;
    }
    .desktop{
        display: none !important
    }
    .section-header h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0;
    }
    .navBar .logo img {
        height: 60px;
      }
      .headerDiv .commonBtn {
        padding: 0 10px;
        height: 40px;
      }
      .headerNav {
        padding-top: 30px;
        padding-bottom: 0;
      }
      .headerNav p {
        top: 0;
        transform: unset;
        width: 100%;
        background: #ddd;
        max-width: 100%;
        text-align: center;
      }
      .navBar .imgWrp img {
        height: 30px;
      }
      .labelWrp h4 {
        font-size: 22px;
        line-height: 27px;
    }
    .labelWrp h5 {
        font-size: 18px;
        line-height: 24px;
      }
    .labelWrp {
        border-radius: 6px;
        padding: 20px 15px;
    }
    .commonBtn.playBtn {
        font-size: 16px;
        line-height: 15px;
    }
    .commonBtn.playBtn img{
        height: 50px;
    }
    footer.site-footer .d-flex {
        justify-content: center !important;
    }
    
    
}


@media screen and (max-width: 420px) {
    .section-header h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0;
    }
}

@media (max-width: 380px){

    .section-header h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .homeContentContainer{
        width: 100%;
    }
    .title h1{
        color: #141414;
        font-weight: 700 !important;
        font-family: "Inter";
        font-size: 24px;
        line-height: 30px;
    }
    
    h4.sub-head {
        color: #4282d2;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Inter';
        font-weight: 700;
        margin: 20px 0;
    }

    .heading2 {
        font-size: 24px;
    }
    .heading4{
        font-size: 20px;
    }

    .label-tag h4 {
        color: #3b4858;
        font-weight: 700;
        font-family: 'Inter';
        font-size: 20px;
        line-height: 25px;
    }

    h2.common-head {
        color: #141414;
        font-weight: 700;
        font-family: "inter";
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 330px){
    .section-header h2 {
        font-size: 15px;
        line-height: 18px;
    }
}
#contactForm {
    position: relative;
    z-index: 9;
  }
  #contactForm::after, #contactForm::before {
    position: absolute;
    content: "";
    left: 0;
    top: 165px;
    /* transform: translateY(-50%); */
    height: 240px;
    width: 150px;
    background: #109f83;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    z-index: -1;
  }
  #contactForm::before {
    left: unset;
    right: 0;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
         ul.ageRow.mobileAge {
         display: none !important;
         }
@media (max-width: 575px){
       #contactForm::after, #contactForm::before{
	   height: 100px;
	   width: 100px;
	   }
                   ul.ageRow li {
                       width: calc(50% - 12px);
                   }
                                   ul.ageRow.desktopAge {
                                       display: none !important;
                                   }
                
                                   ul.ageRow.mobileAge {
                                       display: flex !important;
                                       justify-content: center;
                                   }
                                                                          ul.ageRow li a {
                                                                              padding: 5px 0;
                                                                              display: block;
                                                                          }

}
@media (max-width: 420px){
        ul.ageRow li {
                width: calc(50% - 12px);
            }
                     
            
}
/* && ****** Article customUlLi List ****** */
.customUlLi {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: justify;
}

.customUlLi ol {
    padding: 0;
    list-style-type: none;
    counter-reset: num;
}

.customUlLi ol li,
.customUlLi ul li {
    /*font-size: 21px;
    line-height: 130%;*/
    position: relative;
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
}

.customUlLi ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: #10b855;
    content: counter(num);
    counter-increment: num;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: -10px;
}

.customUlLi ul.itemYes li,
.customUlLi ul.itemNo li {
    position: relative;
    list-style: none;
    margin-left: 15px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.customUlLi ul.itemYes li:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/tick.png");
    height: 20px;
    width: 20px;
}

.customUlLi ul.itemNo li:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/cross.png");
    height: 20px;
    width: 20px;
}

/* ****** End of customUlLi Item List ****** */
