@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body {
    font-family: 'Tahoma', sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 18px;
    overflow-x: hidden;
    font-weight: 300;
    background-color: #fff;
    letter-spacing: 0.4px;
}

body.homepage {
    font-family: 'Tahoma', sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 18px;
    overflow-x: hidden;
    font-weight: 300;
    background-color: #fff;
    background-image: url(../images/gradient-background.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.inner-page {
    font-family: 'Tahoma', sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 18px;
    overflow-x: hidden;
    font-weight: 300;
    background-color: #eef8f6;
}


ol,
ul,
dl,
p {
    margin: 0;
    padding: 0;
}

input,
button,
select,
optgroup,
textarea,
a {
    outline: none;
}

*,
*::before,
*::after {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

a {
    color: #333333;
    cursor: pointer;
    outline: 0 !important;
}

a:hover,
a:focus {
    color: #333333;
    outline: medium none;
    text-decoration: none;
}


p {
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    padding: 0px;
    margin: 0px;
    line-height: 1;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 43px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 23px;
}

h6 {
    font-size: 20px;
}

.CmnBtn {
    padding: 10px 20px;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
    background-color: #441155;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    display: inline-block;
}

.CmnBtn:hover {
    background-color: #55bbaa;
    color: #fff;
}

.menu-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.menu-right.col-md-auto {
    text-align: center;
    margin: 0 auto;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|" !important;
}

.body-content-text a.CmnBtn {
    min-width: 300px;
    text-align: center;
    text-transform: uppercase;
    background-color: #55bbaa;
}

.body-content-text a.CmnBtn:hover {
    background-color: #441155;
}

.banner-wrap.inner-banner {
    height: 100%;
    min-height: inherit;
}

.banner-wrap.inner-banner .banner-outer {
    padding-top: 50px;
    padding-bottom: 30px;
}

.banner-wrap.inner-banner p {
    color: #333;
}

.logo-wrap img {
    max-width: 215px;
}

.menu-right.col-md-auto.inner-menu {
    margin: 0;
}

.menu-right.col-md-auto.inner-menu nav.main-nav {
    font-size: 16px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    padding-right: 75px;
}

.menu-right.col-md-auto.inner-menu form.search-form-arae {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
    background: #fff;
}

.menu-right.col-md-auto.inner-menu nav.main-nav {
    font-size: 16px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    padding-right: 75px;
}

.menu-right.col-md-auto.inner-menu form.search-form-arae {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
    background: transparent;
}

/*innerpage-headname*/
.banner-inner .innerhead-name {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.banner-inner .innerhead-name .inrhdlog-top {
    display: inline-block;
}

.banner-inner .innerhead-name .inrhdlog-top img,
.innerhead-name .inrhdlog-bottom img {
    display: inline-block;
    width: auto;
    margin: 0;
}

.banner-inner .innerhead-name h2 {
    margin: 0;
    display: inline-block;
    line-height: 45px;
    width: 100%;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    font-family: "open Sans";
    letter-spacing: 5px;
    font-size: 45px;
}


button.search-submit-top {
    width: 36px;
    height: 30px;
    position: absolute;
    top: 10px;
    z-index: 9999;
    right: 45px;
    background: url(../images/search-purple.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 45%;
    border: none;
    cursor: pointer;
    outline: none;
}




/*innerpage-headname*/
/************menu start here****************/
@media only screen and (min-width: 1200px) {
    /*=== Append and Prepend ===*/

    .desk-hide {
        display: none;
    }

    /*=== Append and prepend ====*/
    /*==== Menu ====*/

    .main-nav {
        font-size: 18px;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        float: left;
        width: auto;
    }

    .main-nav>ul {
        margin: 0;
        padding: 0;
    }

    .main-nav>ul>li {
        display: inline-block;
        position: relative;
        margin: 0px 10px;
    }

    .main-nav>ul>li.submenu:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid #fff;
        right: 2px;
        top: 16px;
        pointer-events: none;
        background-color: #000;
    }

    .main-nav>ul>li>a {
        color: #fff;
        display: block;
        padding: 10px 0px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 26px;
    }

    .main-nav>ul>li>a:hover {
        color: #55bbaa;
    }

    .main-nav>ul>li:hover>ul {
        visibility: visible;
        opacity: 1;
    }

    .main-nav>ul>li ul {
        position: absolute;
        margin: 0;
        padding: 0;
        background: #050608;
        width: 190px;
        visibility: hidden;
        opacity: 0;
        font-size: 14px;
        z-index: 8;
        display: block !important;
    }

    .main-nav>ul ul ul {
        background: #6b6969;
    }

    .main-nav>ul>li ul li {
        display: block;
        border-bottom: 1px solid #535353;
        position: relative;
    }

    .main-nav>ul>li ul li:last-child {
        border: 0;
    }

    .main-nav>ul>li ul li a {
        padding: 8px 20px;
        display: block;
        text-decoration: none;
        font-size: 11px;
        color: #fff;
    }

    .main-nav>ul>li ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
        top: 0;
    }

    .main-nav>ul>li ul li:hover>a {
        background: #2d2d2d;
    }

    .main-nav>ul>li ul li.submenu::after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #fff;
        border-top: 3px solid transparent;
        right: 5px;
        top: 13px;
        pointer-events: none;
    }

    .mob-btn {
        display: none;
    }

    .main-nav>ul>li:last-child {
        margin-right: 0;
    }

    .main-nav>ul>li>a:after {
        height: 3px;
        position: absolute;
        content: '';
        transition: all 0.35s ease;
        background-color: #55bbaa;
        width: 0;
        bottom: 6px;
        right: 0;
    }

    .main-nav>ul>li>a:hover:after {
        width: 100%;
    }

    .banner-inner img {
        margin-bottom: 30px;
    }

    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%)
        }

        100% {
            opacity: 1;
            transform: translateY(0)
        }
    }

    @-moz-keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%)
        }

        100% {
            opacity: 1;
            transform: translateY(0)
        }
    }

    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%)
        }

        100% {
            opacity: 1;
            transform: translateY(0)
        }
    }


    .main-nav>ul>li.active>a:after {
        width: 100%;
    }

    .main-nav>ul>li.active>a {
        color: #55bbaa;
    }

    .header-wrap.sticky .logo-wrap img {
        max-width: 200px;
    }

    .logo-wrap img {
        transition: all .4s ease;
    }

    /*==== Menu End ====*/
}

