html, body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
	 margin-bottom: 0px!important;
}
.main-content-wrapper {
    overflow: hidden;
}
h1 {
    font-size: 48px!important;
}
h2 {
    font-size: 36px!important;
    font-weight: 700!important;
}
p {
   /* font-size: 18px;*/
}
.cust-p p {
    font-size: 22px;
}
.whitebg {background-color: #ffffff!important;}
.maincolor {color: #541f70;}
.blackcolor {color: #353535!important;}
.clipbgwhite {
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
    height: 120px;
}
.clipbgdark {
    background-color: #c0f2f2;
    clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
    height: 120px;
}
.clipbglight{
    background-color: #cff8f9;
    clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
    height: 120px;
}
.darkbg { background-color: #c0f2f2;}
.lightbg{ background-color: #cff8f9;}
section {
    padding: 60px 0;
}
.mt-upper {
    margin-top: -120px;
}
.bulletlist {
    padding-left: 15px;
    color: #541f70;
    text-align: left;
}
.linelist {
    padding: 0;
    list-style: none;
}
.linelist li {
    text-decoration: underline;
}
.linelist li a {
    color: #541f70;
}
.btn-custm {
    background-color: #541f70;
    font-size: 19px;
    color: #fff;
    padding: 6px 30px;
    border-radius: 10px;
    font-weight: 600;
}
.btn:hover {
    background-color: #fff!important;
    color: #541f70!important;
    border: 1px solid #541f70!important;
}
 

/**============================================
        Preloader CSS
============================================**/
.loader {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    position: fixed;
}
.loaderlogo {
    position: absolute;
    top: 30%;
    left: 40%;
    display: none;
}
/*Downloaded from https://www.codeseek.co/sumanengbd/css3-heart-pulse-preloader-woRJbK */
#css3-spinner-svg-pulse-wrapper {
    position: absolute;
    overflow: hidden;
    width: 260px;
    height: 210px;
    top: 50%;
    left: 50%;
    margin-top: -105px;
    margin-left: -130px;
    background-color: transparent;
    animation: none;
    -webkit-animation: none;
}

#css3-spinner-svg-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -105px;
    margin-left: -275px;
}

#css3-spinner-pulse {
    stroke-dasharray: 281;
    -webkit-animation: dash 5s infinite linear forwards;
    stroke: #541f70!important;
}

/*Animation*/
@-webkit-keyframes dash {
    from {
        stroke-dashoffset:814;
    }

    to {
        stroke-dashoffset:-814;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset:814;
    }

    to {
        stroke-dashoffset:-814;
    }
}
/**============================================
        End Preloader CSS
============================================**/

/**============================================
        Start Header CSS
============================================**/
.main-header {
    background-color: #541f70;
    padding: 30px 54px 16px;
    min-height: 110px;
}
.main-header .navbar-brand img {
    width: 240px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #88cde2;
    font-size: 22px;
    font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}
.loginbtn {
    color: #fff!important;
    text-decoration: none!important;
    font-size: 22px;
    font-weight: 700;
}
.navbar {padding: 0px;}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.navbar-dark .navbar-toggler {
    color: rgb(255 255 255 / 0%);
    border-color: rgb(255 255 255 / 0%);
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0px auto -webkit-focus-ring-color;
}
.changebar .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-3px, 6px);
}

.changebar .bar2 {opacity: 0;}

.changebar .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 34px;
        padding-bottom: 0px;
    }
    .navbar-expand-md .navbar-nav {
        position: relative;
        left: 60px;
    }
}
/** @media (min-width: 1200px){
    .navbar, .main-footer .container-fluid {
        max-width: 1200px;
        margin: auto;
        padding: 0px;
    }
}**/
/**============================================
        End Header CSS
============================================**/

/**============================================
        Start Footer CSS
============================================**/
.main-footer {
    color: #541f70;
    background-color: #cff8f9;
    border-top: 4px solid #ffffff;
    padding: 34px 54px;
}
.footerlinks {
    margin: 0;
    list-style: none;
    padding: 0 0 20px;
}
.footerlinks li {
    display: inline;
    padding-right: 60px;
}
.footerlinks a {
    color: #541f70;
    text-decoration: underline;
}
.copright-footer {
    font-size: 14px;
    font-weight: 500;
}
.footersocial {
    padding: 0;
    list-style: none;
}
.footersocial li {
    display: inline;
    padding-right: 0px;
}
.footersocial li img {
    width: 38px;
}
.footersocial a {
    color: #541f70;
    font-size: 30px;
}

