*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* General CSS */
.smoc_container{
	width:1200px;
	margin:0 auto;
}


/* Fonts CSS */
@font-face {
    font-family: 'Helvetica Light';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype'),
        url('../fonts/Helvetica-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-Regular.woff') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('../fonts/BebasNeue-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Oblique';
    src: url('../fonts/Helvetica-Oblique.eot');
    src: url('../fonts/Helvetica-Oblique.eot#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Oblique.woff') format('woff2'),
        url('../fonts/Helvetica-Oblique.woff') format('woff'),
        url('../fonts/Helvetica-Oblique.ttf') format('truetype'),
        url('../fonts/Helvetica-Oblique.svg') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica BoldOblique';
    src: url('../fonts/Helvetica-BoldOblique.eot');
    src: url('../fonts/Helvetica-BoldOblique.eot#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-BoldOblique.woff') format('woff2'),
        url('../fonts/Helvetica-BoldOblique.woff') format('woff'),
        url('../fonts/Helvetica-BoldOblique.ttf') format('truetype'),
        url('../fonts/Helvetica-BoldOblique.svg') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body{
	font-family: 'Helvetica';
	font-size:14px;
}


.smoc_container:after, .smoc_topbar_div_inner:after, .smoc_header:after, .smoc_section_05_div:after, .smoc_contact_pg_feature_list ul:after, .smoc_services_right_dv_box_inner ul:after, .smoc_whyus_counter_list_dv ul:after, .smoc_whyus_services_box_dv ul:after, .smoc_home_section_02_feature_list ul:after, .smoc_home_section_03_services_list ul:after{
	content:"";
	display:block;
	clear:both;
}

.smoc_clearfix{
	clear:both;
}



/* Top bar CSS */
.smoc_topbar_div{
	background-color:#000000;    
	height: 50px;
	line-height: 50px;
}

.smoc_topbar_left_side, .smoc_topbar_right_side{
	width:50%;
	float:left;
}

.smoc_topbar_left_side ul, .smoc_topbar_right_side ul{
	list-style:none;
	padding:0;
}

.smoc_topbar_left_side ul li {
    display: inline-block;
	margin-right:18px;
}

.smoc_topbar_left_side ul li img{
	margin-right:10px;
	position: relative;
    top: 2px;
}

.smoc_topbar_left_side ul li span {
    position: relative;
    bottom: 0px;
}

.smoc_topbar_left_side ul li a, .smoc_topbar_right_side ul li a{
	color:white;
	text-decoration:none;
}

.smoc_topbar_right_side ul li{
	text-align: right;
}

.smoc_topbar_right_side ul li a {
    background-color: #53732b;
    color: white;
    padding: 10px;
    border-radius: 5px;
	font-weight: 600;
    text-transform: uppercase;
}

.smoc_topbar_right_side ul li a:hover {
	background-color:#53732b;	
}


/* Footer CSS */
.smoc_footer_div{
	background-color: #000000;
	padding-top:70px;
}

.smoc_footer_section{
	/* width: 386px; */    
    width: 285px;
	float:left;
	margin-right:20px;
}

.smoc_footer_section_last{
	margin-right:0px;
}

.smoc_footer_section h2 {
    font-family: 'Helvetica Bold';
    color: #fefefe;
    margin-bottom: 35px;
    font-size: 28px;
}

.smoc_footer_section p {
    color: #fefefe;
	line-height:22px;
}

.smoc_footer_section ul li{
	line-height:26px;
}

.smoc_footer_section ul li a {
    color: #fefefe;
	text-decoration:none;
}

/* Footer Contant Bar CSS */
.smoc_footer_contact_bar {
    background-color: #86c232;
    height: 60px;
    line-height: 60px;
	margin-top:30px;
	text-align:center;
}

.smoc_footer_contact_bar ul li{
	display: inline-block;
	margin-right:25px;
}

.smoc_footer_contact_bar ul li:last-child{
	margin-right:0px;
}

.smoc_footer_contact_bar ul li a{
	color: #000000;
	text-decoration:none;
}

.smoc_footer_contact_bar ul li a img {
    vertical-align: middle;
	margin-right:10px;
}

.smoc_copyright_bar{
	color: #ffffff;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}


.smoc_footer_section.smoc_footer_section_02 {
    margin-top: 35px;
}

.smoc_footer_section_02 p {
    color: #ffc000;
    margin-bottom: 20px;
    font-style: italic;
    margin-top: 12px;
}


.smoc_footer_section_02 ul {
    list-style: none;
}

.smoc_footer_section_02 ul li {
    float: left;    
	margin-right: 10px;
}


/* Section 01 */
.smoc_section_01{
    /* background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/section_01.webp); */
    height: 850px;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    /* background-color: #380007; */
	z-index: 99;
    position: relative;
}

.smoc_header {
    padding: 30px 0px;
	/*margin-bottom:100px;*/
    margin-bottom:110px;
}

.smoc_header_left {
    width: 350px;
    float: left;
}

.smoc_header_right {
    width: calc(100% - 350px);
    float: left;
}

.smoc_header_right_inner {
    text-align: right;
}

.smoc_header_right ul {
    list-style: none;
    padding: 0;
	margin-top: 15px;
}

.smoc_header_right ul > li {
	display:inline-block;	
	padding-right: 15px;
	position:relative;
}

.smoc_header_right ul > li:last-child {	
	padding-right: 0px;
}

.smoc_header_right ul > li > a{
	color:#86c232;
	text-decoration:none;
}

.smoc_header_right ul > li.menu-item-has-children > ul {
    display: none;
}

.smoc_header_right ul > li.menu-item-has-children:hover > ul {
    display: block;
}

.smoc_header_right ul > li.menu-item-has-children > ul {
    position: absolute;
    left: 0;
    margin: 0;
    text-align: left;
	width: 250px;
    background-color: white;
    z-index: 9999;	
}

.smoc_header_right ul > li.menu-item-has-children > ul > li {
	display:block;	
	padding-right: 15px;
	position:relative;
	border-bottom: 1px solid #ddd;
}

.smoc_header_right ul > li.menu-item-has-children > ul > li a {
    color: black;
    text-decoration: none;
	padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-left: 10px;
}

.smoc_header_right ul > li.menu-item-has-children > ul > li:last-child {    
	border-bottom: 0px solid #ddd;
}

.smoc_header_right ul > li.menu-item-has-children {
    padding-right: 25px;
	pointer:cursor;
}

li.menu-item-has-children:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #86c232;
    position: absolute;
    right: 8px;
    top: 5px;
}

.smoc_section_01_left_side {
    width: 60%;
    float: left;
}

.smoc_section_01_left_side_inner h1 {
    color: white;
    font-size: 90px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: 50px;
}

.smoc_section_01_left_side_inner h2 {
    font-size: 32px;
    color: white;
    margin-bottom: 40px;
    font-weight: 400;
}

.smoc_section_01_left_features{	
    list-style: none;
    padding: 0;
}

.smoc_section_01_left_features li {
    display: inline-block;
    margin-right: 10px;
    background-color: #ffc000;
    color: black;
   /* padding: 10px 24px;*/
    border-radius: 10px;
	font-weight: 600;
}

.smoc_section_01_left_features li:last-child{
	margin-right:0px;
}

.smoc_section_01_left_features li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px 24px;
}


.smoc_section_01_right_side {
    width: 40%;
    float: left;
}

.smoc_section_01_right_side_form h3 {
    background-color: #ffc000;
    padding: 7px;
    font-size: 38px;
    text-align: center;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 0.5px;
    font-weight: 200;
}

.smoc_section_01_right_side_form_div {
    width: calc(100% - 20px);
    background-color: #00000099;
    margin: 0 auto;
    border: 5px solid #6c748a;
    border-top: 0;
}

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

.smoc_section_01_right_side_form_div input[type="text"], .smoc_section_01_right_side_form_div input[type="tel"], .smoc_section_01_right_side_form_div input[type="email"] {
    border: 2px solid #ddd;
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 15px;
    border-radius: 5px;
}

.smoc_form_btn {
    background-color: #f38820;
    color: #fff;
    padding: 14px 35px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}

input.wpcf7-not-valid {
    border: 2px solid red !important;
}

span.wpcf7-not-valid-tip {
    display:none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, 
.wpcf7 form.sent .wpcf7-response-output{
    color: white;
}

.smoc_section_01_right_side_form_div .wpcf7-spinner{display:none;}

ul.smoc_form_features {
    width: 210px;
    color: white;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.smoc_form_features li {
    text-align: left;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}


.smoc_form_features li span {
    vertical-align: top;
    margin-left: 15px;
    display: inline-block;
}

/* Section 02 */
.smoc_section_02{
	background-image:url(../images/section_02.webp);
	height:895px;	
    width: 100%;
	background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
	position: relative;
    margin-top: -250px;
    z-index: 9;
}

.smoc_section_02_div {
    /* padding: 290px 0pc; */
	padding-top: 250px;
}

.smoc_section_02_heading{
	text-align:center;
}

.smoc_section_02_services_div {
    width: calc(25% - 10px);
    margin-right: 10px;
    background-color: #000000ab;
    border-radius: 20px;
	float: left;
}

.smoc_section_02_services_section_img {
    text-align: center;
    margin-bottom: 20px;
}

.smoc_section_02_services_div_inner {
    padding: 30px 15px;
    text-align: center;
}

.smoc_section_02_services_section_heading {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.smoc_section_02_services_section_txt {
    margin-bottom: 20px;
}

.smoc_section_02_services_section_heading, .smoc_section_02_services_section_txt {
    color: white;
}

.smoc_section_02_services_section_order_btn a {
    color: black;
    text-decoration: none;
    font-size: 17px;
    background-color: #ffc000;
    padding: 12px;
    display: inline-block;
    border-radius: 10px;
}

.smoc_section_02_heading, .smoc_section_03_heading, .smoc_section_04_heading {
    font-size: 70px;
    text-align: center;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Section 03 */
.smoc_section_03{
 /*   background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/section_03.png);*/
    height: 1389px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -260px;
    z-index: 9;
}

.smoc_section_03_div {    
	padding-top: 350px;
}

.smoc_section_03_services_div {
    width: calc(50% - 30px);
    float: left;
    border: 10px solid #000;
    margin-right: 30px;
    margin-bottom: 50px;
    border-radius: 20px;
}

.smoc_section_03_services_div_inner {
    padding: 15px;
}

.smoc_marg_right_0 {    
    margin-right: 0px;    
}

.smoc_section_03_services_section_number {
    float: right;
    position: relative;
    top: -25px;
    right: -25px;
    background-color: #f8c000;
    font-size: 65px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    font-weight: 100;
}

.smoc_section_03_services_section_txt {
	font-size: 22px;
    width: calc(100% - 35px);
    text-align: left;
    margin-bottom: 40px;
    line-height: 26px;
	height: 135px;
}

.smoc_section_03_services_section_heading h2 {
    font-size: 30px;
}

.smoc_section_03_services_number_02 {    
    background-color: #ddad01;
}

/* Section 04 */
.smoc_section_04 {
    /* background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/section_04.webp); */
    height: 1723px;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -226px;
    z-index: 9;
}

.smoc_section_04_div {
    /* padding: 290px 0pc; */
	padding-top: 190px;
}

.smoc_section_04_heading{
	text-align:center;
	color:#fff
}

.smoc_section_04_services_img_div {
    text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;	
}

.smoc_section_04_services_section_heading {
    font-size: 35px;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 20px;
    position: relative;
}

.smoc_section_04_services_section_heading:after {
    content: "";
    display: block;
    width: calc(100% - 200px);
    height: 5px;
    background-color: white;
    position: absolute;
    bottom: 23px;
    right: 0;
}  

.smoc_section_04_services_section_txt p {
    font-size: 22px;
    margin-bottom: 50px;
    color: white;
    line-height: 30px;
}

.smoc_section_04_services_section_02 .smoc_section_04_services_section_heading {
    text-align: right;
}

.smoc_section_04_services_section_02 .smoc_section_04_services_section_heading:after {
    content: "";
    display: block;
    width: calc(100% - 320px);
    height: 5px;
    background-color: white;
    position: absolute;
    bottom: 23px;
    right: auto;
    left: 0;
} 

/* Section 05 */
.smoc_section_05 {
    background-image: url(../images/why-us-contact-bg.jpg);
    height: 474px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.smoc_section_05_div {
    /* padding: 290px 0pc; */
	padding-top: 190px;
}

.smoc_section_05_contant_col2 input[type="text"], .smoc_section_05_contant_col2 input[type="tel"], .smoc_section_05_contant_col2 input[type="email"],
 .smoc_section_05_contant_col2 input[type="phone"] {
    border: 2px solid #ddd;
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 15px;
    border-radius: 5px;
}

.smoc_section_05_contant_col {
    width: calc(33% - 20px);
    float: left;
}

.smoc_section_05_contant_col3 ul.smoc_form_features {
    margin-top: 0;
    font-size: 23px;
    width: 100%;
    color: #9c000b;
    margin-left: 50px;
    font-weight: bold;
}

.smoc_section_05_contant_col3 ul.smoc_form_features li {
	margin-bottom: 0px;
    height: 150px;
    width: 50%;
    float: left;
	text-align: center;
	color:#86c232;
}

.smoc_form_features_img_dv {
    height: 60px;
}

.smoc_section_05_contant_col3 ul.smoc_form_features img {
    display:block;	
    margin: 0 auto;
	margin-bottom: 20px;
    width: 50px;	
}

.smoc_section_05_contant_col3 li span {
    vertical-align: top;
    margin-left: 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
}

.smoc_section_05_contant_col1 h3 {
    font-size: 65px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 400;
    color: #86c232;
    line-height: 60px;
}

.smoc_section_05_contant_col2 {
    text-align: center;
}

.smoc_section_05_contant_col2 .smoc_form_btn {
    border: 0;
    width: 100%;
    font-size: 18px;
    margin-top: 5px;
}

.smoc_section_05_contant_col2 span.wpcf7-spinner {
    display: none;
}

.smoc_section_05_contant_col2 .wpcf7 form.invalid .wpcf7-response-output, .smoc_section_05_contant_col2 .wpcf7 form.unaccepted .wpcf7-response-output, .smoc_section_05_contant_col2 .wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 10px;
}


/* Inner Page CSS */
.smoc_head2_section {
    background: rgb(154,0,9);
    background: radial-gradient(circle, rgba(154,0,9,1) 50%, rgba(29,0,7,1) 100%);
    height: 300px;
}

.smoc_head2_section .smoc_header {    
    margin-bottom: 50px;
}

.smoc_head2_section_txt{
	text-align:center;
}
.smoc_head2_section_txt p a{
	color:white;
	text-decoration:none;
	font-weight:800px;
}


.smoc_head2_section_txt h1{
	font-family: 'Bebas Neue Regular';
	font-size: 85px;
	color:#fff;
	font-weight:400;
}
.smoc_head2_section_txt p{
	color:white;
	font-size:20px;
	line-height:30px;
}

.smoc_inner_pg_content{
	background: rgb(134,194,50);
	background: radial-gradient(circle, rgba(134,194,50,1) 0%, rgba(104,150,41,1) 100%);
	/*background: rgb(255,192,0);
	background: radial-gradient(circle, rgba(255,192,0,1) 0%, rgba(188,142,2,1) 100%);*/
	padding-top:50px;
	padding-bottom:100px;
}

.smoc_inner_pg_bold_txt {
    font-family: 'Helvetica Bold';
    font-size: 18px;
    margin-bottom: 20px;
}

.smoc_inner_pg_bold_txt a{
	text-decoration:underline;
	color:#000;
	
}

.smoc_inner_pg_ul, .smoc_inner_pg_ul_simple {
    list-style: none;
    padding: 0;
	font-size: 18px;
    line-height: 25px;	
}

.smoc_inner_pg_ul_simple{
	margin-bottom:20px;
}

.smoc_inner_pg_txt{
	font-size: 18px;
    line-height: 25px;
	margin-bottom:20px;
}

.smoc_inner_pg_ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.smoc_inner_pg_ul li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #9c000b;
    position: absolute;
    top: 4px;
    left: 0;
}


/* Contact Us */
.smoc_contact_head_banner{
	/* background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/contact_banner.png); */
    height: calc(100vh - 50px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
}


.smoc_contact_head_banner_txt{
	text-align:center;
	padding-top: 50px;
}


.smoc_contact_head_banner_txt h1 {
	font-family: 'Bebas Neue Regular';
	font-size: 85px;
	color:#fff;
	font-weight:400;
}

.smoc_contact_head_banner_txt h2{
	font-size: 22px;
	color:#fff;
	font-weight:400;
	margin-bottom:50px;
}

.smoc_contact_head_banner_txt a {
    position: absolute;
    bottom: 30px;
}

.smoc_contact_head_banner_txt a img {
    width: 28px;
}


.smoc_inner_pg_content_contact{
	background-image: url(../images/contact_section_2.png);
    height: 800px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;		
}

.smoc_contact_pg_h2 {
    text-align: center;
    color: #202427;
	font-family: 'Bebas Neue Regular';
	font-size: 65px;	
	font-weight:400;
	padding: 55px 0;
} 

.smoc_contact_pg_form {
    width: 500px;
    margin: 0 auto;
}

.smoc_contact_pg_form input[type="text"], .smoc_contact_pg_form input[type="email"], .smoc_contact_pg_form input[type=tel] {
    width: 100%;
    border: 4px solid #a8a8a8;
    display: block;
    padding: 8px;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 15px;
    border-radius: 8px;
    height: 60px;
    outline: 0;
}

.smoc_contact_pg_form .smoc_form_btn {
    width: 100%;
    background-color: #202427;
    padding: 14px 35px;
    border-radius: 5px;
    margin-top: 20px;
    color: #86c232;
    border: 0;
    font-size: 24px;
    height: 60px;
	cursor: pointer;
    text-transform: uppercase;
}

.smoc_contact_pg_feature_list {
    margin-top: 70px;
}

.smoc_contact_pg_feature_list ul {
    list-style: none;
    padding: 0 ;
}

.smoc_contact_pg_feature_list ul li {
    float:left;
    width: 25%;
    text-align: center;
}

.smoc_contact_pg_feature_list ul li span {
    display: block;
    color: #202427;
    font-size: 20px;
    margin-top: 10px;
}


/* About */
.smoc_about_head_banner{	
	/* background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/about_banner.png); */
    height: calc(100vh - 50px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
}


.smoc_about_section_2{	
	/* background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/about_section_2.png); */
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
}

.smoc_about_infor_dv p {
    margin-bottom: 20px;
    font-size: 34px;
}

.smoc_about_infor_dv {
    text-align: center;
    padding-top: 120px;
    line-height: 40px;
}

.smoc_about_infor_dv a {
    background-color: #ffc000;
    color: black;
    padding: 6px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}

.smoc_about_section_3{	
	/* background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/about_section_3.png); */
    height: 714px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
}

.smoc_about_whyus_dv h2 {
    text-align: center;
    color: #fff;
    font-family: 'Bebas Neue Regular';
    font-size: 85px;
    font-weight: 400;
    padding: 55px 0;
}

.smoc_about_whyus_dv ul {
    list-style: none;
    padding: 0;
}

.smoc_about_whyus_dv ul li {
    width: 50%;
    float: left;
    text-align: center;
}

.smoc_about_whyus_dv ul li span {
    display: block;
    margin: 30px 0 80px 0;
    font-size: 30px;
    color: #ffffff;
}


.smoc_about_section_4{	
	/* background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/about_section_4.png); */
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
	color:#9c000b;
}

.smoc_about_section_4 h2 {
    text-align: center;
    color: #9c000b;
    font-family: 'Bebas Neue Regular';
    font-size: 95px;
    font-weight: 400;
    padding: 55px 0;
}


.smoc_about_section_4 ul {
    list-style: none;
    padding: 0;
}

.smoc_about_section_4 ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.smoc_about_section_4 ul li p {
    display: block;
    font-family: 'Bebas Neue Regular';
    margin: 0px 0 0px 0;
    font-size: 105px;
    line-height: 100px;
}
	
	
.smoc_about_section_4 ul li span {
    display: block;
    margin: 0px 0 0px 0;
    font-size: 22px;
    font-family: 'Helvetica Bold';
}

.smoc_about_section_5{	
	/* background-image: url(https://startmyonlineclass.com/wp-content/themes/startmyonineclass/assets/images/about_section_5.png); */
    height: 817px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
	color:#9c000b;
}

.smoc_about_section_5 h2.smoc_contact_pg_h2 {
    color: #ffc000;
}

.smoc_about_section_5 .smoc_contact_pg_form button {
    background-color: #ffc000;
    color: #9c000b;
}

.smoc_about_section_5 .smoc_contact_pg_feature_list ul li span {
    color: #ffc000;
}


/*  Why us */
.smoc_services_head_banner {
    background-image: url(../images/why-us-banner-bg.jpg);
    /*height: 440px;*/
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.smoc_services_head_banner h1 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
}

.smoc_services_head_banner h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.smoc_contact_head_banner_txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.smoc_services_content {
    background-image: url(../images/contact_section_2.png);
    min-height: 800px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	padding-top:80px;
	padding-bottom:80px;
}
.smoc-bn{
	height:auto;
	padding-bottom:50px;
}
.smoc_services_left_dv{
	width:calc(100% - 350px);
	float:left;
}

.smoc_services_left_dv p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.smoc_services_right_dv {
    float: left;
    width: 330px;
    margin-left: 20px;
}

.smoc_services_right_dv_box {
    background-color: #0000008f;
    border-radius: 10px;
	margin-bottom:20px;
}

.smoc_services_right_dv_box_inner {
    text-align: center;
    padding: 30px 35px;
}

.smoc_services_right_dv_box_inner h2 {
	font-family: 'Bebas Neue Regular';
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.smoc_services_right_dv_box_inner ul {
    list-style: none;
    padding: 0;
	width: 186px;
    margin: 0 auto;
}

.smoc_services_right_dv_box_inner ul li {
    float: left;
    margin-bottom: 20px; 
    margin-right: 25px;	
}

.smoc_services_right_dv_box_inner ul li:last-child, .smoc_services_right_dv_box_inner ul li:nth-child(2) {
	margin-right: 0px;	
}


.smoc_services_right_dv_box_inner ul li img{
	width: 80px;
}

.smoc_services_right_dv_box_secur_grant img {
    width: 170px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.smoc_services_right_dv_box_secur_grant img:last-child{
	margin-bottom:0px;
}

/* section.smoc_section_05.smoc_services_form_section { */
    /* background-image: url(../images/service_from_bg.png); */
/* } */

.smoc_services_form_section .smoc_section_05_div {
    /* padding: 290px 0pc; */
    padding-top: 130px;
}


/* FAQ */
.smoc_faq_content .smoc_inner_pg_heading_h2 {
    margin-bottom: 20px;
}



/* Why US */
.smoc_whyus_services_section{
	background-image: url(../images/why-us-section-2-bg.jpg);
    height: 1180px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	padding-top:80px;
	padding-bottom:80px;
}

.smoc_whyus_services_top_txt {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
	margin-bottom:50px;
}

.smoc_whyus_services_box_dv {
    text-align: center;
	margin-bottom:80px;
}

.smoc_whyus_services_box_dv ul{
	list-style:none;
	padding:0px;
}

.smoc_whyus_services_box_dv li{
	width:327px;
	/* float:left; */
	display:inline-table;
	margin-right: 25px;
	margin-bottom:40px;
}

.smoc_whyus_services_box_dv li:nth-child(1){
	background-image: url(../images/why-us-box-1.jpg);
    height: 337px;    
    background-repeat: no-repeat;
    position: relative;	
}

.smoc_whyus_services_box h2 {
    font-family: 'Bebas Neue Regular';
    font-size: 44px;
    color: #86c232;
    font-weight: 400;
    /* margin-left: 68px; */
    position: relative;
    left: 75px;
    top: -11px;
	text-align:left;
}

.smoc_whyus_services_box p {
    color: white;
    text-align: justify;
    font-size: 19px;
    position: relative;
    top: 10px;
    line-height: 26px;
}

.smoc_whyus_services_box_dv li:nth-child(2){
	background-image: url(../images/why-us-box-2.jpg);
    height: 337px;    
    background-repeat: no-repeat;
    position: relative;	
}

.smoc_whyus_services_box_dv li:nth-child(3){
	background-image: url(../images/why-us-box-3.jpg);
    height: 337px;    
    background-repeat: no-repeat;
    position: relative;	
}

.smoc_whyus_services_box_dv li:nth-child(4){
	background-image: url(../images/why-us-box-4.jpg);
    height: 337px;    
    background-repeat: no-repeat;
    position: relative;	
}

.smoc_whyus_services_box_dv li:nth-child(5){
	background-image: url(../images/why-us-box-5.png);
    height: 337px;    
    background-repeat: no-repeat;
    position: relative;	
}

.smoc_whyus_services_btn_list{	
	text-align:center;
}

.smoc_whyus_services_btn_list ul{
	list-style:none;
	padding:0px;
}

.smoc_whyus_services_btn_list ul li{
	display:inline-table;
	margin-right:20px;
}

.smoc_whyus_services_btn_list ul li a {
    background-color: #f38820;
    text-decoration: none;
    color: white;
    font-family: 'Bebas Neue Regular';
    font-size: 22px;
    padding: 10px 25px;
    border-radius: 10px;
    letter-spacing: 1px;
	display: block;
}


.smoc_whyus_counter_section{
	background-color:#222629;
	padding:30px;
}

.smoc_whyus_counter_list_dv ul{
	list-style:none;
	padding:0px;
}

.smoc_whyus_counter_list_dv ul li{
	width:25%;
	text-align:center;
	float:left;
}

.smoc_whyus_counter_list_dv ul li h2{
	color:#86c232;
	font-family: 'Bebas Neue Regular';
    font-size: 85px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.smoc_whyus_counter_list_dv ul li p{
	color:#86c232;	
    font-size: 25px;
	text-transform:uppercase;
    margin-bottom: 0px;
}


/* Test & Quizes */
.smoc_testquizes_section_02{
	background-image: url(../images/test-quizes_section_2_bg.jpg);
    /*height: 700px;*/
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	padding-top:120px;
	padding-bottom:80px;
}

section.smoc_testquizes_section_02 p {
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    margin-bottom: 20px;
    position: relative;
}
section.smoc_testquizes_section_02 p a{
	color:white;
	font-weight:800;
}

.smoc_testquizes_section_02_txt_heading01 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
	position:relative;
}

.smoc_testquizes_section_02_txt_heading01:after {
    content: "";
    height: 7px;
    background-color: #86c232;
    width: calc(100% - 485px);
    position: absolute;
    right: 0;
    bottom: 14px;
}

.smoc_testquizes_section_02_txt_heading02 {
    font-family: 'Bebas Neue Regular';
    font-size: 70px;
    color: #86c232;
    font-weight: 400;
	margin-bottom: 40px;
	text-align:justify;
}

.smoc_testquizes_section_02_txt_01 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 50px;
	position:relative;
}


.smoc_testquizes_section_02_txt_01:after {
    content: "";
    height: 5px;
    background-color: white;
    width: 305px;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.smoc_testquizes_section_02_txt_02 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;    
	position:relative;
}


.smoc_testquizes_section_02_txt_02:after {
    content: "";
    height: 5px;
    background-color: white;
    width: 760px;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.smoc_testquizes_contact_form{
	    background-image: url(../images/test-quizes_section_3_bg.jpg);
}

.smoc_testquizes_section_04{
	background-image: url(../images/test-quizes_section_4_bg.jpg);
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	padding-top:50px;
	padding-bottom:60px;
}

.smoc_testquizes_section_04_txt_heading01 {
    font-size: 65px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 400;
    color: #222629;
    line-height: 60px;
    text-align: center;
    margin-bottom: 60px;
}

.smoc_testquizes_step_perfection_img_dv{
	margin-bottom:80px;
}

.smoc_testquizes_section_04 .smoc_whyus_services_btn_list ul li a {
    background-color: #53732b;
}

.smoc_testquizes_section_05{
	background-color: #222629;
	padding-top:50px;
	padding-bottom:80px;	
}

.smoc_testquizes_section_05_txt_heading01 {
    font-size: 75px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    font-weight: 400;
    color: #86c232;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.smoc_testquizes_section_05_txt_heading02 {
    margin-bottom: 50px;
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: normal;
}

.smoc_course_feature_list_dv ul{
	list-style:none;
	padding:0px;
}

.smoc_course_feature_list_dv ul li{
	width:25%;
	float:left;
	margin-bottom:30px;
}

.smoc_course_feature_list_img{
	float:left;
	margin-right:15px;
}

.smoc_course_feature_list_txt{
	float:left;
	color:#86c232;
	font-weight:normal;
}



/* Exam */
.smoc_exam_section_02_txt_heading01 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
	position: relative;
}

.smoc_exam_section_02_txt_heading01:after {
    content: "";
    height: 7px;
    background-color: #86c232;
    width: calc(100% - 235px);
    position: absolute;
    right: 0;
    bottom: 18px;
}

.smoc_exam_section_02_txt_heading02 {
    font-family: 'Bebas Neue Regular';
    font-size: 70px;
    color: #86c232;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}

.smoc_exam_section_02_txt_01 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 50px;
    position: relative;
}

.smoc_exam_section_02_txt_01:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 195px);
    position: absolute;
    left: 0;
    bottom: 8px;
}

.smoc_exam_section_02_txt_02 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    position: relative;
}

.smoc_exam_section_02_txt_02:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 990px);
    position: absolute;
    left: 0;
    bottom: 8px;
}


/* Online Classes */
.smoc_onlineclasses_section_02_txt_heading01 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
	position: relative;
}

.smoc_onlineclasses_section_02_txt_heading01:after {
    content: "";
    height: 7px;
    background-color: #86c232;
    width: calc(100% - 280px);
    position: absolute;
    right: 0;
    bottom: 18px;
}

.smoc_onlineclasses_section_02_txt_heading02 {
    font-family: 'Bebas Neue Regular';
    font-size: 70px;
    color: #86c232;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}

.smoc_onlineclasses_section_02_txt_01 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 50px;
    position: relative;
}

.smoc_onlineclasses_section_02_txt_01:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 1135px);
    position: absolute;
    left: 0;
    bottom: 8px;
}

