@font-face {
    font-family: 'SFProDisplay-HeavyItalic';
    src: url('fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay-LightItalic';
    src: url('fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay-Medium';
    src: url('fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay-BlackItalic';
    src: url('fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('SFProDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay-Regular';
    src: url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fonts/SFProDisplay-SemiboldItalic';
    src: url('fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay-ThinItalic';
    src: url('fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay-UltralightItalic';
    src: url('fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay-Bold';
    src: url('fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*--Home Section Starts--*/
.home-section, .common-section-banner{
    background-image: url("ivf-background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}

body{
    margin: 0px auto !important;
    font-family: 'SFProDisplay-Regular';
}
h2{
    color: #5BC269;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
}
.text-red{
    color: #ed1c1c;
}
.txt-green{
    color: #5BC269;
}
.txt-black{
    color: #000 !important;
}
.txt-green-hover:hover{
    color: #5BC269 !important;
    text-decoration: none;
}

.password-section{
    display: flex;
    justify-content: space-between
}
.forgot-password a{
    font-size: 16px;
    line-height: 26px;
    color: #0062cc;
    text-decoration: none;
}
.forgot-password a:hover{
    text-decoration: none;
}
button.stripe-button-el {
    width: 100%;
    padding: 10px 20px;
    margin-top: 20px;
}

.stripe-button-el span{
    background: transparent !important;
    box-shadow: none !important;
}

.btn-sec-special{
    width: 90%;
    margin-right: 10px;

}


.daily-input-heading{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.bg-transparent{
    background-color: transparent !important;
}


.form-control{
    padding: 1.375rem 0.75rem;
    box-shadow: none !important;
    border-radius: 5px !important;
    border: 0.5px solid #6B6B6B !important;
    background: #FFF !important;
    opacity: .5;
}
label{
    color: #000;
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
    line-height: 24px;
    }
.home-section ul{
    padding-left: 10px;
}
.home-section .card, .common-section-banner .card{
    border-radius: 0px;
    border: unset;
    min-height: 100vh;
}
.home-section .card h1, .common-section-banner .card h1{
    box-shadow: 0px 3px 3px 0px #00000026;
    padding: 10px 20px;
    margin-bottom: 0px;
    font-weight: 700;
    font-style: italic;
}
.home-section .card .lead, .home-section .card ul li, .home-section .card a{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

/* .common-section-banner .card .lead, .common-section-banner .card ul li, .common-section-banner .card a */


.home-section .card ul{
    margin: 30px 0px 40px 0px;
}
/* .home-section .card .card-body{
    padding-bottom: 0px;
} */
.home-section .card .card-body .user{
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* margin-bottom: 70px; */
    margin-bottom: 10px;
    margin-top: 15px;
}
.home-section .card .card-body .user a{
    color: #0028FA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.home-section .card .copyright, .common-section-banner .copyright{
    color: #000;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
}
.home-section .card .menus{
    padding-left: 0px;
}
.home-section .card .menus li{
    list-style: none;
}
.home-section .card h6{
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.home-section .card .bottom-menus, .common-section-banner .card .bottom-menus{
    background: #FBFBFB;
    padding: 15px;
    margin-bottom: 26px;
}
.common-section-banner .card .bottom-menus{
    margin-bottom: 20px;
}
.home-section .card .menus, .common-section-banner .card .bottom-menus .menus{
    margin: unset;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.common-section-banner .card .bottom-menus .menus li{
    list-style: none;
}
.home-section .card .menus li a, .common-section-banner .card .menus li a{
    font-size: 12px;
    line-height: 24px;
    border-bottom: unset;
    color: black;
}
.home-section .card .menus li a:hover,  .common-section-banner .card .menus li a:hover{
    color: #0028FA;
    transition: 0.5s;
    text-decoration: none;
}
.home-section .card .menus li.active a, .common-section-banner .card .menus li.active a{
    color: #0028FA;
    text-decoration: none;
}
.home-section .card p a{
    color: #0028FA;
    text-decoration: none;
    border-bottom: 1px solid #0028FA;
}
.home-section .card-body button , .btn-primary{
    width: 100%;
    background: #007BFF;
    padding: 10px 20px;
    border-radius: 5px;
    border: unset;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    text-decoration: none;
}
.home-section .card-body button a,  .btn-primary a{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    
}

.btn-primary{
    border-radius: 5px;
    border: 0.5px solid #0028FA;
    background: #007BFF !important;
    font-family: 'SFProDisplay-Medium';
    text-align: center !important;
    color: #fff !important;
    padding: 10px 20px !important;
   box-shadow: none !important;
   text-decoration: none !important;
   cursor: pointer;
}
.btn-primary a{
    font-family: 'SFProDisplay-Medium';
    color: #FFF;
    text-align: center; 
    font-size: 16px;
    font-style: normal;
    line-height: 24px; 
    text-decoration: none !important;
}


.home-section .card-body button a:hover, .common-section-banner .card-body button a:hover{
    text-decoration: none;
}
/*--Home Section Ends--*/

/*--Signup Section Starts--*/
.sign-up-section h2{
    color: #5BC269;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
}
.sign-up-section .form-group label{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.sign-up-section .wrapper{
    display: flex;
}
.sign-up-section input[type="checkbox"]{
    margin-right: 16px;
    transform: scale(1.5);
}
.sign-up-section .wrapper p, .sign-up-section .wrapper p a{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.sign-up-section .wrapper p a{
    color: #0028FA; 
    border-bottom: unset;
}
.sign-up-section .form-control:focus{
    border-color: #ced4da;
    box-shadow: unset;
}
.sign-up-section label span{
    color: #6B6B6B;
}
.sign-up-section .card-body{
    padding-left: 16px;
    padding-right: 16px;
}

/* new css */
.status-text{
    font-size: 24px;
    font-family: 'SFProDisplay-Bold';
}
@media (max-width: 620px) {
     .signup-column, .padd-x-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .common-section-banner .col-md-6.col-lg-4{
        padding:0 !important;
    }
    
}
/*--Signup Section Ends--*/


/* #navigator {
    position: sticky;
    top: 0;
    z-index: 1000;
}
#navigator .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */
/* @media (max-width: 720px) {
    #navigator {
      border-bottom: 1px solid #ccc;
    }
}
#navigator a {
    font-size: 14px;
}
#navigator+section {
    padding: 250px 0;
} */

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
  }
  
  .popup-content {
    background: white;
    margin: 5% auto;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;

    /* padding: 40px,30px,30px,30px; */
    width: 850px;
    position: relative;
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
  }
  