/**============================================
        End Footer CSS
============================================**/

/**============================================
        All Pages CSS
============================================**/
.cust-title h1 {
    color: #541f70;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 30px;
}
.cust-title h2 {
    color: #541f70;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}
.cust-title h3 {
    color: #541f70;
    padding-right: 42px;
    padding-bottom: 20px;
}
.cust-p.text-center {
    padding-left: 23px;
    padding-right: 23px;
}
.FP-sec1 p, .FP-sec2 p, .FP-sec3 p{
    color: #541f70;
}
.cust-pp {
    margin-top: 10px;
    padding: 0;
    color: #541f70;
}
.cust-p {
    margin-top: 10px;
    padding: 0 40px 0 0;
    color: #541f70;
}
.FP-sec2 {
    background-color: #c0f2f2;
    padding-bottom: 200px;
    margin-top: -1px;
}
.FP-sec1 {
    padding: 110px 0;
}
.FP-sec3 {
    background-color: #cff8f9;
}
.FP-sec1-img {
    position: absolute;
    z-index: 1;
    width: 120%;
    right: -13%;
}

.form-control {
    font-size: 12px;
    /*font-weight: 100;*/
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #541f70;
    border-radius: 8.5px !important;
}
.formHCM .form-control::placeholder {
    font-size: 12px;
     color: #541f70;
}
.form-control::placeholder {
    font-size: 12px;
     color: #6a258c !importants;
}
.forprovthankyou-social {
    margin: 0;
    list-style: none;
    padding: 0 0 20px;
}
.forprovthankyou-social li {
    display: inline;
    padding-right: 15px;
}
.forprovthankyou-social li a {
    color: #541f70;
    font-size: 30px;
}
.PP-sec2-img {
    position: absolute;
    z-index: 1;
    width: 110%;
    right: -8%;
}
.PP-sec1 {
    padding: 110px 0 50px;
}
.PP-sec3 {
    padding-bottom: 200px;
}
.cust-pp2 {
    padding-right: 40px;
}
.HCM-mid-pic {
    width: 100%;
    margin-top: -200px;
    z-index: 1;
    margin-bottom: 80px;
}
.form-card {
    background-color: #fff;
    padding: 70px 65px;
    box-shadow: 5px 5px #8bcde1;
}

.formHCM form .form-check a {
    color: #027893;
    text-decoration: underline;
}
.formHCM form {
    width: 100%;
}
.formHCM {width: 94%;margin: auto;display:flex;}
.form-check {
    font-size: 14px;
    padding-left: 0px;
}
.form-check-label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: -9px;
    right: -10px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ffffff;
    border: 1px solid #541f70;
    border-radius: 0px;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
  background-color: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
  background-color: #541f70;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* The container */
.radio label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-size: 14px;
}

/* Hide the browser's default radio button */
.radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio label .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio label input:checked ~ .checkmark {
  background-color: #541f70;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio label .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.form-control.invalid {
    background: #ff00001f;
}
.thankyoucard {margin-top: -420px;padding: 70px 82px 95px;}
.stepicon-thankyou {
    position: absolute;
    top: -480px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}
