html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


* {
  box-sizing: border-box;
}

html, body {
    font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
    /* padding-bottom: 4em; */
}

body.no-fixed{
    padding-bottom: 0em;
}

a {
  text-decoration: none !important;
}

a.call-button{
    position: relative;
    padding-left: 3em;
    font-size: 0.9em;
    line-height: 1.25em;
}

a.call-button i{
    position: absolute;
    top: 30%;
    left: .35em;
    font-size: 1.8em;
}

a.call-button span{
    font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

.container{
    width: 100%;
    max-width: 1024px;
}

header{
    /* background-color: #124e88; */
    /* position: fixed; */
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    /* background-color: white; */
}

header nav h5{
    display: inline-block;
    color: #fff;
}

header nav a{
    float: right;
}

.heading{
    /* background-image: url(../images/banner2.png), linear-gradient(rgba(0,0,0,0.6), rgb(0 0 0 / 63%));
    background-blend-mode: overlay;

    background-repeat: none;
 background-position-y: -70%;
    background-size: cover;
    height: 65vh; */
    padding: 40px 0px;
}

 .heading h2{
     /* margin-top: 15vh; */
 }
.heading_row{
    /* height: 60vh; */
    align-items: center;
    /* justify-content: center; */
}
.heading h4, .heading h2{
    /* background-color: #3cb371cf; */
    /* padding: 0.3em 1em; */
    color: black;
    margin-bottom: 0.25em;
    font-size: 21px;
    line-height: 35px;
    text-align: left;
}
 .heading h4{
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;

 }
.our-advantages{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background: #e6f5ed;
}

.our-advantages ul li{
    margin-bottom: 0.5em;
}

.our-advantages ul li p{
    font-size: 0.95em;
}

.call-us{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background-color: white;
    color: #333;
}

.call-us h5{
    margin-bottom: 0.5em;
}

.why{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background-color: white;
}

.why h5{
    margin-bottom: 0.5em;
}

.text{
    padding-top: 2em;
    padding-bottom: 2em;
}

.text h3{
    font-size: 1.5em;
    margin-bottom: 1em;
}

.text h4{
    margin-top: 1em;
    font-size: 1.25em;
}

.text h5{
    margin-top: 0.75em;
    margin-bottom: 0.25em;
    font-size: 1.05em;
}

.text h5.no-space{
    margin-top: 0.25em;
}

.text a{
    color: #124e88;
    text-decoration: underline !important;
}

#quizes{
    height: 100vh;
}

footer{
    padding: 1em 0.5em;
    /* position: fixed; */
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #e42726;
    color: #fff;
}

footer.no-fixed{
    position: inherit;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: unset;
}

footer a{
    color: #fff;
    font-size: 0.9em;
}

footer a:hover{
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .our-advantages .col-md-5{
        padding-bottom: 1em;
    }

    .our-advantages .col-md-7 ul{
        margin-left: 1em;
    }
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_logo{
    width: 140px;
}

.btn_call{

    color: white;
    background-color: #37a0ed;
    border-color: #37a0ed;
}
.btn_call2{
    margin-top: 15px;
}
.giveus{
    font-size: 25px;
}
.pera{
    padding: 15px 0px;
}
.list_of_benefit{
    margin-top: 20px;
}
.list_of_benefit li{
    font-size: 22px ;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 28px;
}
.list_of_benefit li h6{
    line-height: 28px;
}
.benefitrow{
    justify-content: center;
}
@media (max-width:992px) {
    .heading_row {

        flex-direction: column-reverse;
    }
    .heading h4, .heading h2 {
        text-align: center;
    }
    .col-desk{
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width:767.98px) {
    .banner_img{
        text-align: center;
    }

}
@media (max-width:575.98px) {
 .heading h2 {

        font-size: 17px;
        line-height: 26px;
    }
    .heading h4{
        font-size: 15px;
        line-height: 23px;
    }
}
