* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
/* General CSS */
.smocs_container {
    width: 1200px;
    margin: 0 auto;
}
/* Fonts CSS */
@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.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}
.smocs_container:after,
.smocs_topbar_div_inner:after,
.smocs_header:after,
.smocs_section_05_div:after,
.smocs_contact_pg_feature_list ul:after,
.smocs_services_right_dv_box_inner ul:after,
.smocs_whyus_counter_list_dv ul:after,
.smocs_whyus_services_box_dv ul:after,
.smocs_home_section_02_feature_list ul:after,
.smocs_home_section_03_services_list ul:after,
.smocs_header_support_list ul:after,
.smocs_onlineclasses_v2_section_02_list_dv ul:after,
.smocs_counter_section_v1_list_dv:after,
.smocs_support_v2_list ul:after {
    content: "";
    display: block;
    clear: both;
}
.smocs_clearfix {
    clear: both;
}
/* Top bar CSS */
.smocs_topbar_div {
    background-color: #131313;
    height: 50px;
    line-height: 50px;
}
.smocs_topbar_left_side,
.smocs_topbar_right_side {
    width: 50%;
    float: left;
}
.smocs_topbar_left_side ul,
.smocs_topbar_right_side ul {
    list-style: none;
    padding: 0;
}
.smocs_topbar_left_side ul li {
    display: inline-block;
    margin-right: 18px;
}
.smocs_topbar_left_side ul li img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.smocs_topbar_left_side ul li span {
    position: relative;
    bottom: 0px;
}
.smocs_topbar_left_side ul li a,
.smocs_topbar_right_side ul li a {
    color: white;
    text-decoration: none;
}
.smocs_topbar_right_side ul li {
    text-align: right;
}
.smocs_topbar_right_side ul li a {
    background-color: #fff;
    color: #1f3d4e;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
}
.smocs_topbar_right_side ul li a:hover {
    background-color: #efefef;
}
/* Footer CSS */
.smocs_footer_div {
    background-color: #000000;
    padding-top: 70px;
}
.smocs_footer_section {
    width: 386px;
    float: left;
    margin-right: 20px;
}
.smocs_footer_section_last {
    margin-right: 0px;
}
.smocs_footer_section h2 {
    font-family: 'Montserrat-SemiBold';
    color: #fefefe;
    margin-bottom: 35px;
    font-size: 28px;
}
.smocs_footer_section p {
    color: #fefefe;
    line-height: 22px;
}
.smocs_footer_section ul li {
    line-height: 26px;
}
.smocs_footer_section ul li a {
    color: #fefefe;
    text-decoration: none;
}
/* Footer Contant Bar CSS */
.smocs_footer_contact_bar {
    background-color: transparent;
    min-height: 60px;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
}
.smocs_footer_payment_img img {
    width: 280px;
}
.smocs_footer_contact_bar ul li {
    display: inline-block;
    margin-right: 25px;
}
.smocs_footer_contact_bar ul li:last-child {
    margin-right: 0px;
}
.smocs_footer_contact_bar ul li a {
    color: #fff;
    text-decoration: none;
}
.smocs_footer_contact_bar ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}
.smocs_copyright_bar {
    color: #ffffff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.smocs_footer_section.smocs_footer_section_02 {
    margin-top: 35px;
}
.smocs_footer_section_02 p {
    color: #ffc000;
    margin-bottom: 20px;
    font-style: italic;
    margin-top: 12px;
}
.smocs_footer_section_02 ul {
    list-style: none;
}
.smocs_footer_section_02 ul li {
    float: left;
    margin-right: 10px;
}
.smocs_footer_contact_bar li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
/* Section 01 */
.smocs_section_01 {
    background-image: url(../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;
}
.smocs_header {
    padding: 30px 0px;
    margin-bottom: 100px;
}
.smocs_header_left {
    width: 350px;
    float: left;
}
.smocs_header_right {
    width: calc(100% - 350px);
    float: left;
}
.smocs_header_right_inner {
    text-align: right;
}
.smocs_header_right ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.smocs_header_right ul>li {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}
.smocs_header_right ul>li:last-child {
    padding-right: 0px;
}
.smocs_header_right ul>li>a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Bebas Neue Regular';
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
}
.smocs_header_right ul>li.menu-item-has-children>ul,
.smocs_submenu>ul {
    display: none;
}
.smocs_header_right ul>li.menu-item-has-children:hover>ul,
.smocs_submenu:hover>ul {
    display: block;
}
.smocs_header_right ul>li.menu-item-has-children>ul,
.smocs_submenu>ul {
    position: absolute;
    left: 0;
    margin: 0;
    text-align: left;
    width: 250px;
    background-color: white;
    z-index: 9999;
}
.smocs_header_right ul>li.menu-item-has-children>ul>li,
.smocs_submenu>ul>li {
    display: block;
    padding-right: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.smocs_header_right ul>li.menu-item-has-children>ul>li a,
.smocs_submenu>ul>li>a {
    color: black;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-left: 10px;
}
.smocs_header_right ul>li.menu-item-has-children>ul>li:last-child,
.smocs_submenu>ul>li:last-child {
    border-bottom: 0px solid #ddd;
}
.smocs_header_right ul>li.menu-item-has-children {
    padding-right: 25px;
    pointer: cursor;
}
li.menu-item-has-children:after,
.smocs_submenu:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 8px;
    top: 8px;
}
.smocs_section_01_left_side {
    width: 60%;
    float: left;
}
.smocs_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;
}
.smocs_section_01_left_side_inner h2 {
    font-size: 32px;
    color: white;
    margin-bottom: 40px;
    font-weight: 400;
}
.smocs_section_01_left_features {
    list-style: none;
    padding: 0;
}
.smocs_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;
}
.smocs_section_01_left_features li:last-child {
    margin-right: 0px;
}
.smocs_section_01_left_features li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px 24px;
}
.smocs_section_01_right_side {
    width: 40%;
    float: left;
}
.smocs_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;
}
.smocs_section_01_right_side_form_div {
    width: calc(100% - 20px);
    background-color: #00000099;
    margin: 0 auto;
    border: 5px solid #6c748a;
    border-top: 0;
}
.smocs_section_01_right_side_form_div_inner {
    padding: 20px;
    text-align: center;
}
.smocs_section_01_right_side_form_div input[type="text"],
.smocs_section_01_right_side_form_div input[type="tel"],
.smocs_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;
}
.smocs_form_btn {
    background-color: #fff;
    color: #24475b;
    padding: 14px 35px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
}
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;
}
.smocs_header_form_top_section_v1_left_form_dv_inner .wpcf7 form.sent .wpcf7-response-output,
.smocs_header_form_top_section_v1_left_form_dv_inner .wpcf7 form.payment-required .wpcf7-response-output,
.smocs_header_form_top_section_v1_left_form_dv_inner .wpcf7 form.unaccepted .wpcf7-response-output,
.smocs_header_form_top_section_v1_left_form_dv_inner .wpcf7 form.invalid .wpcf7-response-output {
    margin: 0 !important;
}
.smocs_section_01_right_side_form_div .wpcf7-spinner {
    display: none;
}
ul.smocs_form_features {
    width: 210px;
    color: white;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}
.smocs_form_features li {
    text-align: left;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}