.smoc_onlineclasses_section_02_txt_02 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    position: relative;
}

.smoc_onlineclasses_section_02_txt_02:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 708px);
    position: absolute;
    left: 0;
    bottom: 8px;
}



/* Online Courses */
.smoc_onlinecourses_section_02_txt_heading01 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
	position: relative;
}

.smoc_onlinecourses_section_02_txt_heading01:after {
    content: "";
    height: 7px;
    background-color: #86c232;
    width: calc(100% - 287px);
    position: absolute;
    right: 0;
    bottom: 16px;
}

.smoc_onlinecourses_section_02_txt_heading02 {
    font-family: 'Bebas Neue Regular';
    font-size: 70px;
    color: #86c232;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}

.smoc_onlinecourses_section_02_txt_01 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 50px;
    position: relative;
}

.smoc_onlinecourses_section_02_txt_01:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 260px);
    position: absolute;
    left: 0;
    bottom: 8px;
}

.smoc_onlinecourses_section_02_txt_02 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    position: relative;
}

.smoc_onlinecourses_section_02_txt_02:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 690px);
    position: absolute;
    left: 0;
    bottom: 8px;
}

/* Home */
.smoc_home_section_01 .smoc_header {
    margin-bottom: 50px;
}

.smoc_home_section_01{
	background-image: url(../images/home_section01_bg.jpg);
    height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
}