@media only screen and (max-width: 1199px) {
    /*==== Menu ====*/

    .main-nav ul {
        width: 100%;
    }

    .main-nav {
        position: fixed;
        width: 0;
        top: 0;
        background-color: rgba(68, 17, 85, 0.93);
        height: 100%;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        z-index: 1005;
        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
        overflow-y: auto;
        right: 100%;
    }

    .main-nav ul {
        margin: 0;
        padding: 0;
        display: block;
        margin-top: 100px;
    }

    .main-nav ul.mnav {
        margin-bottom: 30px;
    }

    .main-nav ul li {
        display: block;
        position: relative;
        text-transform: capitalize;
        font-size: 16px;
        text-align: center;
    }

    .main-nav ul li span {
        display: none;
    }

    .main-nav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        display: block;
        padding: 10px;
        transition: all .4s ease;
        line-height: normal;
    }

    .main-nav ul li a:hover {
        background: #55bbaa;
    }

    .main-nav ul li.submenu i {
        position: absolute;
        width: 43px;
        height: 39px;
        top: 0;
        right: 0;
        cursor: pointer;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .main-nav ul li.submenu i:after {
        content: "";
        height: 0;
        width: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid #b3b3b3;
        position: absolute;
        right: 17px;
        top: 18px;
        z-index: 10;
    }

    .main-nav ul ul {
        margin: 0;
        display: none;
    }

    .main-nav ul ul li:last-child {
        border-bottom: 0;
    }

    .main-nav ul ul li:first-child {
        border-top: 1px solid #656b74;
    }

    .main-nav ul ul li a {
        padding-left: 20px;
    }

    .main-nav ul ul li ul a {
        padding-left: 30px;
    }

    .show-menu .main-nav {
        right: 0;
        width: 100%;
        padding-right: 0;
    }

    .mob-btn {
        position: absolute;
        float: right;
        padding: 5px 7px;
        margin: 0px;
        background-color: transparent;
        cursor: pointer;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }

    .mob-btn span {
        display: block;
        width: 35px;
        height: 4px;
        border-radius: 1px;
        background: #55bbaa;
    }

    .mob-btn span+span {
        margin-top: 5px;
    }

    .main-nav ul {
        margin: 0 auto;
        padding: 0;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    /*==== Menu End ====*/
    /*=== Append and Prepend ===*/

    .extra-link {
        display: none;
    }

    /*==== Append and Prepend End ====*/
}

* {
    margin: 0;
    padding: 0;
}

.menu-wrp {
    background: #464646;
    /*  margin-bottom: 60px;
*/
}

.extra-link {
    padding: 20px 0;
}

.extra-link ul li {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.extra-link ul li a {
    color: #000;
    text-decoration: none;
}

.extra-link ul li a:hover {
    color: #464646;
}

/********************end menu************************/

/***********************header start here*************/
.search-form-arae {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    background: #415;
    overflow: hidden;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}

form.search-form-arae.main .search-submit {
    border-color: rgb(68, 17, 85);
}

form.search-form-arae.main .search-submit-head {
    border-color: rgb(68, 17, 85);
}

form.search-form-arae.main {
    width: 400px;
}

.search-form-arae .search-submit {
    background: #415 url(../images/search-black.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0;
    height: 100%;
    width: 35px;
    outline: 0;
    border: 0;
    display: inline-block;
    transition: all .4s ease;
    cursor: pointer;
    float: none;
    position: absolute;
    right: 0;
    z-index: 9999;
}

.search-form-arae .search-submit-head {
    background: #415 url(../images/search-black.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0;
    height: 100%;
    width: 35px;
    outline: 0;
    border: 0;
    display: inline-block;
    transition: all .4s ease;
    cursor: pointer;
    float: none;
    position: absolute;
    right: 0;
    z-index: 9999;
}

.search-form-arae .search-submit:hover {
    background: #415 url(../images/search-black.png);
}

.search-form-arae .search-submit-head:hover {
    background: #415 url(../images/search-black.png);
}

.search-form-arae .search-field {
    vertical-align: middle;
    width: 0;
    border: 0;
    transition: all .4s ease;
    background: #fff;
    /*border: 1px solid rgba(51, 51, 51, 0.18823529411764706);*/
    min-height: 38px;
    font-size: 18px;
    padding-left: 15px;
}

.main.search-form-arae .search-field {
    width: 356px;
    padding-left: 15px;
    min-width: 80%;
    float: left;
    border: .5px solid #545454;
    margin: 6px 5px 5px 6px;
}

.header-wrap {
    padding: 10px 0px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #441155;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    height: 70px;
    overflow: hidden;
}

.header-wrap.inner-head {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.container {
    max-width: 1730px;

}

section.related-itemgallery .container {
    max-width: 98%;
}

.banner-inner {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.banner-inner h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
    font-family: "open Sans";
}

.banner-inner h2 {
    font-size: 45px;
    color: #fff;
    letter-spacing: 19px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "open Sans";
}

.banner-inner p {
    color: #fff;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 30px;
}

.form-wrap {
    margin-top: 30px;
}

form#search-form-5c96e57ad559e {}

form.search-form {
    max-width: 846px;
    width: 100%;
    border: 0;
    padding: 33px 60px 40px;
    background: #fff;
    margin: 0 auto;
    display: inline-block;
    align-items: flex-end;
}

/*form.search-form .checkbook-sect .contact-input:before {content: "";position: absolute;top: 9px;right: 0;height: 22px;width: 20px;background-color: #d0cece;z-index: 99;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

form.search-form .checkbook-sect .contact-input:checked:after  {content: "";background-color: #56bbaa;position: absolute;top: 9px;right: 0;height: 22px;width: 20px;z-index:99999;cursor:pointer;}

form.search-form .checkbook-sect .contact-input:checked:before {left: 7px;top: 12px;width: 6px;height: 14px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);z-index:99999999;background: #62beae;}

*/
.form-wrap .checkbook-sect label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 250px;
    margin-left: auto !important;
    font-weight: 400 !important;
    line-height: 22px;
}

.form-wrap .checkbook-sect label input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: auto;
    z-index: 999;
    top: 2px !important;
    left: inherit !important;
    right: -30px;
}

.form-wrap .checkbook-sect label .checkmark-top {
    position: absolute;
    top: 0;
    right: -30px;
    height: 20px;
    width: 20px;
    background-color: #d0cece;
}

.form-wrap .checkbook-sect label .checkmark-top:after {
    content: "";
    position: absolute;
    display: none;
}

.form-wrap .checkbook-sect label input:checked~.checkmark-top:after {
    display: block;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-wrap .checkbook-sect label input:checked~.checkmark-top {
    background-color: #56bbaa;
}






.banner-wrap.inner-banner form.search-form {
    background: transparent;
}

button.search-submit {
    height: 31px;
    width: 50px;
    background: url(../images/search-btn.png) no-repeat;
    background-position: right bottom;
    border: 0;
    vertical-align: bottom;
    position: relative;
    left: -3px;
    outline: 0 !important;
    cursor: pointer;
}

button.search-submit-head {
    height: 31px;
    width: 50px;
    background: url(../images/search-btn.png) no-repeat;
    background-position: right bottom;
    border: 0;
    vertical-align: bottom;
    position: relative;
    left: -3px;
    outline: 0 !important;
    cursor: pointer;
}

.search-input {
    width: 100%;
    border-bottom: 1px solid #d6d8dc;
    padding-bottom: 8px;
    display: flex;
    align-items: flex-end;
}

form.search-form input {
    border: 0;
    font-size: 17px;
    font-style: italic;
    text-align: center;
    width: 100%;
    vertical-align: bottom;
    padding-left: 30px;
}

.contact-input {
    padding: 0px 10px;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 2px;
    /* line-height: 40px; */
    font-size: 14px;
    height: 43px;
    color: #666;
}


.search-form-arae .checkbook-sect {
    display: none;
    width: 0;
    text-align: left;
    background: #fff;
    padding: 2px 2px 3px 15px;
    margin-top: 1px;
    transition: all .4s ease;
}

.search-form-arae.main .checkbook-sect {
    display: block;
    transition: all .4s ease;
    text-align: left;
    background: #fff;
    padding: 2px 2px 3px 15px;
    width: 486px;
    margin-top: 1px;

}

.search-form-arae.main .checkbook-sect .contact-input {
    padding: 0px 10px;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    height: 30px;
    color: #666;
}

.search-form-arae.main .checkbook-sect label {
    display: inline-block !important;
    position: relative;

}

.search-form-arae.main .checkbook-sect .contact-input:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    height: 22px;
    width: 20px;
    background-color: #d0cece;
    z-index: 99;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner-wrap.inner-banner form.search-form input.search-field {
    background: transparent;
}

.advance-search {
    margin: 20px 0px 25px;
    color: #fff;
    font-size: 17px;
    text-decoration: underline;
}

.search-btns .CmnBtn {
    margin: 0px 25px;
    text-transform: uppercase;
    min-width: 300px;
    min-height: 36px;
    line-height: 36px;
    font-family: "open Sans";
}

.banner-wrap {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    height: calc(100vh - 106px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.search-form-arae.main .checkbook-sect .contact-input:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    height: 22px;
    width: 20px;
    background-color: #d0cece;
    z-index: 99;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-form-arae.main .checkbook-sect .contact-input:checked:after {
    content: "";
    background-color: #56bbaa;
    position: absolute;
    top: 3px;
    right: 0;
    height: 22px;
    width: 20px;
    z-index: 99999;
    cursor: pointer;
}

.search-form-arae.main .checkbook-sect .contact-input:checked:before {
    left: 7px;
    top: 6px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99999999;
    background: #62beae;
}



.angle-down-inr {
    background: url(../images/angle-down.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: 1.5s ease-in-out 0s infinite scrolldown-keyframes;
    -webkit-animation: 1.5s ease-in-out 0s infinite scrolldown-keyframes;
    height: 115%;
    width: 100%;
}

.arrow-down {
    height: 65px;
    width: 65px;
    display: inline-block;
    background: #55bbaa;
    border-radius: 50%;
}

.angle-down {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    z-index: 9;
}


.body-content.body-one {
    padding: 160px 15px 80px;
}

.left-body-content {
    width: 50%;
    padding: 0px 0px;
}

.right-body-content {
    width: 50%;
    padding: 0px 30px;
}

.body-content-img img {
    width: 100%;
    max-width: 100%;
}

.body-content-text {
    padding-left: 10%;
}

.body-content.body-two .body-content-text {
    padding-left: 0;
    padding-right: 1%;
}

.banner-wrap.inner-banner .col-md-12.banner-inner nav {
    width: auto;
    float: none;
}

.breadcrumb-item.active {
    color: #333333;
}

.banner-wrap.inner-banner .col-md-12.banner-inner nav ol.breadcrumb {
    background: no-repeat;
    margin: 15px auto 40px auto;
    padding: 5px 0;
    width: auto;
    text-align: center;
    display: block;
}

.banner-wrap.inner-banner .col-md-12.banner-inner nav ol.breadcrumb li.breadcrumb-item {
    display: inline-block;
}

.banner-wrap.inner-banner .col-md-12.banner-inner nav ol.breadcrumb li.breadcrumb-item a:hover {
    color: #55bbaa;
}

@keyframes scrolldown-keyframes {

    0%,
    100% {
        transform: translateY(-8px);
    }

    50% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scrolldown-keyframes {

    0%,
    100% {
        -webkit-transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes scrolldown-keyframes {

    0%,
    100% {
        -webkit-transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(0px);
    }
}

/*******************cmn head start*************/
.cmn-head {
    text-align: left;
    /*max-width: 950px;*/
    margin: 0 auto;
}


.cmn-head h3 {
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    font-size: 35px;
    text-align: left;
    display: inline-block;
    font-family: "open Sans";
    padding-left: 40px;
    padding-right: 40px;


}

.body-content-text .cmn-head h3:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/head-tag.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 999;
    width: 30px;
    height: auto;
    top: 0;
    bottom: 0;
}

.body-content-text .cmn-head h3:after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url(../images/head-tag.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 999;
    width: 30px;
    height: auto;
    top: 0;
    bottom: 0;

}

.cmn-head h3 img {
    width: auto;
    display: inline-block;
    vertical-align: inherit;
    padding-right: 10px;
}

.cmn-head h3 img:nth-child(2n) {

    padding-left: 10px;
    padding-right: 0px
}

.bullet {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #55bbaa;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0px 10px;
}


.cmn-head p {
    line-height: 40px;
}

/*******************cmn head ends*************/
/***************rea strong women***************/
.real-stong-women {
    padding: 150px 0px 100px;
}

.real-women-block img {
    height: 503px;
    object-fit: cover;
}

h4.pink-head {
    letter-spacing: 4px;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
    background: #55bbaa;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .4s ease;
    font-family: "open Sans";
}

.real-women-wrap .item {
    padding: 0px 6px;
}

.real-wmomen-outer {

    margin: 0px auto 0px;
}

.min-container {
    max-width: 1500px;

}

.real-wmomen-outer .owl-prev {

    left: -110px;

}

.real-wmomen-outer .owl-next {

    right: -110px;
}

.real-wmomen-outer .owl-nav {
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: -1;
}

.real-wmomen-outer .owl-nav:before {
    position: absolute;
    content: "";
    height: 62%;
    width: 4px;
    top: 91px;
    background: #cccccc;
    left: -69px;
}

.real-wmomen-outer .owl-nav:after {
    position: absolute;
    content: "";
    height: 62%;
    width: 3px;
    top: 91px;
    background: #cccccc;
    right: -69px;
}

.real-wmomen-outer .owl-next,
.real-wmomen-outer .owl-prev {
    top: 0;
    font-size: 16px !important;
    text-transform: uppercase;
    background: transparent !important;
    color: #000 !important;
    transform: rotate(-90deg);
    letter-spacing: 5px;
    position: absolute;
    font-weight: 400;
    transition: all .4s ease;
}

.real-wmomen-outer .owl-next:hover,
.real-wmomen-outer .owl-prev:hover {
    color: #55bbaa !important;
}

.real-wmomen-outer .item a:hover h4,
.history-outer a:hover h4 {
    background: #441155;
}

.real-wmomen-outer .item a,
.history-outer a {
    transition: all .4s ease;
}

/*****************list all start*************/
.lst-all-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #676767;
    transition: all .4s ease;
    float: right;
}

.list-all-wrap a:hover .lst-all-link {
    color: #55bbaa;
    text-decoration: none;
    border-color: #55bbaa;
}

.list-all-wrap a {
    transition: all .4s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list-all {
    font-size: 18px;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0px 5px 0px 20px;
    margin-top: 18px;
    position: relative;
    z-index: 9;
    float: left;
}

.list-all-wrap {
    font-weight: 400;
}

.list-all-outer {
    display: inline-block;
    vertical-align: middle;
    float: left;
}


.list-all-outer span {
    width: 35px;
    height: 2px;
    background: #676767;
    display: block;
    margin: 6px 0px;
}

.history-outer h4 {
    padding: 57px 0px;
}

.our-history-wrap {
    padding: 160px 0px;
    background: #d9dbc8;
}

.our-history-outer {
    margin-top: 50px;
}

.history-block {
    padding: 0px 6px;
}

.members {
    padding: 170px 0px 160px;
}

.members .member-outer {
    margin-top: 50px;
    margin-left: -6px;
    margin-right: -6px;
}

.members form.search-form {
    padding: 30px 0px 0px;
}

.members form.search-form button.search-submit {
    margin-right: 50px;
}

.members form.search-form input {
    background-position: 93% 26%;
}

.history-outer img {
    width: 100%;
}

section.chapters-wrapper {
    display: inline-block;
    width: 100%;
    padding: 100px 0 100px 0;
    background-position: center 0;
    background-size: cover;
}

section.chapters-wrapper h2 {
    font-size: 35px;
    color: #000;
    margin: 0 0 25px 0;
    letter-spacing: 5px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-family: "open Sans";
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
}

section.chapters-wrapper h2:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/head-tag.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 999;
    width: 30px;
    height: auto;
    top: 0;
    bottom: 0;
}

section.chapters-wrapper h2:after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url(../images/head-tag.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 999;
    width: 30px;
    height: auto;
    top: 0;
    bottom: 0;

}

section.chapters-wrapper p {
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 45px;
}

.row.list-row {
    display: flex;
    flex-wrap: wrap;
}

.list-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.row.list-row img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.row.list-row .form-wrap {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}

.list-row form.search-form {
    padding: 10px 0;
    text-align: left;
    display: inline-block;
    width: calc(100% - 170px);
    max-width: initial;
    float: left;
}

.list-row form.search-form input {
    text-align: left;
    padding-left: 10px;
}

.list-row .form-wrap {
    margin-top: 10px;
}

.list-row form.search-form.box2 {
    width: 100%;
    margin: 0 auto;
}

.list-all-outer:hover span {
    background: #55bbaa;
}

/*****************list all ends*************/

/*******************footer start here****************/

footer {
    float: left;
    width: 100%;
}

.footer-wrap {
    background: #441155;
    padding: 40px 15px;
}

.footer-left h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer-left h6 a {
    color: #fff;
    text-decoration: underline;
}

.footer-left p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}


.footer-left p a {
    color: #fff;
    text-decoration: underline;
}

.footer-left p a:hover {
    text-decoration: none;
}

.footer-center p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}


.footer-center p a {
    color: #fff;
    text-decoration: underline;
}

.footer-center p a:hover {
    text-decoration: none;
}

.footer-center {
    text-align: center;
}

.footer-logo-outer {
    text-align: right;
}

.footer-logo-outer img {
    margin-left: 40px;
}

.container-foot {
    padding: 0 3%;
}

/*******************footer start ends****************/


/*********************bio detail start******************/
.bio-detail-wrap:before {
    position: absolute;
    content: "";
    bottom: -2px;
    width: 100vw;
    z-index: 9;
    background: url(../images/rose-wave.jpg);
    min-height: 191px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    right: 0px;
}

.bio-detail-wrap {
    clear: both;
    position: relative;
    background: #55bbaa;
    min-height: 170px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.bio-head h2 {
    font-size: 41px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}

.bio-head h5 {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 15px;
}

.bio-head ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0px 3px;
    padding: 0px 10px;
    position: relative;
}

.bio-head ul {
    margin-top: 34px;
    margin-bottom: 23px;
}

.bio-head ul li:after {
    position: absolute;
    content: "|";
    top: 0;
    right: -6px;
}

.bio-head ul li:last-child:after {
    content: "";
}

.bio-head ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.bio-head {
    position: relative;
    z-index: 9;
}

.bio-head ul li a {
    color: #fff;
    transition: all .4s ease;
}

.bio-head ul li a:hover {
    color: #441155;
}

.bio-detail-img-inr {
    max-width: 485px;
}

.body-content {
    padding: 55px 15px 80px;
}

.body-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 26px;
}

.bio-detail-content {
    padding: 0 0 70px;
    position: relative;
    width: 100%;
    float: left;
}

.bio-detail-content .bio-inner-full {
    padding: 0 5%;
    position: relative;
    height: 100%;
    display: block;
    float: none;
    margin: 0 auto;
    clear: both;
}

.bio-content-inr {
    padding-top: 0px;
}

.bio-content-inr p {
    line-height: 34px;
    font-size: 18px;
}

.details ul li {
    display: inline-block;
}

.details ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    display: block;
}

.details ul li strong:after {
    border-bottom: 1.5px solid #441155;
    content: "";
    position: absolute;
    width: 25px;
    height: auto;
    bottom: -5px;
    left: 0;
}

.details {
    margin: 5% 0px;
}

.share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.share p {
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.share ul li {
    display: inline-block;
    margin-left: 15px;
    font-size: 24px;
}

.share ul li i {
    color: #999999;
    transition: all .4s ease;
}

.share ul li a {
    transition: all .4s ease;
}

.share ul li a:hover i {
    color: #55bbaa;
}

.related-item {
    background: #eef8f6;
    padding: 20px 0px 100px;
    float: left;
    width: 100%;
}

.related-item .cmn-head {
    text-align: center;
}

.related-block {
    margin-top: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 33.33%;
}

.related-list {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    padding-left: 15px;
}

.col-md-9.related-images-list {
    margin: 0 auto;
}

.related-block-outer {
    background: #fff;
    padding: 15px;
    border: 2px solid #fff;
}

.related-block-outer:hover {
    border: 2px solid #5ba;
}

.related-block-outer img {
    width: 100%;
    object-fit: cover;
}


.related-block-outer .details {
    margin: 0;
    padding: 20px 10px;
}

.related-block-outer .details h6 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 12px;
}

.related-block-outer .details ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.load-more {
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.load-more img {
    margin-right: 20px;
}

.related-list-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

section.related-itemgallery {
    float: left;
    width: 100%;
    padding: 30px 0 70px 0;
    background: #eef8f6;
}

button#next,
#next2 {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    font-weight: 600;
    transition: all .4s ease;
}

button#next:hover,
#next2:hover,
a.top:hover {
    color: #55bbaa;
}

a.top {
    transition: all .4s ease;
    font-weight: 600;
}

.related-block-top .row {
    margin-left: -6px;
    margin-right: -6px;
}

.related-block-main {
    padding: 0px 10px;
}

/*********************bio detail ends******************/


/*******************start chapter here******************/
.sort-row {
    align-items: center;
    justify-content: space-between;
}

.sort-row form.search-form {
    padding: 0;
    max-width: 100%;
    background: transparent;
}

.sort-row form.search-form .search-field {
    background: transparent;
}

.showitem {
    font-size: 17px;
    font-weight: 400;
}

.sort-chapter {
    text-align: right;
}

option {
    background: #55bbaa;
    color: #fff;
    font-size: 13px;
}

.sort-chapter p {
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
}

.sorting {
    margin-top: 10px;
    margin-bottom: 60px;
}

.sorting.img-sorting .col-md-auto.sort-chapter {
    text-align: left;
}

.sorting.img-sorting .col-md-auto.sort-chapter.title {
    text-align: center;
}

.sorting.img-sorting .col-md-auto.sort-chapter.sort-by {
    text-align: right;
}

.sort-chapter select {
    font-size: 17px;
    background: url(../images/select-arrow.png) no-repeat;
    -webkit-appearance: none;
    border: 0;
    background-position: right center;
    padding-right: 20px;
}

.chapter-des-outer {
    background: #eef8f6;
    width: 100%;
    padding: 1px 129px;
    border-bottom-color: transparent;
}

.chapter-name h6 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.chapter-name {
    width: 50%;
}

.chapter-name.chapter {
    padding-left: 250px;
    width: 40%;
}

.chapter-name.uni {
    width: 40%;
}


.chapter-des-inr {
    width: 40%;
}

.chapter-name-detail {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0px 25px;
}

.chapter-ds-detail {
    background: #fff;
    padding: 30px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    border: 2px solid transparent;
    transition: all .4s ease;
}

.chapter-ds-detail.active {
    border-color: #55bbaa;
    box-shadow: -1px 0px 10px 3px #00000038;
}

.chapter-ds-detail:hover {
    border-color: #55bbaa;
    box-shadow: -1px 0px 10px 3px #00000038;
}

.chapter-name-inr {
    padding-left: 250px;
    width: 40%;
}

.chapter-des-inr {
    width: 40%;
}

.chapter-name-inr h6 {
    font-size: 20px;
    font-weight: 600;
}

.chapter-des-inr p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.pagination {
    width: 100%;
}

.pagination ul li {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #5f5f5f;
    margin: 0px 7px;
    font-family: "open Sans";
}

.pagination ul {
    width: 100%;
    text-align: center;
    padding: 45px 0px;
    background: #eef8f6;
}

.pagination ul li a {
    color: #5f5f5f;
    transition: all .4s ease;
}

.pagination ul li a:hover {
    color: #55bbaa;
}

.pagination ul li.current {
    color: #000;
}

.body-content.chapters {
    padding-top: 0;
}

.body-content.chapters2 {
    padding-bottom: 15px;

}

/*******************ends chapter here******************/


/******************chapter2 start here**************/
.sorting.img-sorting {
    margin-bottom: 10px;
}

.sort-chapter h6 {
    font-weight: 600;
}

.img-outer {
    padding: 10px;
    border: 1.5px solid #d4dce0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .4s ease;
    cursor: pointer;
    background-color: #fff;
}

.img-right-content h6 {
    font-weight: 600;
    color: #3d434f;
}

.img-right-content {
    width: calc(100% - 410px);
    padding-left: 70px;
    max-width: inherit;
}

.related-images-list .img-outer {
    justify-content: flex-start;
}

.sorting.img-sorting .sort-chapter {
    width: 33.33%;
}

.sort-chapter.title {
    text-align: center;
}

.sort-chapter.title h6 {
    margin-left: -30%;
}

.col-md-auto.sort-chapter.sort-by {
    text-align: right;
}

.chapter-description.bg-white .pagination ul {
    background: #eef8f6;
}

.img-outer.active {
    border-color: #55bbaa;
}

/*****************explore start here************/
.explore-block-area img {
    object-fit: cover;
    width: 100%;
}

.explore-block:nth-child(odd) .explore-block-inner:nth-child(3) {
    width: 32%;
}

.explore-block:nth-child(odd) .explore-block-inner:nth-child(4) {
    width: 27%;
}

.explore-block:nth-child(odd) .explore-block-inner:nth-child(2) {
    width: 22%;
}

.explore-block:nth-child(odd) .explore-block-inner:nth-child(1) {
    width: 19%;
}

.explore-block-inner {
    padding: 0px 6px;
}

.explore-block {
    margin-bottom: 12px;
    margin-left: -6px;
    margin-right: -6px;
}

.explore-block-area {
    position: relative;
    height: 477px;
    cursor: pointer;
}

.explore-block-area .pink-head {
    position: absolute;
    content: "";
    bottom: 0;
}

.explore-block-area .pink-head:hover {
    background: #441155;
}

.explore-block:nth-child(even) .explore-block-inner:nth-child(1) {
    width: 30%;
}

.explore-block:nth-child(even) .explore-block-inner:nth-child(2) {
    width: 20%;
}

.explore-block:nth-child(even) .explore-block-inner:nth-child(3) {
    width: 50%;
}

.explore-wrap {
    margin-top: 20px;
    padding-bottom: 80px;
}

/*****************explore ends here************/

/***********gallery*****************/
/*.related-itemgallery .row {
    background: #d9dbc8;
    margin-left: 0;
    margin-right: 0;
    padding: 7px 6px 50px;
}*/
.related-block-outer p {
    font-size: 16px;
    margin-bottom: 0;
}

.body-content.image-gallery {
    padding-bottom: 0;
}

.related-itemgallery .related-block {
    margin-bottom: 7px;
}

/*****************item detail start here*******************/
.item-detail-wrap .real-wmomen-outer {
    margin-top: 0;
}

.item-detail-wrap .real-wmomen-outer .real-women-block img {
    height: 974px;
}

.item-detail-wrap .real-wmomen-outer .owl-nav {
    top: 346px;
}

.item-detail-wrap .real-wmomen-outer .owl-nav:before,
.item-detail-wrap .real-wmomen-outer .owl-nav:after {
    height: 402px;
}


.real-women-wrap .container.min-container {
    position: relative;
}

.real-women-wrap .prev-btn,
.real-women-wrap .next-btn {
    top: 346px;
    font-size: 16px !important;
    text-transform: uppercase;
    background: transparent !important;
    color: #000 !important;
    transform: rotate(-90deg);
    letter-spacing: 5px;
    position: absolute;
    font-weight: 400;
    transition: all .4s ease;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}


.real-women-wrap .prev-btn {
    left: -110px;
}

.real-women-wrap .next-btn {
    right: -110px;
}

.real-women-wrap .prev-btn:after {
    position: absolute;
    content: "";
    height: 350px;
    width: 3px;
    left: -200px;
    background: #cccccc;
    top: -161px;
    transform: rotate(90deg);
}

.real-women-wrap .next-btn:after {
    position: absolute;
    content: "";
    height: 350px;
    width: 3px;
    left: -200px;
    background: #cccccc;
    top: -161px;
    transform: rotate(90deg);
}


.item-detail-form {
    margin: 50px 0px;
}

.item-detail-content h3 {
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "open Sans";
}

.item-detail-content p {
    line-height: 33px;

}

.item-detail-content .share {
    margin-top: 100px;
    justify-content: flex-start;
}

.item-detail-content .share p {
    margin-right: 20px;
}

.item-detail-content {
    padding: 0px 70px;
}

.item-detail-accordian {
    padding: 0px 70px 0px 0px;
}

.accordian-wrap .row {
    margin-left: -60px;
    margin-right: -60px;
}

.item-detail-accordian h5 {
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
}

.item-detail-accordian .btn-link {
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px;
    background: #eef8f6;
    color: #5f5f5f;
    font-weight: 700;
    position: relative;
    font-size: 17px;
    border: 0;
}

.item-detail-accordian .card-header {
    padding: 0;
    border-bottom: 0;
}

.item-detail-accordian .card {
    border: 0;
}

.item-detail-accordian .card-body p {
    line-height: 33px;
    font-size: 17px;
}

.item-detail-accordian .card-body {
    padding: 15px 0px 10px;
    background: #eef8f6;
}

.item-detail-accordian .btn-link:last-child {
    border-bottom: 1px solid #d6d8dc;
}

button.btn.btn-link {
    color: #55bbaa;
}

.item-detail-accordian .btn-link:hover {
    color: #55bbaa;
    text-decoration: none;
}

.item-detail-accordian .btn-link {
    text-decoration: none !important;
}

.item-detail-accordian .card-body p:last-child {
    margin-bottom: 0;
}

.item-detail-accordian .btn-link.collapsed {
    color: #5f5f5f;
    background: #eef8f6;
}

.item-detail-accordian .btn-link:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 40px;
    left: 50%;
    background: url(../images/minus.png) no-repeat;
    top: 0;
    background-position: center center;
}

.item-detail-accordian .btn-link.collapsed:after {
    background: url(../images/plus.png) no-repeat;
    background-position: center center;

}

.search-fil-block h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: "open Sans";
}

