/* Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Color-root */
:root {
    --Black:#000000;
    --white: #fff;
    --green:#90bf5f;    
}
/* Commn css */
*,::after,::before {
    box-sizing: border-box
}

body {
    font-size: 17px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 25px
}
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0
}

dl,ol,ul {
    list-style-position: outside;
    margin-bottom: 25px
}

ul {
    margin: 0;
    padding: 0
}
ul li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px 0;
    padding: 0;
}

/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
} */
a{
    text-decoration: none;
}
.btn{
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 50px;
    text-transform: capitalize;
    transition: color .15s ease-in-out;
    background-color: .15s ease-in-out;
    border-color: .15s ease-in-out;
    box-shadow: .15s ease-in-out;
}
.btn-green{
    background-color: var(--green);
    color: var(--white);
}
section{
    padding: 70px 0;
}
.form-control{
    background-color: transparent !important;
    color: var(--white) !important;
    border: 1px solid #ffffff !important;
}
/* mobile-menu start */
/* header start */
.logo-center a img{
    max-width: 150px;
}
header{
    padding-top: 15px;
    padding-bottom: 50px;
}
header .menu li{
    margin: 0 50px;
}
header .right ul li a{
    text-decoration: none;
    color: var(--Black);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;

}
.mobile-menu ul li a{
    color: var(--Black);
    font-size: 18px;
    font-weight: 400;
}
.mobile-menu ul li{
    margin: 8px 0;
}

/* header end */

.mobile-menu{
    display: none;
}
@media (max-width: 992px) { 
    .mobile-menu{
        display: block;
    }
    header{
        display: none;
    }
    .mobile-menu .navbar-brand img{
        width: 110px;
    }
}

/* images-video start */
.images-video .cover-background{
    border-radius: 25px;
}
.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
    /*height: 600px;*/
    width: 100%;
}
.images-video .images-video-text p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--Black);
}
.images-video .images-video-text{
    padding-top: 30px;
}
.popup-youtube{
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}
/* images-video end */
/* contact-us start */
.contact-us{
   margin-top: 90px;
}
.contact-us.cover-background{
    height: 670px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.contact-us-text{
    max-width: 77%;
}
.contact-us .contact-us-text h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: var(--white);
}
.contact-us .contact-us-text p{
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
}
.contact-us .contact-us-form {
    max-width: 80%;
}
.contact-us ::placeholder{
    color: var(--white)!important;
    opacity: .6;
}
/* contact-us end */
/* our-mobile-app  start*/
.our-mobile-app{
    padding-top: 90px;
}
.our-mobile-app .our-mobile-app-text h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: var(--Black)
}
.our-mobile-app .our-mobile-app-text p{
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: var(--Black);
    max-width: 85%;

}
.our-mobile-app .download-app h4{
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: var(--Black);
    margin-left: 25px;
}
.download-app-img{
    text-align: end;
}
.our-mobile-app .download-app a{
    /* margin-right: 20px; */
    margin-left: 20px;
}
/* our-mobile-app  end*/
/* footer start */
footer{
    background-color: var(--Black);
}
footer .footer-logo{
    padding-top: 85px;
    padding-bottom: 25px;
}
footer .footer-menu ul{
    display: flex;
    justify-content:center;
}
footer .footer-menu ul li{
    display: flex;
    align-items: center;
}
footer .footer-menu ul li a{
    font-size: 15px;
    line-height: 22px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
}
.dividers{
    width: 2px;
    height: 10px;
    background-color: var(--white);
    display: block;
    margin: 0 15px;
}

footer .milunchmoney-coup h6{
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
    font-weight: 400;
}
footer .milunchmoney-coup{
    padding-top: 15px;
    padding-bottom: 35px;
}
/* footer end */

/* about-page start*/
.about-page .about-text h2{
    font-size: 40px;
    line-height: 46px;
    color: var(--Black);
    font-weight: 600;
}
.about-page .about-text p{
    font-size: 17px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 400;
}
/* about-page end*/

/* contact-us start */
.contact-us-pages .contact-us-pages-text .contact-district h3{
    font-size: 24px;
    line-height: 36px;
    color: var(--Black);
    font-weight: 600;
}
.contact-us-pages .contact-us-pages-text .contact-district p{
    font-size: 17px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 400;
    max-width: 100%;
}
.contact-us-pages-img img{
    border-radius: 25px;
}
.contact-phone{
    display: grid;
    margin-bottom: 35px;
}
.contact-us-pages .contact-phone h3{
    font-size: 20px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 600;
}
.contact-us-pages .contact-phone .time{
    font-size: 17px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 400;
    opacity: .7;
}
.contact-us-pages .contact-phone a{
    font-size: 17px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 400;
}
.contact-us-pages .contact-email h3{
    font-size: 20px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 600;
}
.contact-us-pages .contact-email a{
    font-size: 17px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 400;
}
/* contact-us end */


/* privacy-policy start */
.privacy-policy h2{
    font-size: 40px;
    line-height: 46px;
    color: var(--Black);
    font-weight: 600;
}
.privacy-policy p{
    font-size: 17px;
    line-height: 26px;
    color: var(--Black);
    font-weight: 400;
}
/* privacy-policy end */

/* faq start */

.cmspage{
    max-width: 860px;
    margin:0 auto;
    padding: 20px;
}
.cmspage h3{
 font-size: 32px;
}


.cmspage .que-ans span{
  font-size: 16px;
  color: #55c4c0;
  margin-bottom: 5px;

}

.cmspage .que-ans p{
    font-size: 14px;
    font-weight: 500;
}
/* faq end */



.page-title{
    text-align: center;
}

.policy-text p{
    text-align: center;
}