@charset "utf-8";
/* CSS Document */
/******************************
******************************/
/***********
1. Fonts
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
***********/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swa');*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/*********************************
2. Body and some general stuff
*********************************/
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    color: #a5a5a5;
}
div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    list-style: none;
    margin-bottom: 0px;
}
p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 500;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
p:last-of-type {
    margin-bottom: 0;
}
a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a:active {
    position: relative;
    color: #ff6347;
}
p a:hover {
    color: #ffffff;
    background: #ffa07f;
}
p a:hover::after {
    opacity: 0.2;
}
::selection {
}
p::selection {
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    color: #384158;
    margin-bottom: 0;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}
.form-control {
    /* color: #db5246; */
    border-radius: 0;
}
section {
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear {
    clear: both;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height {
    height: 100%;
}
.super_container {
    width: 100%;
    overflow: hidden;
}
.prlx_parent {
    overflow: hidden;
}
.prlx {
    height: 130% !important;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.nopadding {
    padding: 0px !important;
}
/*********************************
3. Header
*********************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header.scrolled {
    top: -31px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
/*********************************
3.1 Top Bar
*********************************/
.top_bar {
    width: 100%;
    background: #e5e8ef;
}
.header.scrolled .top_bar {
}
.top_bar_container {
    width: 100%;
    height: 100%;
}
.top_bar_content {
    width: 100%;
    height: 30px;
}
.top_bar_contact_list li {
    display: inline-block;
}
.question {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-left: 0px;
}
.top_bar_contact_list li i,
.top_bar_contact_list li > div {
    display: inline-block;
    font-size: 12px;
    color: #000;
}
.top_bar_contact_list li > div {
    margin-left: 1px;
}
.top_bar_contact_list li:not(:last-child) {
    padding: 0px 15px;
    border-right: 1px solid #000;
    line-height: 10px;
}
.top_social ul.top_bar_contact_list li {
    border: none !important;
}
.top_bar_login {
    height: 100%;
}
.login_button {
    width: 160px;
    height: 100%;
    background: #f3f3f3;
    text-align: center;
}
.login_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #384158;
}
.top_social img {
    width: 20px;
}
/*********************************
3.2 Header Content
*********************************/
.header_container {
    width: 100%;
    background: #ffffff;
}
.header_content {
    height: 90px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header.scrolled .header_content {
    height: 80px;
}
/*********************************
3.3 Logo
*********************************/
.logo,
.logo_text {
    display: inline-block;
}
.logo {
    width: 280px;
    /* height: 60px; */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.logo img {
    max-width: 100%;
}
/* .logo_container img {
    width: 300px;
} */
.logo_text {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 0.75;
    color: #384158;
    vertical-align: middle;
    margin-left: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.logo_text span {
    color: #14bdee;
}
.header.scrolled .logo {
    width: 260px; /* height: 40px; */
}
.header.scrolled .logo_text {
    font-size: 24px;
}
/*********************************
3.4 Main Nav
*********************************/
.main_nav_contaner {
}
.main_nav,
.search_button,
.shopping_cart {
    display: inline-block;
}
.main_nav li {
    display: inline-block;
    position: relative;
}
.main_nav li:not(:last-child) {
    margin-right: 15px;
}
.main_nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a.tooltips {
    margin-top: 12px;
    display: inline-block;
}
.main_nav a#dropdownMenuLink {
    background: #76869a;
    font-weight: 300;
}
.tooltip-sec a.tooltips {
    font-size: 28px;
    font-weight: bold;
    color: #e7551c;
}
ul.top_bar_contact_list-inner li a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
}
.helpdecsk-main a.helpdesk-no {
    color: #db5800;
    font-size: 25px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    letter-spacing: -1px;
    vertical-align: middle;
}
.menu_mm .tooltips span {
    width: 90px;
    height: 24px;
    line-height: 25px;
}
.menu_mm .tooltips span {
    bottom: 45px;
    left: 8px;
}
.top-bar-inner {
    background: #e7551c;
    padding: 20px;
}
ul.top_bar_contact_list-inner li {
    margin: 5px 0;
}
.scrolled .main_nav a.tooltips {
    font-size: 25px;
    line-height: 36px;
}
.main_nav li a:hover,
.main_nav li.active a {
    color: #14bdee;
}
.main_nav li.active::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #14bdee;
    content: "";
}
.tooltips span {
    position: absolute;
    width: 66px;
    color: #ffffff;
    background: #465e87;
    height: 18px;
    padding: 0px 4px;
    line-height: 18px;
    text-align: center;
    border-radius: 25px;
    bottom: 33px;
    left: -10%;
    z-index: 999;
    font-size: 9px;
    font-weight: 600;
}
.tooltips span:after {
    content: "";
    position: absolute;
    top: 92%;
    left: 30%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #465e87;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.search_button {
    margin-left: 18px;
    cursor: pointer;
}
.shopping_cart {
    margin-left: 18px;
    cursor: pointer;
}
.search_button i,
.shopping_cart i {
    font-size: 18px;
    color: #181818;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.search_button:hover i,
.shopping_cart:hover i {
    color: #14bdee;
}
.header_search_form {
    display: block;
    position: relative;
    width: 40%;
}
.header_search_container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #14bdee;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.header_search_container.active {
    bottom: -73px;
    opacity: 1;
}
.header_search_content {
    width: 100%;
    height: 73px;
}
.search_input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 20px;
}
.header_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}
/*********************************
3.5 Hamburger
*********************************/
.hamburger_container {
}
.hamburger {
    display: none;
    cursor: pointer;
}
.hamburger i {
    font-size: 20px;
    color: #353535;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hamburger:hover i {
    color: #14bdee;
}
/*********************************
4. Menu
*********************************/
.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #ffffff;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px;
}
.menu .logo a {
    color: #000000;
}
.menu.active {
    right: 0;
}
.menu_close_container {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}
.menu_close div {
    width: 100%;
    height: 2px;
    background: #232323;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close div:last-of-type {
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}
.menu_close:hover div {
    background: #937c6f;
}
.menu .logo {
    margin-bottom: 60px;
}
.menu_nav ul li {
    margin-bottom: 9px;
}
.menu_nav ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_nav ul li a:hover {
    color: #14bdee;
}
.menu .search {
    width: 100%;
    margin-bottom: 67px;
}
.search {
    display: inline-block;
    width: 400px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}