.thankyoucard h3 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #541f70;
}
.thankyoucard h4 {
    color: #541f70;
    font-weight: 700;
}
.thankyoucard p {
    font-size: 14px;
}
.thankyoucard ul {
    padding: 0 0 0 30px;
    /* font-size: 14px; */
    position: relative;
}
.thankyoucard ul li {
    list-style: none;
    margin-bottom: 5px;
    color: #541f70;
}
.thankyoucard ul li i {
    color: #541f70;
    min-height: 20px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.lightbgstep-thankyou {
    background-color: #cff8f9;
    min-height: 440px;
}

/**=========================
     Form step CSS
===========================**/
.clipbglight-rev {
    background-color: #cff8f9;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0 100%);
    height: 120px;
}
.clipbgdark-rev {
    background-color: #c0f2f2;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0 100%);
    height: 120px;
}
.lightbgstep {
    background-color: #cff8f9;
    min-height: 550px;
}
.stepformcard {margin-top: -510px;}
.stepformcard .form-check a {color: #027893;text-decoration: underline;}
.stepicon {
    position: absolute;
    top: -570px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}


.indicators * {
 transition: all 0.4s ease-in-out;
}

.fix-height {
 min-height: 200px;
}

.steps {
    position: relative;
    width: 1%;
    height: 1px;
    top: 0;
    /* left: 0%; */
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    display: none;
}

.steps.active {
    width: 100%;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transition: all 0.8s ease-in-out;
    position: relative;
    display: block;
    height: 100%;
}


.hidden {
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 transition: all 0.4s ease-in-out;
}

.show {
 opacity: 1;
 visibility: visible;
 pointer-events: auto;
 transition: all 0.4s ease-in-out;
}
.stepformcard h3 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #541f70;
}
.stepformcard h4 {
    color: #541f70;
    font-size: 18px;
}
.stepformcard p {
    font-size: 14px;
}
.addlocation {
    color: #353535;
    border-top: 1px solid #541f70;
    padding-top: 15px;
    display: block;
}
.btnPrev {
    background: #027893;
}
.steps .input-group-addon {
    position: absolute;
    right: 0;
    width: 35px;
    height: 31px;
    text-align: center;
    top: 0px;
    padding: 2px 0 0;
    z-index: 999;
}
.steps .input-group-addon a {
    color: #353535;
}
.stepcircle .numstep {
    border: 1px solid #027893;
    border-radius: 50%;
    color: #027893;
    width: 35px;
    height: 35px;
    margin: auto;
    background: #fff;
    z-index: 1;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 2px;
}
.stepcircle.stepsuccess.stepsuccess1 .numstep {
    border: 1px solid #027893;
    border-radius: 50%;
    color: #027893;
    width: 35px;
    height: 35px;
    margin: auto;
    background: #fff;
    z-index: 1;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 2px;
}
.stepcircle.stepwarning .numstep {
    border: 1px solid #541f70;
    border-radius: 50%;
    color: #541f70;
    width: 35px;
    height: 35px;
}
.stepcircle.stepsuccess.stepsuccess1.stepwarning .numstep {
    border: 1px solid #541f70;
    border-radius: 50%;
    color: #541f70;
    width: 35px;
    height: 35px;
}
.stepcircle span {
    width: 100%;
    height: 1px;
    background-color: #027893;
    position: relative;
    left: -50%;
    top: -50%;
    z-index: 0;
    display: block;
}
.stepcircle.stepsuccess.stepsuccess1 span {
    width: 100%;
    height: 1px;
    background-color: #027893;
    position: relative;
    left: -50%;
    top: -50%;
    z-index: 0;
    display: block;
}
.stepcircle.stepsuccess.stepsuccess1.stepwarning span {
    background-color: #541f70;
}
.stepcircle.stepsuccess .numstep {
    border: 1px solid #541f70;
    color: #541f70;
}
.stepcircle.stepwarning span, .stepcircle.stepsuccess span {
    background-color: #541f70;
}
.addnewlocation {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.addnewlocation.addnewlocationopen {
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
}

@media screen and (min-width: 768px) {
 .fix-height {
      min-height: 100px;
     }
    .providercontainer .cust-p.text-center {
        padding: 0 60px;
    }
}

/**=========================
     End Form step CSS
===========================**/


/**======================================================
        Mobile Responsive CSS
======================================================**/
@media only screen and (max-width:767px){
    .cust-pp2 {padding-right: 0;    }
    .col-sm-4.order-1-my.offset-sm-1 {margin-left: 0;}
    .col-sm-7.offset-sm-1 {margin-left: 0;}
    section {padding: 0 0 30px;}
    .FP-sec1-img, .PP-sec2-img {position: relative;width: 100%;right: 0;top: -2%; }
    .FP-sec1, .PP-sec1 {padding: 30px 0;}
    .cust-p, .cust-p.text-center {padding: 0px;}
    .FP-sec2 {padding-bottom: 150px;}
    .main-footer {padding: 15px 15px 0;}
    .main-header {padding: 30px 15px 16px;}
    .main-header .navbar-brand img {width: 160px;}
    .navbar-dark .navbar-nav .nav-link {color: #353535;background: #ffffff;margin: 10px 0;text-align: center;}
    .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {background: #88cde2;color: #353535;}
    .order-1-my {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
    .order-12-my {-webkit-box-ordinal-group: 13;-ms-flex-order: 12;order: 12;}
    .footerlinks {padding: 0 0 5px;}
    .loaderlogo {top: 20%;left: 26%;width: 200px;}
    .cust-title h3 {padding-right: 0;padding-bottom: 20px;font-size: 21px;}
    .HCM-mid-pic {width: 90%;margin-top: -140px;margin-bottom: 20px;}
    .form-card {padding: 25px 15px 60px;}
    .form-check-label {font-size: 12px;}
    .PP-sec3 {padding-bottom: 150px;}

    .thankyoucard {margin-top: -424px;}
    .cust-title h1 {font-size: 40px;}
}

@media only screen and (min-width: 575px) and (max-width: 1200px){
    .form-card {padding: 50px 20px;}
    .thankyoucard {padding: 50px;}
}

@media only screen and (min-width: 575px) and (max-width: 767px){

    .form-card {
        width: 80%;
        margin: auto ;
    }
    .form-card.stepformcard {
        margin: -510px auto 0;
    }
    .form-card.thankyoucard {
        margin: -424px auto 0;
            padding: 50px 15px 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 989px){
    .stepformcontainer {max-width: 64%; flex: 0 0 64%; -ms-flex: 0 0 64%;}
    .footersocial li {padding-right: 8px;}
}



@media only screen and (min-width: 768px) and (max-width: 1140px){
    .navbar-expand-md .navbar-nav {left: 30px;}
    .col-sm-8.col-md-5.mt-5 {padding: 0;}
}

@media only screen and (min-width: 270px) and (max-width: 420px){
    .footerlinks li {padding-right: 10px;}
}
@media only screen and (max-width: 269px){
    .btn-custm {font-size: 12px;padding: 6px 5px;}
}
@media only screen and (min-width: 270px) and (max-width: 390px){
    .btn-custm {padding: 6px 15px;}
}
@media only screen and (max-width: 270px){
    .footerlinks li {display: grid;padding-right: 0;}
}
@media only screen and (min-width: 575px) and (max-width: 767px){
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-11 {-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}
}





.selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #541f70;
    border-radius: 8.5px;
    background: #FFFFFF url(http://test.healthclx.com/public/images/arrow.svg) right 10px center no-repeat;
    background-size: 17px;
}

.selectWrapper select {
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 100!important;
    padding: 5px 12px;
    color: #353535;
    font-family: inherit;
}
.removelocation {
    display: none;
    color: #541f70;
    border-top: 1px solid #353535;
    padding-top: 15px;
}
.form-group {
    margin-bottom: 1.4rem;
}


/**=============================
    New Provider & patient
==============================**/
.newprovidercon .form-control::placeholder, .newprovidercon .selectWrapper select, #stepped .form-control::placeholder, #stepped .selectWrapper select {color: #551b72;}
.sec1-patient {padding: 50px 0!important;}
.size18 {font-size: 18px!important;}
.size22 {font-size: 22px!important;}
.size24 {font-size: 24px!important;}
.size34 {font-size: 34px!important;}

.bulletlist li {list-style-position: inside;}
.stepformcard {display: flow-root;}

    .HCMSUBMIT .btn-custm {margin-right: 6px;}


@media only screen and (max-width: 767px){
    .footerlinks li {padding-right: 10px;display: flex;padding-bottom: 6px;}
    .thankyoucard ul li i {position: inherit;margin-right: 10px;}
    .HCMSUBMIT .btn-custm {margin-right: 6px;}
    .thankyoucard ul {padding: 0;}
    .stepformcard p, .form-check {text-align: left!important;}
    .cust-title h2, .FP-sec1 p, .FP-sec2 p, .FP-sec3 p, .FP-sec1, .PP-sec1, .forprovthankyou-social, .PP-sec3, .FP-sec3, .FP-sec2 {text-align: center;}
}

@media only screen and (min-width: 1300px) and (max-width: 1500px){
    .navbar-expand-md .navbar-nav .nav-link {    padding-left: 25px;
    padding-right: 25px;}
}




@media only screen and (min-width: 1141px) and (max-width: 1299px){
    .navbar-expand-md .navbar-nav .nav-link {padding-right: 10px;padding-left: 10px;}
}

@media only screen and (min-width: 1041px) and (max-width: 1140px){
    /**.navbar-expand-md .navbar-nav .nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
        padding-right: 40px;
        padding-left: 30px;
        font-size: 14px;
    }**/

    /*
    .loginbtn {
        top: -8px;
        right: -14px;
    }*/
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 10px;padding-left: 10px;}
}

@media only screen and (min-width: 920px) and (max-width: 1040px){
    /**.navbar-expand-md .navbar-nav .nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
        padding-right: 40px;
        padding-left: 30px;
        font-size: 14px;
    }**/

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 10px;padding-left: 10px;}
}

@media only screen and (min-width: 900px) and (max-width: 919px){
    /**.navbar-expand-md .navbar-nav .nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
        padding-right: 12px;
        padding-left: 12px;
        padding-bottom: 0px;
        font-size: 14px;
    }**/
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 6px;padding-left: 6px;}
}
@media only screen and (min-width: 768px) and (max-width: 899px){
    /**.navbar-expand-md .navbar-nav .nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
        padding-right: 12px;
        padding-left: 12px;
        padding-bottom: 0px;
        font-size: 14px;
    }**/
    .navbar-expand-md .navbar-collapse.collapse:not(.show) {
        display: none!important;
    }
    .navbar-expand-md .navbar-collapse.show{display: block!important;}
    .navbar-expand-md .navbar-collapse{-ms-flex-preferred-size: 100%;flex-basis: 100%;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-align: center;align-items: center;}
    .navbar-expand-md .navbar-toggler {display: block!important;}
    .navbar-expand-md {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: start;
        justify-content: space-between;
    }
        .navbar-expand-md .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
                left: 0;
            flex: 0 0 100%;

    }
        .main-header .navbar-brand img {width: 160px;}
        .navbar-dark .navbar-nav .nav-link {color: #353535;background: #ffffff;margin: 10px 0;text-align: center;padding: .5rem 1rem;}
        .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {background: #88cde2;color: #353535;padding: .5rem 1rem;}
        .navbar-dark .navbar-nav .nav-link {
        color: #353535;
        background: #ffffff;
        margin: 10px 0;
            padding: .5rem 1rem;
        text-align: center;
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #353535 !important;
    }

}

.navbar-brand {
    margin-right: 0.5rem !important;
}



/**=============================
    New CSS, Select2 CSS
==============================**/

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #88cde2;
}


.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 1px solid #541f70;
    color: #222;
    font-size: 12px;
    font-weight: 100;
    background-clip: padding-box;
    padding: .375rem .75rem;
    border-radius: 8.5px !important;
    outline: 0;
    height: calc(1.5em + .75rem + 2px) !important;
    text-align: left;
}

.select2-container--default .select2-selection--single {
    border-radius: 9px;
    border: 1px solid #541F70;
}

.select2-container--default:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.select2-selection--single:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.select2-selection:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


/* after selecting an option text color */
.select2-selection__rendered {
    /* margin: 5px 10px; */
    padding-left: 0px !important;
    color: #495057 !important;
    line-height: 17px !important;
    font-size: 13px;
    font-weight: 100;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #495057;
    font-size: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


.select2-selection__arrow {
    margin: 14px 10px;

}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057;
}
.select2-selection__placeholder {
    font-size: 12px;
}
.select2-results__option {
    color: #495057;
    font-size: 12px;
}

/*arrow color*/
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    content: "";
    width: 0;
    height: 1px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #541f70;
    z-index: 1;
    margin-left: -18px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: "";
    width: 0;
    height: 2px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #541f70;
    z-index: 1;
    margin-left: -18px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 2px;
    right: -2px;
    width: 20px;
}

