/* Start of mediabanner */
section.mediabanner {
    position: relative;
    height: 500px;
}

.mediabanner img {
    position: relative;
    z-index: 0;
    object-fit: cover;
    height: 100%;
}

.mediabanner .media_heading {
    display: inline-block;
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    border-bottom: var(--primary-color) 1px solid;
    padding-bottom: 14px;
}

section.mediapage {
    padding: 50px 5%;
    background: transparent linear-gradient(180deg, #C8B175 0%, #FFFCF2 100%) 0% 0% no-repeat padding-box;
}

.media_inner_box {
    background-color: white;
    margin-top: -100px;
    position: relative;
    padding: 35px 30px;
    box-shadow: 0px 3px 26px #0000000F;
}

.team-member {
    position: relative;
}

.member-img {
    border-radius: 0px;
    overflow: hidden;
}

.member-info {
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: -30px 20px 30px 20px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.member-img img {
    width: auto;
    transition: 0.6s;
}

.member-info span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-family: 'Conv_Gilroy-Light' !important;
}

.team-member:hover .member-img img {
    transform: scale(1.2);
}

/* Start of media inner page */
.mediainnerbox {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.mediainnerbox h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 10px;
    color: var(--secondary-color);
    margin-bottom: 0px;
}

.mediainnerbox h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    margin-bottom: 0px;
}

.mediainnerbox p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 0px;
    color: #222;
}

.mediainnerbox ul {
    padding: 10px 0 10px 0px;
    margin: 10px 0 10px 20px;

}

.mediainnerbox ul li {
    padding: 0px 0px 0 0;
    margin: 0px;
    list-style-type: square;
    color: #444;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;

}