.menu .header_search_form {
    width: 100%;
}
.search form {
    position: relative;
}
.menu .search_input {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: none;
    outline: none;
    padding-left: 15px;
    color: rgba(0, 0, 0, 0.5);
}
.menu .search_input::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.menu .search_input:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.menu .search_input::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.menu .search_input:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.menu .search_input::input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
/*********************************
5. Section
*********************************/
.section_title_container {
    max-width: 600px;
    margin: 0 auto;
}
.section_title {
    line-height: 1.2;
}
.section_subtitle {
    line-height: 1.85;
    margin-top: 14px;
}
.section_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*********************************
6. Home
*********************************/
.home {
    width: 100%;
    height: 560px;
}
.home_slider_container {
    width: 100%;
    height: 100%;
}
.home_slider {
    width: 100%;
    height: 100%;
}
.home_slider_background {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_slider_content {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    height: auto;
}
.home_slider_title {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.home_slider_title span {
    color: #ffda10;
}
.home_slider_content .btn-light {
    border-radius: 0px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
}
.home_slider_content .btn-light:hover {
    color: #fff;
    background-color: #e7551c;
    border-color: #e7551c;
}
.home_slider_content .btn-light:not([disabled]):not(.disabled).active,
.home_slider_content .btn-light:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #e7551c;
    border-color: #e7551c;
    box-shadow: none;
}
.home_slider_subtitle {
    font-size: 16px;
    color: #fff;
    margin-top: 9px;
}
.home_slider_form_container {
    width: 832px;
    margin: 0 auto;
    margin-top: 35px;
}
.home_search_form div {
    width: calc(100% - 140px);
    height: 46px;
    background: #ffffff;
    border-radius: 3px;
}
.home_search_input {
    width: 33.33333333%;
    border: none;
    outline: none;
    height: 25px;
    padding-left: 20px;
}
.home_search_input:not(:last-child) {
    border-right: solid 1px #e5e5e5;
}
.home_search_input::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.home_search_input:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.home_search_input::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.home_search_input:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.home_search_input::input-placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.dropdown_item_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 20px;
}
.home_search_button {
    width: 120px;
    height: 46px;
    background: #14bdee;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
}
.home_slider_nav {
    position: absolute;
    top: 55.8%;
    width: 50px;
    /* background: #b6b7bd; */
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.home_slider_prev {
    left: 75px;
}
.home_slider_next {
    right: 75px;
}
.home_slider_nav i {
    line-height: 50px;
    color: #ffffff;
    font-size: 35px;
}
.home_slider_nav:hover {
    background: #76869a;
}
/*********************************
7. Features
*********************************/
.feature-card1 .feature {
    background: #ea7324;
    box-shadow: 6px 6px 0px #e4e4e4;
}

.feature-card01 .feature {
    background: #32b8e0;
    box-shadow: 6px 6px 0px #e4e4e4;
}

.feature-card2 .feature {
    background: #82be47;
    box-shadow: 6px 6px 0px #e4e4e4;
}
.feature-card3 .feature {
    background: #2b99f0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 59px;
}
.feature-card4 .feature {
    background: #0ea385;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 59px;
}
.feature-card5 .feature {
    background: #848484;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 59px;
}
.feature-card5 .feature-d {
    background: #34e088;
}
.feature-card6 .feature-d {
    background: #fac800;
}
.feature-card7 .feature-d {
    background: #ed7f0c;
}
.features {
    width: 100%;
    background: #ffffff;
    padding-top: 93px;
    padding-bottom: 103px;
}
.features_row {
    margin-top: -90px;
    z-index: 9;
    padding: 0 15px;
}
.feature {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 21px;
    padding-right: 21px;
    background: #ffffff;
    border-radius: 7px;
}
.feature_icon {
    /* height: 70px; */
    /* float: left; */
    /* display: inline-block;*/
    width: 100px;
}
.feature_icon img {
    max-width: 100%;
}
.feature_title {
    position: relative;
    font-size: 18px;
    margin-top: 16px;
    color: #fff;
    text-align: left;
    margin: 2px;
}
.features_row .feature,
.inner-feature .feature {
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: ease 0.3s;
    cursor: pointer;
    display: flex;
}
.features_row .feature:hover,
.inner-feature .feature:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    transform: scale(1.1);
    z-index: 1;
}
.feature_text p {
    color: #fff;
}
.feature_col {
    /* padding: 0; */
    /* float: left; */
    /* width: 20%; */
    margin-bottom: 25px;
}
.mt-60 {
    margin-top: -60px !important;
}
/*********************************
8. Courses
*********************************/
.slider-text {
    margin: 0px;
    padding: 0px;
}
.slider-text li {
    list-style: none;
    margin: 0px;
    padding: 10px 20px;
    line-height: normal;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}