/* select option[selected="selected"] {
    font-style: italic;
    font-weight: bold;
    background-color: red;
    color: green;
} */

.error{
    color: red !important;
}

.error{
    margin-bottom: 0rem !important;
}

.formHCM .form-control::placeholder {
    color: #8C679F;
    opacity: 1;
    font-size: 16px;
    font-weight: 1 !important;
}
.formHCM .form-control {
    font-size: 16px;
    padding: 7px 15px;
}

#form-contact .form-control {
    font-size: 16px;
    padding: 7px 15px;

}
#form-contact .form-control::placeholder {
    color: #8C679F;
    opacity: 1;
    font-size: 16px;
    font-weight: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8C679F;
    font-size: 16px;

}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8C679F;
    font-size: 16px;
}


.ajaxProgrees {
    /* display: none; */
    position: fixed;
    height: 100%;
    width: 100%;
    background: white;
    top: 0;
    bottom: 0;
    z-index: 1100;
}

.screen-loader {
    position: relative;
    top: 30%;
}
.loader-show {
    display: block;
}
.hidden{
    display: none;
}


.cust-title-contact h2 {
    color: #541f70;
    font-size: 30px;
    font-weight: 900;
    /* margin-bottom: 30px; */
}

.cust-title-contact h4 {
    color: #541f70;
    font-size: 18px;
    font-weight: 900;
    /* margin-bottom: 30px; */
}