.smoc_home_section_left {
    width: calc(100% - 480px);
	float:left;
	margin-top:80px;
	margin-right: 30px; 
}

.smoc_home_section_right{
    width: 450px;
	float:left;
}

.smoc_home_section_left h1 {
    font-family: 'Bebas Neue Regular';
    font-size: 85px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
    position: relative;
	margin-bottom:20px;
}

.smoc_home_section_left h3 {
    font-size: 40px;
    color: white;
    font-weight: 100;
}

.smoc_home_section_right_form_dv {
    background-color: #3b3e40bf;
    border: 4px solid #53732b;
    border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.smoc_home_section_right_form_heder_dv {
    background-color: transparent;
    color: white;
    text-align: center;
    font-family: 'Bebas Neue Regular';
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
    top: -12px;
    height: 120px;
    overflow: hidden;
}

.smoc_home_section_right_form_heder_dv:after {
    border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
    width: 550px;
    height: 120px;
    content: "";
    position: absolute;
    background-color: #53732b;
    transform: rotate(180deg);
    left: 0;
    bottom: 3px;
    left: 50%;
    margin-left: -279px;
}

.smoc_home_section_right_form_heder_dv h2 {
    font-weight: normal;
    position: relative;
    z-index: 99;
    top: 25px;
}

.smoc_home_section_right_form_body_dv{
	padding:20px;
}

.smoc_home_section_right_form_body_dv input[type="text"], .smoc_home_section_right_form_body_dv input[type="tel"], .smoc_home_section_right_form_body_dv input[type="email"], 
.smoc_home_section_right_form_body_dv input[type="phone"] {
    border: 2px solid #ddd;
    display: block;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 15px;
    border-radius: 5px;
	outline:0;
}

.smoc_home_section_right_form_body_dv .smoc_form_btn {
    width: 100%;
    border: 0;
    font-size: 22px;
    /* margin-top: 40px;
	margin-bottom: 40px; */
    margin-top: 20px;
	margin-bottom: 0px;
}

span.wpcf7-spinner {
    display: none;
}

.smoc_home_section_right_form_body_dv .wpcf7-response-output {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.smoc_home_section_02{
	background-color:#222629;
	padding:40px 0px;
}

.smoc_home_section_02_feature_list ul{
	list-style:none;
	padding:0px;
}

.smoc_home_section_02_feature_list ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.smoc_home_section_02_feature_list ul li span {
    color: #86c232;
    font-size: 20px;
    margin-top: 8px;
    display: block;
}

.smoc_home_section_03{
	background-image: url(../images/home_section02_bg.jpg);
    height: 1250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
	padding-top: 50px;
    padding-bottom: 60px;
}

.smoc_home_section_03_heading_01 {
    font-family: 'Bebas Neue Regular';
    font-size: 80px;
    color: #fff;
    font-weight: 400;
    line-height: 90px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.smoc_home_section_03_services_list ul{
	list-style:none;
	padding: 50px;
	padding-top: 10px;
}

.smoc_home_section_03_services_list ul li:first-child, .smoc_home_section_03_services_list ul li:nth-child(3){
	margin-left: 0px;
}

.smoc_home_section_03_services_list ul li {
    width: calc(50% - 30px);
    float: left;
    margin-bottom: 30px;
    background-color: #222629;
    border-radius: 10px;
    margin-left: 30px;
	text-align:center;
}

.smoc_home_section_03_services_list_dv {
    padding: 50px 30px;
    color: #fff;
}

.smoc_home_section_03_services_list_dv h3 {
    font-family: 'Bebas Neue Regular';
    font-size: 34px;
    color: #86c232;
    font-weight: 400;
    margin: 15px 0px;
    letter-spacing: 0.5px;
}

.smoc_home_section_03_services_list_dv p {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 200px;
}

.smoc_home_section_03_services_list_dv a {
    background-color: #f38820;
    text-decoration: none;
    color: white;
    font-family: 'Bebas Neue Regular';
    font-size: 22px;
    padding: 10px 25px;
    border-radius: 10px;
    letter-spacing: 1px;
	display: inline-block;
}

.smoc_home_section_04{
	background-image: url(../images/home_section03_bg.jpg);
    height: 900px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;	
	padding-top: 80px;
}

.smoc_home_section_04_heading_01 h2 {
    font-family: 'Bebas Neue Regular';
    font-size: 100px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
	position: relative;	
}

.smoc_home_section_04_heading_01 h2:after {
    content: "";
    height: 10px;
    background-color: #86c232;
    width: calc(100% - 595px);
    position: absolute;
    right: 0;
    bottom: 16px;
}

.smoc_home_section_04_left, .smoc_home_section_04_right {
    width: calc(51% - 30px);
    float: left;
    margin-left: 30px;
}

.smoc_home_section_04_left{
	margin-left:0px;
}

.smoc_home_section_04_left p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 35px;
    text-align: justify;
}

.smoc_home_section_04_right h3 {
    font-family: 'Bebas Neue Regular';
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    line-height: 55px;
    text-align: right;
	margin-bottom:50px;
}

.smoc_home_section_04_right ul {
    list-style: none;
    padding: 0;
}

.smoc_home_section_04_right ul li h4 {
    color: #86c232;
    font-family: 'Bebas Neue Regular';
    font-size: 95px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.smoc_home_section_04_right ul li p {
    color: #86c232;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.smoc_home_section_04_right ul li {
    width: 50%;
    text-align: right;
    float: left;
}

.smoc_testquizes_step_perfection_img_dv img {
    width: 100%;
}

img.smoc_step_mobile_img {
    display: none;
}


/* Popup */
.smoc_body{
	/* overflow:hidden; */
}

body.smoc_body:after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #0000007d;
    position: absolute;
    bottom: 0;
    top: 0;
}

.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: fixed;
  background: #ffffff;
  border: 3px solid #666666;
  width: 550px;
  /* height: 470px; */
  height: 555px;  
  margin-top:-277px;
  margin-left:-275px;
  left: 50%;
  top:50%;
  z-index: 99;
}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}