.search-fil-block {
    margin-bottom: 75px;
    max-width: 333px;
}

.body-content.filter {
    padding: 10px 0px 80px;
}

.search-fil-block li {
    font-weight: 500;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #5f5f5f;
    padding: 10px 0px;
    border-bottom: 1px solid #d6d8dc;
    font-family: "open Sans";
}

.subject-wrap span {
    width: 80%;
}

.subject-wrap span.count-right {
    float: right;
    width: 20%;
    text-align: right;
}
}

.filter-accordian {
    width: 100%;
    cursor: pointer;
}

.filter-togl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-togl.collapsed span {
    color: #5f5f5f;
}

.filter-togl span {
    color: #55bbaa;
}

.filter-togl:hover span:first-child {
    color: #55bbaa;
}

.search-fil-block li ul {
    width: 100%;
    font-weight: 400;
    margin-top: 10px;
    border-top: 1px solid #d6d8dc;
}

.main-collapse {
    width: 100%;
}

.main-collapse ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.filter-togl .span-filter {
    display: inline-block;
    height: 22px;
    width: 17px;
    font-size: 0;
    background: url(../images/minus.png);
    background-repeat: no-repeat;
    background-position: center;
}

.filter-togl.collapsed .span-filter {
    font-size: 15px;
    background: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
}