.slider-text li span {
    font-size: 15px;
    font-weight: 700;
}
.slider-text li::before {
    content: "";
    border-color: #ffffff;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 0;
    width: 0;
    margin-left: -19px;
    margin-top: 7px;
    position: absolute;
    border-radius: 50px;
}
.slider-text li:last-child {
    border: none;
}
.slider_title_hi {
    font-size: 22px;
    line-height: 33px;
}
.note:before {
    content: "Spotlight";
    position: absolute;
    background: #f44336;
    bottom: 0;
    top: 0px;
    width: 120px;
    height: 33px;
    text-align: center;
    padding: 3px;
    color: #fff;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    line-height: 26px;
}
.spotlight-box {
    background: #f8f9fa;
    height: 32px;
    padding: 6px !important;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    width: 100%;
}
.product {
    width: 100%;
    /*padding-top: 30px;*/
    padding-bottom: 100px;
}
.light-bg-sec {
    background: #eef0f4;
    padding: 15px;
}
.courses_row {
    margin-top: 30px;
}
.course {
    width: 100%;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
}
a:hover .course {
    width: 100%;
    border-radius: 3px;
    background: #fdfdfd;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
}
.product_image {
    width: 100%;
    /* 	border-top-left-radius: 6px;
	border-top-right-radius: 6px; */
    overflow: hidden;
}
.product_image img {
    max-width: 100%;
}
.product_body {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 23px;
}
.product_title a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.product_title a:hover {
    color: #14bdee;
}
.product_teacher {
    font-size: 15px;
    font-weight: 400;
    color: #384158;
    margin-top: 6px;
}
.product_text {
    margin-top: 13px;
}
.product_footer {
    padding: 0 5px; /* 	padding-left: 30px;
	padding-right: 30px; */
}
.product_footer_content {
    width: 100%;
    /* border-top: solid 1px #e5e5e5; */
    padding-top: 9px;
    padding-bottom: 11px;
    min-height: 65px;
    margin-bottom: 20px;
}
.product_info {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #55555a;
}
.product_info .btn {
    background: #7c8591;
    border-radius: 0;
    font-size: 14px;
    border-color: transparent;
}
.product_info:first-child {
    margin-right: 18px;
}
.product_info i {
    color: #ffc80a;
}
.product_price {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}
.product_price .fa-check-square-o {
    color: #128e0e;
}
.product_price .fa {
    font-size: 25px;
    width: 20px;
}
.product_price span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #b5b8be;
    margin-right: 10px;
}
.dvider {
    height: 50px;
}
.courses_button {
    width: 210px;
    height: 46px;
    border-radius: 3px;
    background: #14bdee;
    text-align: center;
    margin: 0 auto;
    margin-top: 41px;
    box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
}
.courses_button:hover {
    box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.45);
}
.courses_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
    color: #ffffff;
}
/*********************************
9. Counter
*********************************/
.counter {
    width: 100%;
    background: #ffffff;
    z-index: 2;
}
.counter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.counter_content {
    padding-top: 119px;
    padding-bottom: 125px;
}
.counter_title {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 27px;
}
.counter_text {
    margin-top: 19px;
}
.counter_text p {
    color: #ffffff;
    font-size: 16px;
}
.milestones {
    margin-top: 39px;
}
.milestone {
    text-align: center;
}
.milestone:not(:last-child)::after {
    display: block;
    position: absolute;
    top: 0;
    right: -45px;
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.milestone_counter {
    font-size: 42px;
    font-weight: 700;
    line-height: 0.75;
    color: #14bdee;
}
.milestone_text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 14px;
}
.counter_form {
    position: absolute;
    top: 0;
    right: 30px;
    width: 380px;
    height: 100%;
    background: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
}
.counter_form_content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.counter_form_title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    text-transform: uppercase;
    line-height: 0.75;
    margin-bottom: 41px;
}
.counter_input {
    width: 100%;
    height: 46px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding-left: 20px;
    outline: none;
    color: #384158;
    font-size: 14px;
}
.counter_input:not(:last-child) {
    margin-bottom: 10px;
}
.counter_text_input {
    height: 90px;
    padding-top: 10px;
}
.counter_options {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
}
.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.counter_input::input-placeholder,
.counter_text_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}
.counter_form_button {
    width: 100%;
    height: 46px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #14bdee;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.counter_form_button:hover {
    box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.45);
}
/*********************************
10. Events
*********************************/
.events {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 70px;
    background: #ffffff;
}
.events_row {
    margin-top: 47px;
}
.event_left {
    padding-right: 20px;
}
.event_mid {
    padding-left: 10px;
    padding-right: 10px;
}
.event_right {
    padding-left: 20px;
}
.event_image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.event_image img {
    max-width: 100%;
}
.event_body {
    padding-top: 30px;
    padding-bottom: 30px;
}
.event_date {
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
}
.event_date > div {
    width: 60px;
    height: 60px;
}
.event_day {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    color: #14bdee;
    font-weight: 700;
    line-height: 0.75;
}
.event_month {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #14bdee;
    font-weight: 400;
    line-height: 0.75;
    margin-top: 9px;
}
.event:hover .event_date > div {
    background: #14bdee;
}
.event:hover .event_day,
.event:hover .event_month {
    color: #ffffff;
}
.event_content {
    padding-left: 20px;
}
.event_title a {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.event_title a:hover {
    color: #14bdee;
}
.event_info_container {
    margin-top: 11px;
}
.event_info {
    display: inline-block;
    color: #b5b8be;
    font-size: 14px;
}
.event_info:not(:last-child) {
    margin-right: 17px;
}
.event_info span {
    margin-left: 4px;
}
.event_text {
    margin-top: 12px;
}
/*********************************
11. Team
*********************************/
.team {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 60px;
}
.team_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team_row {
    margin-top: 43px;
}
.team_col {
    margin-bottom: 40px;
}
.team_item {
    width: 100%;
}
.team_image {
    width: 180px;
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -86px;
    z-index: 5;
}
.team_image img {
    max-width: 100%;
}
.team_body {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 24px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.team_item:hover .team_body {
    box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
}
.team_title a {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.team_title a:hover {
    color: #14bdee;
}
.team_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #76777a;
    margin-top: 6px;
}
.social_list {
    margin-top: 16px;
}
.social_list ul li {
    display: inline-block;
}
.social_list ul li:not(:last-child) {
    margin-right: 10px;
}
.social_list ul li a i {
    font-size: 18px;
    color: #76777a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.social_list ul li:hover a i {
    color: #14bdee;
}
.team_col .team_item {
    padding-left: 6px;
    padding-right: 6px;
}
.team_col:first-child .team_item {
    padding-left: 0;
    padding-right: 6px;
}
.team_col:nth-child(4n) .team_item {
    padding-left: 6px;
    padding-right: 0;
}
/*********************************
12. News
*********************************/
.news {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px;
    background: #ffffff;
}
.news_row {
    margin-top: 55px;
}
.news_post_large_container {
    padding-right: 30px;
}
.news_post_large {
    width: 100%;
}
.news_post_image {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.news_post_image img {
    max-width: 100%;
}
.news_post_large_title {
    margin-top: 23px;
}
.news_post_large_title a {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #384158;
    line-height: 1.4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_large_title a:hover {
    color: #14bdee;
}
.news_post_meta {
    margin-top: 11px;
}
.news_post_meta ul li {
    display: inline-block;
    position: relative;
}
.news_post_meta ul li:not(:last-of-type)::after {
    display: inline-block;
    position: relative;
    content: "|";
    margin-left: 14px;
    margin-right: 11px;
}
.news_post_meta ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #b5b8be;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_meta ul li a:hover {
    color: #14bdee;
}
.news_post_text {
    margin-top: 13px;
}
.news_post_link {
    margin-top: 19px;
}
.news_post_link a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #384158;
    text-decoration: underline;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_link a:hover {
    color: #14bdee;
}
.news_posts_small {
    margin-top: -6px;
}
.news_post_small:not(:last-child) {
    padding-bottom: 31px;
    border-bottom: solid 1px #e5e5e5;
}
.news_post_small:not(:first-child) {
    padding-top: 29px;
}
.news_post_small_title a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_small_title a:hover {
    color: #14bdee;
}
/*********************************
13. Newsletter
*********************************/
.newsletter {
    width: 100%;
}
.newsletter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.helpdecsk-sec {
    background: #3ead74;
    padding-top: 15px;
    padding-bottom: 15px;
}
.helpdecsk-sec .num {
    background: #329864;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 50px;
}
.newsletter_container {
    width: 100%;
    height: 120px;
}
.newsletter_title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.newsletter_subtitle {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-top: -5px;
}
.newsletter_form_container {
    /* width: 450px; */
    padding-left: 20px;
}
.newsletter_form {
    display: block;
    position: relative;
    width: 100%;
}
.newsletter_input {
    width: calc(100% - 136px);
    height: 40px;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 20px;
    color: #333;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.newsletter_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333 !important;
}
.newsletter_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.newsletter_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.newsletter_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.newsletter_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.newsletter_button {
    width: 165px;
    height: 40px;
    background: #3cb878;
    border-radius: 0px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-left: 5px;
}
/*********************************
14. Footer
*********************************/
.footer {
    display: block;
    position: relative;
    width: 100%;
    background: #e3e6ee;
}
.footer p {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}
.footer_background {
    /* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; */
}
.footer_content {
    padding-bottom: 53px;
}
.footer_logo_text {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 0.75;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_col {
    border-left: 1px solid #ccc;
}
.footer_logo_text span {
    color: #14bdee;
}
.footer_title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-top: 25px;
}
.footer_logo_container {
    margin-top: -14px;
}
.footer_about_text {
    margin-top: 31px;
}
.footer_about_text p {
    color: #333;
}
.footer_social {
    /* margin-top: 23px; */
    text-align: center;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.footer-top p {
    font-size: 15px;
}
.footer-top {
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 18px;
}
.footer_social ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_social ul li:not(:last-child) {
    margin-right: 6px;
}
.footer_social ul li a {
    display: block;
    position: relative;
    text-align: center;
}
.footer_social ul li a i {
    color: #333333;
    line-height: 45px;
    font-size: 25px;
}
.footer_social ul li:hover {
    background: #d4d4d4;
}
.footer_contact {
    padding-left: 36px;
}
.footer_contact_info {
    margin-top: 33px;
}
.footer_contact_info ul li {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.footer_contact_info ul li:not(:last-child) {
    margin-bottom: 15px;
}
.footer_links {
    /* padding-left: 80px; */
}
/* .footer_links_container ul
{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
} */
.footer_links_container {
    margin-top: 33px;
}
.footer_links_container ul li a {
    font-size: 13px;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-weight: 500;
}
.footer_links_container ul li:not(:last-child) {
    margin-bottom: 10px;
}
.footer_links_container ul li a:hover {
    color: #e7551c;
}
.footer_mobile {
    display: inline-block;
    float: right;
}
.footer_mobile_content {
    padding-top: 35px;
}
.footer_image:not(:last-child) {
    margin-bottom: 10px;
}
.copyright {
    height: 54px;
}
.cr_list li {
    display: inline-block;
}
.copyright div {
    font-size: 12px;
    color: #e0e0e0;
}
.cr_text a {
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.cr_text a:hover {
    color: #14bdee;
}
.cr_list li:not(:last-child) {
    margin-right: 50px;
}
.cr_list li a {
    font-size: 14px;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.cr_list li a:hover {
    color: #14bdee;
}
.rounded-btn {
    border-radius: 50rem !important;
}
.footer-bottom {
    background: #000;
}
.page {
    width: 100%;
    height: 170px;
    background: #ffeace;
    border-bottom: solid 1px #ffe2bc;
}
.breadcrumbs_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0px;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.breadcrumbs li:last-child {
    color: #db5800;
}
.breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #474545;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.breadcrumbs ul li:not(:last-child)::after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f105";
    margin-left: 7px;
    margin-right: 4px;
    color: #384158;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: center;
    white-space: nowrap;
    background-color: #dfe2e4;
    border: 1px solid #a3a2a3; /* border-radius: .25rem; */
}
.form_title {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 8px;
}
.form-sec .form-group {
    padding: 0 15px 5px;
}
.form-btn {
    background: #32ad6d;
    border-radius: 0;
    border-color: transparent;
    text-transform: uppercase;
    font-size: 15px;
    height: 45px;
    cursor: pointer;
}
.shopping_cart span {
    background: #3cb878;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    width: 20px;
    height: 20px;
    text-align: center;
    left: 8px;
}
.address-box img {
    max-width: 66px;
}
.address-box:hover .card {
    background: #e5e8ef !important;
    cursor: pointer;
}
.address-box p {
    color: #8c8b8b;
}
.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 1.2rem;
    background: transparent;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    padding: 0.2rem 1rem !important;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #333;
    opacity: 0.9;
    background: transparent;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    background: #3cb878;
    color: #fff;
}
.btn-green {
    background: #3cb878;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-red {
    background: #f26522;
    text-transform: uppercase;
    cursor: pointer;
}
.heading-sec {
    background: #76869a;
}
.image-txt {
    padding: 1.78em 0;
}
.lessee-sec .table-bordered td,
.lessee-sec .table-bordered th,
.order-data .table-bordered td,
.order-data .table-bordered th,
.dasboard-table .table-bordered td,
.dasboard-table .table-bordered th {
    /* border: 1px solid #9a9a9a; */
    vertical-align: middle;
}
p.lessee-heading {
    font-weight: 600;
}
.nav-arrow .owl-nav {
    background: transparent;
    text-align: right;
    top: -72px;
    position: absolute;
    right: 0;
}
p.lessee-data .w-30 {
    width: 32%;
}
.border-none td {
    border: 0;
}
.border-table {
    border: 1px solid #9a9a9a;
    margin-top: 10px;
}
table .border-gray {
    border-color: #9a9a9a;
}
.border-top {
    border-top: 1px solid #9a9a9a;
}
.mab-2 {
    margin-bottom: 0.6rem !important;
}
/* login css */
.login-wrap {
    padding-top: 2vh;
    margin: 0 auto;
    width: 85%;
}
.login-inner-con small {
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
}
.login-content {
    background: #fff url(../images/mart/login-bg-s.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 56%;
    padding: 45px 50px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
    margin-top: 20px;
}
.login-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login-form .btn-green {
    background: #64c856;
    border: none;
}
.login-inner-con h4 {
    font-size: 23px;
}
.sign-btn {
    background: #9fdd9f;
    border: none;
}
.login-form {
    padding-right: 2em;
}
.login-form:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 300px;
    background: #e8e8e8;
    left: -60px;
    top: -25px;
    z-index: 9;
}
.register-link {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
}
.login-logo {
    text-align: center;
    margin-bottom: 30px;
}
.login-form .form-control {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
}
.resend {
    position: absolute;
    right: 0;
}
.sign-up-btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.login-sec {
    background: url(../images/mart/login-bg.jpg);
    background-size: cover;
    background-position: bottom;
    height: 100vh;
}
form#login_form {
    margin-bottom: 45px;
}
.hide-header .header {
    display: none;
}
div#accordionExample .card-header .btn-link {
    color: #333;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    box-shadow: none;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
}
.dashboard-sec {
    background: #e9eaef;
}
div#accordionExample {
    padding-right: 15px;
    margin-bottom: 30px;
}
div#accordionExample .card-header img {
    width: 20px;
    margin-right: 5px;
}
div#accordionExample .card-header .btn-link:hover {
    color: #f86e1a;
}
div#accordionExample .card {
    background: #ffffff;
}
div#accordionExample .card-body {
    color: #333;
    padding: 0 20px;
}
div#accordionExample .card {
    border-radius: 0;
    border: none;
}
.card-header i {
    float: right;
}
#accordionExample .list-group-item,
#accordionExample .card-header {
    background: transparent;
    border-bottom: none;
    padding: 5px;
}
#accordionExample ul li.list-group-item {
    margin-left: 30px;
    font-size: 12px;
    font-weight: 600;
}
#accordionExample ul li.list-group-item a {
    color: #333;
}
#accordionExample ul li.list-group-item:hover a {
    color: #f86e1a;
}
#accordionExample ul {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 12px;
}
.rotate {
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(180deg); /* Firefox */
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg); /* Standard syntax */
}
/*********************************
Dashboard css
*********************************/
.top-pannel {
    text-align: center;
    background: #323542;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    font-weight: 500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.request-value {
    margin: 25px 0;
}
.request-value p {
    margin: 10px;
    font-weight: 600;
}
.policy_content {
    padding: 20px 2%;
    text-align: justify;
}
.three-box .card-text {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    line-height: 35px;
}
.three-box .card-text span {
    color: #333;
    position: absolute;
    font-size: 14px;
    top: 5px;
}
.three-box .feature-d {
    margin-bottom: 15px;
}
.three-box .feature-d {
    border-radius: 0 !important;
}
.order-form select {
    width: 112px !important;
    margin: 1px 5px;
    border: 0;
    border-bottom: 1px solid #aaa;
}
.card.top-head-sec {
    margin-bottom: 20px;
}
.dasboard-table table th,
.dasboard-table table td {
    padding: 5px;
    vertical-align: middle;
}
.dasboard-table table tr p {
    font-size: 12px;
}
.dasboard-table table tr p.h3 {
    font-size: 22px;
}
.dasboard-table {
    background: #fff;
    padding: 10px;
    margin-bottom: 2px;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.dasboard-table table tbody th {
    color: #374057;
    font-size: 14px;
}
.dasboard-table table thead th p {
    font-size: 12px;
    color: #fff;
}
.btn-round {
    border-radius: 17px;
}
.sm-btn .btn-sm {
    font-size: 10px;
    text-transform: unset;
}
input.razorpay-payment-button {
    width: 100%;
    background: #3cb878;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}
/*********************************
 Contact
*********************************/
.contact {
    width: 100%;
    padding-bottom: 100px;
}
.contact_map {
    width: 100%;
}
.map {
    width: 100%;
}
.google_map {
    width: 100%;
    height: 500px;
}
.map_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#map {
    width: 100%;
    height: calc(100% + 30px);
}
#content {
    width: 180px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #76777a;
    line-height: 1.71;
}
.contact_info_container {
    margin-top: 30px;
}
.contact_info_title {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}
.contact_form {
    padding-right: 10px;
}
.comment_form {
    margin-top: 35px;
}
.comment_input {
    width: 100%;
    height: 46px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    padding-left: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #2c3145;
}
.comment_form > div:not(:last-child) {
    margin-bottom: 25px;
}
.comment_input:focus {
    border: solid 1px #14bdee;
    outline: none;
}
.comment_textarea {
    width: 100%;
    height: 150px;
    padding-top: 15px;
}
.form_title {
    font-size: 16px;
    font-weight: 400;
    color: #384158;
    margin-bottom: 18px;
}
.comment_button {
    width: 150px;
    height: 46px;
    background: #14bdee;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 3px;
    margin-top: 15px;
}
.comment_button:hover {
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
}
.contact_info {
    padding-left: 45px;
}
.contact_info_text {
    margin-top: 27px;
}
.contact_info_location {
    margin-top: 28px;
}
.contact_info_location_title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #384158;
}
.location_list {
    margin-top: 14px;
}
.location_list li {
    font-size: 14px;
    color: #5e6271;
}
.location_list li:not(:last-child) {
    margin-bottom: 9px;
}
/*********************************
7. About
*********************************/
.about {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px;
    background: #ffffff;
}
.about_row {
    margin-top: 56px;
}
.about_col_left {
    padding-right: 25px;
}
.about_col_right {
    padding-left: 25px;
}
.about_col_middle {
    padding-left: 20px;
    padding-right: 20px;
}
.about_item_image {
    width: 100%;
    overflow: hidden;
}
.about_item_image img {
    max-width: 100%;
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}
.about_item:hover .about_item_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about_item_title {
    margin-top: 22px;
}
.about_item_title a {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-weight: 700;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.about_item_title a:hover {
    color: #14bdee;
}
.about_item_text {
    margin-top: 12px;
}
.about_item_text {
    line-height: 2;
}
li.user-profile img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 1px solid #a1a1a1;
}
li.user-profile {
    display: none;
}
.dashboard-page li.user-profile {
    display: inline-block;
}
.dashboard-page li.login-btn {
    display: none;
}
.hide-footer .helpdecsk-sec,
.hide-footer footer {
    display: none;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #18d26e;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top i {
    padding-top: 12px;
    color: #fff;
}
/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #18d26e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.wizard {
    background: transparent;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #76869a;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 42%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 42px;
    height: 42px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #e58c50;
    /* border: 2px solid #e0e0e0; */
    z-index: 2;
    position: absolute;
    left: -1;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