.smoc_popup_main_div_inner {
    background-color: whitesmoke;
}

.smoc_popup_form_div input {
    border: 2px solid #ddd;
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 15px;
    border-radius: 5px;
}

.smoc_popup_form_div .smoc_form_btn {
    background-color: #f38820;
    color: #fff;
    padding: 14px 35px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    outline: 0;
    border: 0;
    width: 100%;
    font-size: 17px;
}

.popup-content.smoc_popup_main_div_inner {
    padding: 20px;
    height: 100%;	
}


.popup-content.smoc_popup_main_div_inner .close {
    position: absolute;
	top: 10px;
    right: 10px;
	outline: 0;
    border: 0px solid transparent;
    background-color: transparent;
	cursor:pointer;
}

.popup-content.smoc_popup_main_div_inner h2 {
    font-size: 35px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 0px;
    font-weight: 400;
    color: #86c232;
    line-height: 40px;
}


.popup-content.smoc_popup_main_div_inner h3{
	font-size: 20px;
    line-height: 35px;
}

.popup-content.smoc_popup_main_div_inner > p{
	margin-bottom: 20px;
    font-size: 20px;
}

.smoc_popup_form_bottom_txt {
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

.smoc_popup_form_bottom_txt a {
    text-decoration:none;
	color: #86c232;
}

.smoc_popup_form_div .wpcf7 form.invalid .wpcf7-response-output, .smoc_popup_form_div .wpcf7 form.unaccepted .wpcf7-response-output, .smoc_popup_form_div .wpcf7 form.payment-required .wpcf7-response-output, .smoc_popup_form_div .wpcf7 form.sent .wpcf7-response-output{
    margin: 0 !important;
    color: #000;
}

.smoc_popup_form_div br, .smoc_popup_form_div .wpcf7-spinner{
    display:none !important;
}
/*new pages*/
.smoc-section-05-cta{
	text-align:center;
	padding:0px 50px;
}
.smoc-section-05-cta h3{
	font-size: 75px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    font-weight: 400;
    color: #86c232;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}
.smoc-section-05-cta a{
	background-color: #53732b;
    text-decoration: none;
    color: white;
    font-family: 'Bebas Neue Regular';
    font-size: 22px;
    padding: 10px 35px;
    border-radius: 10px;
    letter-spacing: 1px;
    display: inline-block;
}

/* New page CSS */
.smoc_txt_heading_section_dv h2{
    font-family: bebas neue regular;
    font-size: 44px;
    color: #86c232;
    font-weight: 400;
    /* color: #fff; */
}
/* accord */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  margin-bottom:15px
}
.accordion a{
	color:#444;
}
.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.smoc-accordion .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.smoc-accordion .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.smoc-accordion{
	margin-top:30px;
}
.smoc-testimonial{
	background-image: url(../images/test-quizes_section_3_bg.jpg);
	background-size:cover;
	padding:80px 0px;
}
.smoc-testimonial h2{
	font-size: 75px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    font-weight: 400;
    color: #86c232;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}
.smoc-testimonial .active{
	padding:0px 50px;
	background-color:transparent;
}
.smoc-testimonial .owl-carousel .item h4{
	font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: white;
	font-weight: lighter;

}
.smoc-testimonial .owl-carousel p{
	color:white;
}
.hexagon {
  height: 200px;
  width: 130px;
  background: black;
  position:relative;
  left:50px;
  box-sizing: border-box;
  color:white;
  text-align:center;
}
.hexagon::before, .hexagon::after {
  content:"";
  position: absolute;
  height: 0;
  width: 0; 
  top:0;
  /* half height */
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent; 
}
.hexagon::before {
  left:-50px;
  border-right:50px solid black; 
}
.hexagon::after {
  right:-50px;
  border-left:50px solid black; 
}
.smoc-process-one ul{
		list-style:none;
		margin-bottom:30px;
}
.smoc-process-one ul:after{
	content:"";
	display:block;
	clear:both;
}
.smoc-process-one ul li{
	float:left;
	width:200px;
	margin-right:170px;
}
.smoc-process-one > ul > li:nth-child(3){
	margin-right:0px;
}
.smoc-process-one ul li h3{
	font-size:100px;
	font-weight:900;
	padding-left:80px;
}
.smoc-process-one .hexagon i{
	font-size:55px;
	margin-top:30px;
	margin-bottom:10px;
}
#smoc-process-flow:after{
	content:"";
	display:none;
	clear:both;
}
.smoc-process-one #smoc-process-flow li{
	float:right !important;
}
.smoc-process-one #smoc-process-flow li:nth-child(1){
	margin-right:0px;
}
.smoc-process-one #smoc-process-flow li:nth-child(3){
	margin-right:170px;
}
.smoc-process-one #smoc-process-flow li h3{
	font-size:100px;
	font-weight:900;
}
.smoc-process-one #smoc-process-flow{
	list-style:none;
	position: relative;
}
.smoc-process-one{
	position:relative;
}
.smoc-process-one #smoc-process-flow{
	content:"";
	width:100%;
	position:absolute;
	top: -15px;
    right: 75px;
}
.smoc-process-one #smoc-process-flow:after{
	content:"";
	display:block;
	clear:both;
}
.hexag{
	height:auto;
}