.search-fil-block li ul li {
    font-weight: 400;
    padding-left: 20px;
}

.subject-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subject-wrap:hover span:first-child {
    color: #55bbaa;
    cursor: pointer;
}

.search-fil-block li.active {
    color: #55bbaa;
    border-bottom: 0;
}

.search-fil-block li ul li a.nav-link {
    width: 100%;
    display: block;
    padding: 0;
}

.item-btn {
    min-width: 102px;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    border: 1px solid #d6d8dc;
    padding: 3px 0px;
    margin-bottom: 10px;
    transition: all .4s ease;
}

.item-btn:hover {
    background: #55bbaa;
    border-color: #55bbaa;
    color: #fff;
}

.filter-block-content h4 {
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "open Sans";
    font-size: 22px;
}

.body-content.filter .sort-row {
    margin-left: 0;
    margin-right: 0;
}

.sort-chapter img {
    margin-left: 20px;
}

.result-items {
    margin-top: 35px
}

.result-inner {
    padding: 10px;
    border: 1px solid #d6d8dc;
    transition: all .4s ease;
}

.result-inner:hover {
    border-color: #55bbaa;
}

.result-inner h5 {
    margin: 37px 0px 25px;
    font-size: 24px;
    font-weight: 600;
}

.result-inner p {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 15px;
}