.smocs_form_features li span {
    vertical-align: top;
    margin-left: 15px;
    display: inline-block;
}
/* Section 02 */
.smocs_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;
}
.smocs_section_02_div {
    /* padding: 290px 0pc; */
    padding-top: 250px;
}
.smocs_section_02_heading {
    text-align: center;
}
.smocs_section_02_services_div {
    width: calc(25% - 10px);
    margin-right: 10px;
    background-color: #000000ab;
    border-radius: 20px;
    float: left;
}
.smocs_section_02_services_section_img {
    text-align: center;
    margin-bottom: 20px;
}
.smocs_section_02_services_div_inner {
    padding: 30px 15px;
    text-align: center;
}
.smocs_section_02_services_section_heading {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.smocs_section_02_services_section_txt {
    margin-bottom: 20px;
}
.smocs_section_02_services_section_heading,
.smocs_section_02_services_section_txt {
    color: white;
}
.smocs_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;
}
.smocs_section_02_heading,
.smocs_section_03_heading,
.smocs_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 */
.smocs_section_03 {
    background-image: url(../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;
}
.smocs_section_03_div {
    padding-top: 350px;
}
.smocs_section_03_services_div {
    width: calc(50% - 30px);
    float: left;
    border: 10px solid #000;
    margin-right: 30px;
    margin-bottom: 50px;
    border-radius: 20px;
}
.smocs_section_03_services_div_inner {
    padding: 15px;
}
.smocs_marg_right_0 {
    margin-right: 0px;
}
.smocs_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;
}
.smocs_section_03_services_section_txt {
    font-size: 22px;
    width: calc(100% - 35px);
    text-align: left;
    margin-bottom: 40px;
    line-height: 26px;
    height: 135px;
}
.smocs_section_03_services_section_heading h2 {
    font-size: 30px;
}
.smocs_section_03_services_number_02 {
    background-color: #ddad01;
}
/* Section 04 */
.smocs_section_04 {
    background-image: url(../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;
}
.smocs_section_04_div {
    /* padding: 290px 0pc; */
    padding-top: 190px;
}
.smocs_section_04_heading {
    text-align: center;
    color: #fff
}
.smocs_section_04_services_img_div {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.smocs_section_04_services_section_heading {
    font-size: 35px;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 20px;
    position: relative;
}
.smocs_section_04_services_section_heading:after {
    content: "";
    display: block;
    width: calc(100% - 200px);
    height: 5px;
    background-color: white;
    position: absolute;
    bottom: 23px;
    right: 0;
}
.smocs_section_04_services_section_txt p {
    font-size: 22px;
    margin-bottom: 50px;
    color: white;
    line-height: 30px;
}
.smocs_section_04_services_section_02 .smocs_section_04_services_section_heading {
    text-align: right;
}
.smocs_section_04_services_section_02 .smocs_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 */
.smocs_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;
}
.smocs_section_05_div {
    /* padding: 290px 0pc; */
    padding-top: 190px;
}
.smocs_section_05_contant_col2 input[type="text"],
.smocs_section_05_contant_col2 input[type="tel"],
.smocs_section_05_contant_col2 input[type="email"],
.smocs_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;
}
.smocs_section_05_contant_col {
    width: calc(33% - 20px);
    float: left;
}
.smocs_section_05_contant_col3 ul.smocs_form_features {
    margin-top: 0;
    font-size: 23px;
    width: 100%;
    color: #9c000b;
    margin-left: 50px;
    font-weight: bold;
    margin-top: 20px;
}
.smocs_section_05_contant_col3 ul.smocs_form_features:after {
    content: "";
    clear: both;
    display: block;
}
.smocs_section_05_contant_col3 ul.smocs_form_features li {
    margin-bottom: 0px;
    height: 180px;
    width: 50%;
    float: left;
    text-align: center;
    color: #fff;
}
.smocs_form_features_img_dv {
    height: 80px;
    background-color: #24475b;
    width: 80px;
    text-align: center;
    line-height: 90px;
    border-radius: 5px;
    margin: 0 auto;
}
.smocs_section_05_contant_col3 ul.smocs_form_features img {
    width: 50px;
    line-height: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 8px;
}
.smocs_section_05_contant_col3 li span {
    vertical-align: top;
    margin-left: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 20px;
}
.smocs_section_05_contant_col1 h3 {
    font-size: 65px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 40px;
    font-weight: 400;
    color: #24475b;
    line-height: 80px;
}
.smocs_section_05_contant_col2 {
    text-align: center;
}
.smocs_section_05_contant_col2 .smocs_form_btn {
    border: 0;
    width: 100%;
    font-size: 18px;
    margin-top: 5px;
}
.smocs_section_05_contant_col2 span.wpcf7-spinner {
    display: none;
}
.smocs_section_05_contant_col2 .wpcf7 form.invalid .wpcf7-response-output,
.smocs_section_05_contant_col2 .wpcf7 form.unaccepted .wpcf7-response-output,
.smocs_section_05_contant_col2 .wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 10px;
}
.smocs_form_control_dv {
    position: relative;
}
.smocs_form_control_dv input {
    background-color: transparent;
}
.smocs_form_control_dv label {
    padding: 0px 9px;
    position: absolute;
    left: 20px;
    background-color: #5aa1cb;
    color: white;
    top: 7px;
    z-index: 99;
}
/* Inner Page CSS */
.smocs_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;
}
.smocs_head2_section .smocs_header {
    margin-bottom: 50px;
}
.smocs_head2_section_txt {
    text-align: center;
}
.smocs_head2_section_txt h1 {
    font-family: 'Bebas Neue Regular';
    font-size: 85px;
    color: #fff;
    font-weight: 400;
}
.smocs_inner_pg_content {
    background: #91d2f7;
    /*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;
}
.smocs_inner_pg_bold_txt {
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
    color: #29495a;
}
.smocs_inner_pg_bold_txt a {
    text-decoration: underline;
    color: #29495a;
}
.smocs_inner_pg_ul,
.smocs_inner_pg_ul_simple {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    color: #29495a;
}
.smocs_inner_pg_ul_simple {
    margin-bottom: 20px;
}
.smocs_inner_pg_txt {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.smocs_inner_pg_heading_h2 {
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 10px;
}
.smocs_inner_pg_ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.smocs_inner_pg_ul li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 0px;
    background-color: #24475b;
    position: absolute;
    top: 8px;
    left: 0;
}
/* Contact Us */
.smocs_contact_head_banner {
    background-image: url(../images/contact_banner.png);
    height: calc(100vh - 50px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.smocs_contact_head_banner_txt {
    text-align: center;
    padding-top: 50px;
}
.smocs_contact_head_banner_txt h1 {
    font-family: 'Bebas Neue Regular';
    font-size: 85px;
    color: #fff;
    font-weight: 400;
}
.smocs_contact_head_banner_txt h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}
.smocs_contact_head_banner_txt a {
    position: absolute;
    bottom: 30px;
}
.smocs_contact_head_banner_txt a img {
    width: 28px;
}
.smocs_inner_pg_content_contact {
    background-image: url(../images/contact_pg_bg_img.jpg);
    /*height: 800px;*/
    height: 830px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.smocs_contact_pg_h2 {
    text-align: center;
    color: #202427;
    font-family: 'Bebas Neue Regular';
    font-size: 65px;
    font-weight: 400;
    padding: 55px 0;
}
.smocs_contact_pg_form {
    width: 500px;
    margin: 0 auto;
}
.smocs_contact_pg_form input[type="text"],
.smocs_contact_pg_form input[type="email"],
.smocs_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;
}
.smocs_contact_pg_form .smocs_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;
}
.smocs_contact_pg_feature_list {
    margin-top: 70px;
}
.smocs_contact_pg_feature_list ul {
    list-style: none;
    padding: 0;
}
.smocs_contact_pg_feature_list ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.smocs_contact_pg_feature_list ul li span {
    display: block;
    color: #202427;
    font-size: 20px;
    margin-top: 10px;
}
/* About */
.smocs_about_head_banner {
    background-image: url(../images/about_banner.png);
    height: calc(100vh - 50px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.smocs_about_section_2 {
    background-image: url(../images/about_section_2.png);
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.smocs_about_infor_dv p {
    margin-bottom: 20px;
    font-size: 34px;
}
.smocs_about_infor_dv {
    text-align: center;
    padding-top: 120px;
    line-height: 40px;
}
.smocs_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;
}
.smocs_about_section_3 {
    background-image: url(../images/about_section_3.png);
    height: 714px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.smocs_about_whyus_dv h2 {
    text-align: center;
    color: #fff;
    font-family: 'Bebas Neue Regular';
    font-size: 85px;
    font-weight: 400;
    padding: 55px 0;
}
.smocs_about_whyus_dv ul {
    list-style: none;
    padding: 0;
}
.smocs_about_whyus_dv ul li {
    width: 50%;
    float: left;
    text-align: center;
}
.smocs_about_whyus_dv ul li span {
    display: block;
    margin: 30px 0 80px 0;
    font-size: 30px;
    color: #ffffff;
}
.smocs_about_section_4 {
    background-image: url(../images/about_section_4.png);
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #9c000b;
}
.smocs_about_section_4 h2 {
    text-align: center;
    color: #9c000b;
    font-family: 'Bebas Neue Regular';
    font-size: 95px;
    font-weight: 400;
    padding: 55px 0;
}
.smocs_about_section_4 ul {
    list-style: none;
    padding: 0;
}
.smocs_about_section_4 ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.smocs_about_section_4 ul li p {
    display: block;
    font-family: 'Bebas Neue Regular';
    margin: 0px 0 0px 0;
    font-size: 105px;
    line-height: 100px;
}
.smocs_about_section_4 ul li span {
    display: block;
    margin: 0px 0 0px 0;
    font-size: 22px;
    font-family: 'Helvetica Bold';
}
.smocs_about_section_5 {
    background-image: url(../images/about_section_5.png);
    height: 817px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #9c000b;
}
.smocs_about_section_5 h2.smocs_contact_pg_h2 {
    color: #ffc000;
}
.smocs_about_section_5 .smocs_contact_pg_form button {
    background-color: #ffc000;
    color: #9c000b;
}
.smocs_about_section_5 .smocs_contact_pg_feature_list ul li span {
    color: #ffc000;
}
.smocs_form_call_btn {
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 0 !important;
}
/*  Why us */
.smocs_services_head_banner {
    background-image: url(../images/inner_page_top_bg.jpg);
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.smocs_services_head_banner h1 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #fff;
    font-weight: 400;
}
.smocs_services_head_banner h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}
.smocs_contact_head_banner_txt h3 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.smocs_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;
}
.smocs_services_left_dv {
    width: calc(100% - 350px);
    float: left;
}
.smocs_services_left_dv p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.smocs_services_right_dv {
    float: left;
    width: 330px;
    margin-left: 20px;
}
.smocs_services_right_dv_box {
    background-color: #0000008f;
    border-radius: 10px;
    margin-bottom: 20px;
}
.smocs_services_right_dv_box_inner {
    text-align: center;
    padding: 30px 35px;
}
.smocs_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;
}
.smocs_services_right_dv_box_inner ul {
    list-style: none;
    padding: 0;
    width: 186px;
    margin: 0 auto;
}
.smocs_services_right_dv_box_inner ul li {
    float: left;
    margin-bottom: 20px;
    margin-right: 25px;
}
.smocs_services_right_dv_box_inner ul li:last-child,
.smocs_services_right_dv_box_inner ul li:nth-child(2) {
    margin-right: 0px;
}
.smocs_services_right_dv_box_inner ul li img {
    width: 80px;
}
.smocs_services_right_dv_box_secur_grant img {
    width: 170px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.smocs_services_right_dv_box_secur_grant img:last-child {
    margin-bottom: 0px;
}
/* section.smocs_section_05.smocs_services_form_section { */
/* background-image: url(../images/service_from_bg.png); */
/* } */
.smocs_services_form_section .smocs_section_05_div {
    /* padding: 290px 0pc; */
    padding-top: 70px;
}
/* FAQ */
.smocs_faq_content .smocs_inner_pg_heading_h2 {
    margin-bottom: 20px;
}
/* Why US */
.smocs_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;
}
.smocs_whyus_services_top_txt {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
}
.smocs_whyus_services_box_dv {
    text-align: center;
    margin-bottom: 80px;
}
.smocs_whyus_services_box_dv ul {
    list-style: none;
    padding: 0px;
}
.smocs_whyus_services_box_dv li {
    width: 327px;
    /* float:left; */
    display: inline-table;
    margin-right: 25px;
    margin-bottom: 40px;
}
.smocs_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;
}
.smocs_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;
}
.smocs_whyus_services_box p {
    color: white;
    text-align: justify;
    font-size: 19px;
    position: relative;
    top: 10px;
    line-height: 26px;
}
.smocs_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;
}
.smocs_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;
}
.smocs_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;
}
.smocs_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;
}
.smocs_whyus_services_btn_list {
    text-align: center;
}
.smocs_whyus_services_btn_list ul {
    list-style: none;
    padding: 0px;
}
.smocs_whyus_services_btn_list ul li {
    display: inline-table;
    margin-right: 20px;
}
.smocs_whyus_services_btn_list ul li a {
    background-color: #f38820;
    text-decoration: none;
    color: #24475b;
    font-family: 'Bebas Neue Regular';
    font-size: 22px;
    padding: 10px 25px;
    border-radius: 10px;
    letter-spacing: 1px;
    display: block;
}
.smocs_whyus_counter_section {
    background-color: #222629;
    padding: 30px;
}
.smocs_whyus_counter_list_dv ul {
    list-style: none;
    padding: 0px;
}
.smocs_whyus_counter_list_dv ul li {
    width: 25%;
    text-align: center;
    float: left;
}
.smocs_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;
}
.smocs_whyus_counter_list_dv ul li p {
    color: #86c232;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
/* Test & Quizes */
.smocs_testquizes_section_02 {
    background-image: url(../images/test&quizes_section_2_bg.jpg);
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
}
.smocs_testquizes_section_02_txt_heading01 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
    position: relative;
}
.smocs_testquizes_section_02_txt_heading01:after {
    content: "";
    height: 7px;
    background-color: #86c232;
    width: calc(100% - 485px);
    position: absolute;
    right: 0;
    bottom: 14px;
}
.smocs_testquizes_section_02_txt_heading02 {
    font-family: 'Bebas Neue Regular';
    font-size: 70px;
    color: #86c232;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}
.smocs_testquizes_section_02_txt_01 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 50px;
    position: relative;
}
.smocs_testquizes_section_02_txt_01:after {
    content: "";
    height: 5px;
    background-color: white;
    width: 305px;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.smocs_testquizes_section_02_txt_02 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    position: relative;
}
.smocs_testquizes_section_02_txt_02:after {
    content: "";
    height: 5px;
    background-color: white;
    width: 760px;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.smocs_testquizes_contact_form {
    background-image: url(../images/form_section_bg_img.jpg);
}
.smocs_testquizes_section_04 {
    background-image: url(../images/Online-class-sect-4-bg.jpg);
    height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}
.smocs_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;
}
.smocs_testquizes_step_perfection_img_dv {
    margin-bottom: 80px;
}
.smocs_testquizes_section_04 .smocs_whyus_services_btn_list ul li a {
    background-color: #fff;
}
.smocs_testquizes_section_05 {
    background-image: url(../images/section_feature_section_bg_img.jpg);
    height: 950px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}