.smoc-process-one .active:after {
    content: "\2796";
}
/* Media Query */
@media only screen and (max-width: 1260px) {
    .smoc-process-one .hexagon p {
    width: 140px;
    position: absolute;
    z-index: 99;
    left: -20px;
	}
	.smoc-process-one .hexagon i {
    font-size: 45px;
	}
	.smoc-process-one ul li {
    float: left;
    width: 170px;
    margin-right: 135px;
	}
	.smoc-process-one #smoc-process-flow li:nth-child(3) {
    margin-right: 135px;
	}
	.smoc-process-one ul li h3 {
    padding-left: 70px;
	}
	.smoc-process-one #smoc-process-flow {
    content: "";
    width: 100%;
    position: absolute;
    top: -15px;
    right: 58px;
	}
	.hexagon{
		width:100px;
	}
}

@media only screen and (max-width: 1250px) {
    .smoc_container {
        width: 991px;
        margin: 0 auto;
    }
	
	.smoc_home_section_left h1 {    
		font-size: 65px;    
		line-height: 70px;    		
	}
	
	.smoc_home_section_left h3 {
		font-size: 30px;
	}
	
	.smoc_home_section_04_heading_01 h2 {
		font-size: 82px;    
		line-height: 90px;    
	}
	
	.smoc_home_section_04_left p {			
		font-size: 20px;
		line-height: 28px;    
	}
	
	.smoc_home_section_04_heading_01 h2:after {    
		width: calc(100% - 490px);    
		bottom: 21px;
	}
	
	.smoc_section_05_contant_col1 h3 {
		font-size: 55px;		
	}
	
	.smoc_home_section_03_services_list_dv {    
		min-height: 521px;
	}
	
	.smoc_footer_section {
		/* width: calc(50% - 20%);     */
        width: calc(43% - 20%);  
	}
	
	/*why us*/
	.smoc_whyus_services_section{
		height:auto;
	}
	
	
	/* services */
	.smoc_testquizes_section_02_txt_heading02 {    
		font-size: 60px;
	}
	
	.smoc_testquizes_section_02_txt_01:after {    
		width: 805px;
	}
	
	.smoc_testquizes_section_02_txt_02:after {    
		width: 0px;
	}
	
	/* Exam */
	.smoc_exam_section_02_txt_01:after {    
		width: calc(100% - 775px);
	}
	
	.smoc_exam_section_02_txt_02:after {    
		width: calc(100% - 315px);
	}
	
	/* Online Courses */
	.smoc_onlineclasses_section_02_txt_heading02 {    
		font-size: 65px;   
	}
	
	
	.smoc_onlineclasses_section_02_txt_01:after {    
		width: calc(100% - 435px);
	}
	
	.smoc_onlineclasses_section_02_txt_02:after {    
		width: calc(100% - 118px);    
	}
	
	
	/* Online Courses */
	.smoc_onlinecourses_section_02_txt_01:after {    
		width: calc(100% - 670px);    
	}
	
	.smoc_onlinecourses_section_02_txt_02:after {
		width: calc(100% - 190px);    
	}
 
}