.result-inner img {
    width: 100%;
}

.result-item-block {
    padding: 0px 7px;
    margin-bottom: 20px;
}

.result-items {
    margin-left: -7px;
    margin-right: -7px;
}

.result-items .result-item-block .result-inner.hover-me-outer {
    background: #fff;
    border: 2px solid #ffffff;
}

.result-items .result-item-block .result-inner.hover-me-outer:hover {
    border: 2px solid #55bbaa;
}

.filter-block-content .img-wrapper {
    margin-top: 35px;
}

.filter-block-content .img-right-content {
    width: calc(100% - 410px);
    padding-left: 70px;
    max-width: 500px;
}

.filter-block-content .img-outer {
    justify-content: flex-start;
}

.img-outer:hover {
    border-color: #55bbaa;
}

.filter-block-content .img-right-content p {
    font-size: 15px;
}

/*************************time line********************/
/* The container */
.labelcontainer {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.labelcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.labelcontainer:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.labelcontainer input:checked~.checkmark {
    background-color: #55bbaa;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-top:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.labelcontainer input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.labelcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-box-block {
    font-weight: 400;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #5f5f5f;
    padding: 10px 0px;
    border-bottom: 1px solid #d6d8dc;
}

.check-box-block-timeline {
    font-weight: 400;
    list-style: none;
    justify-content: space-between;
    color: #5f5f5f;
    padding: 10px 0px;
    border-bottom: 1px solid #d6d8dc;
    display: inline-block;
    margin: 0 20px 15px 0;
    width: 18%;
    border-bottom: 1px solid #d6d8dc;
    padding-bottom: 15px;
    flex-wrap: wrap;
}

.ss-row.ss-large.margin-top-70.ss2 .ss-left {
    margin-top: 0;
}

.ss-row.ss-large.margin-top-70.ss2 .ss-right {
    margin-top: 31px;
}

.ss-row.ss-large.margin-top-70.ss2 .ss-right .ss-circle {
    top: 150px;
}

.real-wmomen-outer #women-slider .owl-nav {
    height: 100%;
}


/**********then now**************/
.center-xy {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}



.comparison-slider-container {
    max-width: 1130px;
    max-height: 800px;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 999;
}

.slider-col {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.slider-col .slider-bg {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.slider-col .slider-caption {
    position: absolute;
    top: 0;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: 20px;
    font-size: 14px;
}

.slider-right .slider-bg {
    max-width: 1130px;
    background-color: #ebebeb;
    background-image: url("../images/now-img.jpg");
}

.slider-right .slider-caption-right {
    right: 0;
}

.slider-left {
    width: 0px;
    left: 0px;
}

.slider-left .slider-bg {
    max-width: 1130px;
    background-color: #ebebeb;
    background-image: url("../images/thenimg.jpg");
}

.slider-left .slider-caption-left {
    left: 0;
}

.handle {
    background-color: #55bbaa;
    width: 5px;
    height: 100%;
    margin-left: -2px;
    position: absolute;
    cursor: col-resize !important;
    content: '';
}

.handle:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #55bbaa url(../images/handler.png);
    border-radius: 100%;
    top: 50%;
    left: 0px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -13px -22px;
}

.btn-container {
    background: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 999;
}

.btn {
    background-color: #fff;
    padding: 10px 12px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

.btn:hover {
    background-color: #ddd;
}

.then-now-wrap {
    height: 800px;
    position: relative;
    margin-top: 20px;
}

strong {
    font-weight: 600;
}

.hover-me {
    position: relative;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.hover-me img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all .9s linear;
    transition: all .9s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.hover-me-outer:hover .hover-me img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.hover-me:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: rgba(255, 255, 255, .3);
    opacity: 0;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}

.hover-me-outer:hover .hover-me:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

.prev-next-btn {
    position: absolute;
    height: 494px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}

.prev-btn {
    top: 0;
    text-transform: uppercase;
    background: transparent !important;
    color: #000 !important;
    transform: rotate(-90deg);
    letter-spacing: 5px;
    position: absolute;
    font-weight: 400;
    left: -138px;
    font-size: 16px;
    margin: 5px;
    padding: 4px 7px;
}

.next-btn a:hover,
.prev-btn a:hover {
    color: #55bbaa;
}

.next-btn a,
.prev-btn a {
    transition: all .4s ease;
}

.prev-next-btn:before {
    position: absolute;
    content: "";
    height: 62%;
    width: 4px;
    top: 91px;
    background: #cccccc;
    left: -98px;
}

.prev-next-btn:after {
    position: absolute;
    content: "";
    height: 62%;
    width: 4px;
    top: 91px;
    background: #cccccc;
    right: -98px;
}

.next-btn {
    top: 0;
    text-transform: uppercase;
    background: transparent !important;
    color: #000 !important;
    transform: rotate(-90deg);
    letter-spacing: 5px;
    position: absolute;
    font-weight: 400;
    right: -138px;
    font-size: 16px;
    margin: 5px;
    padding: 4px 7px;
}

.then-now-view {
    margin-top: 45px;
}

.then-now-view .min-container {
    max-width: 1160px;
}

.then-now-head {
    position: relative;
    margin-bottom: 40px;
}

.then-now-head span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    font-weight: 600;
    font-size: 35px;
    line-height: 34px;
}

.then-now-imges img {
    width: 100%;
    max-height: 295px;
}

.then-now-head h3 {
    text-align: center;
}

.then-now-imges a {
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    transition: all .4s ease;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .4s ease;
}

.then-now-imges {
    text-align: center;
}

.then-now-imges a:hover {
    color: #55bbaa;
    border-bottom-color: #55bbaa;
}

.body-content.time-line .serch-filter {
    padding-top: 0px;
}

.then-now-imges .hide-h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.select2-container {
    min-width: 115px;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    background: url(../images/scroller.png);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    margin-top: 0;
}

.sort-chapter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
}

.sort-chapter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/select-arrow.png) no-repeat;
    background-position: center center;
}

.sort-chapter .select2-container {
    min-width: 154px;
}

.select2-dropdown {
    min-width: 200px;
}

.select2-dropdown {
    margin-top: 15px;
    border: 1px solid #d6d8dc;
    border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d6d8dc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #55bbaa;
    transition: all .4s ease;
}


.select2-container--default .select2-results__option[aria-selected=true] {
    background: #eeeeee;
    color: #333333;
}

.then-now-imges .hover-me-outer {
    cursor: pointer;
}

.sorting.img-sorting .sort-chapter .select2-container {
    min-width: 64px;
}

.fltr-img {
    display: inline-block;
    height: 35px;
    width: 25px;
    margin-left: 20px;
    vertical-align: middle;
    background: url(../images/filter.png);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: all .4s ease;
}

.fltr-img:hover {
    background: url(../images/filter1.png);

}

.fltr-img-list {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    vertical-align: middle;
    background: url(../images/filter2.png);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: all .4s ease;
}

.fltr-img-list:hover {
    background: url(../images/filter22.png);

}

.img-right-content h4 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 25px;
    font-size: 20px;
    font-family: "open Sans";
}

.img-right-content p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}

.bio-inner-full .owl-nav {}

.bio-inner-full .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.bio-inner-full .owl-nav .owl-prev,
.bio-inner-full .owl-nav .owl-next {
    top: 20%;
    font-size: 16px !important;
    text-transform: uppercase;
    background: transparent !important;
    color: #000 !important;
    transform: rotate(-90deg);
    letter-spacing: 5px;
    position: absolute;
    font-weight: 400;
    transition: all .4s ease;
    font-family: "open Sans";
}

.bio-inner-full .owl-nav .owl-prev:hover,
.bio-inner-full .owl-nav .owl-next:hover {
    color: #55bbaa !important;
}

.bio-inner-full .owl-nav .owl-prev {
    left: -40px;
}

.bio-inner-full .owl-nav:before {
    position: absolute;
    content: "";
    height: 50%;
    top: 30%;
    background: #cccccc;
    width: 1px;
    left: 0px;
}

.bio-inner-full .owl-nav .owl-next {
    right: -40px;
}

.bio-inner-full .owl-nav:after {
    position: absolute;
    content: "";
    height: 50%;
    top: 30%;
    background: #cccccc;
    width: 1px;
    right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 35px;
    font-weight: 600;
}

.filter-body-content .share {
    margin-top: 25px;
}

.filter-body-content .share p {
    text-align: right;
    width: 120px;
    margin: 0 20px 0 auto;
    font-family: "open Sans";
    font-weight: 500;
}

section.stories-cnt-wrapper {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
}

section.stories-cnt-wrapper .form-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    clear: both;
}

section.stories-cnt-wrapper form.contact-form {
    position: relative;
    padding-bottom: 125px;
    float: left;
    clear: both;
    width: 100%;
}