.smocs_testquizes_section_05_txt_heading01 {
    font-size: 75px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}
.smocs_testquizes_section_05_txt_heading02 {
    margin-bottom: 50px;
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: normal;
}
.smocs_course_feature_list_dv ul {
    list-style: none;
    padding: 0px;
}
.smocs_course_feature_list_dv ul li {
    width: 25%;
    float: left;
    margin-bottom: 30px;
}
.smocs_course_feature_list_img {
    float: left;
    margin-right: 15px;
}
.smocs_course_feature_list_txt {
    float: left;
    color: #fff;
    font-weight: normal;
}
/* Exam */
.smocs_exam_section_02_txt_heading01 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
    position: relative;
}
.smocs_exam_section_02_txt_heading01:after {
    content: "";
    height: 7px;
    background-color: #86c232;
    width: calc(100% - 235px);
    position: absolute;
    right: 0;
    bottom: 18px;
}
.smocs_exam_section_02_txt_heading02 {
    font-family: 'Bebas Neue Regular';
    font-size: 70px;
    color: #86c232;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}
.smocs_exam_section_02_txt_01 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 50px;
    position: relative;
}
.smocs_exam_section_02_txt_01:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 195px);
    position: absolute;
    left: 0;
    bottom: 8px;
}
.smocs_exam_section_02_txt_02 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    position: relative;
}
.smocs_exam_section_02_txt_02:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 990px);
    position: absolute;
    left: 0;
    bottom: 8px;
}
/* Online Classes */
.smocs_onlineclasses_section_02_txt_heading01 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
    position: relative;
}
.smocs_onlineclasses_section_02_txt_heading01:after {
    content: "";
    height: 7px;
    background-color: #86c232;
    width: calc(100% - 280px);
    position: absolute;
    right: 0;
    bottom: 18px;
}
.smocs_onlineclasses_section_02_txt_heading02 {
    font-family: 'Bebas Neue Regular';
    font-size: 70px;
    color: #86c232;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}
.smocs_onlineclasses_section_02_txt_01 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 50px;
    position: relative;
}
.smocs_onlineclasses_section_02_txt_01:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 1135px);
    position: absolute;
    left: 0;
    bottom: 8px;
}
.smocs_onlineclasses_section_02_txt_02 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    position: relative;
}
.smocs_onlineclasses_section_02_txt_02:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 708px);
    position: absolute;
    left: 0;
    bottom: 8px;
}
/* Online Courses */
.smocs_onlinecourses_section_02_txt_heading01 {
    font-family: 'Bebas Neue Regular';
    font-size: 105px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
    position: relative;
}
.smocs_onlinecourses_section_02_txt_heading01:after {
    content: "";
    height: 7px;
    background-color: #86c232;
    width: calc(100% - 287px);
    position: absolute;
    right: 0;
    bottom: 16px;
}
.smocs_onlinecourses_section_02_txt_heading02 {
    font-family: 'Bebas Neue Regular';
    font-size: 70px;
    color: #86c232;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}
.smocs_onlinecourses_section_02_txt_01 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 50px;
    position: relative;
}
.smocs_onlinecourses_section_02_txt_01:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 260px);
    position: absolute;
    left: 0;
    bottom: 8px;
}
.smocs_onlinecourses_section_02_txt_02 {
    text-align: right;
    font-size: 26px;
    color: white;
    line-height: 35px;
    position: relative;
}
.smocs_onlinecourses_section_02_txt_02:after {
    content: "";
    height: 5px;
    background-color: #ffffff;
    width: calc(100% - 690px);
    position: absolute;
    left: 0;
    bottom: 8px;
}
/* Home */
.smocs_home_section_01 .smocs_header {
    margin-bottom: 50px;
}
.smocs_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;
}
.smocs_home_section_left {
    width: calc(100% - 480px);
    float: left;
    margin-top: 80px;
    margin-right: 30px;
}
.smocs_home_section_right {
    width: 450px;
    float: left;
}
.smocs_home_section_left h2 {
    font-family: 'Bebas Neue Regular';
    font-size: 85px;
    color: #86c232;
    font-weight: 400;
    line-height: 90px;
    position: relative;
    margin-bottom: 20px;
}
.smocs_home_section_left h3 {
    font-size: 40px;
    color: white;
    font-weight: 100;
}
.smocs_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;
}
.smocs_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;
}
.smocs_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;
}
.smocs_home_section_right_form_heder_dv h2 {
    font-weight: normal;
    position: relative;
    z-index: 99;
    top: 25px;
}
.smocs_home_section_right_form_body_dv {
    padding: 20px;
}
.smocs_home_section_right_form_body_dv input[type="text"],
.smocs_home_section_right_form_body_dv input[type="tel"],
.smocs_home_section_right_form_body_dv input[type="email"],
.smocs_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;
}
.smocs_home_section_right_form_body_dv .smocs_form_btn {
    width: 100%;
    border: 0;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.smocs_home_section_02 {
    background-color: #222629;
    padding: 40px 0px;
}
.smocs_home_section_02_feature_list ul {
    list-style: none;
    padding: 0px;
}
.smocs_home_section_02_feature_list ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.smocs_home_section_02_feature_list ul li span {
    color: #86c232;
    font-size: 20px;
    margin-top: 8px;
    display: block;
}
.smocs_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;
}
.smocs_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;
}
.smocs_home_section_03_services_list ul {
    list-style: none;
    padding: 50px;
    padding-top: 10px;
}
.smocs_home_section_03_services_list ul li:first-child,
.smocs_home_section_03_services_list ul li:nth-child(3) {
    margin-left: 0px;
}
.smocs_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;
}
.smocs_home_section_03_services_list_dv {
    padding: 50px 30px;
    color: #fff;
}
.smocs_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;
}
.smocs_home_section_03_services_list_dv p {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 200px;
}
.smocs_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;
}
.smocs_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;
}
.smocs_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;
}
.smocs_home_section_04_heading_01 h2:after {
    content: "";
    height: 10px;
    background-color: #86c232;
    width: calc(100% - 595px);
    position: absolute;
    right: 0;
    bottom: 16px;
}
.smocs_home_section_04_left,
.smocs_home_section_04_right {
    width: calc(51% - 30px);
    float: left;
    margin-left: 30px;
}
.smocs_home_section_04_left {
    margin-left: 0px;
}
.smocs_home_section_04_left p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 35px;
    text-align: justify;
}
.smocs_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;
}
.smocs_home_section_04_right ul {
    list-style: none;
    padding: 0;
}
.smocs_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;
}
.smocs_home_section_04_right ul li p {
    color: #86c232;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.smocs_home_section_04_right ul li {
    width: 50%;
    text-align: right;
    float: left;
}
.smocs_testquizes_step_perfection_img_dv img {
    width: 100%;
}
img.smocs_step_mobile_img {
    display: none;
}
/* Header Support icons */
.smocs_header_support_list {
    margin-top: 80px;
}
.smocs_header_support_list ul {
    list-style: none;
    padding: 0;
}
.smocs_header_support_list ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.smocs_header_support_list ul li img {
    margin-bottom: 10px;
    display: inline-block;
}
.smocs_header_support_list ul li span {
    display: block;
    color: white;
}
/* Online Course Page */
.smocs_onlineclasses_v2_section_02 {
    background-image: url(../images/Online-class-sect-2-bg.jpg);
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    color: #29495a;
    font-family: 'Montserrat-Medium';
}
.smocs_onlineclasses_v2_section_02_txt {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
.smocs_onlineclasses_v2_section_02_list_dv {
    background-color: #7acdf7;
    padding: 20px 20px 10px 20px;
}
.smocs_onlineclasses_v2_section_02_list_dv ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    color: #29495a;
    width: 85%;
    margin: 0 auto;
    border-radius: 10px;
}
.smocs_onlineclasses_v2_section_02_list_dv ul li {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    width: 20%;
    float: left;
}
.smocs_onlineclasses_v2_section_02_list_dv ul li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 0px;
    background-color: #24475b;
    position: absolute;
    top: 8px;
    left: 0;
}
/* Counter Section V1 */
.smocs_counter_section_v1 {
    background-image: url(../images/home_section_4_bg.jpg);
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}
.smocs_counter_section_v1_heading01 {
    font-size: 65px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.smocs_counter_section_v1_txt {
    font-size: 18px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 0px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: normal;
}
.smocs_counter_section_v1_list_dv ul {
    list-style: none;
    padding: 0;
}
.smocs_counter_section_v1_list_dv ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.smocs_counter_section_v1_list_dv ul li h3 {
    font-size: 54px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.smocs_counter_section_v1_list_dv ul li h4 {
    font-size: 25px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 4px;
    margin-top: 0px;
    font-weight: normal;
    color: #fff;
    line-height: 25px;
    text-align: center;
}
/* Online Course */
.smocs_onlinecourses_v2_section_02 {
    background-image: url(../images/online_course_section_bg_02.jpg);
    height: 320px;
}
/* Exam */
.smocs_exams_v2_section_02 {
    background-image: url(../images/exam_section_bg_02.jpg);
    height: 450px;
}
/* Tests */
.smocs_tests_v2_section_02 {
    background-image: url(../images/test_section_bg_02.jpg);
    height: 550px;
}
/* Contact US */
.smocs_contact_pg_form .smocs_form_control_dv label {
    font-size: 18px;
    font-weight: 700;
    background-color: #a2d1eb;
    color: #24475b;
}
.smocs_contact_pg_form input[type="text"],
.smocs_contact_pg_form input[type="email"],
.smocs_contact_pg_form input[type=tel] {
    width: 100%;
    border: 3px solid #24475b;
}
.smocs_contact_pg_h2 {
    color: #24475b;
    font-size: 100px;
    font-weight: 400;
    padding: 55px 0px 35px 0;
}
.smocs_contact_pg_form .smocs_form_btn {
    background-color: #24475b;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
}
.smocs_support_v2_list ul {
    list-style: none;
    padding: 0;
}
.smocs_support_v2_list ul li {
    width: 25%;
    float: left;
    text-align: center;
    height: 180px;
}
.smocs_support_v2_list ul li img {
    margin-top: 35px;
}
.smocs_support_v2_list ul li span {
    display: block;
    font-size: 16 px;
    color: #fff;
}
.smocs_support_v2_list ul li:first-child {
    background-color: #24475b;
}
.smocs_support_v2_list ul li:nth-child(2) {
    background-color: #35627c;
}
.smocs_support_v2_list ul li:nth-child(3) {
    background-color: #4d84a3;
}
.smocs_support_v2_list ul li:nth-child(4) {
    background-color: #64a8cf;
}
/* why us */
.smocs_whyus_v2_section_02 {
    background-image: url(../images/exam_section_bg_02.jpg);
    height: 690px;
}
.smocs_whyus_v2_section_02 h2 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}
/* Services */
.smocs_services_v2_section {
    background-image: url(../images/section_section_bg_img.jpg);
    height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.smocs_services_v2_section.smocs_services_v2_section_circle {
    height: 700px;
}
.smocs_services_v2_section .smocs_container>h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 35px;
    text-transform: uppercase;
    color: #24475b;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.smocs_services_v2_box {
    width: calc(50.7% - 20px);
    background-color: white;
    margin-left: 20px;
    float: left;
    border-radius: 7px;
    box-shadow: 3px 3px 5px #1a040491;
    margin-bottom: 20px;
    min-height: 150px;
    text-align: center;
    color: #24475b;
}
.smocs_services_v2_box_inner {
    padding: 35px 15px;
    position: relative;
}
.smocs_services_v2_box_nospace {
    margin-left: 0px;
}
.smocs_services_v2_box h2 {
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 15px;
}
.smocs_services_v2_box_img_dv {
    background-color: #24475b;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50px;
}
.smocs_services_v2_section_circle .smocs_services_v2_box_inner h3 {
    text-transform: uppercase;
    margin-bottom: 12px;
}
.smocs_services_v2_box_img_dv img {
    width: 60px;
    position: relative;
    top: 15px;
}
.smocs_services_v2_section_circle .smocs_services_v2_box_inner {
    padding-top: 65px;
}
.smocs_services_v2_section_circle .smocs_services_v2_box {
    margin-bottom: 50px;
    margin-top: 50px;
}
.smocs_services_v2_section_circle .smocs_services_v2_box {
    min-height: 200px;
}
/* Home Header Top Form V1 */
.smocs_home_header_banner {
    height: 730px
}
.smocs_home_header_banner .smocs_header {
    margin-bottom: 20px;
}
.smocs_header_form_top_section_v1_left {
    width: 500px;
    float: left;
    margin-right: 20px;
}
.smocs_header_form_top_section_v1_right {
    float: left;
    width: calc(100% - 520px);
}
.smocs_header_form_top_section_v1_left_form_dv {
    background-color: #305870;
    border-radius: 10px;
    width: 400px;
}
.smocs_header_form_top_section_v1_left_form_dv_inner {
    padding: 30px;
}
.smocs_header_form_top_section_v1_left_form_dv_inner h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    text-align: center;
}
.smocs_header_form_top_section_v1_left_form_dv_inner input[type="text"],
.smocs_header_form_top_section_v1_left_form_dv_inner input[type="tel"],
.smocs_header_form_top_section_v1_left_form_dv_inner input[type="email"],
.smocs_header_form_top_section_v1_left_form_dv_inner 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;
    outline: 0;
    color: white;
}
.smocs_header_form_top_section_v1_left_form_dv_inner .smocs_form_control_dv label {
    padding: 0px 9px;
    position: absolute;
    left: 20px;
    background-color: #305870;
    color: white;
    top: 7px;
    z-index: 99;
}
.smocs_header_form_top_section_v1_right_inner {
    margin-top: 130px;
}
.smocs_header_form_top_section_v1_right_inner h1 {
    font-size: 75px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 80px;
    margin-bottom: 0;
}
.smocs_header_form_top_section_v1_right_inner p {
    font-size: 25px;
    margin-top: 0px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
}
/* Thankyou */
.smocs_thankyou_heading h1 {
    font-family: 'Bebas Neue Regular';
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
}
/* Popup */
.smocs_body {
    /* overflow: hidden; */
}
body.smocs_body:after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    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: 540px; */
    margin-top: -270px;
    margin-left: -275px;
    left: 50%;
    top: 50%;
    z-index: 999999;
}
.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;
}
.smocs_popup_main_div_inner {
    background-color:
        whitesmoke;
}
.smocs_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;
}
.smocs_popup_form_div .smocs_form_btn {
    background-color: #305870;
    color: #fff;
    padding: 14px 35px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    outline: 0;
    border: 0;
    width: 100%;
    font-size: 17px;
}
.popup-content.smocs_popup_main_div_inner {
    padding: 20px;
    height: 100%;
}
.popup-content.smocs_popup_main_div_inner .close {
    position: absolute;
    top: 10px;
    right: 10px;
    outline: 0;
    border: 0px solid transparent;
    background-color: transparent;
    cursor: pointer;
}
.popup-content.smocs_popup_main_div_inner h2 {
    font-size: 35px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1px;
    margin-top: 0px;
    font-weight: 400;
    color: #305870;
    line-height: 40px;
}
.popup-content.smocs_popup_main_div_inner h3 {
    font-size: 20px;
    line-height: 30px;
}
.popup-content.smocs_popup_main_div_inner>p {
    margin-bottom: 20px;
    font-size: 20px;
}
.smocs_popup_form_bottom_txt {
    font-size: 12px;
    display: block;
    margin-top: 15px;
}
.smocs_popup_form_bottom_txt a {
    text-decoration: none;
    color: #d6b026;
}
.smocs_popup_form_div .wpcf7 form.invalid .wpcf7-response-output,
.smocs_popup_form_div .wpcf7 form.unaccepted .wpcf7-response-output,
.smocs_popup_form_div .wpcf7 form.payment-required .wpcf7-response-output,
.smocs_popup_form_div .wpcf7 form.sent .wpcf7-response-output {
    margin: 0 !important;
    color: #000;
}
.smocs_popup_form_div br,
.smocs_popup_form_div .wpcf7-spinner {
    display: none !important;
}
.popup-overlay .smocs_form_control_dv label {
    /* display: none; */
    left: 10px;
    background-color: #f5f5f5;
    color: black;
    top: -7px;
}
/* Blog Page */
.smocs_blog_detl_dv {
    margin-top: 50px;
    margin-bottom: 50px;
}
.smocs_blog_detl_left {
    width: calc(100% - 450px);
    float: left;
}
.smocs_blog_detl_left .post-thumbnail img {
    width: 100%;
}
.smocs_blog_detl_heading_dv {
    margin-bottom: 30px;
}
.smocs_blog_detl_left .post-thumbnail {
    margin-bottom: 50px;
}
.smocs_blog_detl_heading_dv h1.entry-title,
.smocs_search_heading_dv h2.entry-title a {
    margin-bottom: 20px;
    font-size: 24px;
}
.smocs_blog_detl_heading_dv .entry-meta ul {
    list-style: none;
    padding: 0;
}
.smocs_blog_detl_heading_dv .entry-meta ul li {
    display: inline-block;
    margin-right: 12px;
}
.smocs_blog_detl_heading_dv .entry-meta ul li span a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin-left: 4px;
}
.smocs_blog_detl_left .entry-content p {
    line-height: 26px;
    font-size: 15px;
}
.smocs_blog_detl_right {
    width: 420px;
    float: left;
    margin-left: 30px;
}
.smocs_blog_detl_right .widget.widget_block {
    margin: 20px 0px;
    margin-top: 0;
}
.smocs_blog_detl_right .widget.widget_block h2 {
    background-color: #64a8cf;
    padding: 10px;
    color: white;
    margin-bottom: 12px;
}
.smocs_blog_detl_right .widget.widget_block ul {
    list-style: none;
    padding: 0px;
}
.smocs_blog_detl_right .widget.widget_block ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}
.smocs_blog_detl_right .widget.widget_block ul li:last-child {
    display: block;
    border-bottom: 0px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}
