body {
    overflow-x: hidden;
}

.main-box {
    padding: 0px 30px;
}

.display-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        display: inline-block;
        list-style: none;
    }

a {
    text-decoration: none;
}

h3 {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
/*content css*/
.social-menu > li > a:focus, .social-menu > li > a:hover {
    background-color: #fff !important;
}

.navbar {
    padding:0px;
    margin-bottom: 0px !important;
    background-color: #005689 !important;
    border-bottom: 6px solid #d2eeff;
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 16px;
    padding: 4px 6px !important;
    margin:0px 24px !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    cursor:pointer;
}

.navbar-nav > li.active > a {
    color: #fff;
    background-color: transparent !important;
    border-bottom: 2px solid #61bbff;
    border-radius: 0px !important;
}

    .navbar-nav > li.active > a si {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -15%;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: transparent !important;
}

.dropdown-menu {
    top: 80% !important;
    border-radius: 4px 4px 4px 4px !important;
    overflow: hidden;
    border: 1px solid #eee !important;
    margin: 0px !important;
    padding: 0px !important;
}

    .dropdown-menu li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #f4f4f4;
    }

        .dropdown-menu li a {
            color: #444444 !important;
            margin: 8px 6px;
            font-size: 12px;
            padding: 4px 6px;
            text-transform: uppercase;
            display: block;
            font-weight: 400;
            line-height: 1.42857143;
            white-space: nowrap;
            cursor: pointer;
        }

.navbar-right li a {
    font-size: 18px !important;
    margin: 5px 4px !important;
    display:block;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0,.12), 0 2px 4px rgba(0, 0, 0,.24);
    padding: 0px !important;
    line-height: 32px !important;
    display: inline-block;
}

    .navbar-right li a i {
        color: #0E67B1 !important;
        line-height: 32px;
        top: 0;
    }

.navbar-right {
    margin-left:auto;
    margin-right: 0px !important;
    padding-right: 24px;
}
/*.content {
    overflow-x: hidden;
}*/
.left {
    width: calc(100% - 300px);
}

.content-title {
    padding: 5px 30px 30px 30px;
    /*background: #1D67B1;*/
    background: #fff;
}

.right {
    width: 300px;
    border: none;
}
#allOrgData {
    display:flex;
    flex-direction:row;
    justify-content:center;
}
.thumBox {
    max-width: 50%;
    min-width: 300px;
    padding-top:20px;
}
.thumBox:first-child{
    margin-right:20px;
}
.heading {
    height: auto;
    width: auto;
    background: #1D67B1;
    display: none;
    margin-bottom: 16.1px;
    margin-top: 20px;
    padding: 4px 10px;
}

    .heading h3 {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        background: #1D67B1;
        text-transform: uppercase;
        margin: 0px;
    }

.productlist {
    display: flex;
    flex-direction: row;
    z-index: 1;
    flex-wrap: wrap;
}

