@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --leafGreen: #023436;
    --leafGreenShadeTwo: #014546;
    --color3: #f4a261;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #024769;
    background: #fff;
    line-height: 1.7;
}

.table {
    color: #023436;
}

a {
    color: #023436;
}

a:hover {
    text-decoration: none !important;
    color: #027FBD;
}

.fira-sans{
    font-family: 'Fira Sans', sans-serif;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}

@media(min-width: 1200px) {
    .container {
        max-width: 1100px;
        width: 100%;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1300px;
        width: 100%;
    }
}

@media(min-width: 1520px) {
    .container {
        max-width: 1470px;
        width: 100%;
    }
}

.btn-round {
    border-radius: 40px;
}

.btn,
.btn:hover,
a,
a:hover {
    transition: all .5s;
    cursor: pointer;
}

.btn {
    padding: 10px 40px;
    border-radius: 40px;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 121, 123, .5);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #8de4af;
    border-color: #005cbf;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 121, 123, .5);
}

.btn-success:hover {
    background-color: #8de4af;
    border-color: #8de4af;
}

.btn-success {
    background-color: #27797b;
    border-color: #27797b;
    text-transform: uppercase;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 75, 119, .5);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #024769;
    border-color: #024769;
    color: #fff !important;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 75, 119, .5);
}

.btn-danger:hover {
    background-color: #027FBD;
    border-color: #027FBD;
    color: #fff !important;
}

.btn-danger {
    background-color: #ff7518;
    border-color: #ff7518;
    text-transform: uppercase;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 57, 105, .5);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #FF781F;
    border-color: #FF781F;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 57, 105, .5);
}

.btn-info:hover {
    background-color: #FF781F;
    border-color: #FF781F;
}

.btn-info {
    background-color: #023436;
    border-color: #023436;
    text-transform: uppercase;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 221, .5);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #FF781F;
    border-color: #FF781F;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 221, .5);
}

.btn-warning:hover {
    background-color: #FF781F;
    border-color: #FF781F;
}

.btn-warning {
    background-color: #00ff7f;
    border-color: #00ff7f;
    text-transform: uppercase;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 184, 140, .5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #27797b;
    border-color: #27797b;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 221, .5);
}

.btn-primary:hover {
    background-color: #027FBD;
    border-color: #027FBD;
    color: #fff;
}

.btn-primary {
    background-color: #027FBD;
    border-color: #027FBD;
    text-transform: uppercase;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #8cb7a6;
    border-color: #8cb7a6;
}

.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.show>.btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 75, 119, .5);
}

.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show>.btn-default.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: none;
}

.btn-default:hover {
    background: none;
    border-color: #fff;
    color: #fff !important;
}

.btn-default {
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    color: #023436 !important;
}

.nav_left li {
    margin-right: 25px;
}

header li.nav-item a.nav-link.active {
    color: #027FBD;
}

.navbar-brand img {
    max-height: 100px;
}

.nav_left {
    display: inline-block;
    margin-left: auto;
}

.navbar-collapse {
/*    width: 42.5%;*/
    font-size: 16px;
}

.nav_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

header li.nav-item {
    margin-left: 15px;
}

.inner_sld {
    padding: 60px 0 0px;
    text-align: center;
}

.inner_sld_head {
    width: 100%;
}

.inner_sld_head h2 {
    font-size: 46px;
    font-weight: 700;
}

.inner_sld_head p {
    font-size: 20px;
    margin-bottom: 0;
}

.tab_sec1 .nav-tabs a.nav-link {
    color: #EBF8FF;
    border: 0;
    background: none;
}

.tab_sec1 .nav-tabs {
    max-width: 1200px;
    width: 100%;
    margin: -37px auto 0;
    background: #27797b;
    border: 0;
    justify-content: space-between;
    border-radius: 8px;
}

.tab_sec1 .nav-tabs .nav-item {
    margin-bottom: 0;
    margin: 16px 20px;
}

.tab_sec1 .nav-tabs a.nav-link.active,
.tab_sec1 .nav-tabs a.nav-link:hover {
    color: #00ff7f;
}

.tabsec_item_img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.play_ic {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
}

.tabsec_item_img .play_ic img {
    width: auto;
}

.tabsec_item_img img {
    width: 100%;
}

.tabsec_item .row {
    margin: 0 -40px;
}

.tabsec_item .row [class*="col-"] {
    padding: 0 40px;
}

.tabsec_item .row {
    margin: 0 -40px;
}

.tabsec_item .row [class*="col-"] {
    padding: 0 40px;
}

.heading_type1 h5 {
    font-size: 24px;
    color: #027FBD;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading_type1 h5::after {
    display: inline-block;
    content: "";
    width: 200px;
    height: 2px;
    background: #027FBD;
    vertical-align: middle;
    margin-left: 20px;
}

.heading_type1 h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.heading_type2 {
    /*max-width: 930px;
    width: 100%;
    display: block;
    margin: auto;*/
    text-align: center;
}

.heading_type2 h5 {
    font-size: 20px;
    color: #027FBD;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading_type2 h5::after {
    display: inline-block;
    content: "";
    width: 50px;
    height: 2px;
    background: #027FBD;
    vertical-align: middle;
    margin-left: 20px;
}

.heading_type2 h5::before {
    display: inline-block;
    content: "";
    width: 50px;
    height: 2px;
    background: #027FBD;
    vertical-align: middle;
    margin-right: 20px;
}

.heading_type2 h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tabsec_item {
    padding: 50px 0;
}

.btn_sec {
    margin-top: 30px;
}

.btntype1:hover {
    background: #FF781F;
    color: #EBF8FF;
}

.w_c_item_ic {
    flex: 0 0 82px;
    height: 82px;
    background: #27797b;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    margin-right: 40px;
    box-shadow: 0 0 10px #d2d2d2;
    transition: all .5s;
}

.w_c_item_con h4 {
    font-size: 22px;
    font-weight: 700;
}

.w_c_item_con p {
    margin-bottom: 0;
}

.w_c_item_con {
    line-height: 22px;
}

.w_c_item {
    display: flex;
    margin: 40px 0;
}

.w_c_item:hover .w_c_item_ic {
    background: #FF781F;
    transition: all .5s;
}

.team_item {
    padding: 30px;
    margin-top: 30px;
    background: none;
    border-radius: 20px;
    transition: all .5s;
    border: 1px solid #023436;
}

.team_img img {
    border-radius: 17px;
    overflow: hidden;
}

.team_info {
    font-size: 16px;
    line-height: 24px;
}

.team_info span {
    text-transform: uppercase;
    color: #FF781F;
}

.team_info h4 {
    font-size: 29px;
    margin: 5px 0 10px;
    color: #FF781F;
    font-weight: 600;
}