section.stories-cnt-wrapper .form-field:last-child {
    width: auto;
    float: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

section.stories-cnt-wrapper .form-field label {
    display: block;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    font-family: "open Sans";
}

section.stories-cnt-wrapper .form-field input.contact-input {
    width: 100%;
    padding: 0px 10px;
    border: 2px solid #333333;
    border-radius: 2px;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    color: #666;
}

section.stories-cnt-wrapper .form-field select.contact-select.contact-input {
    width: 100%;
    padding: 0px 10px;
    border: 2px solid #333333;
    border-radius: 2px;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    color: #666;
    -webkit-appearance: none !important;
    z-index: 11;
    position: relative;
    background: transparent;
    cursor: pointer;
}

section.stories-cnt-wrapper .form-field textarea.contact-textarea.contact-input {
    padding: 10px 10px 0px 10px;
    width: 100% !important;
    height: 130px;
    min-height: 40px;
    border: 2px solid #333333;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
    position: relative;
}

section.stories-cnt-wrapper .form-field .select {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    position: relative;

}

section.stories-cnt-wrapper .form-field .select:before {
    content: "";
    width: 28px;
    height: 36px;
    background: url(../images/custom-arrow1.png) no-repeat;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2px;
    background-size: contain;
    background-position: right;
    z-index: 0;
}

section.stories-cnt-wrapper .form-field .CmnBtn.send-btn {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    background: #56bbaa;
    padding: 15px 25%;
    float: none;
    border: 2px solid #56bbaa;
    width: auto;
    cursor: pointer;
    outline: 0 !important;
    letter-spacing: 1px;
}

section.stories-cnt-wrapper .form-field .CmnBtn.send-btn:hover {
    color: #56bbaa;
    background: #fff;
}

section.adv-search-wrapp input.contact-input {
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #333333;
    border-radius: 2px;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    color: #666;
}

section.adv-search-wrapp {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 110px;
}

section.adv-search-wrapp .form-field.col-md-6 {
    margin-bottom: 20px;
}

section.adv-search-wrapp label {
    display: block;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    font-family: "open Sans";
    position: relative;
}

section.adv-search-wrapp .CmnBtn.send-btn {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    background: #56bbaa;
    padding: 15px 15%;
    float: none;
    border: 2px solid #56bbaa;
    width: auto;
    cursor: pointer;
    outline: 0 !important;
    letter-spacing: 1px;
}

section.adv-search-wrapp .CmnBtn.send-btn:hover {
    color: #56bbaa;
    background: #fff;
}

section.adv-search-wrapp .form-field.btn-send {
    text-align: center;
    margin-top: 50px;
}

.meta-data-list:before {
    content: ' ';
}

.meta-data-list:after {
    font-size: 1.25em;
    content: ' \2022 ';
    color: #441155;
}

.meta-data-list:last-of-type:after {
    content: ' ';
}

.match {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-size: 16px !important;
    width: 100%;
    max-width: 250px;
    margin-left: auto !important;
    font-weight: 400 !important;
    line-height: 22px;
}

/* Hide the browser's default checkbox */
.match input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 999;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #d0cece;
}

.checkmark-top {
    position: absolute;
    top: 0;
    right: 50%;
    height: 20px;
    width: 20px;
    background-color: #d0cece;
}



/* On mouse-over, add a grey background color */
.match:hover input~.checkmark {
    background-color: #ccc;
}

.match:hover input~.checkmark-top {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.match input:checked~.checkmark {
    background-color: #56bbaa;
}

.match input:checked~.checkmark-top {
    background-color: #56bbaa;
}

/* Create the checkmark/indicator (hidden when not checked) */
.match:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.match input:checked~.checkmark:after {
    display: block;
}

.match input:checked~.checkmark-top:after {
    display: block;
}



/* Style the checkmark/indicator */
.match .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.match .checkmark-top:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.real-women-wrap {
    padding-top: 20px;
    padding-bottom: 110px;
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.real-women-wrap .share {
    max-width: 500px;
}

.real-women-wrap .share p {
    width: 60px;
}

.real-women-wrap .share ul {
    float: left;
    width: 80%;
}

.real-women-wrap .col-md-12.top-social {
    padding: 0 5px;
}

.moredetail {
    position: relative;
    top: -20px;
    font-size: 16px;
    float: right;
    text-transform: uppercase;
}

.body-content.item-detail {
    padding: 0px 0px 150px;
    width: 100%;
    float: left;
}

.accordian-wrap {
    float: left;
    width: 100%;
}

.body-content.item-detail .real-women-wrap.item-detail-wrap {
    padding-top: 0;
    padding-bottom: 80px;
}

.col-md-8.bio-detail-right {
    padding-left: 70px;
}

.ss-outer-div {
    margin: 0 auto;
    margin-top: 7px;
    width: 100%;
}

.ss-container {
    padding-bottom: 200px;
}

.ss-container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: left;
    overflow: hidden;
    padding-bottom: 0px;
    max-width: 1135px;
    padding-bottom: 50px;
}

.ss-container:before {
    position: absolute;
    width: 7px;
    background: url(../images/dots.png);
    top: 0px;
    left: 50%;
    margin-left: -2px;
    content: '';
    height: 100%;

}

.ss-row {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
}

.ss-left {
    float: left;
    margin-top: 44px;
}

.ss-right {
    float: left;
    width: 50%;
    position: relative;
    z-index: 99;
}

.ss-right .ss-circle {
    left: -7px;
    top: 68px;
    width: 370px;
}

.ss-circle {
    display: block;
    text-align: left;
    text-indent: -9000px;
    height: 30px;
    float: left;
}

.ss-circle-deco:before {
    width: 370px;
    height: 0px;
    border-bottom: 2px solid #000;
    position: absolute;
    top: 16px;
    content: '';
    margin-top: -5px;
    z-index: -1;
}

.ss-right .ss-circle-deco:before {
    left: 0%;
}

.ss-right .ss-circle-deco:after {
    left: 0;
}

.ss-circle-deco:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    top: 13px;
    margin-top: -10px;
}

.ss-right {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 100px;
}

.ss-left {
    float: left;
    width: 50%;
    margin-top: 0px;
}

.ss-left .ss-circle {
    float: right;
    position: relative;
    top: 107px;
    right: -17px;
}

.ss-right .ss-circle {
    float: right;
    position: relative;
    top: 107px;
    left: -17px;
}

.ss-circle:before {
    width: 370px;
    height: 0px;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 16px;
    content: "";
    margin-top: -5px;
    z-index: 1;
    width: 150px;
}

.ss-left .ss-circle:before {
    right: 0%;
}

.ss-circle {
    position: relative;
}

.ss-circle:after {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(../images/timelin-small-icon.png) no-repeat #fff center center;
    content: "";
    position: absolute;
    top: -4px;
    margin-top: -10px;
    z-index: 99;
}

.ss-left .ss-circle:after {
    right: -10px;
}

.ss-contant h3 {
    color: #3d434f;
    font-size: 20px;
    margin-bottom: 15px;
}

.ss-contant img {
    margin-bottom: 20px;
}

.ss-contant {
    width: 80%;
}

.ss-left .ss-contant {
    float: left;
    position: relative;
    z-index: 99;
}

.ss-right .ss-contant {
    float: right;
    position: relative;
    z-index: 99;
}


ss1 .ss-left {
    margin-top: 100px;
}

.ss-right .ss-circle {
    float: left;
    position: relative;
    top: 107px;
    left: -17px;

}

.ss-right .ss-circle:before {
    left: 0%;

}

.ss-right .ss-circle:after {
    left: -10px;
}

.left-body-content.mob-view {
    display: none;
}


@media (max-width:1770px) {

    h1 {
        font-size: 43px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    body {
        font-size: 18px;
        padding-top: 70px;
    }


    .header-wrap.sticky .logo-wrap img {
        max-width: 170px;
    }

    .showitem {
        font-size: 15px;
    }

    .sort-chapter select {
        font-size: 15px;
    }

    .main-nav>ul>li>a {
        font-size: 17px;
    }

    .chapter-name h6 {
        font-size: 15px;
    }

    .container {
        max-width: 1250px;
    }

    .search-form-arae .search-submit {
        background-size: 16px !important;
        height: 100%;
    }

    .search-form-arae .search-submit-head {
        background-size: 16px !important;
        height: 100%;
    }

    .main-nav>ul>li>a:after {
        height: 2px;
    }




    .search-form-arae .search-field {
        min-height: 38px;
        font-size: 14px;
    }

    .main.search-form-arae .search-field {
        width: 274px;
    }

    .search-form-arae.main .checkbook-sect {
        width: 320px;
    }

    form.search-form-arae.main {
        width: 320px;
    }

    .search-form-arae.main .checkbook-sect label {
        font-size: 16px;
    }

    .bio-head h2 {
        font-size: 35px;
    }

    .bio-head h5 {
        font-size: 20px;
    }

    .footer-left h6 {
        font-size: 14px;
    }

    .footer-left h6 a:hover {
        text-decoration: none !important;
    }

    .chapter-des-inr p {
        font-size: 14px;
    }

    .chapter-name-inr h6 {
        font-size: 17px;
    }

    .chapter-des-outer {
        padding: 1px 80px;
    }

    .img-right-content {
        width: calc(100% - 410px);
    }

    .explore-block-area {
        height: 360px;
    }

    h4.pink-head {
        padding: 50px 0px;
    }

    .banner-inner h1 {
        font-size: 40px;
    }


    form.search-form input {
        font-size: 15px;
    }

    form.search-form {
        max-width: 596px;
        padding: 20px 60px 27px;
    }


    .search-btns .CmnBtn {
        min-height: 33px;
        line-height: 33px;
        min-width: 250px;
    }


    .min-container {
        max-width: 1100px;
    }

    .real-women-block img {
        height: 400px;
    }

    .real-wmomen-outer #women-slider .owl-nav {
        height: 100%;
    }

    .real-wmomen-outer .owl-nav:after {
        width: 1px;
        right: -71px;
    }

    .real-wmomen-outer .owl-nav:before {
        width: 1px;
        left: -71px;
    }

    .real-wmomen-outer .owl-next,
    .real-wmomen-outer .owl-prev {
        font-size: 15px !important;
    }


    .real-women-wrap .prev-btn,
    .real-women-wrap .next-btn {
        top: 150px;
        font-size: 15px !important;
    }



    .item-detail-accordian .card-body p {
        font-size: 14px;
        line-height: 27px;
    }

    p {
        line-height: 27px;
    }

    .bio-detail-wrap:before {
        right: 0;
    }

    .related-list {
        font-size: 15px;
    }

    .related-block-outer .details ul li {
        font-size: 15px;
    }

    .banner-inner {
        max-width: 800px;
        padding: 0;
    }


    /*.cmn-head {
    max-width: 760px;
}*/
    .cmn-head p {
        line-height: 27px;
    }

    .real-stong-women {
        padding: 80px 0px 50px;
    }


    .our-history-wrap {
        padding: 80px 0px;
    }

    .members {
        padding: 80px 0px 70px;

    }

    .related-block-outer p {
        font-size: 15px;
    }

    .item-detail-accordian .btn-link {
        font-size: 15px;
        background: #eef8f6;
        font-weight: 500;
        font-family: "open Sans";
    }

    .item-detail-wrap .real-wmomen-outer .real-women-block img {
        height: auto;
        max-width: 100%;
        width: auto;
    }

    .item-detail-wrap .real-wmomen-outer .owl-nav:before,
    .item-detail-wrap .real-wmomen-outer .owl-nav:after {
        height: 300px;
    }

    .item-detail-wrap .real-wmomen-outer .owl-nav {
        top: 100px;
    }

    .share ul li {
        font-size: 18px;
        margin-left: 10px;
    }

    .item-detail-content h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .item-detail-accordian h5 {
        font-size: 20px;
        margin-bottom: 10px;
        background: #eef8f6;
    }

    .search-fil-block h4 {
        font-size: 22px;
    }

    .result-inner h5 {
        font-size: 20px;
        margin: 26px 0px 17px;
    }

    .item-btn {
        font-size: 15px;
    }

    .filter-block-content h4 {
        margin-bottom: 20px;
    }

    .comparison-slider-container {
        max-width: 1130px;
        max-height: 600px;
    }

    .prev-next-btn:before {
        left: -57px;
        width: 1px;
    }

    .prev-next-btn:after {
        right: -57px;
        width: 1px;
    }

    .prev-btn {
        left: -95px;
    }

    .next-btn {
        right: -96px;
    }

    .then-now-wrap {
        height: 600px;
    }

    .prev-next-btn {
        height: 400px;
    }

    .banner-wrap {
        height: calc(100vh - 91px);
        min-height: 900px;
    }

}

