.jumbotron {
    background-color: #0868b8;

    color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}

.jumbotron p {
    color: #fff;
}

body {
    font-family: 'Ubuntu', sans-serif;
}

#header {
    padding: 20px 0;
}

#header .logo {
    max-width: 250px;
}

section {
    padding: 60px 0;
}

.section1 {
    background-color:#31B9A6;
    color: #fff;
    background-image: linear-gradient(120deg, rgb(9, 134, 71) 0%, #31B9A6 100%);
}

.section2 {
    background-color: #ffb72f;
    color: #fff;
    background-image: linear-gradient(120deg, #c48105, #fdbc43 100%);
}

.section3 {
    background-color:#727b93;
    background-image: linear-gradient(120deg, #525a70, #727b93 100%);
    color: #fff;
}

.section4 {
    background-color:#f58569;
    background-image: linear-gradient(120deg, #dd3f18, #f58569 100%);
    color: #fff;
}
.section5{
    background-color: #31b9a6;
    background-image: linear-gradient(120deg, #0562b9, #31b9a6 100%);
    color: #fff;
}

.mainbtn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22px;
    line-height: 18px;
    font-weight: 800;
}

.mainbtn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.mainbtn:before,
.mainbtn-heart:after,
.mainbtn-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Button 2 */
.btn-2 {
    background: #f28e24;
    color: #fff;
    display: inline-block;
    box-shadow: 0 6px #ba6408;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */
.btn-2a {
    border-radius: 0 0 5px 5px;
}

button:focus {
    outline: none;
}

.btn-2a:hover {
    border: none;
    box-shadow: 0 6px #bb7204;
    background: #d38309;

    top: 2px;
    color: #fff;
    text-decoration: none;
}

.btn-2a:active {
    box-shadow: 0 6px #c09909;
    background: #d38309;
    top: 6px;
    border: none;
}

.page_des {
    font-family: "Open Sans", sans-serif;
    padding-bottom: 20px;
    font-size: 18px;
}

.heading {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
}

.gray-bg {
    background-color: rgba(71, 71, 71, 0.09);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
}

.video_sec::after {
    clear: both;
}

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

.video_sec {
    margin-bottom: 20px;
    zoom: 1;
    margin: 20px 30px;

}

.video_iframe {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
    padding-bottom: 56.25%;
}

.video_iframe:before {
    content: '';
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent;
    max-width: 100%;
}

.text-heading {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 700;
}

.steprow {
    margin: 20px;
    margin-bottom: 30px;
}

.mainstep-row {
    padding: 10px 0;
}

.mainstep-row .stepbtn-row {
    margin: 20px;
    display: flex;
    align-items: center;
}

.step_heading {
    width: 80%;
}

.step_button {
    width: 20%;
}

.step_heading h6 {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 30px;
}
.paddnone{
    padding: 0 !important;
}
.section1 .steprow {
    margin: 0px;
    margin-bottom: 50px;
}
.section1 .steprow .text-heading {
    color: #fff;
    font-size:40px;
}
.des_button {
    margin-top: 30px;
    margin-bottom: 20px;
}

.maindes {
    padding-bottom: 40px;
}

.textdet {
    padding-bottom: 40px;
    font-size: 18px;
}

.textdet li {
    padding-top: 5px;
}

.blue {
    color: #797cd2;
}

.mar20 {
    margin: 20px;
}

.f18 {
    font-weight: 600;
    font-size: 18px;
}

.mar_b15 {
    margin-bottom: 15px;
}

.content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f7;
   
    margin-top: 50px;
    margin-bottom: 50px;
}
.after_pay{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f7;
    text-align: center;
}
.martb{
    margin-top: 50px;
    margin-bottom: 50px;
}
.conful {
    font-weight: 700;
    text-align: center;
    font-style: italic;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.sp1 {
    color: #6f7a87;
}

.sp1a {
    color: #0660cb;
}

.sp2 {
    color: #ef2a37;
}


.dvideo {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 30px;
    padding-top: 50px;
}

.faq_tex {
   background-color: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-top: 60px;
}
.faq_cont {
    padding:5px 0;
    width:100%;
}

.que{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0px;
}
.ans{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    border-bottom: 1px dashed rgba(0, 0, 0, 0.33);
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.quecont {
    text-align: right;
    padding-right: 20px;
}
.anscont {
    text-align: left;
    padding-left: 20px;
    padding-right: 40px;
}
.queimg,.ansimg{
    width: 100px;
    flex: 0 0 100px;
}
.queimg img,.ansimg img{
    width: 100%;
    border-radius: 50%;
}



/* ************* */
.foot_text{
	text-align: center;
	background-color: #686767;
	padding: 2rem 0;
	font-size: 0.85rem;
	color: #fff;
}
.footer_top{
	padding: 40px 0;
	background-color: #3c3d41;
	color: #fff;
	font-size: 16px;
}
.footer_top h3 {
font-size: 18px;
}
.footer_top h5, .footer h3 {
	font-size: 16px;
	}
	.footer h3, .foot_bottom span {
		color: #d3ae55;
	}
	
.authimg{
	max-width:100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
}
.footer{
	padding: 20px 0  0;
	background-color: #202020;
	color: #cfd3d1;
}
.footer a{
	color: #cfd3d1;
	text-decoration:none;
}
.foot_bottom{
	padding-top: 15px;
	background-color: rgb(19, 19, 19);
	font-size: 14px;
}
.dotnone li{
    list-style-type: none;
    padding-bottom: 5px;
}
@media(max-width:767px) {
    .m-hide {
        display: none !important;
    }

    .heading {
        font-size: 32px;
    }

    .page_des {
        font-family: "Open Sans", sans-serif;
        padding-bottom: 20px;
        font-size: 17px;
    }

    .jumbotron {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .video_sec {
        margin: 0px;
    }

    .text-heading {
        text-align: center;
    }
    .section1 .steprow .text-heading {
        font-size: 30px;
    }
    .step_heading h6 {
        font-size: 22px;
    }
    .anscont {
        padding-right: 0px;
    }
    .ans {
        align-items: flex-start;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .faq_tex {
        padding-top: 40px;
        padding-bottom: 20px;
        margin-top: 40px;
    }
    .faq_tex h1 {
        font-size: 36px;
    }
    .authimg {
        max-width: 100px;
    }

    .maindes {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .stepbtn-row h6 {
        margin-bottom: 15px;
    }

    .step_button {
        padding: 20px 0;
        text-align: center;
    }

    .mainbtn {
        padding: 15px 30px;
    }
}