@media only screen and (max-width: 1050px) {
    .smoc_container {
        width: 767px;
        margin: 0 auto;
    }

	.smoc_topbar_left_side {
		width: 70%;
	}	
	
	.smoc_topbar_right_side{
		width: 30%;
	}
	
	.smoc_home_section_left h1 br {
		display: none;
	}
	
	.smoc_home_section_left h1 {
		font-size: 45px;
		line-height: 50px;
	}
	
	.smoc_home_section_left h3 {
		font-size: 25px;
	}
	
	.smoc_home_section_02_feature_list ul li {
		width: 50%;    
		margin-bottom: 50px;
	}
	
	.smoc_home_section_02_feature_list ul li:nth-child(3), .smoc_home_section_02_feature_list ul li:nth-child(4) {
		margin-bottom: 0px;
	}
	
	.smoc_home_section_03_services_list ul {
		padding: 0px;		
	}
	
	.smoc_home_section_03 {    
		height: 1420px;
	}
	
	.smoc_home_section_03_heading_01 {   
		font-size: 65px;
	}
	
	.smoc_home_section_04 {    
		height: 950px;				
	}
	
	.smoc_home_section_04_heading_01 h2 {
		font-size: 65px;
		line-height: 70px;
	}
	
	.smoc_home_section_04_heading_01 h2:after {
		width: calc(100% - 392px);
		bottom: 21px;
	}
	
	.smoc_home_section_04_right ul li h4 {    
		font-size: 75px;    
	}
	
	.smoc_home_section_04_right ul li p {
		font-size: 22px;   
	}
	
	.smoc_home_section_04_right h3 {		
		font-size: 35px;		
		line-height: 40px;		
	}
	
	.smoc_home_section_05 {    
		height: 360px;    
	}
	
	.smoc_home_section_05 .smoc_section_05_div {
		padding-top: 70px;
	}
	
	.smoc_testquizes_section_04 {    
		height: 580px;
	}
	
	.smoc_testquizes_section_04_txt_heading01 {
		font-size: 55px;	
		margin-top: 0px;
		margin-bottom:30px;
	}
	
	.smoc_testquizes_section_05_txt_heading01 {
		font-size: 65px;
		margin-bottom: 0px;
	}
	
	.smoc_testquizes_section_05_txt_heading02 {    
		font-size: 25px;    
	}
	
	.smoc_course_feature_list_dv ul li {
		width: 33.3%;    
	}
	
	.smoc_section_05_contant_col3 li span {    
		font-size: 16px;
		line-height: 25px;
	}
	
	.smoc_section_05_contant_col3 ul.smoc_form_features li {    
		height: 120px;
	}
	
	.smoc_home_section_03_services_list_dv p {
		line-height: 25px;
		font-size: 16px;
		min-height: 290px;
	}
    
    .smoc_section_02_heading, .smoc_section_03_heading, .smoc_section_04_heading {
        font-size: 55px;
    }
    
    .smoc_section_01_left_side_inner h2 {
        font-size: 26px;
    }
    
    .smoc_header_left {
        width: 300px;
    }
    
    .smoc_header_right {
        width: calc(100% - 300px);
    }
    
    .smoc_section_01_left_side_inner h1 {
        font-size: 70px;
    }
    
    .smoc_section_03 {
        height: 1510px;
    }
    
    .smoc_section_02_div {
        padding-top: 200px;
    }
    
    .smoc_section_02_services_section_heading, .smoc_section_02_services_section_txt {
        min-height: 55px;
    }
    
    .smoc_section_03_services_section_txt_nheading {
        height: 250px;
    }
    
    .smoc_section_03_services_section_txt {
        font-size: 19px;
    }
    
    .smoc_section_03_services_section_heading h2 {
        font-size: 26px;
    }
    
    .smoc_section_04_services_img_div img {
        width: 100%;
    }
    
    .smoc_section_04_services_section_heading {
        font-size: 28px;
    }
    
    .smoc_section_04_services_section_heading:after {
        width: calc(100% - 170px);
        bottom: 18px;
    }
    
    .smoc_section_05_contant_col1 h3 {
        font-size: 32px;
        margin-top: 30px;
        line-height: 40px;
    }
    
    .smoc_section_05_contant_col {
        width: calc(35% - 20px);
        float: left;
    }
    
    .smoc_section_05_contant_col3 ul.smoc_form_features {
        font-size: 16px;
        width: 100%;
        margin-left: 50px;
    }
    
    .smoc_section_05_contant_col2 .smoc_form_btn {
        font-size: 16px;
    }
    
    .smoc_footer_section:first-child {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .smoc_footer_section:last-child {
        width: 100%;    
        text-align: left;
    }
    
    .smoc_footer_section {
        width: calc(50% - 20px);
    }
    
    .smoc_footer_section_02 ul li {
        float: none;
        display: inline-block;
    }

    .smoc_footer_section .custom-menu-class {
        margin-bottom: 25px;
    }
	.smoc-process-one ul li{
		width:200px;
		margin-right:0px;
	}
	.smoc-process-one #smoc-process-flow{
		top:203px;
		right: 85px;
	}
	.smoc-process-one #smoc-process-flow li:nth-child(3){
		margin-right:0px !important;
	}
	.smoc-process-one {
		padding: 0px 80px;
	}
	.smoc-process-one {
		padding: 0px 80px;
	}
	.smoc_whyus_services_btn_list{
		display:none;
	}
	
	/* Services Pages */
	
	
	.smoc_services_head_banner h1 {    
		font-size: 85px;
	}
	
	.smoc_testquizes_section_02_txt_heading01, .smoc_exam_section_02_txt_heading01, .smoc_onlineclasses_section_02_txt_heading01, .smoc_onlinecourses_section_02_txt_heading01 {    
		font-size: 85px;
	}
		
	.smoc_testquizes_section_02_txt_heading02, .smoc_exam_section_02_txt_heading02, .smoc_onlineclasses_section_02_txt_heading02, .smoc_onlinecourses_section_02_txt_heading02 {    
		font-size: 50px;
	}
	
	.smoc_testquizes_section_02_txt_01, .smoc_testquizes_section_02_txt_02, .smoc_exam_section_02_txt_01, .smoc_exam_section_02_txt_02, .smoc_onlineclasses_section_02_txt_01,
	.smoc_onlineclasses_section_02_txt_02, .smoc_onlinecourses_section_02_txt_01, .smoc_onlinecourses_section_02_txt_02{    
    font-size: 24px;    
    line-height: 30px;
    margin-bottom: 35px;    
	}
	
	.smoc_testquizes_section_02_txt_01:after, .smoc_exam_section_02_txt_heading01:after, .smoc_exam_section_02_txt_01:after, .smoc_testquizes_section_02_txt_02:after,
	.smoc_exam_section_02_txt_02:after, .smoc_testquizes_section_02_txt_heading01:after, .smoc_onlineclasses_section_02_txt_heading01:after, .smoc_onlineclasses_section_02_txt_01:after, .smoc_onlineclasses_section_02_txt_02:after, .smoc_onlinecourses_section_02_txt_01:after, .smoc_onlinecourses_section_02_txt_02:after	{    
		width: 0px;
	}
	.smoc-process-one ul li h3{
		display:none;
	}
	
	
}

