@charset "utf-8";
*{margin:0;padding:0}
body{
    font-size:15px;
    line-height:1.5;
        /*font-family: 'Kumbh Sans', sans-serif;*/
            font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
        /*font-family: 'Kumbh Sans', sans-serif;*/
            font-family: 'Open Sans', sans-serif;
}
a,figure,h1,h2,h3,h4,h5,h6,p,ul{
    margin:0;padding:0;
    list-style:none;
    outline:0!important;
    text-decoration:none!important;
}
.page_heder {
	background: #fff;
	padding: 10px 0;
}
.top_sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo_top a img {
	width: 165px;
}
.book_btn.call_icon img {
	width: 19px;
	margin-right: 7px;
}
.menu_bar_icon{
	display: none;
}
.top_right ul li span {
	/* color: #ED1B24; */
	color: #fe940c;
	font-size: 17px;
	font-weight: 500;
}
.top_right ul li p, .top_right ul li p a{
	font-size: 18px;
	font-weight: 300;
	color: #1a2555;
}
.top_right ul li span span {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #0bc654;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 6px;
}
.top_right ul {
	display: flex;
	align-items: center;
}
.book_btn {
	background: #fe940c;
	padding: 14px 24px;
	border-radius: 30px;
	color: #fff !important;
	margin-left: 25px;
	font-size: 13px;
}
.menus ul {
	display: flex;
	justify-content: space-between;
}
.menus {
	padding: 14px 0;
	background: #1a2555;
}
.menus ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-size: 15;
	color: #fff;
	font-weight: 600;
}
.sec_a {
	position: relative;
}
.bnr_sec {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgba(26, 37, 85, 0.8);
}
.big_title h1 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
}
.big_title h2 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
}
.big_title p {
	font-size: 19px;
	line-height: 1.3;
	color: #fff;
	margin: 20px 0 0 0;
}
.big_title ul {
	padding-left: 15px;
	margin: 25px 0;
}
.big_title ul li {
	list-style: disc;
	font-size: 15px;
	margin: 10px 0;
	color: #fff;
}
.big_title ul li span{
	color: #ED1B24;
	font-weight: 600;
}
.big_title a {
	background: #ED1B24;
	padding: 16px 40px;
	border-radius: 30px;
	color: #fff !important;
	margin-left: 0;
	font-size: 14px;
	display: inline-flex;
}
.video_bnr {
	padding: 35px;
	background: rgba(255, 255, 255, 0.52);
	border-radius: 15px;
}
.video_bnr h3 {
	font-size: 25px;
	text-align: center;
	color: #1a2555;
	font-weight: 600;
	margin-bottom: 30px;
}
.video_bnr label {
	display: block;
	font-size: 15px;
	color: #1a2555;
}
.video_bnr label {
	display: block;
	font-size: 15px;
	color: #1a2555;
}
.video_bnr form input {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #1a2555;
	color: #1a2555;
}
.video_bnr form textarea {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #1a2555;
	color: #1a2555;
}
.video_bnr form select {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #1a2555;
	color: #1a2555;
	background: #fff;
}
.same_margin {
	margin-bottom: 15px;
}
.video_bnr button {
	background: #1a2555;
	padding: 14px 24px;
	border-radius: 5px;
	color: #fff !important;
	font-size: 14px;
	border: none;
	width: 100%;
	margin-top: 15px;
}
.lst_p {
	display: block;
	font-size: 13px;
	margin-top: 5px;
	color: #020202;
}
.sec_b, .sec_c {
	padding: 60px 0;
	text-align: center;
}
.title-page {
	font-size: 40px;
	font-weight: 700;
	color: #1a2555;
}
.sec_b p {
	font-size: 17px;
	line-height: 1.3;
	color: #7A7A7A;
	margin: 10px 0 0 0;
}
.sec_b h3 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 25px;
}
/*.abt_bullet {
	padding: 15px;
	margin: 30px 0 0 0;
	background: #ffffffb5;
	border-bottom: 5px solid #ed1b24;
	border-radius: 6px;
	box-shadow: 0px 0px 45px 0px rgba(164.99999999999997, 163.99999999999997, 163.99999999999997, 0.23);
}*/
.abt_bullet_main {
	display: flex;
	justify-content: center;
	padding: 10px;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.09) 0px 7px 29px 0px;
	margin-top: 35px;
}
.abt_bullet span {
	font-size: 35px;
	font-weight: 700;
	color: #1a2555;
}
.abt_bullet {
	flex: 1;
	border-right: 1px solid #e8e8e8;
}
.abt_bullet:last-child{
	border:none;
}
.why_box {
	padding: 15px;
	background: #fff;
	border: 1px solid #e3e3e3;
	margin-top: 30px;
	box-shadow: 0px 0px 45px 0px rgba(164.99999999999997, 163.99999999999997, 163.99999999999997, 0.23);
}
.why_box-1 {
	padding: 15px;
	background: #fe940c;
	border: 1px solid #e3e3e3;
	margin-top: 30px;
	box-shadow: 0px 0px 45px 0px rgba(164.99999999999997, 163.99999999999997, 163.99999999999997, 0.23);
}
.why_box img {
	width: 100%;
}
.why_box span {
	width: 50px;
	display: block;
	margin: 0 auto;
	margin-bottom: 17px;
}
.why_box p {
	padding: 0 12px;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #7A7A7A;
}
.why_box-1 p {
	padding: 0 6px;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #fff; font-weight: 600;
}
.sec_c {
	background: #fdfdfd;
}
.labels_all {
	display: flex;
	justify-content: center;
	text-align: center;
}
.lebel_box {
	width: 300px;
	min-width: 300px;
	border: 1px solid #DDD;
	margin: 0 12px;
	padding: 20px;
	border-radius: 5px;
}
.lebel_box h3 {
	font-size: 19px;
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #ed1b24;
}
.lebel_box p {
	font-size: 16px;
	line-height: 1.3;
	color: #7A7A7A;
}
.h5_title {
	text-align: center;
	margin: 25px;
	background: #f9f9f9;
	padding: 7px;
	font-size: 20px;
	border-radius: 5px;
}
.sec_d, .sec_e_bg {
	padding: 60px 0;
	text-align: center;
}
.Get_free_ad {
	background: #ED1B24;
	padding: 14px 24px;
	border-radius: 30px;
	color: #fff !important;
	margin-left: 0;
	font-size: 14px;
	display: inline-flex;
	max-width: 300px;
	width: 100%;
	justify-content: center;
	margin-top: 35px;
	text-transform: uppercase;
}
.sec_e_bg {
	background: rgba(255, 255, 255, 0.56);
}
.price_box {
	/*width: 25%;*/
	padding: 15px;
	background: #fff;
	margin: 15px 0;
	border: 1px solid #cacaca;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
/*.price_box span {
	min-height: 20px;
}*/
.pricing_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.price_box h6 {
	font-size: 15px;
	margin-top: 12px;
	color: #7A7A7A;
	font-weight: 300;
	margin-bottom: 0;
}
.price_box h2 {
	font-weight: 600;
	color: #1a2555;
	font-size: 22px;
}
.offer_p {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	background: #1a25553b;
	
	border-radius: 5px;
}
.offer_p div {
	flex: 1;
	padding: 10px;
}
.ofer_rght {
	background: #fe940c;
	border-radius: 0 5px 5px 0;
}
.offer_p span {
	font-size: 12px;
}
.offer_p p {
	font-size: 15px !important;
	font-weight: 500;
	text-transform: uppercase;
	color: #1a2555;
}
.offer_p .ofer_rght p {
	color: #fff;
}
.offer_p .ofer_rght span{
color: #fff;
}
.offer_p .ofer_rght p span {
	font-size: 21px;
}
.price_box ul {
	margin-top: 20px;
}
.package_book_btn {
	background: #1a2555;
	padding: 14px 24px;
	border-radius: 30px;
	color: #fff !important;
	font-size: 14px;
	display: block;
	margin-top: 25px;
}
.pakage_para {
	font-size: 19px;
	line-height: 1.3;
	color: #7A7A7A;
	margin: 0 0 30px 0;
}
.min_h_a {
	min-height: 206px;
}
.min_h_b{
	min-height: 467px;
}
.price_box ul li {
	padding: 10px 0;
	border-bottom: 1px solid #d5d5d5;
	color: #7A7A7A;
	display: flex;
	align-items: left;
	text-align:left;
	
}
.price_box ul li strong { padding-right:10px;
}
.price_box ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.price_box ul li img {
	width: 16px;
	margin-right: 10px;
}
.price_box p {
	font-size: 24px;
	color: #1a2555;
	font-weight: 600;
}
/*.price_box span {
	display: block;
	font-size: 13px;
	color: white;
	position: absolute;
	left: -17px;
	top: 23px;
	background: #ed1b24;
	padding: 7px 10px;
	transform: rotate(-55deg);
}*/
.sec_e_bg .title-page {
	margin-bottom: 25px;
}
.batch_class {
	background: #f9f9f9;
	padding: 55px 25px 25px 25px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	margin-top: 40px;
	position: relative;
}
.batch_icon {
	width: 70px;
	height: 70px;
	background: #ed1b24;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px;
	border-radius: 50%;
	border: 1px solid black;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	top: -35px;
}
.batch_icon img {
	width: 100%;
}
.batch_class h6 {
	font-size: 20px;
	color: #ed1b24;
}
.batch_class p {
	margin: 10px 0;
	font-size: 16px;
	color: #000;
}
.batch_class ul li {
	list-style: disc;
	font-size: 14px;
	margin: 7px 0;
	color: #7A7A7A;
}
.batch_class ul li span {
	color: #ed1b24;
}
.sec_f .Get_free_ad {
	max-width: 350px;
}
.sec_g .sec_e_bg {
	background: rgba(2, 2, 2, 0.79);
}
.sec_g h2 {
	font-size: 45px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}
.sec_g h2 span{
	color: #ed1b24;
}
.sec_g .sec_e_bg {
	padding: 135px 0;
}
.sec_g {
	position: relative;
}

.frm_contact .fld_a .frm_fld {
	width: 100%;
	height: auto;
	background: white;
	border: 1px solid #d9d9d9;
	padding: 12px;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	resize: none;
}
.frm_contact h5 {
	font-size: 24px;
	font-weight: 600;
	color: #ed1b24;
	text-align: left;
	margin-bottom: 25px;
}
.frm_contact {
	position: absolute;
	right: 0;
	top: 0;
	background: white;
	padding: 25px;
	border-radius: 10px;
	max-width: 400px;
	width: 100%;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.frm_contact .fld_a {
	margin-bottom: 12px;
}
.book_cnslt {
	width: 100%;
	padding: 13px;
	border: none;
	border-radius: 50px;
	background: #fe940c;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.sec_h{
	padding: 65px 0px;
}
.sec_h p {
	font-size: 18px;
	color: #7a7a7a;
}
.sec_h h4 {
	font-size: 24px;
	color: #ed1b24;
	margin: 15px 0;
}

.sec_h ul li {
	color: #7a7a7a;
	font-size: 16px;
	margin: 10px 0;
	position: relative;
	padding-left: 35px;
}
.sec_h ul li::before {
	content: "";
	background: url(../images/certificate.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	background-size: cover;
	left: 0;
}
.footer_section {
	padding: 0;
	background: #1A2555;
	text-align: center;
}
.footer_section p {
	color: #fff;
	padding: 15px 0;
}
.video_bnr iframe {
	width: 100%;
	height: 302px;
	border-radius: 10px;
}

.icon_levels {
	display: flex;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 19px;
}
.icon_levels img{
	width: 100%;
}
.book_a_demo {
	background: #ED1B24;
	padding: 12px;
	border-radius: 30px;
	color: #fff !important;
	margin-left: 0;
	font-size: 14px;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin-top: 17px;
	max-width: 250px;
	text-transform: uppercase;
}
.video_a iframe {
	width: 100%;
	height: 251px;
	border-radius: 10px;
	margin-top: 30px;
}
.what_say {
	text-align: center;
	padding: 65px 0px;
	background: #f9f9f9;
}
.modal-body .frm_contact {
	position: unset;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
}
.close_btn{
	display: none;
}
.dlt_price h6 {
	font-size: 16px;
}
.dlt_price del {
	margin-right: 10px;
	font-size: 26px;
}
.fixed_btn{
	display: none;
}
.sec_h .frm_contact {
	position: unset;
}
.bullet_one li {
	padding-left: 20px !important;
}
.bullet_one li::before {
	background: #ed1b24 !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	top: 7px;
}
.thnk_bdy {
	text-align: center;
	max-width: 450px;
	margin: 0 auto;
	display: block;
	width: 100%;
	padding: 50px;
	border: 1px dashed #a4a4a4;
}
.thnk_bdy h2 {
	font-size: 24px;
	font-weight: 600;
	color: #192354;
	margin-bottom: 13px;
}
.thnk_bdy p {
	color: #7a7a7a;
	font-size: 16px;
}

.c_test_main {
	display: flex;
	align-items: center;
	text-align: left;
	padding: 15px;
	background: #fff;
	border: 1px solid #eaeaea;
	margin-top: 30px;
	box-shadow: 0px 0px 45px 0px rgba(164.99999999999997, 163.99999999999997, 163.99999999999997, 0.23);
}
.c_test_icon {
	min-width: 60px;
	width: 60px;
	background: white;
	padding: 6px;
	border-radius: 50%;
	margin-right: 11px;
	border: 1px solid #eaeaea;
	box-shadow: 0px 0px 45px 0px rgba(164.99999999999997, 163.99999999999997, 163.99999999999997, 0.23);
}
.c_test_icon img {
	width: 100%;
}
.c_test_content h6 {
	font-size: 15px;
	color: #1a2555;
}
.c_test_content p {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin: 7px 0 0 0;
	color: #686868;
	flex-wrap: wrap;
}
.accre_logo {
	display: flex;
	justify-content: center;
}
.accre_logo img {
	width: 229px;
	margin: 35px 14px 0 14px;
	border-radius: 10px;
}
.trusted {
	text-align: center;
	padding: 65px 0px;
}
.trusted .accre_logo img {
	width: auto;
	border-radius: 0;
}
.bnr_img {
	width: 100%;
}
.price_para {
	display: block;
	width: 100%;
}
.price_para img {
	width: 14px;
	vertical-align: middle;
}
.price_para {
	font-size: 15px;
	font-weight: 500;
	color: #2b2a2a;
	display: flex;
	align-items: center;
	width: 100%;
}
.whats_app_fixed {
	position: fixed;
	right: 45px;
	bottom: 74px;
}
.whats_app_fixed img {
	width: 50px;
}	
.fixed_btn {
	display: none;
}	
#callnowbutton {
	font-size: 0;
}
.book_btn.mobile_on {
	background: #fff;
	color: #1a2555 !important;
}
.thnk_bdy a {
	padding: 9px 42px;
	display: inline-block;
	background: #1a2555;
	color: #fff;
	border-radius: 50px;
	margin-top: 20px;
}

.big_title h1 span {
	color: #fe940c;
}
.big_title h2 span {
	color: #fe940c;
}
.book_bnr_button {
	background: #fe940c;
	color: #1a2555 !important;
	border: none !important;
	padding: 17px 0 !important;
	outline: none !important;
	font-size: 16px;
	font-weight: 500;
}






/*media*/
@media (max-width: 767px){
	.footer_section {
	/*margin-bottom: 50px;*/
}
.fixed_btn{
	display: block;
}
.fixed_btn a {
	background: #000;
	display: flex;
	justify-content: center;
	padding: 14px 8px;
	color: #ffff;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
}
	.close_btn{
	display: block;
}
.close_btn img {
  width: 27px;
  background: #fff;
  padding: 7px;
  cursor: pointer;
}
.close_btn {
  display: flex;
  justify-content: flex-end;
}
.top_sec {
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	align-items: center;
}
.top_right {
	margin-top: 0;
}

.big_title p {
	font-size: 15px;
	margin: 10px 0 0 0;
}
.big_title ul {
	margin: 10px 0;
}
.bnr_img {
	display: none;
}
.bnr_sec {
	position: unset;
	display: block;
	height: auto;
	padding: 40px 0px;
}
.sec_a {
	background: url(../images/bnr.jpg)0 0 no-repeat;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*padding: 40px 0;*/
}
.video_bnr iframe {
	height: 244px;
	margin-top: 15px;
}
.sec_b, .sec_c, .sec_d, .sec_e_bg, .what_say, .sec_h, .sec_g .sec_e_bg{
	padding:40px 0px;
}
.title-page, .big_title h1  {
	font-size: 26px;
}

.title-page, .big_title h2  {
	    font-size: 22px;
    line-height: 30px;
    padding: 20px 0px;
}
.sec_b p {
	font-size: 15px;
}
.h5_title {
	margin: 25px 0 0 0;
	font-size: 19px;
	width: 100%;
}
.lebel_box {
	min-width: 100%;
	width: 100%;
	margin-top: 15px;
}
.labels_all {
	flex-wrap: wrap;
}
.lebel_box p {
	font-size: 15px;
}
.lebel_box h3 {
	font-size: 17px;
}
.Get_free_ad {
	padding: 14px 20px;
	font-size: 14px;
	max-width: 250px;
}
.price_box p {
	font-size: 20px;
}
.price_box h6 {
	font-size: 20px;
}
.batch_class h6 {
	font-size: 17px;
}
.sec_f .Get_free_ad {
	max-width: 250px;
	font-size: 12PX;
}
.sec_g h2 {
	font-size: 23px;
}
.frm_contact {
	position: unset;
	width: 100%;
	margin-top: 25px;
	min-width: 100%;
}
.frm_contact .fld_a .frm_fld {
	padding: 7px 12px;
}
.sec_h h4 {
	font-size: 22px;
}
.sec_h ul li {
	font-size: 15px;
	margin: 13px 0;
}
.footer_section p {
	font-size: 13px;
}
.menu_bar_icon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu_bar_icon img {
	width: 35px;
	cursor: pointer;
}
.book_btn.mobile_off {
	display: none;
}
.book_btn.call_icon {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 15px;
}
#menus {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	background: #1a2555;
	top: 0;
	left: 0;
	transition: all 0.2 ease-in-out;
	display: block;
	padding: 22px;
	transform: translateX(-100%) translateY(0);
}
#menus.active_menu{
	transform: translateX(0%) translateY(0);
}
#menus li a {
	display: block;
	margin: 14px 0;
	font-size: 13px;
}
.modal-body .frm_contact {
	margin: 0;
	padding: 0;
}
.modal-title {
	font-size: 18px;
}
.book_cnslt {
	font-size: 13px;
}
#callnowbutton {
	display: block;
	position: fixed;
	text-decoration: none;
	z-index: 2147483647;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	transform: scale(1);
	bottom: 15px;
	left: 20px;
	font-size: 0px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA5ZDAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==) center/35px 35px no-repeat #00bb00;
}
.whats_app_fixed {
	position: fixed;
	right: 14px;
	bottom: 18px;
	z-index: 9;
}
.fixed_btn {
	display: block;
}
.fixed_btn a {
	background: #fe940c;
	display: flex;
	justify-content: center;
	padding: 15px 12px;
	color: #ffff;
	position: fixed;
	bottom: 38%;
	z-index: 9;
	width: auto;
	right: -100px;
	transform: rotate(-90deg);
	font-size: 12px;
	border-radius: 5px 5px 0 0;
}
.abt_bullet_main {
	flex-wrap: wrap;
}
.abt_bullet {
	width: 50%;
	min-width: 50%;
   border-bottom: 1px solid #e8e8e8;
   padding: 15px 0;
}
.abt_bullet:nth-child(2) {
	border-right: none;
}
.abt_bullet:nth-child(3) {
	border-bottom: none;
}
.min_h_a, .min_h_b {
	min-height: unset;
}
.accre_logo img {
	width: 136px;
}
.trusted .accre_logo img {
	width: 105px;
}
.top_right ul {
	justify-content: space-between;
}
.logo_top {
	width: auto;
	text-align: center;
	margin-bottom: 0;
}
.book_btn{
	display: none;
}
.book_bnr_button {
	padding: 14px 0 !important;
	font-size: 13px;
}
}
@media (max-width: 640px){

.accre_logo {
	flex-wrap: wrap;
}
.trusted .accre_logo img {
	width: 149px;
}
}