.rightsidebar {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.rightsidebarheading {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 8px;
    color: #000;
    text-align: left;
    margin-bottom: 10px !important;
    position: relative;
    border-bottom: 2px solid #e5ebef;
}

.rightsidebarheading::after {
    border-bottom: 2px solid #222;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 8px;
}

.recentpost {
    background-color: #fff;
    padding: 15px;
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.recentpostheading {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 8px;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 2px solid #e5ebef;
}

.recentpostheading::after {
    border-bottom: 2px solid #222;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 8px;
}

.bloglist {
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%); */
}

.bloglist a img {
    width: 100px;
    height: 90%;
    object-fit: cover;
}

.bloglist .p-2 {
    text-align: left;
    margin: 10px 10px;
}

.bloglist p.sb-h {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 12px;
}

.bloglist p.sb-h i {
    color: var(--secondary-color);
    font-size: 12px;
}

.bloglist p.sb-h span {
    margin-left: 2px !important;
}

.bloglist p {
    font-size: 14px;
    color: #000;
    padding-top: 0px;
    margin-bottom: 0;
}

/* Below desktop */

@media screen and (max-width:1399px) and (min-width:1101px) {

    .rightsidebar {
        padding: 10px;
    }

    .captchacoderight button[type=button] {
        width: 36px;
    }

    .btnBtnSubmitss i {
        font-size: 28px;
    }
}

/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {

    /* banner section css */

    section.mediabanner {
        position: relative;
        height: 400px;
    }

    .mediabanner .media_heading {
        font-size: 38px;
    }

    section.mediapage {
        padding: 38px 3%;
    }

    .media_inner_box {
        margin-top: -90px;
        padding: 30px;
    }

    /* media page css start */

    .member-info {
        padding: 15px;
        margin: -20px 15px 30px 15px;
    }

    .member-info img {
        width: 100%
    }

    /* media inner page css */

    .mediainnerbox h1 {
        font-size: 26px;
    }

    .mediainnerbox ul {
        padding: 8px 0 8px 0px;
        margin: 8px 0 8px 16px;
    }

    .rightsidebar {
        padding: 10px;
    }

    .captchacoderight button[type=button] {
        width: 36px;
    }

    .btnBtnSubmitss i {
        font-size: 26px;
    }

    .rightsidebarheading {
        font-size: 18px;
        padding-bottom: 6px;
    }

    .rightsidebarheading::after {
        padding-bottom: 6px;
    }

    .formdiv {
        margin-top: 1rem;
    }

    .form-group {
        padding-bottom: 14px;
    }

    .submit {
        padding: 6px 13px !important;
    }
}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {

    /* banner section css */

    section.mediabanner {
        position: relative;
        height: 300px;
    }

    .mediabanner .media_heading {
        font-size: 35px;
        line-height: 35px;
    }

    /* banner section end */

    section.mediapage {
        padding: 30px 3%;
    }

    .media_inner_box {
        margin-top: -74px;
        padding: 25px;
    }

    .breadcrum {
        margin-top: -44px;
    }

    /* media page css */

    .member-info {
        padding: 15px;
        margin: -20px 15px 25px 15px;
    }

    .member-info img {
        width: 100%
    }

    /* pagination css*/

    .p1 a {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    /* media inner page css */

    .mediainnerbox h1 {
        font-size: 23px;
    }

    .mediainnerbox ul {
        padding: 8px 0 8px 0px;
        margin: 8px 0 8px 16px;
    }

    .mediainnerbox {
        margin-bottom: 24px;
    }

    .rightsidebar {
        padding: 20px;
    }

    .rightsidebarheading {
        font-size: 18px;
        padding-bottom: 6px;
    }

    .rightsidebarheading::after {
        padding-bottom: 6px;
    }

    .form-group {
        padding-bottom: 14px;
    }

    /* .pressmediasection {
        padding: 1.5rem 10px;
    } */
}

/* Start of iphone/mobile */
@media screen and (max-width:767px) and (min-width:320px) {

    .member-info {
        padding: 15px;
        margin: -20px 15px 20px 15px;
    }

    .member-info img {
        width: 100%
    }

    /* .pressheadings {
        font-size: 24px;
        line-height: 26px;
        Padding-bottom: 2px
    } */

    /* media page banner section */
    section.media_banner {
        background-color: var(--primary-color);
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 30px 0px;
    }

    .media_banner img {
        display: none;
    }

    .media_banner .media_heading {
        display: inline-block;
        font-weight: bold;
        font-size: 22px;
        color: #ffffff;
        line-height: 22px;
        border-bottom: var(--secondary-color) 1px solid;
        padding-bottom: 4px;
    }

    /* end of banner section */

    section.media_page {
        padding: 1rem 10px 1.5rem 10px;
        background: none;
    }

    .media_page .media_inner_box {
        margin-top: unset;
        padding: unset;
        box-shadow: unset;
    }

    /*  start of pagination css*/

    .mediapage .p1 a {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    /*  start of pagination css*/

    /* media inner page  */

    .mediainnerbox h1 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .mediainnerbox p {
        font-size: 15px;
        line-height: 24px;
    }

    .mediainnerbox ul {
        margin: 8px 0 8px 18px;
    }

    .mediainnerbox ul li {
        font-size: 15px;
        line-height: 24px;
    }

    /* .blogdetailbox h2 {
        font-size: 18px;
        line-height: 24px;
        padding-top: 5px;
        padding-bottom: 5px;
    } */
    section.media_inner {
        height: 240px;
    }

    .meidainner_page .breadcrum {
        display: inline-block;
    }

    .media_inner .breadcrum_mobile {
        display: none;
    }

    section.meidainner_page {
        padding: 35px 2%;
    }

    .meidainner_page .media_inner_box {
        margin-top: -75px;
        padding: 12px 12px;
    }

    /* media inner Request A Consultation */

    .mediapage_form input[type=text],
    .mediapage_form input[type=email],
    .mediapage_form input[type=date],
    .mediapage_form input[type=number],
    .mediapage_form input[type=tel] {
        padding: 6px;
    }

    .mediapage_form .captchacodeleftpic img {
        height: 38px;
    }

    .mediapage_form .captchacoderight button[type=button] {
        height: 38px;
        width: 38px;
    }

    .mediapage_form .btnBtnSubmitss i {
        font-size: 24px;
    }

    .mediapage_form .captchacoderight button[type=button] i {
        line-height: 24px;
    }

    .mediapage_form .rightsidebar {
        margin-top: 2.5rem;
    }

    /* End of media inner Request A Consultation */


}