@font-face {
	font-family: Poppins-Bold;
	src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
	font-family: Poppins-Regular;
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: Poppins-SemiBold;
	src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: Poppins-Thin;
	src: url('../fonts/Poppins-Thin.ttf') format('truetype');
}
@font-face {
	font-family: Poppins-Medium;
	src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}


body {
  background: #f4fbf8;
  	font-family: Poppins-Medium;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}

a {
  color: #BE1414;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #A00303;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
header {
    padding: 10px;
}

.banner {
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    height: 663px;padding-top: 90px;
}

.banner h1 {
    font-size: 55px;
    color: #eb752d;
	font-family: Poppins-SemiBold;
	margin-bottom: 0;line-height: 55px;
}

.banner h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 50px;
    color: #fff;
    margin-bottom: 0;
}

.banner h1 span {
    color: #fff;
}

.readmore a {
    color: #fff;
    font-size: 25px;
    background-image: linear-gradient(to bottom, #f6a12b, #f59928, #f49126, #f38824, #f18023);
    border-radius: 50px;
    padding: 10px 30px;
    border: solid 2px #fff;
}

.section-header {
    margin-bottom: 50px;
    position: relative;
}

.section-header .section-title {
    font-size: 35px;
    color: #27397d;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-family: 'Poppins-SemiBold';
	padding-left: 15px;
    padding-right: 15px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
}

.card-header {
border-bottom:none;
    background: #fff;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
	border-top: solid 2px #dddddd;
    border-left: solid 2px #dddddd;
    border-right: solid 2px #dddddd;
	    font-size: 18px;
}
.card-header.collapsed {
    margin-bottom: 16px;    border: solid 2px #dddddd;
}

section.frequentlyQues {
    padding: 50px 0 50px 0;
}

.frequentlyQues input.form-control {
    height: 60px;
}
select#age{height: 60px;}
form {
    padding: 10px 110px;
}

.form-group.submitbtn {
    width: 200px;
    float: right;
    padding: 9px;
}
.submitbtn input.form-control.submit {
    height: auto;
}

.submitbtn input.form-control.submit {
    height: auto;
    padding: 9px 17px;
    border-radius: 50px;
    color: #fff;font-size: 25px;
	
	background: #f7913f;
    border-top: solid 4px #f18324;
    border-left: solid 4px #f18324;
    border-right: solid 4px #f18324; cursor:pointer;    border-bottom: none;
}

footer {
    background: #fff url(../images/bottom-fotter.png) no-repeat;
    background-size: cover;
    height: 177px;background-position: center;
}

.social-media ul li {
    display: inline-block;
    width: 40px;
    text-align: center;
}
.social-media ul {
    margin-top: 0px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
}

.social-media ul li a {
    display: inline-block;
    /* border: 2px solid #057d8b; */
    font-size: 20px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 3px 0;
    color: #b7c4ca;
}
.social-media li {
    display: inline-block;
    padding: 8px;
}

.social-media {
    margin: 7% auto;
    margin-bottom: 0;
    color: #b7c4ca;
    font-family: Poppins-Regular;
}


.readystart h2.section-title.text-center {
    margin-bottom: 0;
    padding-bottom: -0;
}


.readystart .section-header {
margin-bottom: 35px;}

.frequentlyQues h2.section-title.text-left {
    margin-bottom: 0;
    padding-bottom: 0;padding-left: 108px;text-transform: uppercase;
}


.frequentlyQues .section-header {
margin-bottom: 34px;}

.card.mb-0 {
    border: none;
}

.card{border:none;background-color: #f4fbf8;}

.card-header {
    border-radius: inherit;
}

#accordion .collapse, #accordion1 .collapse  {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;margin-bottom: 16px;
	border-left: solid 2px #dddddd;
    border-right: solid 2px #dddddd;
    border-bottom: solid 2px #dddddd;
}

.card-title {
    color: #000 !important;font-family: 'Poppins-SemiBold';
}

a.faqs {
    background: #f7913f;
    padding: 3px 30px;
    color: #fff;
    border-radius: 50px;
    border-top: solid 4px #f18324;
    border-left: solid 4px #f18324;
    border-right: solid 4px #f18324;
    font-size: 28px;
    padding-bottom: 4px;
}
.collapse p {
    color: #929293;
    /* font-size: 16px; */
}

.frequentlyQues h6 {
    color: #495057;
    font-size: 23px;padding-left: 98px;
}

.frequentlyQues h6 span {
    color: #f18124;
}

div#accordion, div#accordion1 {
    padding: 0px 95px;
}

@media screen and (max-width: 767px) {
	form {
    padding: 10px 0;
}
.social-media {
    margin: auto;
    padding: 0 15px;
    margin-top: 14%;}
.form-check-label {
    margin-bottom: 15px;
}
.form-group.submitbtn { width: 100%; float:left;}
img.msgr {
    margin: 0 auto;
    display: block;
}
section.frequentlyQues {
    padding: 30px 0 30px 0;
}
.frequentlyQues h2.section-title.text-left{padding-left: 0px;}

div#accordion, div#accordion1 {
    padding: 0;
}
.section-header .section-title {
font-size: 25px;}
.frequentlyQues .section-header {
    margin-bottom: 22px;
}

.frequentlyQues h6 {
    font-size: 18px;
    padding-left: 0;
}

.card-title {
    font-size: 16px;
}
.card-header {
padding: 5px 9px;}
.collapse p {
    font-size: 14px;
}
.banner h1 {
font-size: 25px;line-height: 38px;}
.banner h2{    font-size: 25px;}
.readmore a{font-size: 16px;padding: 7px 20px}
.readmore.mt-5 {
    margin-top: 25px !important;
}
.banner{height: 300px; background-position: bottom;padding-top: 35px;}
.social-media p {
    margin-bottom: 0;
}	
	
}