/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
@font-face {
    font-family: 'Charleston-Regular';
    src: url(../fonts/Charleston-Regular.ttf)
}
@font-face {
    font-family: 'Barlow-Regular';
    src: url(../fonts/Barlow-Regular.ttf)
}

@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,400;0,500;0,600;1,500&display=swap');
body{
    font-family: Barlow-Regular;
    font-size: 12px;
    letter-spacing:normal;
    line: height 20px !important;;
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_btn {
    position: relative;
    display: block;
    float: left;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: rgb(110, 28, 28);
    font-weight: 700;
    text-shadow: 0 1px 3px
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
    background: #9587e749;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    padding: 5px
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #EC6410;
    height: 2px;
    width: 24px;
    margin: 5px;
    transform: translateY(-80px) translateX(30px);
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.course {
    /* margin: 80px auto; */
    /* */
    margin-top: 0px;
    text-align: center;
    /* max-width:900px; */

    /* font-family: "Poppins", sans-serif; */
    /* padding-top: 20px; */
}

.course row {
    margin-right: 15px;
}

.course h1 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    transition: 0.7s;
}

.course h1:hover {
    color: rgb(70, 68, 68);
    transform: scale(1.1);
}

.course p {
    color: rgb(14, 13, 13);
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 22px;
    /* padding: 10px 40px; */
    padding: 5px 10px;
    transition: 0.7s;
    text-align: justify;
    text-shadow: 0px 1px 0px #c9c9c9b0;
}

.course p:hover {
    color: rgb(83, 83, 83);
    transform: scale(1.02);
}

.row {
    /* margin-top: 5%; */
    /* padding-left: 20px;
    display: flex;
    justify-content: space-between; */
}
.background_image{
    opacity: 0.6;
}
.textx{
    /* opacity: 1; */
}

@media only screen and (min-width: 1200px) {
    .coursecol{
        flex-basis: 48%;
        /* margin-left: 15px; */
    }
    
}
@media only screen and (max-width: 320px){
    .coursecol{
        height: 300px !important;
    }
}

@media only screen and (min-width: 541px) and (max-width: 811px){
.container, .container-md, .container-sm {
    max-width: 600px;
}
}



.coursecol {
    flex-basis: 42%;
    /* background: #9587e749; */
    height: 230px;
    /* padding: 10px; */
    box-sizing: border-box;
    background-size: cover !important;
    background-position: center;
    box-shadow: 0px 0px 10px #dbdbdb;
    transition: 0.5s;
}

.coursecol-index{
    /* height: 335px; */
    margin-top: 4.5em !important;;
    color:#159d8f;
    font-size:28px;
    font-weight:300;
    letter-spacing:0.05em;
    font-family: Charleston-Regular!important;
}
.coursecol a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    /* opacity: 1; */
}

.coursecol h3 {
    text-shadow: 0px 1px 0px #bebebeb3;
    color: rgb(10, 10, 10);
    opacity: 1;
}

.course .row .coursecol .h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: rgb(10, 10, 10);
}

.coursecol:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0px 0px 10px #8c8c8c;
    background-position: center !important;
}

/* 1200px */
@media only screen and (max-width:1200px) {
    .coursecol:hover{
        background-position: left!important ;
    }
}

.coursecol:hover a button {
    transition: 0.3s ease-in-out;
    background-color: #EC6410;
    color: white;
    border: 2px solid #EC6410;
}

header {
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    /* height: 9%; */
    top: 0;
    left: 0;
    z-index: 10;
    justify-content: space-between;
    align-content: center;
    background: #fff;
    box-shadow: 0px 0px 10px #e4e4e4;
    transition: 0.3s ease-in-out;
}

header.sticky {
    background: white;
    padding-bottom: 10px;
    z-index: 100;
    box-shadow: 0px 0px 10px #565656;
    transition: 0.3s ease-in-out;
}

header.sticky ul li a {
    color: black;
}

header.sticky ul {
    padding-top: 30px;
    padding-right: 100px;
}

header.sticky ul li:nth-child(1) {
    float: none;
}

header.sticky ul li:nth-child(2) {
    float: none;
}

header.sticky ul li:nth-child(3) {
    float: none;
}
.textx h3{
    position: absolute;
    left: 2.3em;
    top: 3em;
    width:7em;
    text-align:left;
    font-size: 14px;
}
.PaDDing{
    padding-top: 9rem;

}
.font_styling_heading{
    font-family: Charleston-Regular!important;
    font-size: 30px;
    font-weight: 300;
    color: #159d8f;
    font-size: 1.7rem;
    line-height:1.2;
    text-align:center;
}
.Pregnacy_width{
    width: 5%;
}



/* faq  section styling  */


.faq-section{
    font-size: small;
    padding-left: 30px;
}
@media only screen and (max-width: 990px){
    .faq-section{
        font-size: small;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}


/* ovulation calculator_ovulation  */
/* .ovulation-cal-cycle{
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-template-rows: repeat(1, 50px);
} */

.bmi_weightgaintable{
    /* box-shadow: 5px 5px 2px 1px #ccc; */
    box-shadow: 0px 0px 10px #8c8c8c;
    
}