.product-box {
    /*width: 100%;*/
    margin-right: 20px;
    margin-bottom: 10px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);*/
}
    /*.product-box:last-child {
    margin-right:0px;
}*/
    .product-box figure {
        margin: 0px;
        background: #fff;
        width: 100%;
        height: 447px;
        cursor: pointer;
    }

    .product-box img {
        width: 100%;
        height: 100%;
        border: 2px solid #ddd;
    }
    .product-box p {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 22px;
        letter-spacing: normal;
        text-align: center;
        color: #166695;
        margin-top: 0px;
        margin-bottom: 0px;
        width: auto;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

.second p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.footer {
    background: white;
    width: 100%;
    height: 90px;
}

.owl-theme .owl-nav {
    display: block;
    margin-top: 10px;
}
/*.owl-theme .owl-nav [class*=owl-]:hover {
    background: #1D67B1 !important;
}*/
.ads_728X90 {
    width: 728px;
    height: 90px !important;
    margin: auto;
}

.ads_160X600 {
    width: 160px;
    height: 600px;
    margin: auto;
}

.rightside_ads_area {
    height: 100%;
    align-items: center;
    display: block;
    width: 100%;
}

.ads_300X250 {
    /*display:none;*/
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1024;
    top: calc(50% - 17px);
    background-size: cover !important;
    border-radius: 50%;
}

    .owl-theme .owl-nav [class*=owl-].owl-prev {
        background-image: url(../img/arrow-solid-left-black-transparent-68.png) !important;
        left: 0;
    }

    .owl-theme .owl-nav [class*=owl-].owl-next {
        background-image: url(../img/arrow-solid-right-black-transparent-68.png) !important;
        right: 0;
    }

.productlist {
    justify-content: left;
    overflow-x: hidden;
}

/*.item {
    width: 13%;
    margin-right: 1.5%;
}*/

.owl-carousel .item {
    width: 100%;
    margin-right: auto;
}

    .owl-carousel .item .product-box {
        margin: 0px;
        width: 100%;
    }

/*.item:nth-child(7n) {
    margin-right: 0px;
}*/

.product-box {
    margin: 0 auto 15px;
    width: fit-content;
}

.landingpage_bottom_ads {
    width: 100%;
    margin: auto;
    text-align: center;
}

.footer_input_class {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    background-color: #595959;
}


footer .footer_text p {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    margin: 0;
}

footer .footer_text a {
    color: rgba(255,255,255,0.8) !important;
    font-style: italic;
}

.ads_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .ads_box .adtext {
        text-align: center;
        font-size: 12px;
        color: #666;
        display: block;
    }

.dropdown-toggle::after {
    vertical-align: 0;
    border-top: .6em solid;
    border-right: .6em solid transparent;
    border-left: .6em solid transparent;
}

.social-menu {
    margin-left: auto;
    margin-right: 24px;
}
/*responsive css start*/
@media only screen and (max-width: 1440px) {
    .productlist {
        justify-content: left;
        overflow-x: hidden;
    }

    /*.item {
        width: 18%;
        margin-right: 2.5%;
    }

    .owl-carousel .item {
        width: 100%;
        margin-right: auto;
    }*/

        /*.owl-carousel .item:nth-child(7n) {
            margin-right: auto;
        }

    .item:nth-child(5n) {
        margin-right: 0px;
    }

    .item:nth-child(7n) {
        margin-right: 2.5%;
    }*/
}

@media only screen and (max-width: 1200px) {
    .mt-5 {
        margin-top: 2rem !important;
    }

    .navbar-nav > li > a {
        margin: 15px 8px !important;
    }

    .navbar-right {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    /*.item {
        width: 23%;
        margin-right: 2.6%;
    }

    .owl-carousel .item {
        width: 100%;
        margin-right: auto;
    }

        .owl-carousel .item:nth-child(5n), .owl-carousel .item:nth-child(7n) {
            margin-right: auto;
        }

    .item:nth-child(5n) {
        margin-right: 2.6%;
    }

    .item:nth-child(7n) {
        margin-right: 2.6%;
    }

    .item:nth-child(4n) {
        margin-right: 0px;
    }*/

    .navbar-nav > li > a {
        margin: 15px 5px !important;
        font-size: 11px;
    }

    /*.navbar-right li a {
        font-size: 16px !important;
        width: 28px;
        height: 28px;
        line-height: 28px !important;
    }*/

    .header header-title11 {
        display: none;
    }

    .ads_728X90 {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .main-box {
        padding: 0px 20px;
    }

    .footer {
        background: white;
        width: 100%;
        height: 90px;
    }

    .content-title {
        padding: 5px 20px 20px 20px;
        /*background: #002060;*/
    }
}

@media only screen and (max-width: 945px) {
    /*.item {
        width: 48%;
        margin-right: 0px;
    }

    .owl-carousel .item {
        width: 100%;
        margin-right: auto;
    }*/

    /*.productlist {
        justify-content: left;
        overflow-x: hidden;
    }*/

    /*.owl-carousel .item:nth-child(2n+1), .owl-carousel .item:nth-child(5n), .owl-carousel .item:nth-child(7n) {
        width: 100%;
        margin-right: auto;
    }

    .item:nth-child(2n+1) {
        margin-right: 4%;
    }

    .item:nth-child(7n) {
        margin-right: 4%;
    }

    .item:nth-child(14) {
        margin-right: 0 !important;
    }

    .item:nth-child(10) {
        margin-right: 0 !important;
    }

    .item:nth-child(5n) {
        margin-right: 4%;
    }

    .item:nth-child(4n) {
        margin-right: 0px;
    }*/
}

@media only screen and (max-width: 889px) {
    /*.product-box figure {
        height: 172px;
    }*/
    .ads_300X250 {
        display: block;
        width: 300px;
        height: 250px;
        margin: 15px auto;
    }

    /*.ads_728X90 {
        display: none;
    }*/

    .right {
        width: 100%;
        border: 1px px solid #002060;
        display: none;
    }

    .left {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .social-menu li {
        display: inline-block !important;
    }

    .left #navbar {
        display: none;
    }
    .navbar-right {
        flex-direction:row;
    }
}

@media only screen and (max-width: 767px) {
    /*.product-box {
        margin-right: 12px;
    }*/
    /*.product-box figure {
        height: 171px;
    }*/
    /*.ads_728X90 {
        width: 100%;
        height: 90px;
        margin: auto;
    }
    .ads_728X90 {
        display:none;
    }*/
    /*.ads_300X250 {
        width:300px;
        height:250px;
        display:block;
    }*/
    .navbar-right {
        flex-direction: row;
    }
    .navbar-nav .open .dropdown-menu {
        border: 0 !important;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
            color: #fff !important;
        }

    .content-title {
        padding: 20px;
        /*background: #002060;*/
    }

    .footer {
        background: white;
        width: 100%;
        height: 250px;
    }

    .owl-theme .owl-nav {
        display: block !important;
        margin-top: 10px;
    }

    .owl-theme .owl-nav .owl-prev.disabled, .owl-theme .owl-nav .owl-next.disabled {
        display: none;
    }

    .owl-carousel .owl-nav.disabled {
        display: none !important;
    }
    .heading h3 {
        font-size: 15px;
    }
    #allOrgData {
        flex-direction: column;
    }
    .thumBox {
        max-width:100%;
        min-width:485px;
        padding-top:0px;
    }
    .thumBox:first-child {
        margin-right: 0px;
    }
    .owl-carousel .item {
        margin-bottom:15px;
    }
    .product-box figure {
        height: 100%;
    }
}
@media only screen and (max-width: 585px) {
    .heading h3 {
        font-size: 13px;
    }
}
@media only screen and (max-width: 499px) {
    .header-title:first-child {
        width: 90%;
        text-align: center;
    }

    .header-title:last-child {
        width: 10%;
    }

    .content {
        border: 1px solid #002060;
    }

    .left {
        width: 100%;
    }

    .right {
        width: 100%;
        border: 1px solid #002060;
        display: none;
    }

    .content-title {
        padding: 10px;
        /*background: #002060;*/
    }

    .heading {
        margin-bottom: 15px;
    }

        .heading h3 {
            font-family: Montserrat;
            font-size: 18px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.1;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
            background: #1D67B1;
            text-transform: uppercase;
        }

    .footer {
        border: 1px solid #002060;
        border-left: none;
    }

    .product-box p {
        font-size: 13px;
    }
    .thumBox {
        min-width: 100%;
        width:100%;
    }
}

@media only screen and (max-width: 414px) {
    /*.product-box figure {
        height: 195px;
    }*/
    .footer {
        width: 100%;
    }

    .product-box p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    /*.product-box figure {
        height: 166px;
    }*/
    .product-box p {
        font-size: 10px;
    }

    .heading h3 {
        font-size: 15px;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .footer {
        width: 100%;
    }
}

@media only screen and (max-width: 285px) {
    /*.product-box figure {
        height: 124px;
    }*/
}