span.round-tab i {
    color: #555555;
}
.wizard li a.active span.round-tab {
    background: #76869a;
    border: 2px solid #76869a;
    color: #fff;
}
.wizard li a.active span.round-tab i {
    color: #5bc0de;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard .nav-tabs > li {
    width: 25%;
    color: #000;
}
.wizard li a:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}
.wizard li.active.nav-item:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}
.wizard .nav-tabs > li a {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}
.complete-step a.active span.round-tab {
    background: #3cb878 !important;
    border: 1px solid #287d51 !important;
}
@media (max-width: 1024px) {
}
@media (max-width: 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/************************************************Gyan**********************************************************/
a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    color: #e7551c;
}
.product_image {
    height: 15vw;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.lessiDetail p.pricetag {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: lowercase;
}
.lessi_info h5 {
    color: #0c0a08;
    text-transform: capitalize;
    font-size: 15px;
}
.lessi_info {
    padding: 15px;
}
.row.over-img-sec {
    margin-top: -60px;
    padding: 15px;
}
.star-rating {
    line-height: 25px;
    font-size: 0.6em;
    background: #ada39d;
    text-align: center;
    border-radius: 5px;
}
.star-rating .fa-star {
    color: #fff;
}
.fixed-sec {
    position: fixed;
    top: 120px;
    left: 0;
    width: 87%;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
/* The container-box */
.container-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}
/* Hide the browser's default checkbox */
.container-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container-box:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-box input:checked ~ .checkmark {
    background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container-box input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container-box .checkmark:after {
    left: 8px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-box-sec {
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    margin-top: 8px;
}
.product_image:before {
    content: "";
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgba(255, 0, 0, 0),
        rgba(14, 14, 14, 0.72)
    );
    width: 100%;
    height: 100%;
}
.lessiDetail i {
    font-size: 12px;
    vertical-align: middle;
}
.lessi_info .btn {
    background: #7c8591;
    border-radius: 0;
    font-size: 14px;
    border-color: transparent;
}
.leftCat {
    background: #fff;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
    /*border-radius: 7px 7px 0px 0px;*/
    height: 100%;
}
.leftCat h4 {
    /*background-color: #ffeace;*/
    padding: 15px 10px;
    /*border-radius: 7px 7px 0px 0px;*/
    border-bottom: 1px #f5f5f5 solid;
    text-transform: capitalize;
}
/*.leftCat ul {
	padding: 15px 10px;
}*/
.leftCat ul li a {
    padding: 10px 10px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.leftCat ul li a:hover {
    background-color: #ffeace94;
}
.leftCat img {
    margin-right: 5%;
    min-width: 35px;
    min-height: 35px;
    border: 1px solid #e5e5e5;
    max-width: 35px;
    max-height: 35px;
}
#productDetail h3 {
    margin-bottom: 2%;
}
#productDetail {
    background: #fff;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
    padding: 20px 5px;
    margin-bottom: 2%;
}
#productDetail img {
    width: 100%;
    height: 20vw;
}
.buyNow .btn {
    background-color: #f6df74;
    border: 1px #e0d469 solid;
    font-size: 14px;
    padding: 3px 20px;
    font-weight: 600;
    border-radius: 7px;
}
.buyNow .btn:hover {
    background-color: #efcd32;
    border: 1px #efcd32 solid;
}
.buyNow a:hover {
    color: #000;
}
#productDetail .col-md-8 {
    position: relative;
}
/*    #productDetail .buyNow {
    position: absolute;
    top: 90%;
    }*/