@media(max-width:1400px) {

    .real-women-wrap .next-btn:after {
        height: 300px;
        width: 3px;
        left: -200px;
        top: -135px;
    }

    .real-women-wrap .prev-btn:after {
        height: 300px;
        width: 3px;
        left: -200px;
        top: -135px;
    }

    .real-women-wrap .prev-btn {
        left: -60px;
    }

    .real-women-wrap .next-btn {
        right: -60px;
    }


}

@media(max-width:1199px) {
    .search-form-arae {
        display: none;
    }

    .show-menu .overlay {
        position: fixed;
        top: 30px;
        right: 30px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        height: 30px;
        width: 30px;
    }

    .banner-wrap:before {
        right: 0;
    }

    .show-menu .overlay span {
        display: block;
        height: 3px;
        width: 30px;
        background: #55bbaa;
        margin-bottom: 6px;
        transition: all .4s ease;
        position: absolute;
        top: 10px;
        cursor: pointer;
    }

    .show-menu .overlay:hover span {
        background: #55bbaa;
    }

    .show-menu .overlay span:nth-child(1) {
        transform: rotate(47deg);
        top: 10px;
    }

    .show-menu .overlay span:nth-child(2) {
        opacity: 0;
    }

    .show-menu .overlay span:nth-child(3) {
        transform: rotate(-47deg);
        top: 10px;
    }


    .real-women-wrap .next-btn:after {
        display: none;
    }

    .real-women-wrap .prev-btn:after {
        display: none;
    }



    .real-women-wrap .next-btn {
        right: 10px;
        transform: rotate(0deg);
        position: absolute;
        bottom: -40px;
        top: auto;
    }

    .real-women-wrap .prev-btn {
        right: 10px;
        transform: rotate(0deg);
        position: absolute;
        bottom: -40px;
        top: auto;

    }
}

@media(max-width:1024px) {
    .bio-inner-full .owl-nav:before {
        height: 30%;
        top: 18%;
    }

    .bio-inner-full .owl-nav:after {
        height: 30%;
        top: 18%;
    }

    .bio-inner-full .owl-nav .owl-prev,
    .bio-inner-full .owl-nav .owl-next {
        top: 10%;
    }

    .banner-outer {
        width: 100%;
        padding: 0 5%;
    }

}

@media(min-width:768px) and (max-width:991px) {
    .related-block {
        width: 50%;
    }

    .check-box-block-timeline {
        width: 100%;
    }

    .img-right-content {
        width: 70%;
        padding-left: 29px;
    }

    .img-left {
        width: 30%;
    }

    .then-now-imges .hide-h3 {
        display: none;
    }

    .then-now-wrap {
        display: none;
    }

    .filter-block-content .img-right-content {
        width: 70%;
        padding-left: 29px;
    }

    .col-md-8.bio-detail-right {
        padding-left: 30px;
    }

}