.team_img ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.team_img ul a {
    background: #207ab6;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}

.team_img ul a i {
    margin-right: 3px;
}

.team_item:hover {
    border: 1px solid #023436;
    background: #27797b;
    color: #8de4af;
    transition: all .5s;
    margin-top: 10px;
}

.team_item:hover .team_info span,
.team_item:hover .team_info h4 {
    color: #00ff7f;
}

.team_item:hover .team_info ul a {
    background: #EBF8FF;
}

.team_item:hover .team_info ul a.team_linkedin {
    color: #0077b5;
}

.team_item:hover .team_info ul a.team_twitter {
    color: #4e9dec;
}

.v_sec {
    background: #8de4af;
    border-radius: 20px;
    width: calc(100% - 50px);
}

.v_sec .v_m_item_info {
    background: #27797b;
    padding: 50px;
    border-radius: 20px;
    color: #8de4af;
    position: relative;
    left: 50px;
    top: -50px;
}

.v_m_sec .v_m_item {
    margin-top: 50px;
}

.m_sec {
    background: #27797b;
    border-radius: 20px;
    width: calc(100% - 50px);
}

.m_sec .v_m_item_info {
    background: #8de4af;
    padding: 50px;
    border-radius: 20px;
    color: #27797b;
    position: relative;
    left: 50px;
    top: -50px;
}

.v_m_item h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.v_m_item h3::after {
    display: inline-block;
    content: "";
    width: 100px;
    height: 2px;
    vertical-align: middle;
    margin-left: 20px;
}

.v_sec h3 {
    color: #00ff7f;
}

.v_sec h3::after {
    background: #00ff7f;
}

.m_sec h3 {
    color: #FF781F;
}

.m_sec h3::after {
    background: #FF781F;
}

.v_m_item p {
    margin-bottom: 0;
}

.value_sec .row {
    align-items: center;
}

.values_item {
    background: #8de4af;
    padding: 20px;
    border-radius: 20px;
    transition: all .5s;
    margin-bottom: 30px;
    color: #27797b;
}

.with_hover {
    display: none;
    transition: all .5s;
}

.values_items .row [class*="col-"]:first-child .values_item {
    margin-top: 50px;
}

.values_items .row {
    align-items: unset;
}

.values_items .row [class*="col-"]:last-child .values_item {
    margin-top: -50px;
}

.values_ic {
    margin-bottom: 10px;
}

.values_item_info h4 {
    font-size: 26px;
    font-weight: bold;
    color: #FF781F;
    margin-bottom: 10px;
    transition: all .5s;
}

.values_item_info p {
    margin-bottom: 0;
}

.values_item:hover {
    transition: all .5s;
    background: #27797b;
    color: #8de4af;
}

.values_item:hover .values_item_info h4 {
    color: #00ff7f;
    transition: all .5s;
}

.values_item:hover .with_hover {
    transition: all .5s;
    display: block;
}

.values_item:hover .without_hover {
    transition: all .5s;
    display: none;
}

.footer_sec {
    background: #023436;
    color: #fff;
    font-size: 15px;
}

.footer_sec .footer_top {
    padding: 50px 0;
}

.footer_item_con {
    margin-top: 40px;
}

.footer_item_head h4 {
    color: #00ff7f;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer_item_head h6 {
    color: #00ff7f;
    font-weight: 300;
    margin-bottom: 30px;
}

.footer_sec a {
    color: #ffff;
}

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

/* .footer_quicklinks {padding-left: 75px;} */
.footer_contact_item span {
    font-size: 18px;
}

.footer_item_form input[type="text"] {
    height: 55px;
    background: #fff;
}

.footer_bottom {
    border-top: 1px solid #084b88;
    padding: 25px 0;
}

.footer_info p {
    margin-bottom: 0;
}

.footer_social ul {
    display: flex;
}

.footer_social ul {
    display: flex;
    justify-content: flex-end;
}

.footer_social a {
    width: 36px;
    height: 36px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer_social a.f_whatsapp {
    background: #4dc246;
}

.footer_social a.f_facebook {
    background: #4064ad;
}

.footer_social a.f_twitter {
    background: #4f9dec;
}

.footer_social a.f_linkedin {
    background: #0077b5;
}

.footer_social a.f_google {
    background: #d64f43;
}

.footer_social a.f_instagram {
    background: rgb(247, 220, 0);
    background: linear-gradient(180deg, rgba(247, 220, 0, 1) 0%, rgba(229, 71, 73, 1) 51%, rgba(203, 56, 163, 1) 100%);
}

.footer_social a.f_youtube {
    background: #ff0000;
}

.footer_social a.f_whatsapp:hover {
    color: #4dc246;
}

.footer_social a.f_facebook:hover {
    color: #4064ad;
}

.footer_social a.f_twitter:hover {
    color: #4f9dec;
}

.footer_social a.f_linkedin:hover {
    color: #0077b5;
}

.footer_social a.f_google:hover {
    color: #d64f43;
}

.footer_social a.f_instagram:hover {
    color: #cd399b;
}

.footer_social a:hover {
    background: #EBF8FF;
}

.footer_social a.f_youtube:hover {
    color: #ff0000;
}

.why_c_item {
    margin-top: 30px;
    background: none;
    padding: 30px;
    border-radius: 20px;
    transition: all .5s;
    border: 1px solid #023436;
}

.why_c_items .row {
    margin: 0 -25px;
}

.why_c_items .row [class*="col-"] {
    padding: 0 25px;
}

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

.why_c_item_con ul li {
    margin: 10px 0;
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
}

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

.why_c_item_con ul li::before {
    position: absolute;
    content: "";
    border: 2px solid #27797b;
    height: 8px;
    width: 8px;
    left: 0;
    border-radius: 50%;
    top: 6px;
}

.why_c_item_con h4 {
    font-size: 24px;
    color: #FF781F;
    font-weight: 700;
    margin-bottom: 15px;
}

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

.why_c_item:hover .with_hover {
    display: block;
    transition: all .5s;
    margin: auto;
}

.why_c_item:hover .without_hover {
    display: none;
    transition: all .5s;
}

.why_c_item:hover .why_c_item_con h4 {
    color: #00ff7f;
    transition: all .5s
}

.why_c_item:hover {
    background: #27797b;
    color: #8de4af;
    transition: all .5s;
    margin-top: 0px;
}

.why_c_item:hover .why_c_item_con ul li::before {
    border: 2px solid #8de4af;
    transition: all .5s;
}

.nav_left .dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    background: #fff;
}

.dropdown-item {
    color: #007FFF;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    background-color: #e9e6e6;
    color: #007FFF;
    border: 0;
    outline: 0;
}

.why_c_item:hover .why_c_item_con {
    color: #00ff7f;
}

.why_c_item:hover .why_c_item_con {
    color: #00ff7f;
}

.why_c_item:hover .why_c_item_con ul li::before {
    border: 2px solid #00ff7f;
}

.sec_type3 .btn {
    margin-top: 25px;
}

.why_c_item:hover .btn {
    background: #FF781F;
    border-color: #FF781F;
}



/*test css start*/
.text_logo {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #8de4af;
}

.text_logo .navbar-brand {
    margin-bottom: 0;
}

.test_step_in {
    width: 750px;
    margin: 30px auto;
}

.test_step_sec .heading_type2 h3 {
    margin-bottom: 10px;
}

.test_step_sec .heading_type2 p {
    font-size: 20px;
}

.test_step_form {
    padding-top: 20px;
}

.button_sec {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.test_step_form .form-control {
    background: none;
    border-color: #27797b;
    height: 55px;
    padding: .375rem 3rem .375rem 1rem;
    font-size: 18px;
}

.test_step_form .form-control[placeholder="Enter Name"] {
    color: #27797b;
}

.form-control:focus {
    color: #27797b;
    background: none;
    border-color: #27797b;
    outline: 0;
    box-shadow: unset;
}

select.form-control {
    background: #ffffff url(../img/down_ar.png) no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.general_ins h4 {
    font-size: 24px;
    font-weight: 700;
}

.general_ins_items {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.general_ins_items li {
    padding-left: 20px;
    position: relative;
}

.general_ins_items li::before {
    border: 2px solid #023436;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 10px;
}

.instruction_items {
    border-radius: 8px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    border: 1px solid #27797b;
}

.instruction_item {
    border-bottom: 1px solid #27797b;
    display: flex;
    justify-content: space-between;
}

.instruction_value {
    width: 150px;
    border-left: 1px solid #27797b;
    padding: 12px 20px;
}

.instruction_label {
    padding: 12px 20px;
}

.instruction_items {
    border-radius: 8px;
}

.instruction_item:last-child {
    border: 0;
}

.button_sec .btn {
    text-transform: uppercase;
    font-size: 18px;
}

.t_s_head {
    background: #27797b;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    color: #EBF8FF;
    font-size: 22px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.t_s_head_time {
    background: #EBF8FF;
    border-radius: 4px;
    color: #27797b;
    font-size: 18px;
    padding: 5px 12px;
    border-radius: 30px;
}

.question_img {
    margin: 0 auto 20px;
    width: 600px;
    border-radius: 10px;
    overflow: hidden;
}

.ans_item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: relative;
}

input[type="radio"]~label,
input[type="checkbox"]~label {
    margin-bottom: 0;
    margin-left: 35px;
}

input[type="radio"] {
    width: 100%;
    height: 24px;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

input[type="radio"]~label::before {
    content: "";
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    border: 2px solid #27797b;
}

.ans_radio input[type="radio"]~label::before {
    background: #fff;
    border: 2px solid #27797b;
}

input[type="radio"]~label {
    position: relative;
}

input[type="radio"]~label::after {
    transform: scale(.6);
    background: #27797b;
    content: "";
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 2px;
    display: none;
}

input[type="radio"]:checked~label::after {
    display: block;
}

input[type="checkbox"] {
    width: 100%;
    height: 24px;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

input[type="checkbox"]~label::before {
    content: "";
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    background: #EBF8FF;
    border-radius: 4px;
    top: 2px;
    border: 2px solid #27797b;
}

.ans_checkbox input[type="radio"]~label::before {
    background: #fff;
    border: 2px solid #27797b;
}

input[type="checkbox"]~label {
    position: relative;
}

input[type="checkbox"]~label::after {
    background: #27797b url(../img/check.png) no-repeat center;
    content: "";
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    top: 2px;
    display: none;
}

input[type="checkbox"]:checked~label::after {
    display: block;
}

.contact_info {
    padding: 50px 0;
}

.contact_item {
    text-align: center;
    margin-top: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    transition: all .5s;
    border: 1px solid #023436;
}

.contact_item:hover {
    background: #023436;
    color: #8de4af;
    transition: all .5s;
    margin-top: 0px;
}

.contact_item:hover .contact_item_con h4 {
    color: #00ff7f;
    transition: all .5s;
}

.contact_item h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact_item:hover .without_hover {
    display: none;
    transition: all .5s;
}

.contact_item:hover .with_hover {
    display: inline-block;
    transition: all .5s;
}

.contact_item_con {
    padding: 30px 0 0;
}

.contact_item_con p {
    font-size: 24px;
    margin-top: 7px;
    margin-bottom: 0;
}

.contact_item:hover .contact_item_con p {
    color: #00ff7f;
}

.contact_item:hover .contact_item_con p a {
    color: #00ff7f;
}

.contact_item:hover .contact_item_con p a {
    text-decoration: underline !important;
}

.contact_form_sec {
    background: #27797b;
    padding: 50px 0;
}

.contact_form .heading_type1 h5 {
    color: #fbfc79;
}

.contact_form .heading_type1 h5::after {
    background: #fbfc79;
}

.contact_form .heading_type1 h3 {
    color: #fbfc79;
}

.form-control {
    /* background: #EBF8FF; */
    color: #27797b;
    font-size: 18px;
    min-height: 55px;
}

.form-control::placeholder {
    color: #27797b;
}

.form-control:focus {
    background: #EBF8FF;
}

select.form-control:focus {
    background: #EBF8FF url(../img/down_ar.png) no-repeat right center;
}

.contact_form .btn {
    text-transform: uppercase;
}

.contact_img {
    padding-left: 100px;
}

.contact_form .form-group {
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.faq_sec {
    padding: 50px 0;
}

.faq_item_body {
    padding: 20px;
}

.faq_item_body {
    padding: 20px;
    color: #27797b;
}

.faq_item {
    margin: 20px 0;
    background: #8de4af;
    border-radius: 5px;
}

.faq_item_head a {
    background: #27797b;
    padding: 20px 60px 20px 20px;
    border-radius: 5px;
    color: #00ff7f;
    display: inline-block;
    width: 100%;
    font-size: 22px;
    position: relative;
}

.faq_item_head a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #00ff7f;
    right: 20px;
    top: 26px;
}

.faq_item_head a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #00ff7f;
    top: 17px;
    right: 28px;
}

.faq_item_head a[aria-expanded="true"]::before {
    display: none;
}

.content_sec {
    padding: 50px 0;
}

.content_sec_in h3 {
    margin-top: 30px;
    font-weight: bold;
}

.login_signup_sec {
    padding: 50px 0;
}

.login_signup_form {
    background: #8de4af;
    padding: 40px;
    border-radius: 10px;
}

.login_signup_form .heading_type2 h5 {
    color: #023436;
}

.heading_type2 h5::before {
    background: #023436;
}

.heading_type2 h5::after {
    background: #023436;
}

.login_signup_form .heading_type2 {
    margin-bottom: 30px;
}

.login_ic,
.login_ic:focus {
    background: #EBF8FF url(../img/login_ic.png) no-repeat left center;
    padding-left: 50px;
}

.password_ic,
.password_ic:focus {
    background: #EBF8FF url(../img/password_ic.png) no-repeat left center;
    padding-left: 50px;
}

.d-block {
    width: 100%;
}

.btn_item {
    background: #EBF8FF;
    padding: 5px 15px 5px 5px;
    border-radius: 3px;
    transition: all .5s;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: left;
}

.btn_item-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #EBF8FF;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
}

.btn_facebook:hover {
    background: #3b5999;
    color: #EBF8FF;
    transition: all .5s;
}

.btn_google:hover {
    background: #4585f4;
    color: #EBF8FF;
    transition: all .5s;
}

.text-danger {
    color: #FF781F;
}

.text-danger:hover {
    color: #00ff7f;
}

.login_signup_sec .row {
    align-items: center;
}

.signup_step_items {
    max-width: 800px;
    margin: 15px auto;
    text-align: center;
}

.signup_step_items ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.signup_step_items {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
    width: 100%;
}

.radio_check_item {
    position: relative;
    margin-right: 15px;
}

.signup_s_i_number {
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    background: #27797b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EBF8FF;
}

.signup_s_i_name {
    color: #27797b;
}

.signup_step_item {
    position: relative;
    width: 33%;
    padding: 5px;
}

.signup_step_items ul {
    margin: 0;
    padding: 0;
}

.signup_s_i_number::before {
    content: "";
    position: absolute;
    background: #27797b;
    height: 1px;
    width: 100%;
    right: 50%;
    z-index: -1;
}

.signup_step_item:first-child .signup_s_i_number::before {
    display: none;
}

.signup_step_item.active .signup_s_i_number {
    background: #FF781F;
}

.signup_step_item.active .signup_s_i_name {
    color: #FF781F;
}

.signup_step_item.active .signup_s_i_number::before {
    background: #FF781F;
}

.full_widthcontent {
    max-width: 900px;
    margin: auto;
}

.form_right {
    font-size: 13px;
    text-align: right;
    width: 100%;
    display: inline-block;
}

.form_content {
    font-size: 14px;
    line-height: 1.5;
}

.cl_danger {
    color: #FF781F;
    display: block;
}

.tab_sec1 .tab-content>.tab-pane {
    height: 0 !important;
    visibility: hidden;
    display: block !important;
    overflow: hidden;
}

.tab_sec1 .tab-content>.tab-pane.active {
    height: auto !important;
    visibility: visible;
}

.product_sec .tab-content>.tab-pane {
    height: 0 !important;
    visibility: hidden;
    display: block !important;
    overflow: hidden;
}

.product_sec .tab-content>.tab-pane.active {
    height: auto !important;
    visibility: visible;
}

.team_info h5 {
    text-transform: uppercase;
    color: #FF781F;
    font-size: 14px;
}

.team_item:hover h5 {
    color: #00ff7f;
}


/*admin css*/
.head_user_sec {
    width: 40px;
    height: 40px;
    background: #027FBD;
    display: inline-flex;
    margin-right: 7px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #EBF8FF;
    font-size: 20px;
}

.header_sec {
    box-shadow: 0 0 6px #ddd;
}

.admin_wrapper {
    display: flex;
    min-height: calc(100vh - 89px);
}

.sidebar {
    background: #27797b;
    flex: 0 0 250px;
    overflow: hidden;
    max-width: 250px;
    transition: all .5s;
}

.open_sidebar .sidebar {
    flex: 0 0 70px;
    max-width: 70px;
    transition: all .5s;
}

.sidebar .navbar-nav .nav-link {
    font-size: 18px;
    color: #EBF8FF;
    white-space: nowrap;
    padding: .675rem 1.5rem;
    display: flex;
    align-items: center;
}

.sidebar .navbar-nav .nav-link>i {
    margin-right: 14px;
    font-size: 24px;
    line-height: 1.5rem;
    min-width: 2rem;
    position: relative;
    top: -3px;
}

.sidebar .navbar-nav>.nav-item {
    margin-top: 2px;
}

.sidebar .navbar-nav:before {
    display: block;
    margin: .5rem;
    content: '';
}

.sidebar .navbar-nav .nav-link:hover {
    color: #027FBD;
}

.sidebar .navbar-nav .nav-link>i.collapse_right {
    margin-left: auto;
    top: 0;
    min-width: unset;
    margin-right: 0;
    transition: all .5s;
}

.sidebar .navbar-nav .nav-link[aria-expanded="true"]>i.collapse_right {
    transform: rotate(90deg);
    transition: all .5s;
}

.sidebar .navbar-nav .nav .nav-link {
    padding-left: 3.8rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.admin_con {
    width: 100%;
    padding: 20px 0;
}

label.control-label {
    font-weight: bold;
}

.admin_inner_con .btn i {
    border: 1px solid #EBF8FF;
    width: 24px;
    height: 24px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
    font-weight: lighter;
    line-height: 23px;
}

.form-control {
    border: 1px solid #27797b;
}

.btn_default i {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid #023436;
    border-radius: 50%;
    font-weight: lighter;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 24px;
    text-align: center;
}

.btn_default:hover i {
    border: 1px solid #027FBD;
}

.checkbox_item {
    position: relative;
    display: flex;
}

.delete_ic {
    font-size: 30px;
    color: #FF781F;
    height: 55px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.toggle_nav {
    font-size: 26px;
    margin-right: 20px;
    color: #027FBD;
}

.home_sld {
    background-image: url(../img/5.jpg);
    background-size: cover;
    padding: 75px 0;
    background-position: center;
    margin-bottom: 0px;
    position: relative;
}

.home_sld {
    background-image: url(https://image.freepik.com/free-photo/green-park-view_1417-1492.jpg);
    background-size: cover;
    padding: 75px 0 0;
    margin-bottom: 0px;
    position: relative;
    background-repeat: no-repeat;
}

section#banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a3536;
    opacity: .7;
}

.banner_con_img {
    position: relative;
}

.banner_con_img img {
    width: 100%
}

.banner_con {
    color: #fff;
}

.banner_con h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.banner_con h3 {
    font-weight: 600;
    font-size: 36px;
    margin: 0 0 10px;
}

.banner_con h4 {
    font-weight: normal;
    font-size: 1.8rem;
}

.banner_con p {
    line-height: 1.5;
    margin: 20px 0;
}

.bnr_btn {
    display: inline-block;
}

.bnr_btn .waves-box {
    margin-right: 30px;
    position: relative;
    float: left;
}

.bnr_btn .waves-box .venobox_custom {
    position: relative;
}

.bnr_btn .waves-box .iq-waves {
    position: absolute;
    width: 14rem;
    height: 14rem;
    left: -90px;
    top: -90px;
    float: right;
}

.bnr_btn .waves-box .iq-waves .waves {
    position: absolute;
    width: 384px;
    width: 15rem;
    height: 384px;
    height: 15rem;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.bnr_btn .waves-box .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.bnr_btn .waves-box .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.bnr_btn .waves-box .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.play_btn {
    background: #fff;
    color: #8de4af;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    border-radius: 50%;
    padding-left: 4px;
    z-index: 1;
}

.sec_type1 {
    padding: 70px 0;
    position: relative;
}

.sec_type1 h4 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}

.triangle_img {
    position: absolute;
    right: 0px;
    bottom: 30px;
}

.sec_type1.diagnostic_sec .triangle_img {
    left: 0px;
    right: auto;
    bottom: 50px;
    transform: rotate(0deg);
}

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

.list_items li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.list_items li::before {
    position: absolute;
    content: "";
    border: 2px solid #27797b;
    height: 8px;
    width: 8px;
    left: 0;
    border-radius: 50%;
    top: 10px;
}

.bg-white {
    background: #fff;
}

.sec_type2 {
    padding: 70px 0;
}

.sec_type2_con h4 {
    font-weight: 600;
    transition: all .5s;
    font-size: 22px;
}

.sec_type2_item {
    min-height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px 0px;
    margin: 15px 0;
    transition: all .5s;
    overflow: hidden;
    position: relative;
}

.sec_type2_item .sec_type2_ic {
    transition: all .5s;
}

.sec_type2_item:hover .sec_type2_ic {
    display: none;
    transition: all .5s;
}

.sec_type2_item:hover .sec_type2_con h4 {
    display: none;
    transition: all .5s;
}

.sec_type2_con p {
    margin-bottom: 0;
    line-height: 1.4;
}

.sec_type2_ic {
    margin-bottom: 30px;
}

.sec_type2_item:hover .sec_type2_con_in {
    transition: all .5s;
    height: 100%;
    bottom: 0;
}

.sec_type2_item .sec_type2_con_in {
    transition: all .5s;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #27797b;
    color: #00ff7f;
    padding: 15px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.sec_type2_item:hover .sec_type2_con_in h4 {
    display: block;
}

.sec_type2_con_in h4 {
    font-size: 22px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 55px;
    margin: 0 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid #023436;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 7px;
    bottom: 6px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#027FBD+1,27797b+100 */
    background: #027FBD;
    /* Old browsers */
    background: -moz-linear-gradient(left, #027FBD 1%, #27797b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #027FBD 1%, #27797b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #027FBD 1%, #27797b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027FBD', endColorstr='#27797b', GradientType=1);
    /* IE6-9 */
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background: none;
    border: 2px solid #023436;
}

.switch input:focus+.slider {
    box-shadow: unset;
}

.switch input+.slider:before {
    -webkit-transform: translateX(93px);
    -ms-transform: translateX(93px);
    transform: translateX(93px);
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.price_sec {
    padding: 50px 0;
}

.price_sec {
    padding: 50px 0;
    text-align: center;
}

.heading_type3 h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tabs_type1 .nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 40px;
}

.tabs_type1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs_type1 .nav-tabs {
    height: 70px;
    margin-bottom: 40px;
    border: 2px solid #023436;
    border-radius: 70px;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
}

.tabs_type1 .nav-tabs .nav-link.active {
    color: #00ff7f;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#027FBD+1,27797b+100 */
    background: #027FBD;
    /* Old browsers */
    background: -moz-linear-gradient(left, #027FBD 1%, #27797b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #027FBD 1%, #27797b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #027FBD 1%, #27797b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027FBD', endColorstr='#27797b', GradientType=1);
    /* IE6-9 */
}

.tabs_type1 .nav-tabs .nav-link {
    height: 46px;
    border: 0;
    border-radius: 46px;
    padding: 0 45px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
}

.switch_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

span.switch_name {
    font-size: 24px;
}

.prc_item {
    background: #fff;
    border-radius: 25px;
    text-align: left;
    margin-bottom: 36px;
    position: relative;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, .09);
}

.prc_item+.btn_sec {
    margin-bottom: 70px;
}

.prc_item_head {
    border-radius: 25px 25px 0 0;
    padding: 50px 50px 90px 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#027FBD+1,27797b+100 */
    background: #027FBD;
    /* Old browsers */
    background: -moz-linear-gradient(left, #027FBD 1%, #27797b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #027FBD 1%, #27797b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #027FBD 1%, #27797b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027FBD', endColorstr='#27797b', GradientType=1);
    /* IE6-9 */
}

.paralax_img {
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

.paralax_img img {
    width: 100%;
    height: 40px;
}

.prc_item_name h3 {
    color: #EBF8FF;
    font-weight: 600;
}

.prc_item_price h4 {
    font-size: 38px;
    color: #00ff7f;
    font-weight: 600;
}

.prc_item_price sub {
    font-size: 65%;
}

.prc_con {
    padding: 50px 50px 25px;
}

.img-lc-lnk {
    position: absolute;
    width: 100%;
    height: 37.48%;
    top: 25.02%;
}

.img-lc-lnk1 {
    position: absolute;
    width: 100%;
    height: 20.83%;
    top: 75%;
}

.landing_sld_vid video {
    width: 100%;
}

.prc_con .list_items {
    font-size: 22px;
    color: #27797b;
}

.btn-circle {
    border-radius: 50%;
}

.prc_btn .btn {
    font-size: 20px;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    margin: 0 auto;
}

.prc_btn {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
}

.compet_sec {
    padding-bottom: 50px;
}

.heading_type4 h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.heading_type4 {
    text-align: center;
    margin: 20px 0;
}

.compet_sec_con {
    background: #fff;
    border-radius: 25px;
    margin: 40px 0;
    overflow: auto;
    min-width: 930px;
}

.compet_s_row {
    display: flex;
    flex-wrap: wrap;
}

.compet_s_col h4 {
    margin-bottom: 0;
    font-weight: bold;
}

.compet_s_col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.compet_sec_head.compet_s_row {
    background: #023436;
}

.compet_s_col:first-child {
    justify-content: flex-start;
    color: #EBF8FF;
    text-align: left;
}

.compet_s_col.bg_info {
    background: #2b807d;
    font-size: 18px;
}

.compet_s_row:nth-child(2) .compet_s_col {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
}

.compet_s_row:last-child .compet_s_col {
    padding-bottom: 30px;
}

.compet_s_row:nth-child(2) .compet_s_col:first-child {
    font-size: 20px;
    font-weight: normal;
}

.compet_sec_in.studd_phygital_compet .compet_s_row .compet_s_col {
    flex: 0 0 26.66667%;
    max-width: 26.66667%;
}

.compet_sec_in {
    overflow: auto;
}

.compet_sec_in.studd_phygital_compet .compet_s_row .compet_s_col:first-child {
    flex: 0 0 20%;
}

.btn_sec {
    text-align: center;
}

.product_sec {
    padding: 50px 0;
}

.prd_ic_active {
    display: none;
}

.tabs_type1 .nav-tabs .nav-link img {
    margin-right: 10px;
}

.tabs_type1 .nav-tabs .nav-link.active .prd_ic_active {
    display: block;
}

.tabs_type1 .nav-tabs .nav-link.active .prd_ic {
    display: none;
}

.tabs_type1 .nav-tabs .nav-link,
.tabs_type1 .nav-tabs .nav-link:hover {
    color: #27797b;
}

.tabs_type1 .nav-tabs .nav-link.active:hover {
    color: #00ff7f;
}

.tab_inner.tab_prdtyep1,
.tab_inner.tab_prdtyep2 {
    text-align: center;
    margin-top: 15px;
}

.tab_prd_ic img {
    margin-bottom: 20px;
}

.tab_prd_con h4 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}

.tab_prd_item {
    padding: 20px;
    margin: 30px 0px 0;
}

.tab_prdtyep2_item {
    padding: 30px;
    box-shadow: 0 0 30px #cacaca;
    border-radius: 8px;
    margin: 30px 0;
}

.tab_prdtyep2_item .tab_prdtyep2_in {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tab_prdtyep2_ic {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    background: #FF781F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.tab_prdtyep2_in h4 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px;
}

.tab_prdtyep2 [class*="col-"] {
    text-align: left;
}

.tab_prdtyep2 [class*="col-"]:nth-child(2) {
    text-align: center;
}

.tab_prdtyep2 [class*="col-"]:first-child {
    text-align: right;
}

.tab_prdtyep2 [class*="col-"]:first-child .tab_prdtyep2_in {
    flex-direction: row-reverse;
}

.tab_prdtyep2 [class*="col-"]:first-child .tab_prdtyep2_in .tab_prdtyep2_ic {
    margin-right: 0;
    margin-left: 10px;
}

.tab_prdtyep2_con p {
    margin-bottom: 0;
}

.product_sec .btn_sec {
    margin-top: 50px;
}

.product_sec_home .btn_sec {
    margin-top: 15px;
}

.prd_feature {
    margin: 10px 0 50px;
}

.prd_feature_ic {
    background: #8de4af;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.prd_feature_item {
    display: flex;
}

.prd_feature_con h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.prd_feature_con p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
}

.prd_feature_item {
    display: flex;
    margin: 10px 0 30px;
}

.screenshot_s {
    background-image: url(../img/screenshot.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    color: #EBF8FF;
}

.screenshot_s .owl-item {
    padding: 20px 0;
    transition: all .5s;
    opacity: .7;
}

.screenshot_s .owl-item.active.center {
    padding: 100px 0 70px;
    transition: all .5s;
}

.screenshot_s .owl-item.active.center {
    opacity: 1;
}

.screenshot_s .owl-item.active.center {
    z-index: 1;
    transition: all .5s;
}

.screenshot_s .owl-item.active.center .screen_con {
    transform: scale(1.3);
    transition: all .5s;
    text-align: center;
}

.screenshot_s .screen_con .screen_img {
    height: 500px;
    transition: all .5s;
}

.screenshot_s .owl-item.active.center .screen_con h4.screen_name {
    display: inline-block;
    text-align: center;
    transition: all .5s;
    font-size: 20px;
    margin-bottom: 0;
}

.screenshot_s h4.screen_name {
    margin-top: 30px;
    text-align: center;
}

.screenshot_s .owl-theme .owl-nav [class*=owl-] span {
    font-size: 80px;
    font-weight: lighter;
}

.screenshot_s .owl-theme .owl-nav [class*=owl-] {
    height: 35px;
    position: absolute;
    top: 40%;
}

.screenshot_s .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.screenshot_s .owl-theme .owl-nav .owl-next {
    right: 0;
}

.screenshot_s .owl-theme .owl-nav [class*=owl-]:hover,
.screenshot_s .owl-theme .owl-nav [class*=owl-]:focus,
.screenshot_s .owl-theme .owl-nav [class*=owl-]:visited {
    background: none;
    outline: 0;
    box-shadow: unset;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools {
    width: 11px;
}

.screenshot_s .heading_type2 h3 {
    margin-bottom: 10px;
}

.landing_slider::after {
    content: "";
    background-size: cover;
    background-position: bottom;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 550px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' width='2191' height='596' viewBox='0 0 2191 596'%3E%3Cdefs%3E%3Cstyle%3E.a,.c%7Bfill:%23ffffff;%7D.a%7Bstroke:%23707070;%7D.b%7Bclip-path:url(%23a);%7D.d%7Bfilter:url(%23b);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='2191' height='596' transform='translate(-136 427)'/%3E%3C/clipPath%3E%3Cfilter id='b' x='61' y='10.359' width='2070.001' height='714.643' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='-3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='25' result='c'/%3E%3CfeFlood flood-opacity='0.071'/%3E%3CfeComposite operator='in' in2='c'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg class='b' transform='translate(136 -427)'%3E%3Cg class='d' transform='matrix(1, 0, 0, 1, -136, 427)'%3E%3Cpath class='c' d='M1761,1752H-159V1187.359a1213.165,1213.165,0,0,0,416.021,345.525,1201.468,1201.468,0,0,0,259.916,95.531c22.758,5.485,45.992,10.367,69.058,14.51,23.247,4.176,46.948,7.714,70.445,10.516,23.695,2.826,47.821,4.979,71.709,6.4,24.1,1.433,48.612,2.16,72.85,2.16s48.749-.727,72.85-2.16c23.888-1.421,48.014-3.574,71.709-6.4,23.5-2.8,47.2-6.34,70.445-10.516,23.066-4.144,46.3-9.026,69.058-14.51a1201.451,1201.451,0,0,0,259.916-95.531A1213.164,1213.164,0,0,0,1761,1187.359V1752Z' transform='translate(295 -1099)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    %7D.d%7Bfilter: %23b;
    %7D%3C/style%3E%3CclipPath id='a' %3E%3Crect class='a' width='2191' height='596' transform='translate(-136 427)' /%3E%3C/clipPath%3E%3Cfilter id='b' x='61' y='10.359' width='2070.001' height='714.643' filterUnits='userSpaceOnUse' %3E%3CfeOffset dy='-3' input='SourceAlpha' /%3E%3CfeGaussianBlur stdDeviation='25' result='c' /%3E%3CfeFlood flood-opacity='0.071' /%3E%3CfeComposite operator='in' in2='c' /%3E%3CfeComposite in='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg class='b' transform='translate(136 -427)' %3E%3Cg class='d' transform='matrix(1, 0, 0, 1, -136, 427)' %3E%3Cpath class='c' d='M1761,1752H-159V1187.359a1213.165,1213.165,0,0,0,416.021,345.525,1201.468,1201.468,0,0,0,259.916,95.531c22.758,5.485,45.992,10.367,69.058,14.51,23.247,4.176,46.948,7.714,70.445,10.516,23.695,2.826,47.821,4.979,71.709,6.4,24.1,1.433,48.612,2.16,72.85,2.16s48.749-.727,72.85-2.16c23.888-1.421,48.014-3.574,71.709-6.4,23.5-2.8,47.2-6.34,70.445-10.516,23.066-4.144,46.3-9.026,69.058-14.51a1201.451,1201.451,0,0,0,259.916-95.531A1213.164,1213.164,0,0,0,1761,1187.359V1752Z' transform='translate(295 -1099)' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
}

.landing_slider {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 550px;
}

/*
.landing_slider::after {content: "";bottom: -50px;background-image: url(../img/hover.png);background-size: 100%;left: 0;z-index: 11;width: 100%;height: 250px;position: absolute;}*/
.round_sec {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 300px;
}

.landing_sld_img {
    position: relative;
    display: inline-block;
    min-height: 460px;
    z-index: 1;
}

.landing_sld_img .bnr_btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
}

.landing_sld_img .bnr_btn .waves-box .iq-waves .waves {
    background: rgba(141, 228, 175, 0.2);
}

.landing_sld_img .bnr_btn .waves-box {
    margin-right: 0;
    z-index: 1;
}

.landing_sld_img .bnr_btn .waves-box .iq-waves {
    z-index: -1;
}

.landing_sld .heading_type2 h3 {
    margin-bottom: 0;
    margin-top: 20px;
}

.test_intro_sec {
    padding: 50px 0 70px;
    text-align: center;
}

.test_intro_sec .heading_type2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.test_intro_sec .heading_type2 h3 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.test_intro_sec .list_items li::before {
    display: none;
}

.test_intro_sec .list_items li::after {
    content: "";
    background: url(../img/check_1.png);
    width: 18px;
    height: 13px;
    position: absolute;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
}

.test_intro_con ul.list_items li {
    padding-left: 25px;
}

.test_intro_con {
    font-size: 20px;
    text-align: left;
}

.test_intro_con_in p {
    font-size: 24px;
}

.sec_type2.key_sec {
    margin-bottom: 70px;
    padding-top: 10px;
}

.sec_type2.key_sec .btn_sec {
    margin-top: 0;
}

.how_work {
    padding-bottom: 50px;
}

.how_work_info .heading_type2 {
    text-align: left;
}

.how_work_info .heading_type2 h3 {
    margin-bottom: 10px;
}

.how_work_item {
    margin: 7px 0;
    width: 100%;
    clear: both;
    float: left;
}

.how_work_item:nth-child(2n+2) .how_work_con {
    text-align: right;
    float: right;
}

.how_work_items {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.how_work_cnt {
    flex: 0 0 60px;
    height: 60px;
    background: #27797b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 50%;
    color: #EBF8FF;
    font-size: 35px;
    transition: all .5s;
}

.how_work_con {
    background: linear-gradient(to right, #027FBD 1%, #27797b 100%);
    padding: 8px 25px;
    border-radius: 10px;
    color: #fff;
    width: auto;
    float: left;
}

.how_work_con p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.how_work_item:hover .how_work_cnt {
    background: #FF781F;
    transition: all .5s;
    transform: scale(1.1);
    box-shadow: 0 0 20px #9E9E9D;
}

.spin_icons img {
    width: 1600px;
    max-width: 1600px;
}

.spin_icons {
    position: absolute;
    bottom: 70%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(100%);
    animation: AuxRotating 40s linear infinite;
    max-width: none !important;
    will-change: transform;
}


@keyframes AuxRotating {
    from {
        transform: translateX(-50%) translateY(100%) rotate(0deg)
    }

    to {
        transform: translateX(-50%) translateY(100%) rotate(360deg)
    }
}

.bt_des_xnj {
    margin-top: 10px;
}

.key_sec_item {
    text-align: center;
    padding: 25px;
    margin: 15px 0;
    border-radius: 15px;
    transition: all .5s;
}

img.k_img_hower {
    display: none;
    transition: all .5s;
}

.key_sec_ic {
    margin-bottom: 20px;
}

.key_sec_con h4 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 20px;
}

.key_sec_con p {
    margin-bottom: 0;
    font-size: 20px;
}

.key_sec_con p a {
    color: #f64b77;
    text-decoration: underline;
}

.key_sec_item:hover {
    transition: all .5s;
    background: #27797b;
    color: #00ff7f;
}

.key_sec_item:hover img.k_img_hower {
    display: inline-block;
    transition: all .5s;
}

.key_sec_item:hover img.k_img {
    display: none;
    transition: all .5s;
}

.key_sec_item img.k_img_hower {
    display: none;
    transition: all .5s;
}

.how_work_sss {
    padding: 50px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#027FBD+1,27797b+100 */
    background: #027FBD;
    /* Old browsers */
    background: -moz-linear-gradient(left, #027FBD 1%, #27797b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #027FBD 1%, #27797b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #027FBD 1%, #27797b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027FBD', endColorstr='#27797b', GradientType=1);
    /* IE6-9 */
}

.how_work_sss .heading_type2 h3 {
    color: #EBF8FF;
}

.how_work_sss {
    color: #EBF8FF;
}

.how_work_sss .container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    max-width: 100%;
    padding: 0;
}

.how_work_sss .space-holder {
    position: relative;
    width: 100%;
}

.how_work_sss .sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.how_work_sss .horizontal {
    position: absolute;
    height: 100%;
    will-change: transform;
}

.how_work_sss .cards {
    position: relative;
    height: 100%;
    padding: 30px 0 0 100px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.how_work_sss .sample-card {
    position: relative;
    height: 300px;
    width: 400px;
    margin-right: 75px;
    flex-shrink: 0;
}

.how_work_sss_cnt {
    width: 40px;
    height: 40px;
    background: #EBF8FF;
    color: #023436;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

.how_work_sss_ic {
    margin-bottom: 20px;
}

.vbox-close {
    right: 20px;
    font-size: 40px;
}

.nav_left a {
    font-size: 16px;
}

.horizontal_line {
    width: 0px;
    height: 4px;
    background: #edf6e1;
    position: absolute;
    top: 52%;
    left: 0;
    margin-top: -130px;
}

.how_work_sss .heading_type2 {
    position: absolute;
    top: 100px;
    margin: auto;
    left: 0;
    right: 0;
}

.how_work_sss .btn_sec {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.tabsec_item .btn_sec {
    text-align: left;
}

.desktop_hide {
    display: none;
}

.tabsec_item_img {
    text-align: center;
}

.learning_img {
    max-width: 700px;
    width: 100%;
    margin: 15px 0 20px;
}

.navbar_cross {
    display: none;
}

.overlay_menu {
    display: none;
}

.fixed_social {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 11;
    display: none;
}

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

.fixed_social a.f_facebook {
    background: #4064ad;
}

.fixed_social a i {
    width: 36px;
    height: 36px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 10px;
    flex: 0 0 36px;
}

.fixed_social ul li {
    margin: 10px 0;
}

.fixed_social ul li a {
    display: flex;
    white-space: nowrap;
    background-repeat: #000;
    align-items: center;
    color: #fff;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    transition: all .5s;
    width: 36px;
}

.fixed_social ul li a:hover {
    transition: all .5s;
    width: 140px;
}

.fixed_social ul li a span {
    padding-right: 10px;
}

.fixed_social a.f_twitter {
    background: #4f9dec;
}

.fixed_social a.f_linkedin {
    background: #0077b5;
}

.fixed_social a.f_instagram {
    background: rgb(247, 220, 0);
    background: linear-gradient(180deg, rgba(247, 220, 0, 1) 0%, rgba(229, 71, 73, 1) 51%, rgba(203, 56, 163, 1) 100%);
}

.fixed_social a.f_youtube {
    background: #ff0000;
}

a#scroll_btn {
    position: fixed;
    bottom: 70px;
    z-index: 11;
    right: 20px;
    background: #27797b;
    border: 0;
    box-shadow: unset;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px #8e8e8e;
    align-items: center;
    justify-content: center;
}

a#scroll_btn:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

a#scroll_btn:hover {
    color: #fff;
    background-color: #8de4af;
    border-color: #8de4af;
}

a#scroll_btn {
    display: none;
}

.round_sec::before {
    background: #39797d;
    content: "";
    max-width: 1000px;
    position: absolute;
    height: 100%;
    border-radius: 50%;
    width: 100%;
    padding-bottom: calc(.61*100%);
    left: 0;
    right: 0;
    margin: auto;
}

.round_sec::after {
    background: #86daa8;
    content: "";
    max-width: 900px;
    position: absolute;
    height: 100%;
    border-radius: 50%;
    width: 100%;
    padding-bottom: calc(.61*100%);
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
}

.round_sec img {
    display: none;
}

.sec_type1_img {
    position: relative;
}

.sec_type1_gif {
    position: absolute;
    left: 14.555%;
    width: 72%;
    top: 17%;
}

.card_type_itms .key_sec_ic {
    margin-bottom: 10px;
}

.card_type_itms .key_sec_con h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.card_type_itms .key_sec_item {
    padding: 10px;
    margin: 5px 0;
}

.diagnostic_sec .btn {
    margin-top: 20px;
}

.key_sec_con a.btn_hf {
    color: #FF781F;
    border-bottom: 1px solid #FF781F;
    margin-top: 10px;
    transition: all .5s;
    font-size: 15px;
    padding-bottom: 0px;
    display: inline-block;
}

.key_sec_con a.btn_hf:hover {
    border-bottom: 1px solid #027FBD;
    transition: all .5s;
}

.card_type_itms .sec_type2_ic {
    margin-bottom: 0;
}

.card_type_itms .sec_type2_con h4 {
    font-size: 18px;
}

.card_type_itms .sec_type2_item {
    min-height: 180px;
    padding: 0px;
    margin: 15px 0 0;
}

.card_type_itms .sec_type2_item .sec_type2_con p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
}

.card_type_itms img {
    height: 40px;
}

header.header_sec {
    position: fixed;
    width: 100%;
    box-shadow: unset;
    z-index: 3;
}

header.header_sec .navbar .nav-link {
    color: #fff;
}

header.header_sec .navbar .nav-link:hover {
    color: #027FBD;
}

header a.btn.btn-success.btn-gradient {
    background: linear-gradient(to right, #027FBD 1%, #27797b 100%);
    border: 0;
    transition: all 1s;
}

header.header_sec a.btn.btn-success.btn-gradient:hover {
    background: linear-gradient(to right, #27797b 1%, #027FBD 100%);
    transition: all 1s;
}

header.header_sec.active {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    z-index: 111;
    top: 0;
}

.logo_scroll {
    display: none;
}

header.header_sec.active .logo_scroll {
    display: block;
}

header.header_sec.active .logo_desk {
    display: none;
}

header.header_sec.active .navbar .nav-link {
    color: #023436;
}

header.header_sec.active .navbar .nav-link:hover {
    color: #027FBD;
}

.key_sec_con .heading_type1 h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.key_sec_con .heading_type1 h3 span {
    font-size: 21px;
}

.key_sec_itm {
    margin: 50px auto;
}

.key_sec.sec_type2 .key_sec_itm {
    margin: 50px auto;
    max-width: 950px;
    text-align: center;
}

.heading_type1 p,
.heading_type2 p {
    font-size: 22px;
    color: #FF781F;
    font-weight: 500;
    max-width: 85%;
    margin: 0 auto 1rem;
}

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

.key_sec_itm:nth-child(2n+2) .row {
    flex-direction: row-reverse;
}

.testi_sec_itm:after {
    content: '';
    width: 57px;
    height: 42px;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 41px;
    top: 25px;
}

.testi_sec_itm:hover:after {
    background-image: url(../img/quote_1.svg);
}

.testi_sec {
    clear: both;
    padding: 60px 0;
}

.testi_sec_itm {
    text-align: left;
    border-radius: 20px;
    padding: 50px 30px 30px;
    background-color: #EBF8FF;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, .09);
    transition: all .5s;
    margin: 15px 0;
}

.testi_sec_img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.testi_sec_itm_head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.col-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.col-subtitle {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.aux-testimonial-info {
    margin-left: 15px;
}

.testi_con p {
    font-size: 18px;
    margin-bottom: 0;
}

.testi_sec_itm:hover {
    box-shadow: 0px 10px 40px 0px rgba(160, 171, 201, .3);
    transition: all .5s;
}

.get_start {
    padding: 20px 0 60px;
}

a.wtp_sec {
    position: fixed;
    bottom: 15px;
    z-index: 11;
    right: 15px;
    border: 0;
}

a.wtp_sec i {
    display: flex;
    background: #4dc246;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px #bbb;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: auto;
}

a.wtp_sec span {
    display: block;
    font-size: 11px;
    line-height: 1.8;
}

.get_start_in {
    padding: 50px;
    background: #027FBD;
    background: -moz-linear-gradient(left, #027FBD 1%, #27797b 100%);
    background: -webkit-linear-gradient(left, #027FBD 1%, #27797b 100%);
    background: linear-gradient(to right, #027FBD 1%, #27797b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027FBD', endColorstr='#27797b', GradientType=1);
    color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.get_start_con h3 {
    font-size: 36px;
    font-weight: bold;
}

.get_start_con p {
    margin: 0;
    font-size: 24px;
}

.get_start_btn {
    margin-left: auto;
    padding-left: 20px;
}

.banner_con {
    padding-top: 15px;
}

.bg_gradient {
    background: #027fbd;
    background-image: -moz-linear-gradient(-157deg, rgb(0, 127, 255) 47%, rgb(0, 191, 191) 66%, rgb(0, 255, 127) 100%);
    background-image: -webkit-linear-gradient(-157deg, rgb(2, 127, 189) 47%, rgb(32 161 226) 66%, rgb(53, 186, 253) 100%);
    background-image: -ms-linear-gradient(-157deg, rgb(0, 127, 255) 47%, rgb(0, 191, 191) 66%, rgb(0, 255, 127) 100%);
    position: relative;
}

.bg_gradient {
    color: #EBF8FF;
    padding-bottom: 130px;
}

/*.bg_light{position: relative;padding-bottom: 130px;}*/
.bg_light::after {
    /* content: ""; */
    position: absolute;
    background-image: url(../img/canvas_2.png);
    top: -98px;
    left: 0;
    width: 100%;
    height: 100px;
}

.bg_gradient::after {
    content: "";
    position: absolute;
    background-image: url(../img/canvas_1.png);
    top: -98px;
    left: 0;
    width: 100%;
    height: 100px;
    display: none;
}

.bg_not.bg_light::after {
    display: none;
}

.testi_sec.bg_gradient {
    padding-bottom: 70px;
}

.testi_sec_itms {
    color: #023436;
}

.sectype_3 {
    background: #EBF8FF;
}

header.header_sec.in_header_sec {
    position: inherit;
}

header.header_sec.in_header_sec.active {
    position: fixed;
    top: 0;
}

.landing_sld_vid {
    position: absolute;
    z-index: 11111;
    top: 9%;
    width: 78%;
    left: 11%;
}

header.header_sec.in_header_sec .logo_desk {
    display: none;
}

header.header_sec.in_header_sec .logo_scroll {
    display: block;
}

header.header_sec.in_header_sec .navbar .nav-link {
    color: #023436;
}

header.header_sec.in_header_sec .navbar .nav-link:hover {
    color: #027FBD;
}

.heading_type2 h4 {
    font-size: 30px;
}

.tests_itm {
    text-align: left;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, .09);
    transition: all .5s;
    margin: 15px 0;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.test_intro_con.test_intro_con_in {
    text-align: center;
}

.tests_itm_ic {
    margin-right: 15px;
    flex: 0 0 50px;
}

.tests_itm:hover {
    transition: all .5s;
    background: #027FBD;
    background: -moz-linear-gradient(left, #027FBD 1%, #27797b 100%);
    background: -webkit-linear-gradient(left, #027FBD 1%, #27797b 100%);
    background: linear-gradient(to right, #027FBD 1%, #27797b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027FBD', endColorstr='#27797b', GradientType=1);
    color: #00ff7f;
}

.tests_itm:hover .with_hover {
    display: block;
    transition: all .5s;
}

.tests_itm:hover .without_hover {
    display: none;
    transition: all .5s;
}

.values_item {
    transition: all .5s;
    overflow: hidden;
    position: relative;
    min-height: 290px;
}

.values_item_overlay {
    transition: all .5s;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #27797b;
    color: #00ff7f;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
}

.sec_type_111 {
    padding: 50px 0;
}

.values_item:hover .values_item_in {
    display: none;
    transition: all .5s;
}

.values_item:hover .values_item_overlay {
    transition: all .5s;
    height: 100%;
    bottom: 0;
}

.values_item_overlay h4 {
    font-size: 28px;
}

.values_item_overlay ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
}

.values_item .list_items li::before {
    position: absolute;
    content: "";
    border: 2px solid #00ff7f;
    height: 8px;
    width: 8px;
    left: 0;
    border-radius: 50%;
    top: 10px;
}

.prcs_sec {
    padding: 60px 0;
}

.prcs_sec_itm {
    text-align: left;
    border-radius: 20px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, .09);
    transition: all .5s;
    margin: 15px 0;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.prcs_sec_itm .razorpay-payment-button {
    margin-top: 0;
}

.prcs_sec_itm_con h3 {
    font-size: 30px;
    font-weight: 700;
}

.prcs_sec_itm_con p {
    font-size: 20px;
}

.prcs_sec_itm_con {
    border-right: 1px solid #FF7518;
    padding-right: 50px;
    margin-right: 50px;
    flex: 0 0 60%;
    text-align: center;
}

.prcs_sec_icn_items {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prcs_sec_itm_prc {
    margin: auto;
    color: #FF781F;
}

.prcs_sec_itm_prc h3 {
    font-weight: bold;
    font-size: 55px;
}

.prcs_sec_icn_item {
    margin: 0 15px;
}

span.line_th {
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 24px;
}

.prc_item_name h3 {
    margin-bottom: 0;
    font-size: 36px;
}

.prc_item .list_items li::before {
    top: 17px;
    height: 10px;
    width: 10px;
}

.prc_item .prc_con .list_items li::before {
    display: none;
}

.prc_item .list_items li {
    padding-left: 0;
}

.list_items li img {
    margin-right: 10px;
    max-width: 24px;
    max-height: 24px;
}

.screen_con {
    margin-top: 30px;
}

.screen_con .btn_sec {
    margin-top: 25px;
}

section,
footer {
    overflow: hidden;
}

section.how_work_sss {
    overflow: unset;
}

.banner_con_img .sec_type1_gif {
    top: 17.1%;
    left: 14.5%;
    width: 72%;
}

.sec_work_img img {
    border-radius: 20px;
    box-shadow: 0 0 15px #c5c5c5;
}

.home_work {
    padding-left: 30px;
    overflow: hidden;
}

.how_work_info.home_work .btn_sec {
    margin-bottom: 15px;
}

.diagnostic_sec {
    text-align: center;
}

.diag_itm {
    margin-top: 30px;
    margin-bottom: 30px;
}

.diag_itm_ic img {
    max-width: 160px;
}

.diag_itm_ic {
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 15px;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

.diag_itm_ic img {
    max-width: 100%;
}

.diag_itm_con {
    padding: 0;
    border-radius: 20px;
}

.product_sec_home {
    text-align: center;
    background: #EBF8FF;
}

.product_sec_home .heading_type2 {
    margin-bottom: 50px;
}

.sec_type2.bg_light {
    padding-bottom: 10px;
}

.sec_type2.sec_test_feature {
    padding-bottom: 70px;
}

.h_w_sss.bg_gradient {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.how_work_sss_itm {
    margin: 30px 0;
}

.values_img img {
    max-width: 280px;
    width: 100%;
}

.values_con p {
    font-size: 24px;
}

.prc_hd h3 {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: -1px;
}

.list_items_main {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-bottom: 25px;
}

.list_items_main h3,
.list_items_main h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.sld_sec::before {
    content: "";
    background: #027fbd;
    background-image: -moz-linear-gradient(-157deg, rgb(0, 127, 255) 47%, rgb(0, 191, 191) 66%, rgb(0, 255, 127) 100%);
    background-image: -webkit-linear-gradient(-157deg, rgb(2, 127, 189) 47%, rgb(32 161 226) 66%, rgb(53, 186, 253) 100%);
    background-image: -ms-linear-gradient(-157deg, rgb(0, 127, 255) 47%, rgb(0, 191, 191) 66%, rgb(0, 255, 127) 100%);
    height: 40%;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.sld_sec {
    padding: 0 50px;
    position: relative;
}

.sld_sec .item {
    padding: 50px;
}

.owl-carousel .owl-item .sld_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    flex: 0 0 120px;
    overflow: hidden;
    margin-right: 50px;
}

.sld_sec .owl-carousel {
    box-shadow: 0 0 20px #c3eaff;
    background: #fff;
    padding: 50px;
}

.tabsec_sld_con {
    display: flex;
}

.sld_con::before {
    content: '';
    width: 57px;
    height: 42px;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: initial;
    right: auto;
    top: 25px;
    left: 0;
}

.sld_con {
    position: relative;
}

.sld_con p {
    font-size: 24px;
    margin-top: 20px;
    font-style: italic;
}

.sld_con h4 {
    color: #FF781F;
    margin-top: 70px;
    font-weight: bold;
}

.navbar-brand {
    margin-right: 2.5rem;
}

.values_items .faq_item {
    background: #fff;
    text-align: center;
    border: 1px solid #023436;
}

.values_items .faq_item_head a {
    background: #fff;
    color: #023436;
}

.values_items .faq_item_head a::after,
.values_items .faq_item_head a::before {
    background: #00ff7f;
}

.values_items ul {
    padding: 0;
    list-style-position: inside;
}

.values_items .faq_item_body {
    font-size: 20px;
}

.values_items .faq_item_head a {
    padding: 20px 60px;
}

.values_items span.qs_head {
    display: block;
    font-size: 1.5rem;
}

.values_items span {
    font-size: 20px;
}

.inner_sld_head p {
    font-size: 30px;
}

.sld_sec .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 !important;
}

.sld_sec .owl-dots button:focus {
    outline: 0;
}

.sld_sec .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 3px solid #27797b;
}

.sld_sec .owl-theme .owl-dots .owl-dot.active span,
.sld_sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #8de4af;
    border: 3px solid #8de4af;
}

.key_sec_img {
    position: relative;
}

.gif_sss {
    position: absolute;
    left: 28.3%;
    width: 26%;
    border-radius: 8px;
    top: 21%;
}

.key_sec_con a {
    color: #027FBD;
}

.key_sec_con a:hover {
    color: #023436;
}

.md_img button.close {
    position: absolute;
    right: 10px;
    color: #e74976;
    font-size: 50px;
    z-index: 1;
    font-weight: lighter;
    top: -3px;
}

.md_img button.close:focus {
    outline: 0;
}

.inner_sld_head p {
    font-size: 24px;
    color: #FF781F;
}

.sld_sec button.owl-prev {
    position: absolute;
    left: -48px;
    top: calc(50% - 30px);
}

.sld_sec button.owl-next {
    position: absolute;
    right: -48px;
    top: calc(50% - 30px);
}

.sld_sec .owl-theme .owl-nav [class*=owl-] span {
    background: #EBF8FF;
    border: 0;
    width: 36px;
    height: 36px;
    display: flex;
    border-radius: 50%;
    color: #027FBD;
    font-size: 33px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    font-family: 'Raleway';
}

.sld_sec .owl-theme .owl-nav [class*=owl-]:hover,
.sld_sec .owl-theme .owl-nav [class*=owl-]:focus {
    background: none;
    outline: 0;
}

.tests_itm_con h4 {
    font-size: 22px;
}

.content_sec_in h5 {
    font-weight: 600;
}

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

.content_sec_in ol {
    margin-bottom: 30px;
    padding-left: 17px;
}

.content_sec_in ol ol {
    list-style: none;
    padding-left: 0;
}

.content_sec_in ol li,
.content_sec_in ul li {
    margin-bottom: 10px;
}

.key_desktop_hide {
    display: none;
}

/*.content_sec_in ol>li {counter-increment: lst-ctn-kix_list_159-0;}
.content_sec_in ol ol>li {counter-increment: lst-ctn-kix_list_159-0;}
.content_sec_in ol li:first-child ol>li:before {content: "1." counter(lst-ctn-kix_list_159-0,decimal) " ";}
.content_sec_in ol li:nth-child(2) ol>li:before {content: "2." counter(lst-ctn-kix_list_159-0,decimal) " ";}
.content_sec_in ol li:nth-child(3) ol>li:before {content: "3." counter(lst-ctn-kix_list_159-0,decimal) " ";}
.content_sec_in ol ol {list-style: none;padding-left: 0;}*/

.test_intro_con.test_intro_con_in>p a {
    color: #f64b77;
    text-decoration: underline;
}

.test_intro_con.test_intro_con_in>p a:hover {
    text-decoration: underline !important;
}

.cont-sos a {
    color: #fff;
    margin: 0 3px 7px;
}

.cont-sos {
    text-align: center;
}

.cont-sos ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.cont-sos li {
    list-style: none;
    display: inline-block;
}

.cont-sos li:last-child a {
    margin-right: 0;
}

.razorpay-payment-button {
    background-color: #FF781F;
    border: 1px solid #FF781F;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0;
    transition: all 0.4s;
    padding: 10px 40px;
    color: #EBF8FF !important;
    border-radius: 40px;
}

.razorpay-payment-button:hover {
    background-color: #00ff7f;
    border-color: #00ff7f;
    color: #FF781F !important;
}

.tabsec_item.team_sec .row {
    margin: 0 -15px;
}

.tabsec_item.team_sec .row [class*="col-"] {
    padding: 0 15px;
}

section.apply-coupon-wrap {
    padding: 60px 0;
}

.apply-coupon {
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, .09);
    padding: 30px;
    border-radius: 30px;
    max-width: 600px;
    margin: 0 auto 0px;
}

.apply-coupon h3 {
    font-weight: bold;
    font-size: 34px;
}

.ui-timepicker-container {
    z-index: 99999 !important;
}

.tst-rmdr {
    background: #35bafd;
    background: -moz-linear-gradient(top, #35bafd 0%, #027fbd 100%);
    background: -webkit-linear-gradient(top, #35bafd 0%, #027fbd 100%);
    background: linear-gradient(to bottom, #35bafd 0%, #027fbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35bafd', endColorstr='#027fbd', GradientType=0);
}

.tst-rmdr .modal-content {
    background: none;
    border: none;
}

.tst-rmdr .modal-content .modal-body {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 4px 10px 0 rgb(0 0 0 / 0.5);
    padding: 30px 20px;
}

.tst-rmdr .modal-content .modal-header {
    border: none;
    padding-top: 0;
}

.tst-rmdr .modal-hdng {
    margin: auto;
    text-align: center;
    position: relative;
}

.tst-rmdr .modal-hdng h2 {
    font-weight: 700;
    font-size: 36px;
}

.tst-rmdr .modal-hdng p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.frm-t1 .form-group {
    position: relative;
}

.frm-t1 .form-group label {
    position: absolute;
    top: -7px;
    left: 9px;
    background: #fff;
    line-height: 1;
    font-size: 14px;
    padding: 0 5px;
    z-index: 9;
    font-weight: bold;
}

.frm-t1 .form-control {
    background: #fff;
}

.apply-coupon-cd {
    margin-bottom: 8px;
}

.payment-tbl table.table {
    margin: 0;
}

.apply-coupon-got .remove_coupon {
    font-size: 13px;
    color: #f64b77;
}

.tst-rmdr .close {
    font-weight: 300;
    opacity: 1;
    color: #083969;
    text-shadow: none;
    font-size: 60px;
    padding: 0;
    line-height: 1px;
    margin: 0 0 10px;
}


.pg-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ebf3de;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.loader {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.loader .image {
    width: 100px;
    height: 160px;
    font-size: 40px;
    text-align: center;
    transform-origin: bottom center;
    animation: 3s rotate infinite;
    opacity: 0;
}

.loader span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(90deg);
    }

    10% {
        opacity: 0;
    }

    35% {
        transform: rotate(0deg);
        opacity: 1;
    }

    65% {
        transform: rotate(0deg);
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        transform: rotate(-90deg);
    }
}

.header-bar {
    background: #027FBD;
    text-align: center;
    color: #fff;
}


section.fs-t7.section {
    margin: 10px 0 70px;
}

.fs-t7-items {
    position: relative;
}

.fs-t7-items:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/pls-n.jpg);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: 40px;
}

.fs-t7-items [class*="col"] {
    margin: 22px 0;
}

.fs-t7-head {
    background: #27797b;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
}

.fs-t7-head h3 {
    margin: 0;
}

.fs-t7-item {
    border: 1px solid #ddd;
    margin: 0 auto 15px;
    max-width: 500px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
    padding: 0 0 15px;
}

.fs-t7-item:hover {
    box-shadow: 0px 7px 25px 0px rgb(0 0 0 / 9%);
}

.fs-t7-body {
    padding: 25px;
}

.fs-t7-body .media {
    margin: 0 0 15px;
}

.fs-t7-body .media h4 {
    font-weight: bold;
}

.fs-t7-body .media:last-child {
    margin: 0;
}

.fs-t7-body .media img {
    transition: all 0.5s;
    width: 80px;
}

.fs-t7-body .media:hover img {
    transform: rotate(360deg);
}

.fs-t7-body .media:hover h4 {
    color: #FF781F;
}

.fs-t7 .heading_type1 {
    text-align: center;
    margin: 0 0 50px;
}


.fs-t7-sm .fs-t7-body .media img {
    width: 40px;
    margin-right: 7px !important;
}

.fs-t7-sm .fs-t7-body .media h4 {
    font-size: 16px;
}

.fs-t7-sm .fs-t7-body .media {
    font-size: 13px;
}

.fs-t7-sm .fs-t7-head {
    text-align: center;
    padding: 10px 20px;
}

.fs-t7-sm .fs-t7-head h3 {
    font-size: 20px;
}

.fs-t7-sm .fs-t7-items [class*="col"] {
    margin: 10px 0;
}

.fs-t7-sm .fs-t7-items:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.fs-t7-sm .fs-t7-body {
    padding: 10px;
}


.prcs_sec_icn_item p {
    max-width: 90px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0 0;
}

.q_a_sec a.accordion-toggle {
    color: #f64b78;
    text-decoration: underline;
    font-size: 15px;
}

.q_a_sec .pabel-collapse {
    background: #EBF8FF;
    padding: 20px;
}

.fs-screenshots .owl-item:not(.active) {
    transform: scale(0.9);
}

.fs-screenshots .owl-item.active {
    opacity: 1;
}


.sectype_1 {
    background: #ffff;
    padding: 50px 0;
}

.sectype_1_con {
    overflow: auto;
    height: 500px;
}

.diag_itm_con h4 {
    color: #024769;
}

.diag_itm_con_in p {
    color: #027fbd;
}

.tab_prd_con h4 {
    color: #024769;
}

.h_w_sss .heading_type2 h3 {
    color: #fff;
}

.how_work_sss_con h4 {
    font-size: 22px;
    font-weight: bold;
}

.sectype_2 {
    padding: 50px 0;
}

.sectype_2_info {
    display: flex;
    align-items: center;
}

.sectype_2_itm_l {
    margin-right: 25px;
}

.sectype_2_itm_r {
    max-width: 60%;
}

.sectype_2_itm_r h4 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}

.sectype_2_wl {
    border-left: 2px solid #024769;
}

.values_items .faq_item_head a {
    padding: 10px 50px 10px 20px;
    background: #023436;
    color: #00ff7f;
    font-size: 19px;
    text-align: left;
    font-weight: 600;
}

.faq_item_body p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}

.value_sec.sec_type_111 .heading_type2 h3 {
    margin-bottom: 10px;
}

.sectype_2_wl .sectype_2_info {
    flex-direction: column;
}

.sectype_2_wl .sectype_2_itm_l {
    margin-right: 0;
    position: relative;
}

.pulse_price {
    position: absolute;
    right: 0;
    top: 0;
}

.sectype_2_wl .sectype_2_itm_r {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sectype_2_wl .sectype_2_itm_r h4 {
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    flex: 0 0 100px;
    margin-top: -10px;
}

.sectype_2_wl_prc h3 {
    margin-bottom: 0;
    color: #FF781F;
    font-size: 34px;
    font-weight: bold;
    margin-top: 10px;
}

.sectype_2_wl .btn {
    text-transform: uppercase;
    padding: 6px 30px;
    min-width: 180px;
}

.sectype_2_wl .btn_sec {
    margin-top: 20px;
}

.heading_type2 h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

img.logo_scroll {
    width: 70px;
}

.sec_type_112 {
    background: #EBF8FF;
}

.footer_item_links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
}

.footer_item_links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer_item_links ul li {
    margin: 0 10px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    /* display: block; */
}

.blob {
    background: #ff7518;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 20px;
    width: 20px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    border: 5px solid #023436;
}

.blob.orange {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 52, 54, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(2, 52, 54, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 52, 54, 0);
    }
}

.price_planet_itms {
    position: absolute;
    width: 150px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    right: -140px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    top: 0;
}

.pulse_price:hover+.price_planet_itms {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.price_planet_itms li {
    margin: 5px 0;
}

.apply-coupon-wrap+.sectype_2 {
    padding-top: 0;
    padding-bottom: 60px;
}

.apply-coupon-got .form-control {
    border-radius: 30px 0 0 30px;
}

.tab_prd_con {
    max-width: 290px;
    margin: auto;
}

header.header_sec .navbar .nav-link:hover {
    color: #f7751a;
}

section#testimonials .sld_sec .item {
    padding: 0;
}

section#testimonials .sld_con h4 {
    margin-top: 20px;
}

/* Home page update Start*/
.uppercase {
    text-transform: uppercase;
}

.card-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -25px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

.pt-190 {
    padding-top: 190px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-160 {
    padding-bottom: 160px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.pb-180 {
    padding-bottom: 180px !important;
}

.pb-190 {
    padding-bottom: 190px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

@media only screen and (max-width: 1519px) {
    .height-custum {
        height: 294px !important;
    }
}

@media only screen and (max-width: 1399px) {
    .height-custum {
        height: 248px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .height-custum {
        height: 213px !important;
    }

    .height-custum li,
    .height-custum ul,
    .height-custum .rev_slider_wrapper,
    .height-custum .rev_slider {
        height: 215px !important;
        width: 100% !important;
    }

    .mt-lrg-0 {
        margin-top: 0 !important;
    }

    .mt-lrg-10 {
        margin-top: 10px !important;
    }

    .mt-lrg-20 {
        margin-top: 20px !important;
    }

    .mt-lrg-30 {
        margin-top: 30px !important;
    }

    .mt-lrg-40 {
        margin-top: 40px !important;
    }

    .mt-lrg-50 {
        margin-top: 50px !important;
    }

    .mt-lrg-60 {
        margin-top: 60px !important;
    }

    .mt-lrg-70 {
        margin-top: 70px !important;
    }

    .mt-lrg-80 {
        margin-top: 80px !important;
    }

    .mt-lrg-90 {
        margin-top: 90px !important;
    }

    .mt-lrg-100 {
        margin-top: 100px !important;
    }

    .mt-lrg-110 {
        margin-top: 110px !important;
    }

    .mt-lrg-120 {
        margin-top: 120px !important;
    }

    .mt-lrg-130 {
        margin-top: 130px !important;
    }

    .mt-lrg-140 {
        margin-top: 140px !important;
    }

    .mb-lrg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lrg-10 {
        margin-bottom: 10px !important;
    }

    .mb-lrg-20 {
        margin-bottom: 20px !important;
    }

    .mb-lrg-30 {
        margin-bottom: 30px !important;
    }

    .mb-lrg-40 {
        margin-bottom: 40px !important;
    }

    .mb-lrg-50 {
        margin-bottom: 50px !important;
    }

    .mb-lrg-60 {
        margin-bottom: 60px !important;
    }

    .mb-lrg-70 {
        margin-bottom: 70px !important;
    }

    .mb-lrg-80 {
        margin-bottom: 80px !important;
    }

    .mb-lrg-90 {
        margin-bottom: 90px !important;
    }

    .mb-lrg-100 {
        margin-bottom: 100px !important;
    }

    .mb-lrg-110 {
        margin-bottom: 110px !important;
    }

    .mb-lrg-120 {
        margin-bottom: 120px !important;
    }

    .mb-lrg-130 {
        margin-bottom: 130px !important;
    }

    .mb-lrg-140 {
        margin-bottom: 140px !important;
    }

    .pt-lrg-0 {
        padding-top: 0 !important;
    }

    .pt-lrg-10 {
        padding-top: 10px !important;
    }

    .pt-lrg-20 {
        padding-top: 20px !important;
    }

    .pt-lrg-30 {
        padding-top: 30px !important;
    }

    .pt-lrg-40 {
        padding-top: 40px !important;
    }

    .pt-lrg-50 {
        padding-top: 50px !important;
    }

    .pt-lrg-60 {
        padding-top: 60px !important;
    }

    .pt-lrg-70 {
        padding-top: 70px !important;
    }

    .pt-lrg-80 {
        padding-top: 80px !important;
    }

    .pt-lrg-90 {
        padding-top: 90px !important;
    }

    .pt-lrg-100 {
        padding-top: 100px !important;
    }

    .pt-lrg-110 {
        padding-top: 110px !important;
    }

    .pt-lrg-120 {
        padding-top: 120px !important;
    }

    .pt-lrg-130 {
        padding-top: 130px !important;
    }

    .pt-lrg-140 {
        padding-top: 140px !important;
    }

    .pb-lrg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lrg-10 {
        padding-bottom: 10px !important;
    }

    .pb-lrg-20 {
        padding-bottom: 20px !important;
    }

    .pb-lrg-30 {
        padding-bottom: 30px !important;
    }

    .pb-lrg-40 {
        padding-bottom: 40px !important;
    }

    .pb-lrg-50 {
        padding-bottom: 50px !important;
    }

    .pb-lrg-60 {
        padding-bottom: 60px !important;
    }

    .pb-lrg-70 {
        padding-bottom: 70px !important;
    }

    .pb-lrg-80 {
        padding-bottom: 80px !important;
    }

    .pb-lrg-90 {
        padding-bottom: 90px !important;
    }

    .pb-lrg-100 {
        padding-bottom: 100px !important;
    }

    .pb-lrg-110 {
        padding-bottom: 110px !important;
    }

    .pb-lrg-120 {
        padding-bottom: 120px !important;
    }

    .pb-lrg-130 {
        padding-bottom: 130px !important;
    }

    .pb-lrg-140 {
        padding-bottom: 140px !important;
    }
}

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

    .height-custum li,
    .height-custum ul,
    .height-custum .rev_slider_wrapper,
    .height-custum .rev_slider {
        height: 159px !important;
    }

    .height-custum {
        height: 159px !important;
    }

    .mt-mdm-0 {
        margin-top: 0 !important;
    }

    .mt-mdm-10 {
        margin-top: 10px !important;
    }

    .mt-mdm-20 {
        margin-top: 20px !important;
    }

    .mt-mdm-30 {
        margin-top: 30px !important;
    }

    .mt-mdm-40 {
        margin-top: 40px !important;
    }

    .mt-mdm-50 {
        margin-top: 50px !important;
    }

    .mt-mdm-60 {
        margin-top: 60px !important;
    }

    .mt-mdm-70 {
        margin-top: 70px !important;
    }

    .mt-mdm-80 {
        margin-top: 80px !important;
    }

    .mt-mdm-90 {
        margin-top: 90px !important;
    }

    .mt-mdm-100 {
        margin-top: 100px !important;
    }

    .mt-mdm-110 {
        margin-top: 110px !important;
    }

    .mt-mdm-120 {
        margin-top: 120px !important;
    }

    .mt-mdm-130 {
        margin-top: 130px !important;
    }

    .mt-mdm-140 {
        margin-top: 140px !important;
    }

    .mb-mdm-0 {
        margin-bottom: 0 !important;
    }

    .mb-mdm-10 {
        margin-bottom: 10px !important;
    }

    .mb-mdm-20 {
        margin-bottom: 20px !important;
    }

    .mb-mdm-30 {
        margin-bottom: 30px !important;
    }

    .mb-mdm-40 {
        margin-bottom: 40px !important;
    }

    .mb-mdm-50 {
        margin-bottom: 50px !important;
    }

    .mb-mdm-60 {
        margin-bottom: 60px !important;
    }

    .mb-mdm-70 {
        margin-bottom: 70px !important;
    }

    .mb-mdm-80 {
        margin-bottom: 80px !important;
    }

    .mb-mdm-90 {
        margin-bottom: 90px !important;
    }

    .mb-mdm-100 {
        margin-bottom: 100px !important;
    }

    .mb-mdm-110 {
        margin-bottom: 110px !important;
    }

    .mb-mdm-120 {
        margin-bottom: 120px !important;
    }

    .mb-mdm-130 {
        margin-bottom: 130px !important;
    }

    .mb-mdm-140 {
        margin-bottom: 140px !important;
    }

    .pt-mdm-0 {
        padding-top: 0 !important;
    }

    .pt-mdm-10 {
        padding-top: 10px !important;
    }

    .pt-mdm-20 {
        padding-top: 20px !important;
    }

    .pt-mdm-30 {
        padding-top: 30px !important;
    }

    .pt-mdm-40 {
        padding-top: 40px !important;
    }

    .pt-mdm-50 {
        padding-top: 50px !important;
    }

    .pt-mdm-60 {
        padding-top: 60px !important;
    }

    .pt-mdm-70 {
        padding-top: 70px !important;
    }

    .pt-mdm-80 {
        padding-top: 80px !important;
    }

    .pt-mdm-90 {
        padding-top: 90px !important;
    }

    .pt-mdm-100 {
        padding-top: 100px !important;
    }

    .pt-mdm-110 {
        padding-top: 110px !important;
    }

    .pt-mdm-120 {
        padding-top: 120px !important;
    }

    .pt-mdm-130 {
        padding-top: 130px !important;
    }

    .pt-mdm-140 {
        padding-top: 140px !important;
    }

    .pt-mdm-150 {
        padding-top: 150px !important;
    }

    .pb-mdm-0 {
        padding-bottom: 0 !important;
    }

    .pb-mdm-10 {
        padding-bottom: 10px !important;
    }

    .pb-mdm-20 {
        padding-bottom: 20px !important;
    }

    .pb-mdm-30 {
        padding-bottom: 30px !important;
    }

    .pb-mdm-40 {
        padding-bottom: 40px !important;
    }

    .pb-mdm-50 {
        padding-bottom: 50px !important;
    }

    .pb-mdm-60 {
        padding-bottom: 60px !important;
    }

    .pb-mdm-70 {
        padding-bottom: 70px !important;
    }

    .pb-mdm-80 {
        padding-bottom: 80px !important;
    }

    .pb-mdm-90 {
        padding-bottom: 90px !important;
    }

    .pb-mdm-100 {
        padding-bottom: 100px !important;
    }

    .pb-mdm-110 {
        padding-bottom: 110px !important;
    }

    .pb-mdm-120 {
        padding-bottom: 120px !important;
    }

    .pb-mdm-130 {
        padding-bottom: 130px !important;
    }

    .pb-mdm-140 {
        padding-bottom: 140px !important;
    }

    .pb-mdm-150 {
        padding-bottom: 150px !important;
    }
}

@media only screen and (max-width: 767px) {
    .height-custum {
        height: 205px !important;
    }

    .third-slider-content {
        position: relative;
        top: -30px;
    }

    .height-custum li,
    .height-custum ul,
    .height-custum .rev_slider_wrapper,
    .height-custum .rev_slider {
        height: 205px !important;
    }

    .mt-sml-0 {
        margin-top: 0 !important;
    }

    .mt-sml-10 {
        margin-top: 10px !important;
    }

    .mt-sml-20 {
        margin-top: 20px !important;
    }

    .mt-sml-30 {
        margin-top: 30px !important;
    }

    .mt-sml-40 {
        margin-top: 40px !important;
    }

    .mt-sml-50 {
        margin-top: 50px !important;
    }

    .mt-sml-60 {
        margin-top: 60px !important;
    }

    .mt-sml-70 {
        margin-top: 70px !important;
    }

    .mt-sml-80 {
        margin-top: 80px !important;
    }

    .mt-sml-90 {
        margin-top: 90px !important;
    }

    .mt-sml-100 {
        margin-top: 100px !important;
    }

    .mt-sml-110 {
        margin-top: 110px !important;
    }

    .mt-sml-120 {
        margin-top: 120px !important;
    }

    .mt-sml-130 {
        margin-top: 130px !important;
    }

    .mt-sml-140 {
        margin-top: 140px !important;
    }

    .mb-sml-0 {
        margin-bottom: 0 !important;
    }

    .mb-sml-10 {
        margin-bottom: 10px !important;
    }

    .mb-sml-20 {
        margin-bottom: 20px !important;
    }

    .mb-sml-30 {
        margin-bottom: 30px !important;
    }

    .mb-sml-40 {
        margin-bottom: 40px !important;
    }

    .mb-sml-50 {
        margin-bottom: 50px !important;
    }

    .mb-sml-60 {
        margin-bottom: 60px !important;
    }

    .mb-sml-70 {
        margin-bottom: 70px !important;
    }

    .mb-sml-80 {
        margin-bottom: 80px !important;
    }

    .mb-sml-90 {
        margin-bottom: 90px !important;
    }

    .mb-sml-100 {
        margin-bottom: 100px !important;
    }

    .mb-sml-110 {
        margin-bottom: 110px !important;
    }

    .mb-sml-120 {
        margin-bottom: 120px !important;
    }

    .mb-sml-130 {
        margin-bottom: 130px !important;
    }

    .mb-sml-140 {
        margin-bottom: 140px !important;
    }

    .pt-sml-0 {
        padding-top: 0 !important;
    }

    .pt-sml-10 {
        padding-top: 10px !important;
    }

    .pt-sml-20 {
        padding-top: 20px !important;
    }

    .pt-sml-30 {
        padding-top: 30px !important;
    }

    .pt-sml-40 {
        padding-top: 40px !important;
    }

    .pt-sml-50 {
        padding-top: 50px !important;
    }

    .pt-sml-60 {
        padding-top: 60px !important;
    }

    .pt-sml-70 {
        padding-top: 70px !important;
    }

    .pt-sml-80 {
        padding-top: 80px !important;
    }

    .pt-sml-90 {
        padding-top: 90px !important;
    }

    .pt-sml-100 {
        padding-top: 100px !important;
    }

    .pt-sml-110 {
        padding-top: 110px !important;
    }

    .pt-sml-120 {
        padding-top: 120px !important;
    }

    .pt-sml-130 {
        padding-top: 130px !important;
    }

    .pt-sml-140 {
        padding-top: 140px !important;
    }

    .pb-sml-0 {
        padding-bottom: 0 !important;
    }

    .pb-sml-10 {
        padding-bottom: 10px !important;
    }

    .pb-sml-20 {
        padding-bottom: 20px !important;
    }

    .pb-sml-30 {
        padding-bottom: 30px !important;
    }

    .pb-sml-40 {
        padding-bottom: 40px !important;
    }

    .pb-sml-50 {
        padding-bottom: 50px !important;
    }

    .pb-sml-60 {
        padding-bottom: 60px !important;
    }

    .pb-sml-70 {
        padding-bottom: 70px !important;
    }

    .pb-sml-80 {
        padding-bottom: 80px !important;
    }

    .pb-sml-90 {
        padding-bottom: 90px !important;
    }

    .pb-sml-100 {
        padding-bottom: 100px !important;
    }

    .pb-sml-110 {
        padding-bottom: 110px !important;
    }

    .pb-sml-120 {
        padding-bottom: 120px !important;
    }

    .pb-sml-130 {
        padding-bottom: 130px !important;
    }

    .pb-sml-140 {
        padding-bottom: 140px !important;
    }
}

@media only screen and (max-width: 575px) {
    .height-custum {
        height: 38vw !important;
    }

    .height-custum li,
    .height-custum ul,
    .height-custum .rev_slider_wrapper,
    .height-custum .rev_slider {
        height: 38vw !important;
    }
}

@media only screen and (max-width: 480px) {
    .mt-xsm-0 {
        margin-top: 0 !important;
    }

    .mt-xsm-10 {
        margin-top: 10px !important;
    }

    .mt-xsm-20 {
        margin-top: 20px !important;
    }

    .mt-xsm-30 {
        margin-top: 30px !important;
    }

    .mt-xsm-40 {
        margin-top: 40px !important;
    }

    .mt-xsm-50 {
        margin-top: 50px !important;
    }

    .mt-xsm-60 {
        margin-top: 60px !important;
    }

    .mt-xsm-70 {
        margin-top: 70px !important;
    }

    .mt-xsm-80 {
        margin-top: 80px !important;
    }

    .mt-xsm-90 {
        margin-top: 90px !important;
    }

    .mt-xsm-100 {
        margin-top: 100px !important;
    }

    .mt-xsm-110 {
        margin-top: 110px !important;
    }

    .mt-xsm-120 {
        margin-top: 120px !important;
    }

    .mt-xsm-130 {
        margin-top: 130px !important;
    }

    .mt-xsm-140 {
        margin-top: 140px !important;
    }

    .mb-xsm-0 {
        margin-bottom: 0 !important;
    }

    .mb-xsm-10 {
        margin-bottom: 10px !important;
    }

    .mb-xsm-20 {
        margin-bottom: 20px !important;
    }

    .mb-xsm-30 {
        margin-bottom: 30px !important;
    }

    .mb-xsm-40 {
        margin-bottom: 40px !important;
    }

    .mb-xsm-50 {
        margin-bottom: 50px !important;
    }

    .mb-xsm-60 {
        margin-bottom: 60px !important;
    }

    .mb-xsm-70 {
        margin-bottom: 70px !important;
    }

    .mb-xsm-80 {
        margin-bottom: 80px !important;
    }

    .mb-xsm-90 {
        margin-bottom: 90px !important;
    }

    .mb-xsm-100 {
        margin-bottom: 100px !important;
    }

    .mb-xsm-110 {
        margin-bottom: 110px !important;
    }

    .mb-xsm-120 {
        margin-bottom: 120px !important;
    }

    .mb-xsm-130 {
        margin-bottom: 130px !important;
    }

    .mb-xsm-140 {
        margin-bottom: 140px !important;
    }

    .pt-xsm-0 {
        padding-top: 0 !important;
    }

    .pt-xsm-10 {
        padding-top: 10px !important;
    }

    .pt-xsm-20 {
        padding-top: 20px !important;
    }

    .pt-xsm-30 {
        padding-top: 30px !important;
    }

    .pt-xsm-40 {
        padding-top: 40px !important;
    }

    .pt-xsm-50 {
        padding-top: 50px !important;
    }

    .pt-xsm-60 {
        padding-top: 60px !important;
    }

    .pt-xsm-70 {
        padding-top: 70px !important;
    }

    .pt-xsm-80 {
        padding-top: 80px !important;
    }

    .pt-xsm-90 {
        padding-top: 90px !important;
    }

    .pt-xsm-100 {
        padding-top: 100px !important;
    }

    .pt-xsm-110 {
        padding-top: 110px !important;
    }

    .pt-xsm-120 {
        padding-top: 120px !important;
    }

    .pt-xsm-130 {
        padding-top: 130px !important;
    }

    .pt-xsm-140 {
        padding-top: 140px !important;
    }

    .pb-xsm-0 {
        padding-bottom: 0 !important;
    }

    .pb-xsm-10 {
        padding-bottom: 10px !important;
    }

    .pb-xsm-20 {
        padding-bottom: 20px !important;
    }

    .pb-xsm-30 {
        padding-bottom: 30px !important;
    }

    .pb-xsm-40 {
        padding-bottom: 40px !important;
    }

    .pb-xsm-50 {
        padding-bottom: 50px !important;
    }

    .pb-xsm-60 {
        padding-bottom: 60px !important;
    }

    .pb-xsm-70 {
        padding-bottom: 70px !important;
    }

    .pb-xsm-80 {
        padding-bottom: 80px !important;
    }

    .pb-xsm-90 {
        padding-bottom: 90px !important;
    }

    .pb-xsm-100 {
        padding-bottom: 100px !important;
    }

    .pb-xsm-110 {
        padding-bottom: 110px !important;
    }

    .pb-xsm-120 {
        padding-bottom: 120px !important;
    }

    .pb-xsm-130 {
        padding-bottom: 130px !important;
    }

    .pb-xsm-140 {
        padding-bottom: 140px !important;
    }
}

@media only screen and (max-width: 419px) {
    .first-slider-content {
        position: relative;
        top: -40px;
    }

    .third-slider-content {
        position: relative;
        top: -70px;
    }

}

.row-style {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.rev_slider li .slotholder:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
    background: rgb(0 0 0 / 50%) !important;
}


.partners .heading-row h2.intro-heading.heading {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    ;
}



.partners {
    padding: 50px 0 !important;
}

#gallery .item {
    margin: 0;
    max-width: 100%;
}

.select_module_itm_img img {
    height: 100% !important;
}

/* Home page update E