body {
    padding: 0;
    font-family: ProximaNovaRegular;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url("./assets/fonts/ProximaNova-Regular.otf");
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url("./assets/fonts/Proxima Nova Bold.otf");
}

@font-face {
    font-family: 'ProximaNovaThin';
    src: url("./assets/fonts/Proxima Nova Thin.otf");
}

.background {
    min-height: 500px;
    background-image: url("./assets/img/banner.png");
    background-position: center;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
}

.splashBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 170px;
}

.splashTop {
    position: absolute;
    top: 0;
    right: 0;
    height: 170px;
}

.innerSection {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
   justify-content: center;
}

.playStore {
    margin-top: 15px;
    display: flex;
}

.storePlay {
    display: flex;
}

.mainSection {
    margin-top: 50px;
}

.heading {
    font-size: 1.2rem;
    font-family: ProximaNovaBold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bavianoText {
    font-family: ProximaNovaThin;
    text-align: justify;
    opacity: 0.6;
}
.topNav {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    /*padding-top: 1rem;*/
    margin-right: 10%;
}

.cowImage {
    right: 0;
    position: absolute;
    bottom: 0;
    height: 150px;
}

.links {
    padding: 20px 40px;
}

.links>a {
    color: white;
    font-family: ProximaNovaBold;
}

.title {
    font-size: 1.7rem;
    text-align: center;
    font-family: ProximaNovaBold;
    color: black;
}

.description {
    text-align: justify;
    opacity: 0.8;
    margin-top: 10px;
}

.chooseBaviano {
    margin-top: 8%;
    margin-bottom: 8%;
}

.chooseFlex {
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.healthy {
    display: flex;
    align-items: center;
    /*margin-bottom: 15px;*/
}

.registration {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.registerText {
    color: white;
    font-size: 2rem;
    flex: 1;
}
.register {
    background: transparent radial-gradient(closest-side at 31% 54%, #0762BE 0%, #0762BE 34%, #489CF2 100%) 0% 0% no-repeat padding-box;;
}

.address {
    /*font-size: 14px;*/
    opacity: 0.8;
    margin-top: 15px;
    /*font-family: ProximaNovaThin;*/
}

.major {
    font-family: ProximaNovaBold;
}

.primary {
    font-family: ProximaNovaBold;
}
.sub {
    font-family: ProximaNovaRegular;
    opacity: 0.7;
}

.download {
    background: transparent linear-gradient(180deg, #F96628 0%, #CB430A 100%) 0% 0% no-repeat padding-box;
    padding: 30px;
}
.order {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mobileText {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: ProximaNovaThin;
    color: white;
    /*opacity: 0.7;*/
}

.downloadText {
    font-size: 1.7rem;
    color: white;
    font-family: ProximaNovaBold;
}

/*modal css*/
/*.modal-dialog {*/
/*    position: relative;*/
/*    width: auto;*/
/*    margin: 100px 30px 30px 30px;*/
/*}*/
.modal-dialog {
    width: 600px;
    margin: 200px auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.popinput {
    width: 100%;
    padding: 6px 8px;
    margin: 8px 0;
    border: none;
    outline: none;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    color: gray;

}

.phone {
    margin-top: 30px;
    background: #F96628;
    letter-spacing: 5px;
    border:white;
    outline: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8rem;
    cursor: pointer;
    text-transform: uppercase;
    font-family: ProximaNovaBold;
}

.phone:focus {
    outline: none;
}

.products {
    margin-top: 40px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.chooseHeading {
    text-align: center;
    font-family: ProximaNovaBold;
}

.farmsText {
    font-family: ProximaNovaRegular;
    opacity: 0.7;
    text-align: center;
}

.house {
    display: flex;
    align-items: center;
}

.common{
    flex: 1;
}

.ksheer {
    font-size: 2rem;
    color: white;
    font-family: ProximaNovaBold;
}

.insideText {
    font-family: ProximaNovaRegular;
    color: white;
    opacity: 0.8;
    text-align: justify;
}

.backgroundSweet {
    background-image: url("./assets/img/ksheer_image.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.clearbackground {
    background-image: url("./assets/img/bg_icons.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 140px;
}

.iconsFlex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottomText {
    color: #0762BE;
    margin-top: 15px;
    font-family: ProximaNovaBold;
}

.new {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subText {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.8;
    font-size: 0.9rem;
    color: black;
}

.modelBox {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.varanasiBox {
    border: 1px solid #0762BE;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    color: #0762BE;
    font-family: ProximaNovaBold;
    font-size: 0.8rem;
}

.varanasiBox:hover {
    background-color: #0762BE;
    color: white;
    cursor: pointer;
}

.footerContainer {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.footerList li
{
    list-style-type:none;
    margin-bottom: 5px;
}

.footerList {
    padding: 0;
    margin: 0;
}

.headingFooter {
    /*margin-bottom: 10px;*/
    font-family: ProximaNovaBold;
}

.innerFlex a {
    text-decoration: none;
    font-size: 13px;
    color: black;
    opacity: 0.7;
    /*font-family: ProximaNovaThin;*/
}

.social a{
    opacity: 1;
}

@media (min-width: 767px) {
    .mainContainer {
        width: 90%;
        max-width: 1024px;
        margin: auto;
    }
}