.sec-row{ padding:50px 0px;}
    .outer_div{ min-height:540px; display:table;}
    .inner_div{ display:table-cell; vertical-align:middle;}
    .inner_div h3{ margin-bottom:1em; }
    .inner_div ul,ol{ margin:0px; text-align: justify; line-height:30px;}
    .carousel-item img { width: 100%; height: 50%; text-align: center; }
    
    @media only screen and (max-width: 600px) {
        .big_heading{ font-size: large !important; top: 20% !important; }
        .inner_div{ vertical-align: top !important;}
        .outer_div{ min-height:auto !important; }
        .homebtn,h3{ margin-top:10px; margin-bottom:10px; }
    }
    
    .instructor-page .page-title {
    padding: 100px 0 25px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: hidden;
}

.instructor-page .page-title h2 {
    font-weight: 900;
    color: #002077;
    position: relative;
    text-transform: uppercase;
}

.instructor-page .section-content-main {
    padding: 50px 0;
}

.instructor-page .section-content-sub {
    padding: 25px 0;
}

.instructor-page .section-content-sub .section-inner-box {
    width: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.instructor-page .section-content-sub .section-inner-box.img-box {
    background-image: url('<?=site_url('assets/marketplace/images/instructor/bg1.png'); ?>');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.instructor-page .section-content-sub .section-inner-box.img-box2 {
    background-image: url('<?=site_url('assets/marketplace/images/instructor/bg2.png'); ?>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.instructor-page .section-content-sub .section-inner-box .inner-content {
    width: 70%;
}

.instructor-page .section-content-sub .section-inner-box .inner-image {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #184f88;
}

.instructor-page .section-content-sub h3 {
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 28px;
    color: #434343;
}

.instructor-page .section-content-sub p {
    font-size: 18px;
    padding-bottom: 25px;
}

.instructor-page .section-content-sub a {
    color: #3cbee3;
    font-size: 18px;
}

.instructor-page .section-content-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.instructor-page .section-left-side-img {
    flex-flow: row-reverse;
}

.section-bottom-main-img {
    background-position: top;
    background-image: url('<?=site_url('assets/marketplace/images/instructor/patrick-perkins-ETRPjvb0KM0-unsplash.jpg'); ?>');
    background-size: cover;
    background-repeat: no-repeat;
}

.section-bottom-main {
    display: flex;
    flex-flow: column;
    min-height: 500px;
    padding: 0 0px;
    color: #ffffff;
}

.section-bottom-main .box-one {
    text-align: center;
    padding: 50px 0;
    display: flex;
    flex-flow: column;
    width: 55%;
}

.section-bottom-main .box-one span {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
}

.section-bottom-main .box-second {
    text-align: center;
    padding: 50px 0;
}

.section-bottom-main .box-second a {
    background: #ffffff94;
    padding: 15px 35px;
    border-radius: 35px;
    border: 5px solid #ffffff;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
    color: #000000;
}

.section-bottom-main .box-third {
    width: 45%;
    position: relative;
    right: -50%;
    text-align: center;
    padding: 50px 0;
}

.section-bottom-main .box-third span {
    font-size: 32px;
    font-weight: 900;
}

@font-face {
    font-family: 'Harlow';
    src: url('<?=site_url('assets/marketplace/fonts/Harlow-Solid-Italic-Italic.ttf'); ?>');
}

@font-face{
    font-family: 'Virtuous';
    src: url('<?=site_url('assets/marketplace/fonts/Virtuous-Slab.otf'); ?>');
}

.section-bottom-main .box-third h3 {
    font-size: 50px;
    font-family: 'Harlow';
}

.carousel-control-next-icon {
    background-image: url('<?=site_url('assets/marketplace/images/instructor/double-angle-pointing-to-right.png'); ?>');
}

.carousel-control-prev-icon {
    background-image: url('<?=site_url('assets/marketplace/images/instructor/double-angle-pointing-to-left.png'); ?>');
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

h2.h2-page-title::after {
    content: " ";
    width: 108%;
    height: 3px;
    border: 2px solid #000;
    position: absolute;
    left: -4%;
    bottom: -2px;
    border-radius: 2px;
}

.h1-banner-heading {
    display: flex;
    position: absolute;
    top: 10%;
    font-size: 69px;
    width: 100%;
    justify-content: center;
    font-weight: 400;
}

.h1-banner-heading span {
    text-transform: uppercase;
    margin-top: 80px;
    font-weight: 400;
}
.h1-banner-heading span.marketplace{
    font-family: 'Virtuous';
    font-weight: 100 !important;
}

.h3-banner-sub-heading {
    display: flex;
    position: absolute;
    top: 62%;
    font-size: 48px;
    width: 100%;
    justify-content: center;
    font-weight: 800;
}

.banner-btn-join-now {
    background: #434343;
    padding: 10px 20px;
    border-radius: 30px;
    position: absolute;
    top: 85%;
    left: 42.5%;
    right: 0;
    width: 15%;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0px 2px 5px #434343;
    color: #ffffff !important;
}

.h3-banner-sub-heading span {
    width: 50%;
    text-align: center;
    color: #7d7d7d;
}
.color-white {
    color: #ffffff;
}

.color-black {
    color: #000000;
}

@media (max-width:1024px) {
    .section-bottom-main {
        min-height: 450px;
    }
    .section-bottom-main .box-one {
        width: 100%;
    }
    .section-bottom-main .box-second {
        padding: 20px 0;
    }
    .section-bottom-main .box-third {
        right: 0;
        width: 100%;
    }
    .instructor-page .section-content-sub .section-inner-box {
        padding: 40px 0;
    }
    
    .h1-banner-heading,
    .h3-banner-sub-heading{
        font-size: 40px;
    }
    
    .h3-banner-sub-heading span {
        font-size: 34px;
    }
    
    .h3-banner-sub-heading {
        top: 63%;
    }
    
    .h1-banner-heading {
        top: 20%;
    }
    
    .h1-banner-heading span {
        margin-top: 50px;
    }
    
    .banner-btn-join-now {
        top: 82%;
        width: 20%;
        font-size: 14px;
    }
}

@media (max-width: 786px) {
    .section-bottom-main {
        min-height: 450px;
    }
    .instructor-page .section-content-sub .section-inner-box .inner-content {
        width: 85%;
    }
    
    .h1-banner-heading,
    .h3-banner-sub-heading{
        font-size: 28px;
    }
    
    .h3-banner-sub-heading span {
        font-size: 22px;
    }
    
    .h3-banner-sub-heading {
        top: 60%;
    }
    
    .h1-banner-heading {
        top: 20%;
    }
    
    .h1-banner-heading span {
        margin-top: 50px;
    }
    
    .banner-btn-join-now {
        top: 78%;
        width: 32%;
        left: 35%;
        font-size: 14px;
    }
    
    .carousel-indicators {
        bottom: 0px !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 620px) {
    .instructor-page .page-title {
        padding: 50px 0 25px 0;
    }
    .instructor-page .page-title h2 {
        font-size: 24px;
    }
    
    .section-content-sub {
        flex-flow: column-reverse !important;
    }
    .instructor-page .section-content-sub .section-inner-box {
        width: 100%;
        padding: 30px 0;
    }
    .section-bottom-main .box-one span,
    .section-bottom-main .box-third span {
        font-size: 28px;
    }
    .section-bottom-main .box-third h3 {
        font-size: 36px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }
    
    .h1-banner-heading,
    .h3-banner-sub-heading{
        font-size: 24px;
    }
    
    .h3-banner-sub-heading span {
        font-size: 16px;
        width: 50%;
        
    }
    
    .h3-banner-sub-heading {
        top: 55%;
    }
    
    .h1-banner-heading {
        top: 10%;
    }
    
    .h1-banner-heading span {
        margin-top: 50px;
    }
    
    .banner-btn-join-now {
        top: 75%;
        width: 38%;
        left: 33%;
        font-size: 12px;
        padding: 0px 20px;
    }
}

@media (max-width: 420px) {
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }
    
    .h1-banner-heading,
    .h3-banner-sub-heading{
        font-size: 20px;
    }
    
    .h3-banner-sub-heading span {
        font-size: 14px;
        width: 50%;
    }
    
    .h3-banner-sub-heading {
        top: 52%;
    }
    
    .h1-banner-heading {
        top: 20%;
    }
    
    .h1-banner-heading span {
        margin-top: 25px;
    }
    
    .banner-btn-join-now {
        top: 75%;
        width: 40%;
        left: 31%;
        font-size: 10px;
        padding: 0px 20px;
    }
    
    
    .instructor-page .page-title h2 {
        font-size: 20px;
    }
}


/* added by pavan 18 oct 2022*/

.bee-page-container .page-banner{
    position:relative;
}

.bee-row .bee-row-content .bee-block .spacerh3 {
    height:3px;
}

.bee-row .bee-row-content .bee-block .spacerh10 {
    height:10px;
}

.bee-row .bee-row-content .bee-block .spacerh20 {
    height:20px;
}

.bee-row .bee-row-content .bee-block .spacerh30 {
    height:30px;
}

.bee-row .bee-row-content .bee-block .spacerh35 {
    height:35px;
}

.bee-page-container .bee-row .bee-row-content .bee-block-2 h1 {
    color:#545ae8;
    direction:ltr;
    font-family:Nunito, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size:16px;
    font-weight:700;
    letter-spacing:3px;
    line-height:120%;
    text-align:left;
    margin-top:0;
    margin-bottom:0;
}

.bee-row .bee-row-content .bee-block-3-title {
    color:#1a1a1a;direction:ltr;font-family:Nunito, Arial, Helvetica Neue, Helvetica, sans-serif;font-size:35px;font-weight:700;letter-spacing:normal;line-height:120%;text-align:left;margin-top:0;margin-bottom:0;
}


.bee-page-container .bee-button .bee-btn-content
{
    font-size: 14px; line-height: 28px; background-color: #545ae8; border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-radius: 50px; border-right: 0px solid transparent; border-top: 0px solid transparent; color: #ffffff; font-family: 'Nunito', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; max-width: 100%; padding-bottom: 10px; padding-left: 25px; padding-right: 25px; padding-top: 10px; width: auto; display: inline-block;">
}

.bee-page-container .bee-button .bee-btn-content span
{
    font-size: 16px; line-height: 200%; word-break: break-word;
}

.bee-page-container .bee-fixedwidth522 {
    max-width:522px;
}

.bee-page-container .bee-text-content-block-2
{
    font-size: 14px; line-height: 120%; color: #fcfcfc; font-family: inherit;
}

.bee-page-container .bee-text-content-block-2 p
{
    font-size: 14px; line-height: 16px; text-align: left;
}

.bee-page-container .bee-text-content-block-2 p span
{
    font-size: 34px; line-height: 40px;
}


.bee-row .bee-text-content-block-3 {
    font-size: 14px; line-height: 150%; color: #ffffff; font-family: inherit;
}

.bee-row .bee-text-content-block-3 p{
    font-size: 14px; line-height: 21px;
}

.bee-row .bee-text-content-block-3 p span{
    font-size: 16px; line-height: 24px;
}

.bee-row .bee_success_msg {
    font-size: 16px; line-height: 200%; word-break: break-word;
}

.bee-row .bee-fixwidth586 {
    max-width:586px;
}

.bee-row .bee-heading-h2 {
    color:#545ae8;direction:ltr;font-family:Nunito, Arial, Helvetica Neue, Helvetica, sans-serif;font-size:12px;font-weight:700;letter-spacing:2px;line-height:120%;text-align:left;margin-top:0;margin-bottom:0;
}

.bee-row .bee-btn-content-a
{
    font-size: 14px; line-height: 28px; background-color: #545ae8; border-bottom: 0px solid #8a3b8f; border-left: 0px solid #8a3b8f; border-radius: 50px; border-right: 0px solid #8a3b8f; border-top: 0px solid #8a3b8f; color: #ffffff; font-family: 'Nunito', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; max-width: 100%; padding-bottom: 10px; padding-left: 25px; padding-right: 25px; padding-top: 10px; width: auto; display: inline-block;
}

.bee-row .bee-btn-content-a span {
    font-size: 16px; line-height: 200%; word-break: break-word;
}

@media(min-width: 1000px) {
    .carousel-item img {
        height: 650px;
    }
}