#transportation.modal {
    background-color: #ffaf7e;
    padding-top: 8vw;
}
#transportation .modal-content {
    padding: 15px;
    text-align: center;
    border: none;
    border-radius: 18px;
    min-height: 330px;
    transition: ease 0.3s;
    -webkit-box-shadow: 0 30px 75px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.2);
}
#transportation .modal-content:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.4);
    /*transform: scale(1.1);*/
    z-index: 1;
}
#transportation p {
    font-size: 13px;
    line-height: 20px;
    color: #9a9a9a;
    padding: 10px 25px;
}
.transportationPopup .btn {
    background-color: #fe7f32;
    color: #fff;
    padding: 3px 25px;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
}
.transportationPopup .btn:hover {
    background-color: #da631b;
}
.request-purchase-sec .form_title {
    font-size: 12px;
    font-weight: 400;
    color: #384158;
    margin-bottom: 5px;
}
.request-purchase-sec .form-sec .form-group {
    padding: 0px 5px;
}
.request-purchase-sec .form-control {
    padding: 0.5rem 0.3rem;
    font-size: 12px;
}
.request-purchase-sec .form-group {
    margin-bottom: 0px;
}
.product-slide .carousel-inner .carousel-item img {
    min-height: 250px !important;
    max-height: 250px !important;
}
.carousel-indicators li img {
    max-height: 60px;
}
.product-slide .carousel-inner {
    margin-left: 26%;
}
.product-slide .carousel-inner .carousel-item {
    border: 1px solid #ddd; /*  padding: 5px; */
}
.product-slide ol.carousel-indicators {
    top: 0;
    right: auto;
    display: inline-block;
    margin-right: 0%;
    margin-left: 0%;
}
.product-slide .carousel-indicators li {
    height: auto;
    margin-bottom: 5px;
    width: 60px;
}
.buy-btn {
    border-radius: 10px;
    padding: 6px 30px;
    border-color: #c67423;
    background: #f5dc58;
}
.form-control.pincode-input-text {
    border: none !important;
    margin: 5px !important;
    border-radius: 8px !important;
}
.pincode-input-container input.mid {
    border-radius: 8px !important;
}
.pincode-input-container input.first {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pincode-input-container .form-control:focus {
    box-shadow: none;
}
/*.orderDetailBox {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
}*/
h4.orderDdetailHeading {
    background-color: #ffeb3b;
    padding: 15vw 1vw;
    font-size: 1.8em;
    color: #030303;
    background-image: url(http://upmineralmart.com/beta/public/front/images/deliv-hbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dividertab {
    height: 1.2px;
    background-color: #dadada;
    margin: 2%;
}
.pincode-input-container.touch .touch-flex-cell {
    flex-grow: 1;
    border: 1px solid #ced4da;
    margin: 5px !important;
    border-radius: 5px !important;
}
.penter {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5% !important;
}
.orderDetailBox td {
    color: #000;
    padding-left: 8%;
    padding-bottom: 2%;
    text-align: left;
}
.orderDetailBox td.seprator {
    color: #000;
    padding-left: 0%;
    padding-bottom: 2%;
    text-align: center;
}
.check-box-sec .container-box {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    padding-top: 4px;
}
#calculatorDetailLabel {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.btn-costCal {
    background: #3ead74 !important;
    border-radius: 10px !important;
    color: #fff;
    font-weight: 600;
    font-size: 12px !important;
}
.btn-costCal:hover {
    background: #218838 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
}
#calculatorDetail .modal-header {
    background-color: #facf36 !important;
}
#calculatorDetail .modal-body {
    padding: 10px 15px !important;
    color: #5f5f5f;
    font-weight: 400;
    font-size: 12px;
}
#calculatorDetail .col-md-4 {
    padding-left: 0px !important;
}
.calTitle {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    margin-top: 2%;
}
#calculatorDetail .table {
    border: 1px solid #757575;
    color: #000;
}
#calculatorDetail .table thead th {
    border-bottom: 1px solid #757575;
    border-top: 1px solid #757575;
}
#calculatorDetail .table tbody + tbody {
    border-top: 1px solid #757575;
}
.tableHead {
    background-color: #facf36;
}
.transdata {
    background-color: #fff9e2;
}
.tableTotalCost {
    background-color: #51ff61;
}
.back2 img,
.back1 img {
    margin-bottom: 5%;
}
.back2 .form-group,
.back1 .form-group {
    width: 80%;
    margin: 0 auto 5%;
}
.sortingSelectBox {
    border: none !important;
    background-color: #dadada !important;
    font-weight: 700 !important;
    color: #5a5a5a !important;
    float: right !important;
    margin-top: 6px !important;
    padding: 3px !important;
    font-size: 12px !important;
    border-radius: 2px !important;
}
select.form-control {
    text-transform: capitalize !important;
}
@media only screen and (max-width: 1500px) and (min-width: 600px) {
    .orderDetailBox {
        width: 600px;
        margin: 0px auto;
    }
    h4.orderDdetailHeading {
        background-color: #ffeb3b;
        padding: 5vw 1vw;
        font-size: 1.8em;
        color: #030303;
        background-image: url(http://upmineralmart.com/beta/public/front/images/deliv-hbg.png);
        background-position: center;
        background-repeat: repeat;
        background-size: contain;
    }
    .form-control.pincode-input-text {
        border: 1px solid #b9b9b9 !important;
        margin: 5px !important;
        border-radius: 8px !important;
    }
}
/***ANUJ-style-23-08-2021***/
.page-sale-inner {
    width: 100%;
    height: 260px;
    background: url("../images/MineralSale.jpg") no-repeat;
    background-size: cover;
}
.page-trans-inner {
    width: 100%;
    height: 260px;
    background: url("../images/MineralTransporters.jpg") no-repeat;
    background-size: cover;
}
.man-img {
    height: 180px;
    position: absolute;
    top: -98px;
    right: 20%;
}
.modal-btn {
    background: #2386da;
    border: 0px;
    color: #fff;
    font-size: 14px;
    padding: 8px 40px;
    text-align: center;
    border-radius: 20px;
    margin-top: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: right;
}
.modal-btn:hover {
    background-color: #1779cc;
}
/* The Modal*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
/* The Close Button */
.close {
    color: #0f0d0b;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 6px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.form-control-select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    width: 150px;
    margin-right: 5px;
}
.form-control-select:focus {
    outline: 0px;
}
.filter-btn {
    background: #ff5722;
    border: 0px;
    padding: 5px 20px;
    color: #fff;
    border-radius: 3px;
}
.filter-btn:hover,
.filter-btn:focus {
    color: #fff;
    background: #ef5a2b;
    text-decoration: none;
    cursor: pointer;
    outline: 0px;
}
.form-control-borderless {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    margin-right: 5px;
}
.form-control-borderless:focus {
    cursor: pointer;
    outline: 0px;
}
.submit_btn {
    padding: 5px 10px;
    border: 1px solid #4caf50;
    border-radius: 3px;
    font-size: 13px;
    margin-right: 5px;
    background: #4caf50;
    color: #fff;
}
.submit_btn:hover,
.submit_btn:focus {
    color: #fff;
    background: #3a943e;
    text-decoration: none;
    cursor: pointer;
    outline: 0px;
}
.note-box {
    margin: 0px;
    padding: 0px;
    background: #efefef;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 50px;
}
.note-box h3 {
    font-size: 15px;
    position: absolute;
    top: -32px;
    left: -1px;
}
.note-box h3:before {
    content: "Note:-";
    position: absolute;
    background: #4caf50;
    bottom: 0;
    top: 0px;
    height: 32px;
    text-align: center;
    padding: 3px 60px 0px 38px;
    color: #fff;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    clip-path: polygon(0% 0%, 73% 0%, 83% 50%, 92% 100%, 0% 99%);
    line-height: 26px;
}
.note-box li {
    border-bottom: 1px dotted #ccc;
    list-style: none;
    margin: 0px;
    padding: 10px 20px;
    line-height: normal;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
    color: #000;
}
.note-box li:hover {
}
.note-box li::before {
    content: "";
    border-color: #ff5722;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 0;
    border-radius: 50px;
    width: 0;
    margin-left: -17px;
    margin-top: 7px;
    position: absolute;
}
.note-box li:last-child {
    border: none;
}
.trans_content p {
    margin-bottom: 20px;
}
.get-btn {
    padding: 4px 10px;
    border: 1px solid #4caf50;
    border-radius: 3px;
    font-size: 11px;
    margin-right: 5px;
    background: #4caf50;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}
.get-btn:hover,
.get-btn:focus {
    color: #fff;
    border: 1px solid #3a943e;
    background: #3a943e;
    text-decoration: none;
    cursor: pointer;
    outline: 0px;
}
.feature_title span {
    display: block;
    font-size: 24px;
    font-weight: 500;
}
.text-dark li::before {
    content: "";
    border-color: #000;
}
.sale-dark {
    background-color: #212529;
    color: #fff;
    border: 1px solid #212529;
}
.sale-dark:hover {
}
.feature-card3 .feature .feature_icon {
    width: 46px;
}
.feature-card3 .feature .feature_title {
    font-size: 17px;
    font-weight: 500;
    padding-top: 12px;
}
.feature-card4 .feature .feature_icon {
    width: 46px;
}
.feature-card4 .feature .feature_title {
    font-size: 17px;
    font-weight: 500;
    padding-top: 12px;
}
.feature-card5 .feature .feature_icon {
    width: 46px;
}
.feature-card5 .feature .feature_title {
    font-size: 17px;
    font-weight: 500;
    padding-top: 12px;
}
/****footer-icon-with-text-box****/
.feature-footer1 .featurefooter {
    background: #ea7324;
}
.feature-footer2 .featurefooter {
    background: #82be47;
}
.feature-footer3 .featurefooter {
    background: #2b99f0;
}
.feature-footer4 .featurefooter {
    background: #0ea385;
}
.feature-footer5 .featurefooter {
    background: #848484;
}
.featuresfooter {
    width: 100%;
    background: #ffffff;
    padding-top: 93px;
    padding-bottom: 103px;
}
.features_row {
    margin-top: -90px;
    z-index: 9;
    padding: 0 15px;
}
.featurefooter {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 21px;
    padding-right: 21px;
    background: #ffffff;
    min-height: 100%;
}
.feature_footer_icon {
    height: 70px;
}
.feature_footer_icon img {
    max-width: 100%;
}
.feature_footer_title {
    position: relative;
    font-size: 16px;
    margin-top: 16px;
    color: #fff;
    text-transform: uppercase;
}
.featurefooter,
.featurefooter {
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: ease 0.3s;
    cursor: pointer;
}
.featurefooter:hover,
.featurefooter:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    transform: scale(1.1);
    z-index: 1;
}
.feature_footer_text p {
    color: #fff;
}
.feature_footer {
    padding: 0;
    float: left;
    width: 20%;
}