.smocs_blog_detl_right .widget.widget_block ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.smocs_blog_detl_right .wp-block-search__inside-wrapper input[type="search"] {
    border: 1px solid #ddd;
    padding: 5px;
    outline: none;
    font-size: 0.8125em;
    color: #888;
    margin: 0;
    display: block;
    background: #fff;
    height: 40px;
}
.smocs_blog_detl_right .wp-block-search__inside-wrapper button {
    margin-left: 0;
    width: auto;
    border: 0;
    background-color: #64a8cf;
    color: white;
    padding: 0px 30px;
    font-size: 15px;
}
.smocs_blog_detl_right .wp-block-search__label {
    display: none;
}
.smocs_blog_categ_tags_dv span.cat-links a,
.smocs_blog_categ_tags_dv span.tags-links a {
    margin-right: 20px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.smocs_blog_categ_tags_dv,
.smocs_blog_detl_heading_dv .entry-meta {
    float: left;
}
.smocs_blog_detl_heading_dv:after {
    content: "";
    clear: both;
    display: block;
}
.smocs_blog_detail_title_dv h1 {
    font-size: 85px;
}
.smocs_search_title_dv {
    font-family: 'Bebas Neue Regular';
    font-size: 85px;
    color: #fff;
    font-weight: 400;
}
.smocs_search_heading_dv h2.entry-title a {
    text-decoration: none;
    color: #000;
}
.smocs_search_heading_dv h2.entry-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.smocs_blog_detl_dv .type-post {
    margin-bottom: 60px;
}
/* Project Page */
.smocs_height_auto {
    height: auto;
}
.smocs_project_h2 {
    margin-bottom: 20px;
    font-size: 28px;
    margin-top: 20px;
}
.smocs_project_accordion_dv {
    background-image: url(../images/form_section_bg_img.jpg);
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.acc {
    margin-bottom: 10px;
}
.acc-head {
    background-color: rgb(23 96 137);
    padding: 15px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
}
.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #fff;
    transition: all .3s;
}
.acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
}
.acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
}
.acc-head p {
    color: #fff;
    font-weight: bold;
}
.acc-content {
    padding: 15px 10px;
    display: none;
    font-size: 20px;
    color: #29495a;
    line-height: 30px;
    font-family: 'Montserrat-Medium';
}
.acc-head.active::before {
    transform: rotate(90deg);
}