.contact-div{
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 993px){
    .contact-div{
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* share story css */

/* .story-form-padding{
    padding-left: 30px;
    padding-right: 30px;
}
.mt-mb-130{
    margin-top: 130px;
    margin-bottom: 130px;
}

@media screen and (max-width: 756px) {
    .story-form-padding{
        padding-left: 5px;
        padding-right: 5px;
    }
    .mt-mb-130{
        margin-top: 60px;
        margin-bottom: 60px;
    }
} */

#story-box {
    max-height: 100%;
    width: 700px;
    margin: auto;
    position: relative;
    /* box-shadow: 5px 5px #88cde2; */
    padding: 10px;
    background: white;
    border: none;
    border-radius:0px;
}

#qst-one-box {
    display: block;
}
#qst-two-box{
    display: none;
}
#qst-isrelated-box{
    display: none;
}
#qst-three-box{
    display: none;
}
#qst-four-box{
    display: none;
}
#qst-five-box{
    display: none;
}
#qst-six-box{
    display: none;
}
#qst-seven-box{
    display: none;
}
#qst-eight-box{
    display: none;
}
#qst-nine-box{
    display: none;
}
#qst-ten-box{
    display: none;
}
#qst-eleven-box{
    display: none;
}

.qst-div form{
    width: 100%;
}