@media only screen and (max-width: 850px) {
	.smoc_container {
        width: 700px;
        margin: 0 auto;
    }
	
	
	
	.smoc_topbar_right_side {
		width: 25%;
		float: left;
	}
	
	.smoc_topbar_left_side{
		width: 75%;
		float: left;
	}
	
	.smoc_header_right_inner .custom-menu-class {
		display: none;
	}
	
	.smoc_mobie_navbar {
		width: 30px;
		float: right;
		cursor: pointer;
	}
	
	.smoc_mobie_navbar span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: white;
		margin-bottom: 8px;
	}
	
	.smoc_header {
		position:relative;
	}
	
	.smoc_menu_active .custom-menu-class {
		display: block;
		position: absolute;
		width: 100%;
		top: 80px;
		background-color: black;
		left: 0;
		z-index: 9999;
	}
	
	.smoc_menu_active #menu-top-menu li {
		width: 100%;
		float: none;
		text-align: left;
		padding: 15px;
	}
	
	.smoc_menu_active #menu-top-menu li.menu-item-has-children:after {    
		right: 20px;
		top: 20px;
	}
	
	.smoc_header_right .smoc_menu_active ul > li.menu-item-has-children > ul {
		position: relative;   
		width: 100%;
	}
	
	.smoc_header_right .smoc_menu_active ul > li.menu-item-has-children > ul > li a{
		padding-left: 0px;    
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	.smoc_head2_section .smoc_header {
		margin-bottom: 20px;
	}
		
	
	
	
	
	
	
	
	
	.smoc_home_section_left {
		width: calc(100% - 0px);
	}
	
	.smoc_header_left img {
		width: 210px;
	}
	
	.smoc_home_section_01 {    
		/* height: 820px; */
        height: inherit;
        padding-bottom: 50px;
	}
	
	.smoc_home_section_left {
		width: calc(100% - 0px);
		margin-top: 0;
		text-align: center;
		margin-bottom: 50px;
		float: none;
	}
	
	.smoc_home_section_left h1{
		margin-bottom: 0px;
	}	
	
	.smoc_home_section_right {
		width: 450px;
		float: none;
		margin: 0 auto;
	}
	
	.smoc_home_section_right_form_body_dv input[type="text"], .smoc_home_section_right_form_body_dv input[type="tel"], .smoc_home_section_right_form_body_dv input[type="email"], .smoc_home_section_right_form_body_dv input[type="phone"] {    
		padding: 8px;
		margin-bottom: 15px;
		font-size: 15px;    
	}
	
	.smoc_home_section_right_form_body_dv .smoc_form_btn {    
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.smoc_home_section_04_left p {
		font-size: 19px;
		line-height: 26px;
	}
	
	.smoc_home_section_04_right h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.smoc_home_section_05 .smoc_form_btn {    
		padding: 14px 22px;
	} 
	
	.smoc_home_section_05 li span {
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
	}
	
	.smoc_testquizes_section_05_txt_heading01 {
		font-size: 55px;
	}
	
	.smoc_testquizes_section_05_txt_heading02 {
		font-size: 22px;
	}	
	
	
	/* Why us */
	.smoc_whyus_counter_list_dv ul li {
		width: 50%;
		text-align: center;
		float: left;
	}
	
	.smoc_whyus_contact_form{
		height:auto;
	}
	
	.smoc_section_05_contant_col {
		width: 100%;
		float: none;
	}
	
.smoc_services_head_banner h1 {    
    font-size: 85px;    
}

.smoc_whyus_services_top_txt {    
    font-size: 24px;    
}

.smoc_whyus_contact_form .smoc_section_05_div { 
    padding-top: 50px;
}
 
.smoc_whyus_contact_form .smoc_section_05_contant_col1 h3 {
    text-align: center;
    margin-bottom: 20px;
}

.smoc_whyus_contact_form ul.smoc_form_features {    
    margin-left: 0px;
	margin-top:40px;
}


.smoc_testquizes_section_02_txt_heading02, .smoc_exam_section_02_txt_heading02, .smoc_onlinecourses_section_02_txt_heading02, .smoc_onlineclasses_section_02_txt_heading02 {
    font-size: 45px;
}

	.smoc_testquizes_section_02_txt_01, .smoc_testquizes_section_02_txt_02, .smoc_exam_section_02_txt_01, .smoc_exam_section_02_txt_02, .smoc_onlineclasses_section_02_txt_01, .smoc_onlineclasses_section_02_txt_02, .smoc_onlinecourses_section_02_txt_01, .smoc_onlinecourses_section_02_txt_02 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 35px;
	}
	.smoc-process-one {
		padding: 0px 50px;
	}
	.smoc-process-one #smoc-process-flow{
		right:48px;
	}
 
}