.acc-content p a {
    font-weight: bold;
    color: #29495a;
}

/* Home Servie Section */
.smocs_service_box_dv{
    background-image: url(../images/Online-class-sect-4-bg.jpg);
    /* height: 750px; */
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.smocs_service_box_dv .smocs_service_main_heading h2 {
    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;
}

.smocs_service_box_dv ul{
    list-style:none;
    padding: 0px;
    height: 350px;
    margin-bottom: 80px;
}

.smocs_service_box_dv ul:after {
    content: "";
    clear: both;
    display: block;
}

.smocs_service_box_dv .smocs_container > ul > li:first-child {
    margin-left: 0;
}

.smocs_service_box_dv .smocs_container > ul > li {
    width: 191px;
    float: left;
    border-radius: 20px;
    background-color: #24475b;
    margin-left: 10px;
}

.smocs_service_box_dv .smocs_container > ul > li:nth-child(even) {
    position: relative;
    top: 94px;
}

.smocs_service_box_list {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    padding: 15px;
    color: white;
    text-align: center;
}

.smocs_service_box_list .img {
    width: 100px;
    height: 100px;
    background-color: white;
    margin: 0 auto;
    border-radius: 100%;
    margin-top: -50px;
    margin-bottom: 20px;
    line-height: 160px;
}

.smocs_service_box_list .txt {
    margin-bottom: 20px;
}

.smocs_service_box_list .heading {
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    font-size: 30px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 3px;
}

.smocs_service_box_btns_dv{
    text-align: center;
}

.smocs_service_box_btns_dv ul{
    list-style: none;
    padding: 0px;
    height: auto;
    margin-bottom: 0px;
}

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

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

.smocs_service_box_btns_dv ul li a:hover {
    opacity: 0.7;
}

.smocs_testimonials_inner_dv {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

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

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

.smocs_testimonials_main_section .item p {
    color: #29495a;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
}

.smocs_testimonials_main_section .item h3 {
    font-size: 22px;
    font-family: 'Bebas Neue Regular';
    color: #29495a;
    letter-spacing: 3px;
}

.smocs_testimonials_main_section .owl-dots{
    margin-top: 30px;
}

.smocs_testimonials_main_section .owl-dots button {
    width: 40px;
    height: 8px;
    background-color: #29495a !important;
    margin-right: 10px;
    border-radius: 10px;
    opacity: 0.7;
}

.smocs_testimonials_main_section .owl-dots button.active {
    opacity: 1;
}

p.smocs_onlineclasses_v2_section_02_txt a {
    font-weight: bold;
    color: #29495a;
}

.smocs_cta_main_dv {    
    background-image: url(../images/cta.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    color: #29495a; 
    text-align: center;   
}

.smocs_cta_main_dv .heding_dv {
    font-size: 32px;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

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


/* Media Query */
@media only screen and (max-width: 1400px) {}
@media only screen and (max-width: 1250px) {
    .smocs_container {
        width: 991px;
        margin: 0 auto;
    }
    .smocs_home_section_left h2 {
        font-size: 65px;
        line-height: 70px;
    }
    .smocs_home_section_left h3 {
        font-size: 30px;
    }
    .smocs_home_section_04_heading_01 h2 {
        font-size: 82px;
        line-height: 90px;
    }
    .smocs_home_section_04_left p {
        font-size: 20px;
        line-height: 28px;
    }
    .smocs_home_section_04_heading_01 h2:after {
        width: calc(100% - 490px);
        bottom: 21px;
    }
    .smocs_section_05_contant_col1 h3 {
        font-size: 55px;
    }
    .smocs_home_section_03_services_list_dv {
        min-height: 521px;
    }
    .smocs_footer_section {
        width: calc(50% - 20%);
    }
    /*why us*/
    .smocs_whyus_services_section,
    .smocs_services_v2_section,
    .smocs_whyus_v2_section_02 {
        height: auto;
    }
    .smocs_services_v2_box {
        min-height: 180px;
    }
    /* services */
    .smocs_testquizes_section_02_txt_heading02 {
        font-size: 60px;
    }
    .smocs_testquizes_section_02_txt_01:after {
        width: 805px;
    }
    .smocs_testquizes_section_02_txt_02:after {
        width: 0px;
    }
    /* Exam */
    .smocs_exam_section_02_txt_01:after {
        width: calc(100% - 775px);
    }
    .smocs_exam_section_02_txt_02:after {
        width: calc(100% - 315px);
    }
    /* Online Courses */
    .smocs_onlineclasses_section_02_txt_heading02 {
        font-size: 65px;
    }
    .smocs_onlineclasses_section_02_txt_01:after {
        width: calc(100% - 435px);
    }
    .smocs_onlineclasses_section_02_txt_02:after {
        width: calc(100% - 118px);
    }
    /* Online Courses */
    .smocs_onlinecourses_section_02_txt_01:after {
        width: calc(100% - 670px);
    }
    .smocs_onlinecourses_section_02_txt_02:after {
        width: calc(100% - 190px);
    }
    /* Home top header v1 */
    .smocs_header_form_top_section_v1_right_inner h1 {
        font-size: 60px;
    }


    /* Service Box CSS  */
    .smocs_service_box_dv .smocs_container > ul > li {
        width: 156px;     
    }

    .smocs_service_box_list {        
        min-height: 300px;        
    }
}
@media only screen and (max-width: 1050px) {
    .smocs_container {
        width: 767px;
        margin: 0 auto;
    }
    .smocs_topbar_left_side {
        width: 70%;
    }
    .smocs_topbar_right_side {
        width: 30%;
    }
    .smocs_home_section_left h2 br {
        display: none;
    }
    .smocs_home_section_left h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .smocs_home_section_left h3 {
        font-size: 25px;
    }
    .smocs_home_section_02_feature_list ul li {
        width: 50%;
        margin-bottom: 50px;
    }
    .smocs_home_section_02_feature_list ul li:nth-child(3),
    .smocs_home_section_02_feature_list ul li:nth-child(4) {
        margin-bottom: 0px;
    }
    .smocs_home_section_03_services_list ul {
        padding: 0px;
    }
    .smocs_home_section_03 {
        height: 1420px;
    }
    .smocs_home_section_03_heading_01 {
        font-size: 65px;
    }
    .smocs_home_section_04 {
        height: 950px;
    }
    .smocs_home_section_04_heading_01 h2 {
        font-size: 65px;
        line-height: 70px;
    }
    .smocs_home_section_04_heading_01 h2:after {
        width: calc(100% - 392px);
        bottom: 21px;
    }
    .smocs_home_section_04_right ul li h4 {
        font-size: 75px;
    }
    .smocs_home_section_04_right ul li p {
        font-size: 22px;
    }
    .smocs_home_section_04_right h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .smocs_home_section_05 {
        height: 360px;
    }
    .smocs_home_section_05 .smocs_section_05_div {
        padding-top: 70px;
    }
    .smocs_testquizes_section_04 {
        height: 580px;
    }
    .smocs_testquizes_section_04_txt_heading01 {
        font-size: 55px;
        margin-top: 0px;
    }
    .smocs_testquizes_section_05_txt_heading01 {
        font-size: 65px;
        margin-bottom: 0px;
    }
    .smocs_testquizes_section_05_txt_heading02 {
        font-size: 25px;
    }
    .smocs_course_feature_list_dv ul li {
        width: 33.3%;
    }
    .smocs_section_05_contant_col3 li span {
        font-size: 16px;
        line-height: 25px;
    }
    .smocs_section_05_contant_col3 ul.smocs_form_features li {
        height: 120px;
    }
    .smocs_home_section_03_services_list_dv p {
        line-height: 25px;
        font-size: 16px;
        min-height: 290px;
    }
    .smocs_section_02_heading,
    .smocs_section_03_heading,
    .smocs_section_04_heading {
        font-size: 55px;
    }
    .smocs_section_01_left_side_inner h2 {
        font-size: 26px;
    }
    .smocs_header_left {
        width: 300px;
    }
    .smocs_header_right {
        width: calc(100% - 300px);
    }
    .smocs_section_01_left_side_inner h1 {
        font-size: 70px;
    }
    .smocs_section_03 {
        height: 1510px;
    }
    .smocs_section_02_div {
        padding-top: 200px;
    }
    .smocs_section_02_services_section_heading,
    .smocs_section_02_services_section_txt {
        min-height: 55px;
    }
    .smocs_section_03_services_section_txt_nheading {
        height: 250px;
    }
    .smocs_section_03_services_section_txt {
        font-size: 19px;
    }
    .smocs_section_03_services_section_heading h2 {
        font-size: 26px;
    }
    .smocs_section_04_services_img_div img {
        width: 100%;
    }
    .smocs_section_04_services_section_heading {
        font-size: 28px;
    }
    .smocs_section_04_services_section_heading:after {
        width: calc(100% - 170px);
        bottom: 18px;
    }
    .smocs_section_05_contant_col1 h3 {
        font-size: 32px;
        margin-top: 30px;
        line-height: 40px;
    }
    .smocs_section_05_contant_col {
        width: calc(35% - 20px);
        float: left;
    }
    .smocs_section_05_contant_col3 ul.smocs_form_features {
        font-size: 16px;
        width: 100%;
        margin-left: 50px;
    }
    .smocs_section_05_contant_col2 .smocs_form_btn {
        font-size: 16px;
    }
    .smocs_footer_section:first-child {
        width: 100%;
        margin-bottom: 30px;
    }
    .smocs_footer_section:last-child {
        width: 100%;
        text-align: left;
    }
    .smocs_footer_section {
        width: calc(50% - 20px);
    }
    .smocs_footer_section_02 ul li {
        float: none;
        display: inline-block;
    }
    /* Services Pages */
    .smocs_services_head_banner h1 {
        font-size: 85px;
    }
    .smocs_testquizes_section_02_txt_heading01,
    .smocs_exam_section_02_txt_heading01,
    .smocs_onlineclasses_section_02_txt_heading01,
    .smocs_onlinecourses_section_02_txt_heading01 {
        font-size: 85px;
    }
    .smocs_testquizes_section_02_txt_heading02,
    .smocs_exam_section_02_txt_heading02,
    .smocs_onlineclasses_section_02_txt_heading02,
    .smocs_onlinecourses_section_02_txt_heading02 {
        font-size: 50px;
    }
    .smocs_testquizes_section_02_txt_01,
    .smocs_testquizes_section_02_txt_02,
    .smocs_exam_section_02_txt_01,
    .smocs_exam_section_02_txt_02,
    .smocs_onlineclasses_section_02_txt_01,
    .smocs_onlineclasses_section_02_txt_02,
    .smocs_onlinecourses_section_02_txt_01,
    .smocs_onlinecourses_section_02_txt_02 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .smocs_testquizes_section_02_txt_01:after,
    .smocs_exam_section_02_txt_heading01:after,
    .smocs_exam_section_02_txt_01:after,
    .smocs_testquizes_section_02_txt_02:after,
    .smocs_exam_section_02_txt_02:after,
    .smocs_testquizes_section_02_txt_heading01:after,
    .smocs_onlineclasses_section_02_txt_heading01:after,
    .smocs_onlineclasses_section_02_txt_01:after,
    .smocs_onlineclasses_section_02_txt_02:after,
    .smocs_onlinecourses_section_02_txt_01:after,
    .smocs_onlinecourses_section_02_txt_02:after {
        width: 0px;
    }
    /* Home Top Header  */
    .smocs_header_form_top_section_v1_left {
        width: 370px;
    }
    .smocs_header_form_top_section_v1_left_form_dv {
        width: 350px;
    }
    .smocs_header_form_top_section_v1_right {
        width: calc(100% - 390px);
    }
    .smocs_header_form_top_section_v1_right_inner h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .smocs_services_v2_section_circle .smocs_services_v2_box {
        min-height: 230px;
    }
    .smocs_services_v2_section.smocs_services_v2_section_circle {
        height: auto;
    }
    .smocs_section_05_contant_col3 ul.smocs_form_features li {
        height: 180px;
    }
    .smocs_section_05_contant_col1 h3 {
        font-size: 50px;
        margin-top: 50px;
        line-height: 60px;
    }
    .smocs_counter_section_v1_list_dv ul li {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 40px;
    }
    .smocs_counter_section_v1,
    .smocs_testquizes_section_05,
    .smocs_whyus_v2_section_02 {
        height: auto;
    }
    .smocs_footer_contact_bar ul li {
        float: none;
        display: block;
        margin-bottom: 0;
        text-align: left;
    }
    .smocs_exams_v2_section_02,
    .smocs_onlineclasses_v2_section_02 {
        height: auto;
    }
    .smocs_onlineclasses_v2_section_02_list_dv ul li {
        width: 33%;
    }


    /* Service Box CSS  */
    .smocs_service_box_dv ul {        
        height: auto;        
    }
    
    .smocs_service_box_dv .smocs_container > ul > li {
        width: 184px;        
    }

    .smocs_service_box_dv .smocs_container > ul > li:nth-child(even) {     
        top: 0px;
    }

    .smocs_service_box_dv .smocs_container > ul > li {
        width: 249px;       
        margin-bottom: 10px; 
    }

    .smocs_service_box_list {        
        min-height: 250px;        
    }

    .smocs_service_box_dv .smocs_container > ul > li:nth-child(4) {
        margin-left: 0;
    }

    .smocs_service_box_btns_dv {
        margin-top: 40px;
    }

    
}
@media only screen and (max-width: 850px) {
    .smocs_container {
        width: 700px;
        margin: 0 auto;
    }
    .smocs_topbar_right_side {
        width: 25%;
        float: left;
    }
    .smocs_topbar_left_side {
        width: 75%;
        float: left;
    }
    .smocs_header_right_inner .custom-menu-class {
        display: none;
    }
    .smocs_mobie_navbar {
        width: 30px;
        float: right;
        cursor: pointer;
    }
    .smocs_mobie_navbar span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: white;
        margin-bottom: 8px;
    }
    .smocs_header {
        position: relative;
    }
    .smocs_menu_active .custom-menu-class {
        display: block;
        position: absolute;
        width: 100%;
        top: 80px;
        background-color: black;
        left: 0;
        z-index: 9999;
    }
    .smocs_menu_active #menu-top-menu li {
        width: 100%;
        float: none;
        text-align: left;
        padding: 15px;
    }
    .smocs_menu_active #menu-top-menu li.menu-item-has-children:after {
        right: 20px;
        top: 20px;
    }
    .smocs_header_right .smocs_menu_active ul>li.menu-item-has-children>ul {
        position: relative;
        width: 100%;
    }
    .smocs_header_right .smocs_menu_active ul>li.menu-item-has-children>ul>li a {
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .smocs_head2_section .smocs_header {
        margin-bottom: 20px;
    }
    .smocs_home_section_left {
        width: calc(100% - 0px);
    }
    .smocs_header_left img {
        width: 210px;
    }
    .smocs_home_section_01 {
        height: 820px;
    }
    .smocs_home_section_left {
        width: calc(100% - 0px);
        margin-top: 0;
        text-align: center;
        margin-bottom: 50px;
        float: none;
    }
    .smocs_home_section_left h2 {
        margin-bottom: 0px;
    }
    .smocs_home_section_right {
        width: 450px;
        float: none;
        margin: 0 auto;
    }
    .smocs_home_section_right_form_body_dv input[type="text"],
    .smocs_home_section_right_form_body_dv input[type="tel"],
    .smocs_home_section_right_form_body_dv input[type="email"],
    .smocs_home_section_right_form_body_dv input[type="phone"] {
        padding: 8px;
        margin-bottom: 15px;
        font-size: 15px;
    }
    .smocs_home_section_right_form_body_dv .smocs_form_btn {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .smocs_home_section_04_left p {
        font-size: 19px;
        line-height: 26px;
    }
    .smocs_home_section_04_right h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .smocs_home_section_05 .smocs_form_btn {
        padding: 14px 22px;
    }
    .smocs_home_section_05 li span {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }
    .smocs_testquizes_section_05_txt_heading01 {
        font-size: 55px;
    }
    .smocs_testquizes_section_05_txt_heading02 {
        font-size: 22px;
    }
    /* Why us */
    .smocs_whyus_counter_list_dv ul li {
        width: 50%;
        text-align: center;
        float: left;
    }
    .smocs_whyus_contact_form {
        height: auto;
    }
    .smocs_section_05_contant_col {
        width: 100%;
        float: none;
    }
    .smocs_services_head_banner h1 {
        font-size: 85px;
    }
    .smocs_whyus_services_top_txt {
        font-size: 24px;
    }
    .smocs_whyus_contact_form .smocs_section_05_div {
        padding-top: 50px;
    }
    .smocs_whyus_contact_form .smocs_section_05_contant_col1 h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    .smocs_whyus_contact_form ul.smocs_form_features {
        margin-left: 0px;
        margin-top: 40px;
    }
    .smocs_testquizes_section_02_txt_heading02,
    .smocs_exam_section_02_txt_heading02,
    .smocs_onlinecourses_section_02_txt_heading02,
    .smocs_onlineclasses_section_02_txt_heading02 {
        font-size: 45px;
    }
    .smocs_testquizes_section_02_txt_01,
    .smocs_testquizes_section_02_txt_02,
    .smocs_exam_section_02_txt_01,
    .smocs_exam_section_02_txt_02,
    .smocs_onlineclasses_section_02_txt_01,
    .smocs_onlineclasses_section_02_txt_02,
    .smocs_onlinecourses_section_02_txt_01,
    .smocs_onlinecourses_section_02_txt_02 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .smocs_header_form_top_section_v1_right_inner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .smocs_header_form_top_section_v1_right_inner p {
        font-size: 22px;
        line-height: 35px;
    }
    .smocs_services_v2_section_circle .smocs_services_v2_box {
        min-height: 250px;
    }
    .smocs_services_v2_section.smocs_services_v2_section_circle {
        height: auto;
    }

    /* Service Box CSS  */

    .smocs_service_box_dv .smocs_container > ul > li {
        width: 344px;
    }

    .smocs_service_box_dv .smocs_container > ul > li:nth-child(4) {
        margin-left: 10px;
    }

    .smocs_service_box_dv .smocs_container > ul > li:nth-child(3), .smocs_service_box_dv .smocs_container > ul > li:nth-child(5) {
        margin-left: 0;
    }

    .smocs_service_box_list {
        min-height: 210px;
    }

    .smocs_service_box_dv ul {        
        margin-bottom: 20px;
    }

    
}
@media only screen and (max-width: 767px) {
    .smocs_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .smocs_testquizes_section_04 {
        height: auto;
    }
    .smocs_step_desktop_img {
        display: none;
    }
    .smocs_step_mobile_img {
        display: block !important;
    }
    /*.smocs_whyus_services_btn_list ul li{
		display:block;
		margin-bottom:15px;
		margin-right: 0;
	}*/
    .smocs_whyus_services_btn_list ul li {
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 20px;
    }
    .smocs_testquizes_step_perfection_img_dv img {
        width: auto;
        margin: 0 auto;
    }
    .smocs_home_section_03_services_list ul li {
        width: 100%;
        margin-left: 0;
    }
    .smocs_home_section_03_services_list_dv p {
        min-height: 150px;
    }
    .smocs_home_section_03_services_list_dv {
        min-height: auto;
    }
    .smocs_home_section_03,
    .smocs_home_section_04,
    .smocs_home_section_05 {
        height: auto;
    }
    .smocs_home_section_04_left,
    .smocs_home_section_04_right {
        width: 100%;
        margin-left: 0px;
    }
    .smocs_home_section_04_right h3 {
        text-align: center;
        margin-bottom: 10px;
    }
    .smocs_home_section_03,
    .smocs_home_section_04 {
        padding-bottom: 60px;
    }
    .smocs_section_05_contant_col {
        width: 80%;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .smocs_section_05_contant_col3 ul.smocs_form_features {
        margin-left: 0px;
    }
    .smocs_course_feature_list_dv ul li {
        width: 50%;
    }
    .smocs_home_section_05 {}
    .smocs_home_section_04_right ul li {
        text-align: center;
    }
    .smocs_contact_pg_feature_list ul li {
        float: left;
        width: 50%;
        text-align: center;
    }
    .smocs_contact_head_banner {
        height: 650px;
    }
    .smocs_contact_head_banner_txt h1 {
        font-size: 65px;
    }
    .smocs_contact_head_banner_txt h2 {
        font-size: 18px;
    }
    .smocs_contact_head_banner_txt a {
        margin-left: -14px;
    }
    .smocs_head2_section_txt h1 {
        font-size: 75px;
    }
    .smocs_services_head_banner {
        height: 300px;
    }
    .smocs_header {
        margin-bottom: 50px;
    }
    .smocs_whyus_services_box_dv {
        overflow: hidden;
    }
    .smocs_testquizes_section_02_txt_01,
    .smocs_testquizes_section_02_txt_02,
    .smocs_exam_section_02_txt_01,
    .smocs_exam_section_02_txt_02,
    .smocs_onlineclasses_section_02_txt_01,
    .smocs_onlineclasses_section_02_txt_02,
    .smocs_onlinecourses_section_02_txt_01,
    .smocs_onlinecourses_section_02_txt_02 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .smocs_services_head_banner h1 {
        font-size: 65px;
    }
    .smocs_services_head_banner {
        height: 320px;
    }
    .smocs_header {
        margin-bottom: 50px;
    }
    .smocs_testquizes_section_02 {
        height: auto;
    }
    .smocs_testquizes_section_02_txt_heading01,
    .smocs_onlineclasses_section_02_txt_heading01,
    .smocs_onlinecourses_section_02_txt_heading01,
    .smocs_exam_section_02_txt_heading01 {
        font-size: 65px;
    }
    .smocs_testquizes_section_02_txt_heading02,
    .smocs_onlineclasses_section_02_txt_heading02,
    .smocs_exam_section_02_txt_heading02,
    .smocs_onlinecourses_section_02_txt_heading02 {
        font-size: 35px;
    }
    .smocs_footer_contact_bar {
        min-height: 60px;
        line-height: 60px;
        height: auto;
    }
    /* Head top Header V1 */
    .smocs_services_head_banner {
        height: auto;
    }
    .smocs_header_form_top_section_v1_left {
        width: 100%;
    }
    .smocs_header_form_top_section_v1_left_form_dv {
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .smocs_header_form_top_section_v1_right {
        width: calc(100% - 0px);
        margin: 0 auto;
        float: none;
        margin-bottom: 50px;
    }
    .smocs_header_form_top_section_v1_right_inner {
        text-align: center;
        margin-top: 0px;
    }
    .smocs_support_v2_list ul li {
        width: 50%;
    }
    .smocs_services_v2_box {
        width: 100%;
        margin-left: 0;
    }
    .smocs_services_v2_section_circle .smocs_services_v2_box {
        min-height: 180px;
    }
    .smocs_counter_section_v1_heading01 {
        font-size: 50px;
    }
    .smocs_counter_section_v1_txt {
        font-size: 16px;
    }
    .smocs_counter_section_v1_list_dv ul li h3 {
        font-size: 45px;
    }
    .smocs_counter_section_v1_list_dv ul li h4 {
        font-size: 22px;
    }
    .smocs_counter_section_v1_list_dv ul li img {
        width: 85px;
    }
    .smocs_testquizes_section_05_txt_heading01 {
        font-size: 45px;
    }
    .smocs_testquizes_section_05_txt_heading02 {
        font-size: 18px;
    }
    .smocs_section_05_contant_col1 h3 {
        font-size: 40px;
        margin-top: 20px;
        line-height: 45px;
    }
    /* Support List v1 */
    .smocs_header_support_list {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .smocs_onlineclasses_v2_section_02_list_dv ul li {
        width: 50%;
        font-size: 18px;
        padding-left: 20px;
    }
    .smocs_onlineclasses_v2_section_02_list_dv ul {
        width: 100%;
    }
    /* Popup */
    .popup-overlay {
        width: 480px;
        margin-left: -240px;
    }

    /* Service Box CSS  */

    .smocs_service_box_dv .smocs_container > ul > li {
        width: calc(50.5% - 10px);
    }

    .smocs_testimonials_inner_dv {
        width: 100%;     
    }
}
@media only screen and (max-width: 550px) {
    .smocs_contact_pg_form {
        width: 100%;
        margin: 0 auto;
    }
    .smocs_contact_pg_feature_list ul li {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .smocs_inner_pg_content_contact {
        height: auto;
        padding-bottom: 60px;
    }
    .smocs_topbar_left_side {
        width: 60%;
    }
    .smocs_topbar_right_side {
        width: 40%;
    }
    .smocs_topbar_left_side ul li {
        margin-right: 10px;
    }
    .smocs_topbar_div {
        height: auto;
        padding-bottom: 0px;
        text-align: center;
    }
    .smocs_topbar_left_side {
        width: 100%;
        float: none;
    }
    .smocs_topbar_right_side {
        width: 100%;
        float: none;
        display: none;
    }
    .smocs_footer_section {
        width: 100%;
    }
    .smocs_head2_section_txt h1 {
        font-size: 55px;
    }
    .smocs_header_left img {
        width: 220px;
    }
    .smocs_home_section_right {
        width: 320px;
        float: none;
        margin: 0 auto;
    }
    .smocs_whyus_counter_list_dv ul li h2 {
        font-size: 60px;
    }
    .smocs_whyus_counter_list_dv ul li p {
        font-size: 18px;
    }
    .smocs_header_support_list ul li {
        float: left;
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }
    .smocs_whyus_v2_section_02 h2 {
        font-size: 23px;
    }
    .smocs_onlineclasses_v2_section_02_txt {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    /* Popup */
    .popup-overlay {
        width: 390px;
        margin-left: -195px;
    }

    /* Service Box CSS  */

    .smocs_service_box_dv .smocs_container > ul > li {
        width: calc(100%);
        margin-left: 0px !important;
    }    

    .smocs_service_box_list {
        min-height: 190px;
    }

    .smocs_service_box_btns_dv ul li:last-child {
        margin: 0;
    }

    .smocs_service_box_dv ul li {        
        float: none;        
        display: inline-block;
        margin-bottom: 10px !important;
    }
}
@media only screen and (max-width: 480px) {
    .smocs_menu_active .custom-menu-class {
        top: 100px;
    }
    .smocs_course_feature_list_img {
        margin-right: 7px;
    }
    .smocs_whyus_contact_form .smocs_section_05_div {
        padding-bottom: 20px;
    }
    .smocs_course_feature_list_img img {
        width: 42px;
    }
    .smocs_course_feature_list_txt {
        font-size: 13px;
    }
    .smocs_topbar_left_side ul,
    .smocs_topbar_right_side ul {
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 30px;
    }
    /* Popup */
    .popup-overlay {
        width: 350px;
        margin-left: -175px;
    }
}
@media only screen and (max-width: 390px) {
    .smocs_header_form_top_section_v1_left_form_dv {
        width: 330px;
    }
}