.qst-div .error{
    color: red !important;
}

.register-next {
    background-color: #541f70;
    border: none;
    padding: 7px 26px;
    color: #fff;
    border-radius: 8px;
    width:114px;
    box-shadow: 0px 0px#88cde2;
}

.register-previous {
    background-color: #176879;
    border: none;
    padding: 7px 26px;
    width: 114px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px#88cde2;
}

.form-card-story{
    background-color: #fff;
    padding: 50px 40px 20px 40px;
    box-shadow: 5px 5px #8bcde1;
}

@media only screen and (max-width: 456px){
    .form-card-story{
        background-color: #fff;
        padding: 50px 10px 20px 10px;
        box-shadow: 5px 5px #8bcde1;
    }
    .register-next {
        width: auto;
    }

    .register-previous {
        width: auto;
        padding: 7px 20px;
    }
}

.hide-tag {
    display: none;
}

.textarea-input{
    height:120px !important;
}

#story-box .form-group {
    margin-bottom: 1.4rem;
    /* height: 40px; */
}

.FP-sec4 {
    background-color: #c0f2f2;
    margin-top: -1px;
}


.footer-logo {
    /* width: 40px;
    height: 40px;
    position: relative; */
    /* margin: 0 10px 0 10px; */
    transition: box-shadow 0.5s, transform 0.5s;
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); */
}

.footer-logo:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}

.fb-border-radious {
    border-radius: 20px;
}

.footersocial {
    padding: 0;
    list-style: none;
    float: right;
}

.forprovthankyou-social li {
    display: inline;
    padding-right: 15px;
}

@media screen and (max-width: 756px) {
    .footersocial {
        float: left;
    }

    .forprovthankyou-social li {
        display: inline;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

}

@media (min-width: 900px){

.loginbtn {
    position: absolute;
    top: 0;
    right: 0;
}

}
@media (max-width: 899px){

    .loginbtn {
        color: #353535!important;
        font-size: 20px;
        background: #fff;
        width: 100%;
        text-align: center;
        display: none;
        padding: .5rem 1rem;
        margin: 10px 0;
    }

    .loginbtn.loginbtnshow{
        display: block;
        transition: none;
    }
}
@media (max-width: 700px){

    .loginbtn {
        margin-top: 12px;
        /* margin-left: 12px;
        margin-right: 12px; */
        padding: .5rem 1rem;
        text-transform: capitalize;
    }
}

@media (min-width: 900px){
    .loginbtn:hover {
        color: #88cde2 !important;
        transition: none;
    }
}


@media (min-width: 1200px){
    .FP-secp-img{
        height: 520px;
        width: 520px;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .FP-secp-img{
        height: 480px;
        width: 480px;
    }
}


@media (max-width: 767px){
    .FP-secp-img{
        width: 100%;
    }
}

.text-upper{
    text-transform: uppercase;
}

.thankyoucard .cust-p  p{
    font-size: 22px;
}

.contactform{
	background: #fff;
 }
.contactform2{
	background: #fff;
	margin: 14px 0px 25px 0px;
}
div.phpdebugbar-closed, div.phpdebugbar-minimized {
     display: none;
}
 .phpdebugbar-closed{
     display: none;
}
h1,h2,h3,h4,h5,h6,p,span,a,strong{
	color:#541f70;
}