@media only screen and (max-width: 767px) {
	.smoc_container {
        width: 100%;        
		padding-left: 15px;
		padding-right: 15px;
    }
	
	.smoc_testquizes_section_04{
		height:auto;
	}
	
	.smoc_step_desktop_img{
		display:none;
	}
	
	.smoc_step_mobile_img{
		display:block !important;
	}
	
	/*.smoc_whyus_services_btn_list ul li{
		display:block;
		margin-bottom:15px;
		margin-right: 0;
	}*/
	
	.smoc_whyus_services_btn_list ul li {
		display: inline-block;
		margin-bottom: 15px;
		margin-right: 20px;
	}
	
	.smoc_testquizes_step_perfection_img_dv img {
		width: auto;
		margin: 0 auto;
	}
	
	.smoc_home_section_03_services_list ul li {
		width: 100%;
		margin-left: 0;		
	}
	
	.smoc_home_section_03_services_list_dv p {
		min-height: 150px;
	}
	
	.smoc_home_section_03_services_list_dv {
		min-height: auto;
	}
	
	.smoc_home_section_03, .smoc_home_section_04, .smoc_home_section_05 {
		height: auto;
	}
	
	.smoc_home_section_04_left, .smoc_home_section_04_right{
		width:100%;
		margin-left:0px;
	}
	
	.smoc_home_section_04_right h3 {
		text-align: center;margin-bottom: 10px;	
	}
	
	.smoc_home_section_03, .smoc_home_section_04 { 
		padding-bottom: 60px;
	}
	
	.smoc_section_05_contant_col {
		width: 80%;
		float: none;
		margin:0 auto;
		margin-bottom:30px;
	}
	
	
	.smoc_section_05_contant_col3 ul.smoc_form_features {		
		margin-left: 0px;
	}
	
	.smoc_course_feature_list_dv ul li {
		width: 50%;
	}
	
	.smoc_home_section_05 {
		
	}
	
	.smoc_home_section_04_right ul li {		
		text-align: center;		
	}
	
	.smoc_contact_pg_feature_list ul li {
		float: left;
		width: 50%;
		text-align: center;
	}
	
	.smoc_contact_head_banner {
		height: 650px;       
	}
	
	.smoc_contact_head_banner_txt h1 {		
		font-size: 65px;		
	}
	
	.smoc_contact_head_banner_txt h2 {
		font-size: 18px;		
	}
	
	.smoc_contact_head_banner_txt a {
		margin-left: -14px;
	}
	
	.smoc_head2_section_txt h1 {
		font-size: 75px;    
	}
	
	
	.smoc_services_head_banner {
		height: 300px;    
	}
	
	.smoc_header {    
		margin-bottom: 50px;
	}
	
	.smoc_whyus_services_box_dv {    
		overflow: hidden;
	}
	

	
	.smoc_testquizes_section_02_txt_01, .smoc_testquizes_section_02_txt_02, .smoc_exam_section_02_txt_01, .smoc_exam_section_02_txt_02, .smoc_onlineclasses_section_02_txt_01, 
	.smoc_onlineclasses_section_02_txt_02, .smoc_onlinecourses_section_02_txt_01, .smoc_onlinecourses_section_02_txt_02 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	
	.smoc_services_head_banner h1 {
		font-size: 65px;
	}
	
	.smoc_services_head_banner {    
		height: auto;
		padding-bottom:30px;		
	}
	
	.smoc_header {    
		margin-bottom: 50px;
	}
	
	.smoc_testquizes_section_02{
		height:auto;
	}
	
	.smoc_testquizes_section_02_txt_heading01, .smoc_onlineclasses_section_02_txt_heading01, .smoc_onlinecourses_section_02_txt_heading01, .smoc_exam_section_02_txt_heading01  {
		font-size: 65px;
	}
	
	.smoc_testquizes_section_02_txt_heading02, .smoc_onlineclasses_section_02_txt_heading02, .smoc_exam_section_02_txt_heading02, .smoc_onlinecourses_section_02_txt_heading02 {
		font-size: 35px;
	}
	
	.smoc_footer_contact_bar {
        min-height: 60px;
        line-height: 60px;
        height: auto;
    }			
	
	.popup-overlay {		
		width: 450px;
		margin-left: -225px;
		height: 534px;
		margin-top: -252px;
	}
	.smoc-section-05-cta h3{
		font-size:40px;
	}
	.smoc-section-05-cta a{
		margin-bottom:30px;
	}
	.smoc-process-one #smoc-process-flow{
		position:relative;
		right:0px;
		top:0px;
		width:200px;
		float:right;
	}
	.smoc-process-one ul{
		width:200px;
		float:left;
		margin-right:10px;
	}
	.smoc-process-one ul li{
		display:block;
		margin-bottom:10px;
	}
	.smoc-process-one #smoc-process-flow li{
		display:block;
		margin-bottom:10px;
	}
	.smoc-process-one:after{
		content:"";
		display:block;
		clear:both;
	}
	
	
}

@media only screen and (max-width: 550px) {
	.smoc-process-one #smoc-process-flow, .smoc-process-one ul{
		margin:0px;
		float:none;
		width:100%;
	}
	.smoc-process-one{
		width:230px;
		margin:auto;
		padding:0px;
	}
	.smoc_contact_pg_form {
		width: 100%;
		margin: 0 auto;
	}
	.hexagon {
    width: 130px;
	}
	.smoc-process-one .hexagon p{
		left:-10px;
	}
	.smoc-process-one #smoc-process-flow{
		right:30px;
	}

	.smoc_contact_pg_feature_list ul li {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom:35px;
	}
	
	.smoc_inner_pg_content_contact {    
		height: auto;    
		padding-bottom: 60px;
	}
	
	.smoc_topbar_left_side {
		width: 60%;		
	}
	
	.smoc_topbar_right_side {
		width: 40%;		
	}
	
	.smoc_topbar_left_side ul li {		
		margin-right: 10px;
	}
	
	.smoc_topbar_div {
		height: auto;
		padding-bottom: 0px;
		text-align: center;
	}
	
	.smoc_topbar_left_side {
		width: 100%;
		float: none;
	}
	
	.smoc_topbar_right_side {
		width: 100%;    
		float: none;
		display: none;
	}
	
	.smoc_footer_section {
		width: 100%;
	}
	
	.smoc_head2_section_txt h1 {    
		font-size: 55px;
	}
	
	.smoc_header_left img {
		width: 220px;
	}
	
	.smoc_home_section_right {
		width: 320px;
		float: none;
		margin: 0 auto;
	}
	
	.smoc_whyus_counter_list_dv ul li h2 {    
		font-size: 60px;
	}
	.smoc_whyus_counter_list_dv ul li p {    
		font-size: 18px;    
	}

    .smoc_home_section_right iframe{
        width: 88%;
    }
	.smoc-testimonial .active{
		padding:0px 0px;
	}
	.smoc-testimonial h2 {
    font-size: 40px;
	}
	
	
}

@media only screen and (max-width: 480px) {
	.smoc_menu_active .custom-menu-class {	    
		top: 100px;		
	}
	
	.smoc_course_feature_list_img {    
		margin-right: 7px;
	}
	
	.smoc_whyus_contact_form .smoc_section_05_div {    
		padding-bottom: 20px;
	}
	
	.popup-overlay {		
		width: 360px;
		margin-left: -180px;
	}
	
	.popup-content.smoc_popup_main_div_inner h2 {
		font-size: 28px;
		line-height: 35px;
	}
 
}

@media only screen and (max-width: 390px) {
 
}