@media(max-width:767px) {

    /*.form-wrap .search-form {
        padding: 0;
}*/
    .check-box-block-timeline {
        width: 100%;
    }

    .ss-row.ss1 .mob-br:last-child {
        display: block;
    }

    /*.form-wrap .advance-search {
    display: none;
}*/
    .item-detail-wrap .real-wmomen-outer .real-women-block img {
        height: auto;
    }

    .banner-inner p {
        font-size: 18px
    }

    .details ul li:after {
        display: none;
    }



    .details ul {
        margin-bottom: 15px;
    }

    .item-detail-content .share {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    /*form.search-form {
    padding-left: 0;
    padding-right: 0;
}*/

    .banner-wrap {
        min-height: 60em;
        width: 100%;
    }

    .banner-wrap:before {
        display: none;
    }

    .search-btns .CmnBtn {
        margin-bottom: 10px;
    }

    .banner-inner h2 {
        font-size: 36px;
        letter-spacing: 10px;
        line-height: 24px;
        margin-top: 20px;
    }

    .angle-down {
        bottom: -21px;
    }

    .sorting.img-sorting .col-md-auto.sort-chapter.title {
        display: none;
    }

    .sorting.img-sorting .col-md-auto.sort-chapter {
        display: none;
    }

    .sorting.img-sorting .col-md-auto.sort-chapter.sort-by {
        display: block;
        text-align: left;
        width: 100%;
    }


    .body-content.chapters2 .sorting.img-sorting {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .body-content.chapters2 .sorting {
        margin-bottom: 0;
    }

    .img-right-content {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: initial;
        padding: 0;
    }

    .related-list {
        padding-left: 15px;
    }

    .bio-detail-wrap:before {
        display: none;
    }

    .related-images-list .img-outer {
        text-align: center;
    }

    .img-left .hover-me img {
        width: auto;
        max-width: 100%;
    }

    .img-left {
        margin: 0 auto 15px;
        width: 100%;
    }

    .bio-head h5 {
        letter-spacing: 8px;
    }

    .related-block {
        width: 100%;
    }

    .footer-logo {
        order: 1;
        text-align: center;
    }

    .footer-left {
        order: 2;
        text-align: center;
        margin-top: 30px;
    }

    .footer-logo-outer {
        text-align: center;
    }

    .footer-logo-outer img {
        display: block;
        margin: 0 auto 15px;
        max-width: 100%;
    }

    .showitem {
        margin-bottom: 14px;
    }

    .col-md-6.search-chapter {
        margin-bottom: 15px;
    }

    form.search-form input {
        text-align: left;
        padding-left: 0px;
    }

    .sort-chapter {
        text-align: left;
        padding-bottom: 15px;
    }

    .chapter-des-outer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .chapter-name-inr {
        width: 100%;
        margin-bottom: 15px;
    }

    .chapter-des-inr {
        width: 100%;
    }

    .explore-block:nth-child(odd) .explore-block-inner:nth-child(1) {
        width: 100%;
    }

    .explore-block-area {
        height: auto;
    }

    .explore-block:nth-child(odd) .explore-block-inner:nth-child(2) {
        width: 100%;
    }

    .explore-block-inner {
        margin-bottom: 12px;
    }


    .explore-block:nth-child(odd) .explore-block-inner:nth-child(3) {
        width: 100%;
    }

    .explore-block:nth-child(odd) .explore-block-inner:nth-child(4) {
        width: 100%;
    }

    .explore-block:nth-child(even) .explore-block-inner:nth-child(1) {
        width: 100%;
    }

    .explore-block:nth-child(even) .explore-block-inner:nth-child(2) {
        width: 100%;
    }

    .explore-block:nth-child(even) .explore-block-inner:nth-child(3) {
        width: 100%;
    }

    .real-women-block img {
        height: auto;
    }

    .history-block {
        margin-bottom: 10px;
    }


    .members .history-block {
        margin-bottom: 50px;
    }

    .item-detail-content {
        padding: 0px 15px;
    }

    .accordian-wrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .item-detail-accordian {
        padding: 0px 15px;
    }

    .item-detail-accordian .btn-link:after {
        left: unset;
        right: 0;
    }

    .filter-block-content .img-right-content {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: initial;
        padding: 0;
    }

    .row.then-now-imges .col-md-6 {
        margin-bottom: 35px;
    }

    .then-now-imges img {
        height: auto;
    }


    .then-now-head {
        display: none;
    }

    .prev-next-btn {
        display: none;
    }

    .sroll_year {
        width: 100%;
        text-align: center;
        padding: 0;
        height: auto;
        margin-bottom: 15px;
    }

    .ss-container:before {
        display: none;
    }

    .ss-left {
        left: 0 !important;
        margin-top: 0 !important;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .ss-circle {
        display: none;
    }

    .ss-right {
        width: 100%;
        right: 0 !important;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .ss-contant {
        float: left;
        width: 100%;
        margin-left: 0;
        text-align: center !important;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .ss-right .ss-contant img {
        padding-left: 0;
    }

    .ss-row.ss-large.margin-top-70.ss3 {
        margin-top: 0;
    }

    .ss-row.ss-large.margin-top-70.ss2 .ss-right {
        margin-top: 0;
    }

    .ss-container {
        padding-bottom: 0;
    }

    .body-content.time-line {
        padding-bottom: 80px;
        padding-top: 0;
    }

    .ss-container {
        text-align: center;
    }


    .ss-row {
        padding: 0px 0px 0px;
    }

    span.mob-br {
        display: block;
        width: 2px;
        height: 130px;
        background: #000;
        text-align: center;
        margin: 20px auto 40px;
        clear: both;
        position: relative;
    }

    span.mob-br:after {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #000;
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .ss-row .mob-br:last-child {
        display: none;
    }

    .body-content.time-line .serch-filter {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .ss-contant img {
        padding-right: 0;
    }

    .then-now-wrap {
        display: none;
    }

    .members form.search-form button.search-submit {
        margin-right: 0;
    }

    .logo-wrap img {
        max-width: 180px;
    }


    .bio-detail-img-inr {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    .col-md-4.bio-detail-img {
        width: 100%;
        padding-bottom: 30px;
        margin: 0 10%;
        text-align: center;
        float: left;
    }

    .bio-detail-img-inr img.img-fluid {
        width: 100%;
    }

    .col-md-8.bio-detail-right {
        width: 100%;
        margin: 0 15px;
        float: left;
    }

    .bio-inner-full .owl-nav:before {
        height: 15%;
        top: 15%;
    }

    .bio-inner-full .owl-nav:after {
        height: 15%;
        top: 15%;
    }

    .bio-inner-full .owl-nav .owl-prev,
    .bio-inner-full .owl-nav .owl-next {
        top: 10%;
    }

    .bio-content-inr p {
        line-height: 34px;
        font-size: 17px;
        text-align: justify;
    }

    .bio-detail-content .bio-inner-full {
        padding: 0;
    }

    .search-fil-block {
        width: 100%;
        max-width: inherit;
        margin-bottom: 50px;
    }

    .search-fil-block .check-box-block {
        width: 48%;
        float: left;
        margin: 0 0 15px 0;
    }

    .search-fil-block .check-box-block:nth-child(3n),
    .search-fil-block .check-box-block:nth-child(5n) {
        margin-left: 4%;
    }

    .explore-block-area .pink-head {
        position: relative;
        content: "";
        bottom: 0;
    }

    .explore-block {
        margin-bottom: 0;
    }

    .chapter-name-detail {
        margin: 0px 0px 25px;
    }

    .left-body-content {
        width: 94%;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .right-body-content {
        width: 94%;
        margin: 0 auto;
        padding: 10px 0 10px 0;
    }

    .right-body-content .body-content-text {
        padding: 0;
        text-align: center;
    }

    .right-body-content .body-content-text .cmn-head {
        text-align: center;
    }

    .right-body-content .body-content-text .cmn-head h3 {
        text-align: center;
        width: auto;
        margin-bottom: 20px;
    }

    .body-content.body-one {
        padding: 100px 0px 30px;
    }

    .body-content.body-two {
        padding: 30px 0px 30px;
    }

    .left-body-content.desk-view {
        display: none;
    }

    .body-content.body-three {
        padding: 30px 0px 30px;
    }

    section.chapters-wrapper .row.list-row .col-md-6 {
        padding-bottom: 40px;
        width: 94%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    section.chapters-wrapper {
        padding: 50px 0 50px 0;
    }

    .body-content.item-detail {
        padding: 0px 0px 80px;
    }

    .item-detail-content p {
        line-height: 33px;
        margin-bottom: 40px;
    }

    .body-content.item-detail .real-women-wrap.item-detail-wrap {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .real-women-wrap .share ul {
        float: left;
        width: auto;
    }

    .real-women-wrap .share {
        max-width: fit-content;
        padding-bottom: 0;
    }

    .body-content.filter {
        padding: 10px 0px 30px;
    }

    .body-content.filter .img-outer {
        text-align: center;
    }

    .col-md-8.bio-detail-right {
        padding-left: 15px;
    }

    .body-content.chapters {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .left-body-content.mob-view {
        display: block;
    }
}

@media(max-width:600px) {
    .bio-inner-full .owl-nav:before {
        display: none;
    }

    .bio-inner-full .owl-nav:after {
        display: none;
    }

    .bio-detail-img-inr {
        width: 90%;
    }

    .check-box-block-timeline {
        width: 100%;
    }

    .search-fil-block .check-box-block {
        width: 100%;
    }

    .search-fil-block .check-box-block:nth-child(3n),
    .search-fil-block .check-box-block:nth-child(5n) {
        margin-left: 0;
    }

    section.stories-cnt-wrapper form.contact-form {
        padding-bottom: 90px;
    }

    section.stories-cnt-wrapper .form-field .CmnBtn.send-btn {
        padding: 10px 15%;
    }

    section.stories-cnt-wrapper {
        padding-top: 0;
        padding-bottom: 50px;
    }

    section.adv-search-wrapp {
        padding-bottom: 80px;
    }

    .real-women-wrap {
        padding-bottom: 70px;
        padding-top: 0;
    }

    .moredetail {
        font-size: 14px;
    }

    .banner-inner h2 {
        font-size: 24px;
        letter-spacing: 5px;
        line-height: 24px;
        margin-top: 20px;
    }

    .chapter-ds-detail {
        padding: 20px 20px;
    }
}

@media(min-width:1300px) {
    .row.list-row .col-md-6:nth-child(1) {
        padding-left: 0;
    }

    .row.list-row .col-md-6:nth-child(2) {
        padding-right: 0;
    }
}

@media(min-width:768px) {
    .ss-right.no-img a.ss-circle {
        top: 155px !important;
    }

    .hide-desk {
        display: none;
    }

    .then-now-imges .hide-h3 {
        display: none;
    }

    .our-history-outer img {
        min-height: 228px;
    }

    .chapter-member .history-outer img {
        height: 284px;
        object-fit: cover;
    }

    .banner-wrap {
        min-height: 900px;
    }

    section.adv-search-wrapp form.contact-form .form-field.col-md-6:nth-child(2n) {
        padding-right: 0;
        float: right;
    }

    section.adv-search-wrapp form.contact-form .form-field.col-md-6:nth-child(2n) input.contact-input {
        float: right;
    }

    section.adv-search-wrapp form.contact-form .form-field.col-md-6:nth-child(2n) label {
        width: 95%;
        margin-left: 5%;
    }

    section.adv-search-wrapp form.contact-form .form-field.col-md-6:nth-child(1) {
        padding-left: 0;
        float: left;
    }

    section.adv-search-wrapp form.contact-form .form-field.col-lg-12 {
        padding: 0;
    }

    section.adv-search-wrapp input.contact-input {
        width: 95%;
    }

    .left-body-content.mob-view {
        display: none;
    }

    .explore-block-area .hover-me {
        height: 70%;
    }
}

@media(max-width:1600px) {
    .cmn-head h3 {
        font-weight: 500;
        margin-bottom: 50px;
        position: relative;
        letter-spacing: 3px;
        color: #000;
        text-transform: uppercase;
        font-size: 28px;
        font-family: "open Sans";

    }
}

@media(min-width:1771px) {
    .chapter-member .history-outer img {
        height: 387px;
    }
}



@media(max-width:1250px) {

    .real-wmomen-outer #women-slider .owl-nav,
    .item-detail-wrap .real-wmomen-outer .owl-nav,
    .prev-next-btn {
        display: none;
    }

}

@media(max-width:1024px) {
    .cmn-head h3 {
        font-size: 24px;
        text-align: center;
        line-height: 30px;
    }

    section.chapters-wrapper h2 {
        font-size: 28px;
        text-align: center;
        line-height: 30px;
    }
}

@media(max-width:600px) {

    .banner-inner p {
        font-size: 16px;
        padding-top: 20px;
    }

    .col-md-8.bio-detail-right {
        margin: 0 6px;
    }

    .col-md-4.bio-detail-img {
        margin: 0 auto;
    }

    .banner-wrap.inner-banner .col-md-12.banner-inner nav ol.breadcrumb {
        margin: 15px auto 0px auto;
        line-height: 30px;
    }

    .banner-wrap.inner-banner .banner-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    h4.pink-head {
        padding: 30px 0px;
    }

    .body-content.chapters {
        padding-bottom: 40px;
    }

    .banner-wrap {
        min-height: 65em;
        width: 100%;
    }

    .inrhdlog-top,
    .inrhdlog-bottom {
        width: 100px;
        margin: 0 auto;
    }

    .banner-inner .innerhead-name h2 {
        font-size: 35px;
        letter-spacing: 2px;
        line-height: 35px;
    }
}

@media(max-width:480px) {
    .search-btns .CmnBtn {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .banner-wrap {
        min-height: 72em;
        width: 100%;
    }

    .check-box-block-timeline {
        width: 100%;
    }
}

@media(max-width:414px) {

    .inrhdlog-top,
    .inrhdlog-bottom {
        width: 60px;
        margin: 0 auto;
    }

    .banner-inner .innerhead-name h2 {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 28px;
    }

    .inrhdlog-bottom {
        margin-top: -9px;
    }

    .check-box-block-timeline {
        width: 100%;
    }
}

@media(max-width:370px) {

    .check-box-block-timeline {
        width: 100%;
    }

    .banner-wrap {
        min-height: 78em;
        width: 100%;
    }
}

@media(max-width:950px) {

    .btn.btn-link {
        font-size: 12px;
    }

}

@media(max-width:1050px) {
    .chapter-name.chapter {
        padding-left: 150px;
    }

    .chapter-name-inr {
        padding-left: 150px;
    }
}

@media(max-width: 767px) {
    .chapter-name.chapter {
        padding-left: 150px;
    }

    .chapter-name-inr {
        padding-left: 250px;
    }

    .chapter-name.uni {
        margin-left: 10px;
    }
}

@media(max-width: 550px) {

    .chapter-name-inr {
        padding-left: 200px;
    }
}