@media (max-width: 480px){

.thnk_bdy {
	padding: 15px;
}
.thnk_bdy p {
	font-size: 15px;
}
.thnk_bdy h2 {
	font-size: 22px;
}
.video_bnr h3 {
	font-size: 20px;
	margin-bottom: 17px;
}
.video_bnr {
	padding: 20px;
}
.abt_bullet span {
	font-size: 24px;
}
.pakage_para {
	font-size: 15px;
	margin: 0 0 20px 0;
}
.price_box h2 {
	font-size: 19px;
}
.price_box h6 {
	font-size: 16px;
}
.c_test_main {
	width: 70%;
	margin: 0 auto 20px;
}
}

@media (max-width: 414px){

.book_btn.mobile_on {
	/*padding: 11px 13px;
	margin-left: 15px;*/
	font-size: 11px;
	display: flex;
}
.top_right ul li span {
	font-size: 14px;
}
.top_right ul li p, .top_right ul li p a {
	font-size: 14px;
}
.video_bnr iframe {
	height: 200px;
}
}
#price-main {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 50px 0px 70px;
    float: left;
    background: #fff;
}
.items-title {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px 50px;
    float: left;
    text-align: center;
}
.items-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    font-weight: 700;
    color: rgb(27,38,86);
}
.how-wrks {
    width: 23.3%;
    float: left;
    margin: 0px;
}
.how-work-img img {
    width: 100%;
    float: left;
}
.work-text {
    margin-top: -25px;
}
.work-text p {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #ffb311;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
}
.work-text h5 {
    margin: 0px;
    padding: 0px;
    color: #2f2f2f;
    font-weight: 600;
    font-size: 14px;
}
.howarrw {
    width: 14.9%;
    float: left;
    height: 100%;
    padding: 0px 15px;
}
.howarrw img {
    width: 100%;
    float: left;
    margin-top: 65px;
}
@media (max-width: 767px){
.items-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 26px;
    font-weight: 700;
    color: rgb(27,38,86);
}
}