﻿

#time {
    width: 115px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-top: 18px;
    padding: 3px 0px 3px 8px;
}

th {
    text-align: center;
    font-size: 12px;
}

body {
    padding: 0px !important;
}

.welcomecareout {
    padding-top: 0px;
}

.see-who-whithus {
    color: #fff;
    position: relative;
    overflow: hidden;
}



.modal .modal-dialog {
    outline: none !important;
    margin: 17% auto 0 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #efbc01;
    border-color: #dee2e6 #dee2e6 #fff;
}

#testimonial-area2 {
    background: rgb(83, 50, 72);
    background-attachment: fixed;
    background-blend-mode: color-burn;
}

.get-in-touch1 {
    position: relative;
    margin-top: -5%;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 13px 32px 0 rgba(0, 0, 0, 0.19);
    padding: 48px 30px;
    color: var(--sub-text-color);
    line-height: 4.4;
    z-index: 3;
    border-top-left-radius: 66px;
    border-bottom-right-radius: 66px;
}

.imgPhoto_ {
    width: 100%;
    height: 100%;
}

.modulBtn a {
    padding: 56px 10px;
}
  .circleDiv1 {
        margin: auto;
        border-radius: 10px;
        border: 2px solid lightblue;
        z-index: 999;
        box-shadow: 2px 6px 2px 2px #98a7ab;
        color: #2b7c85;
        min-height: 80px;
        background-color: #e2e261;
        text-align: center;
        padding-top: 30px;
    }

    .circleDiv1:hover {
        margin: auto;
        border-radius: 10px;
        z-index: 999;
        box-shadow: 3px 5px 3px 5px #98a7ab;
        color: #2b7c85;
        min-height: 80px;
        background-color: lightblue;
        text-align: center;
        padding-top: 30px;
    }

.circleDiv2 {
    margin: auto;
    border-radius: 50%;
    border: 10px solid #3507c1c7;
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0 5px 0 0 #98a7ab;
    width: 50%;
}

.circleDiv3 {
    margin: auto;
    border-radius: 50%;
    border: 10px solid rgb(7,95,226);
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0 5px 0 0 #98a7ab;
    width: 50%;
}

.circleDiv4 {
    margin: auto;
    border-radius: 50%;
    border: 10px solid rgb(165,199,163);
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0 5px 0 0 #98a7ab;
    width: 50%;
}

.circleDiv5 {
    margin: auto;
    border-radius: 50%;
    border: 10px solid #e476dc;
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0 5px 0 0 #98a7ab;
    width: 50%;
}

.circleDiv6 {
    margin: auto;
    border-radius: 50%;
    border: 10px solid #01ada8;
    z-index: 999;
    left: 0;
    right: 0;
    box-shadow: 0 5px 0 0 #98a7ab;
    width: 50%;
}

#latest-news-area {
    /*background: #f2f2f2 none repeat scroll 0 0;*/
    padding-bottom: 90px;
    padding-top: 93px;
}

.news-image-holder {
    position: relative;
    margin-bottom: 10px;
}

    .news-image-holder:hover .overlay {
        transform: scale(1.0);
    }

    .news-image-holder .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(184,155,94,.65);
        transform: scale(0.0);
    }

        .news-image-holder .overlay a {
            display: table;
            width: 100%;
            height: 100%;
            text-align: center;
        }

            .news-image-holder .overlay a i {
                display: table-cell;
                vertical-align: middle;
                color: #3B3946;
                font-size: 18px;
            }

    .news-image-holder img {
        height: auto;
        width: 100%;
    }


.published-date-wrapper {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
}

.published-date {
    background: #7d275b none repeat scroll 0 0;
    height: 44px;
    text-align: center;
    padding-top: 9px;
    margin-left: auto;
    margin-right: auto;
    width: 143px;
}

    .published-date h3 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        font-family: "Open Sans",sans-serif;
    }

    .published-date p {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

.news-info {
    background: #3b3946 none repeat scroll 0 0;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-top: 7px;
}

    .news-info ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .news-info ul li {
            display: inline-block;
            float: left;
        }

            .news-info ul li a {
                border-left: 1px solid #f5f4f4;
                color: #f5f4f4;
                padding-left: 13px;
                padding-right: 13px;
            }

                .news-info ul li a:hover {
                    color: #B89B5E;
                }

            .news-info ul li.admin-border-leftnone a {
                border-left: none;
            }

.latest-news-text {
    background: #FFFFFF;
    border: 1px solid #F6F5F5;
    padding: 20px 22px;
}

    .latest-news-text .meta {
        font-size: 0;
        padding: 0;
        padding-bottom: 10px;
    }

        .latest-news-text .meta li {
            display: inline-block;
        }

            .latest-news-text .meta li a {
                font-size: 15px;
                font-style: italic;
                color: #1f4bc6;
                padding: 0 15px;
                font-family: 'PT Serif', sans-serif;
            }

                .latest-news-text .meta li a .fa {
                    color: #B89B5E;
                }

    .latest-news-text h4 {
        color: #282c3d;
        font-family: "Raleway",sans-serif;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0;
        text-transform: uppercase;
    }

    .latest-news-text p {
        font-family: "Open Sans",sans-serif;
    }

.Heading-Event {
    background: #7d275b none repeat scroll 0 0;
    height: 50px;
    text-align: center;
    padding-top: 4px;
    /*margin-left: auto;*/
    margin-right: auto;
    width: 257px;
   
    z-index: 3;
    position: relative;
    margin-bottom: -43px;
    /*left: -138px;*/
    border-top-right-radius: 22px;
    font-size: 20px;
    color: white;
}

#conversejs a, #conversejs a:visited, #conversejs a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: #578EA9;
    text-shadow: none;
}

#conversejs .toggle-controlbox {
    text-align: center;
    background-color: #258a52;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #0a0a0a;
    float: right;
    height: 100%;
    margin: 0 0.5em;
    padding: 1em;
}

    #conversejs .toggle-controlbox span {
        color: white;
    }

#conversejs {
    position: fixed;
    bottom: 0%;
    right: 0%;
    z-index: 99999;
}

.fromMessage {
    min-height: 20px;
    width: auto;
    padding: 2%;
}

.toMessage {
    min-height: 20px;
    width: auto;
    padding: 2%;
}

.userProfile {
    height: 30px;
    border-radius: 50px;
    border: 1px solid #666666;
    padding-top: 2%;
    /*padding-left: 3%;*/
    margin-top: 0;
    margin-right: 3%;
    font-size: 12px;
    text-align: center;
    color: blue;
    font-weight: bold;
}

.userMessage {
    border: 1px solid;
    padding: 2%;
    border-radius: 10px 10px 10px 10px;
}

#footerRow {
    padding-left: 0px;
}

.rowhight {
    /*padding-top: 35px;*/
}

._imgSlider {
    width: 40%;
}

@media only screen and (max-width:1024px) {
    .logoHeader {
        background: #fff url(../images/headerBg.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 4px 0 0;
    }

    #divHeader {
        font-size: 24px !important;
    }

    .get-in-touch1 {
        margin-top: -13% !important;
        padding: 5px 30px !important;
    }

    .testimonial-control {
        display: none;
    }
}

@media (min-width:1px) and (max-width:319px) {

    .pricingTable brown {
        height: auto;
    }

    #updesco {
        width: 26%;
    }

    .headerTop {
        height: 60px !important;
    }

    .logoHeader {
        display: none !important;
    }


    .welcomecareout {
        margin-top: 50px !important;
    }


    .section, section {
        padding: 1px 0px 8px;
    }

    .menubarSection {
        min-width: -webkit-fill-available;
    }

    #portalslider {
        border: none !important;
    }

    #updesco {
        width: 26%;
    }

    .Heading-Event {
        font-size: 20px;
        width: 168px;
    }

    .rowhight {
        margin-top: 62%;
    }

    #headingSBSB {
        font-size: 30px !important;
    }
}

@media (min-width:320px) and (max-width:420px) {

    .pricingTable brown {
        height: auto;
    }

    .headerTop {
        height: 60px !important;
    }

    .logoHeader {
        display: none !important;
    }

    .welcomecareout {
        margin-top: 0px !important;
    }


    .newsBoxSecrling {
        margin-bottom: -15px;
        margin-top: 76px;
    }


    .menubarSection {
        min-width: -webkit-fill-available;
    }

    #portalslider {
        border: none !important;
    }

    #updesco {
        width: 26%;
    }

    .Heading-Event {
        font-size: 20px !important;
    }

    .get-in-touch1 {
        margin-top: -22% !important;
        padding: 12px 30px !important;
    }

    p.peraStyle1 {
        padding-left: 25px !important;
    }

    #footerRow {
        padding-left: 25px !important;
    }

    .section-heading, .section-heading-events {
        font-size: 26px !important;
    }
}

@media (min-width:320px) and (max-width:568px) {

    .Heading-Event {
        width: 227px;
    }
}

@media (min-width:421px) and (max-width:540px) {
    .logoHeader {
        display: none !important;
    }

    .headerTop {
        height: 60px !important;
    }

    .welcomecareout {
        margin-top: 0px !important;
    }

    .newsBoxSecrling {
        margin-bottom: -15px !important;
        margin-top: 76px !important;
    }

    .menubarSection {
        min-width: -webkit-fill-available;
    }

    #portalslider {
        border: none !important;
    }

    #updesco {
        width: 26%;
    }

    .Heading-Event {
        font-size: 20px !important;
        padding-left: 70px !important;
    }

    .get-in-touch1 {
        margin-top: -22% !important;
        padding: 12px 30px !important;
    }

    p.peraStyle1 {
        padding-left: 25px !important;
    }

    .section-heading, .section-heading-events {
        font-size: 30px !important;
    }
}

@media (min-width:541px) and (max-width:640px) {
    .logoHeader {
        display: none !important;
    }

    .headerTop {
        height: 60px !important;
    }


    .menubarSection {
        min-width: -webkit-fill-available;
    }

    #portalslider {
        border: none !important;
    }

    .welcomecareout {
        margin-top: 0px !important;
    }

    #updesco {
        width: 26%;
    }

    .get-in-touch1 {
        margin-top: -19% !important;
        padding: 0px 30px !important;
    }

    .section-heading, .section-heading-events {
        font-size: 30px !important;
    }

    .DivCircle h5 {
        font-size: 16px;
    }

    .rowhight {
        margin-top: 56px !important;
    }

    .testimonial-control {
        display: none;
    }

    .SliderItem {
        /*display: block;*/
        display: contents !important;
    }

    .paragraphcontent {
        width: 100%;
        text-align: justify;
        display: contents;
    }

    #fromdate, #todate, #fromdate2, #todate2 {
        font-size: 11px;
    }

    .newsEvnnt marquee {
        margin: 9px 0 0 0;
        height: 354px;
        max-height: 500px;
    }

    ._imgSlider { 
        width: 64% !important;
    }

    ._imgAlign {
        text-align: inherit !important;
        display: inline-block !important;
    }
}

@media (min-width:641px) and (max-width:767px) {
    .logoHeader {
        display: none !important;
        height: 0px !important;
    }


    .welcomecareout {
        margin-top: 0px !important;
    }

    .menubarSection {
        min-width: -webkit-fill-available;
    }

    #portalslider {
        border: none !important;
    }

    #updesco {
        width: 26%;
    }

    .section-heading, .section-heading-events {
        font-size: 30px !important;
    }

    .get-in-touch1 {
        margin-top: -13% !important;
        padding: 0px 6px !important;
    }

    .testimonial-control {
        display: none;
    }
    /*.single-testimonial-item p {
    font-size: 13px;
    color: #ffffff;
    line-height: 28px;
    padding-top: 15px;
    padding-left: 81px;
    font-family: "Open Sans",sans-serif;
    text-align: justify;
}
    #testimonial-carousel:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    left: 26px;
    top: 120px;
    color: #b89b5e;
    font-size: 40px;
}*/

    .Heading-Event {
        background: #7d275b none repeat scroll 0 0 !important;
        height: 50px !important;
        text-align: center !important;
        padding-top: 4px !important;
        margin-right: auto !important;
        width: 195px !important;
        z-index: 3 !important;
        position: relative !important;
        margin-bottom: -27px !important;
        /* left: -138px; */
        border-top-right-radius: 22px !important;
        font-size: 24px !important;
        color: white !important;
    }


    .newsEvnnt marquee {
        margin: 20px 0 0 0;
        height: 354px;
        max-height: 500px;
    }

    
    .latest-news-text .meta li a {
        font-size: 15px;
        font-style: italic;
        color: #1f4bc6;
        padding: 0px;
        font-family: 'PT Serif', sans-serif;
    }

    .rowhight {
        margin-top: 35px !important;
    }

    h5 {
        font-size: 18px;
    }

    .SliderItem {
        /*display: block;*/
        display: contents !important;
    }

    .paragraphcontent {
        width: 100%;
        text-align: justify;
        display: contents;
    }

    ._imgSlider { /*Ashish*/
        width: 54% !important;
    }

    ._imgAlign {
        text-align: inherit !important;
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:870px) {


    .welcomecareout {
        margin-top: 0px !important;
    }

    .menubarSection {
        min-width: -webkit-fill-available;
    }

    #portalslider {
        border: none !important;
    }

    #updesco {
        width: 26%;
    }

    .section-heading, .section-heading-events {
        font-size: 30px !important;
    }

    .get-in-touch1 {
        margin-top: -8% !important;
        padding: 0px 30px !important;
    }

    /*.Heading-Event {  
       
        width: 165px !important;
        font-size: 20px !important;
    }*/
    .Heading-Event {
        background: #7d275b none repeat scroll 0 0;
        height: 50px;
        text-align: center;
        padding-top: 4px;
        /* margin-left: auto; */
        margin-right: auto;
        width: 202px;
        z-index: 3;
        position: relative;
        margin-bottom: -27px;
        /* left: -138px; */
        border-top-right-radius: 22px;
        font-size: 20px;
        color: white;
    }

    .newsEvnnt marquee {
        margin: 20px 0 0 0;
        height: 365px;
    }

    .testimonial-control {
        display: none;
    }

    h5 {
        font-size: 18px;
    }
}

@media (min-width:871px) and (max-width:970px) {


    .welcomecareout {
        margin-top: 0px !important;
    }

    .menubarSection {
        min-width: -webkit-fill-available;
    }

    #portalslider {
        border: none !important;
    }

    #updesco {
        width: 26%;
    }

    .get-in-touch1 {
        margin-top: -22% !important;
        padding: 5px 30px !important;
    }

    .Heading-Event {
        /*margin-left: 23% !important;*/
        width: 165px !important;
        font-size: 20px !important;
    }
}

@media (min-width:971px) and (max-width:1099px) {


    .welcomecareout {
        margin-top: 0px !important;
    }

    .menubarSection {
        min-width: -webkit-fill-available;
    }

    #portalslider {
        border: none !important;
    }

    #updesco {
        width: 30%;
    }

    .get-in-touch1 {
        margin-top: -22% !important;
        padding: 5px 30px !important;
    }

    /*.Heading-Event {
        margin-left: 48% !important;
    }*/

    .rowhight {
        padding-top: 35px;
    }

    .newsEvnnt marquee {
        margin: 20px 0 0 0 !important;
        height: 365px !important;
    }
}

@media (min-width:1100px) and (max-width:1399px) {

    #updesco {
        width: 38%;
    }

    .welcomecareout {
        margin-top: 10px !important;
    }

    /*.Heading-Event {
        margin-left: 38% !important;
    }*/

    .navigation ul li {
    float: left;
    width: auto;
    margin-right: 39px;
    position: relative;
}
}

@media (min-width:1400px) and (max-width:2926px) {

    #updesco {
        width: 26%;
    }
}

@media (min-width:1700px) and (max-width:2926px) {


    #updesco {
        width: 26%;
    }
}

@media only (max-width:734) {


    #updesco {
        width: 26%;
    }
}



@media (min-width:568px) and (height:320px) {

    /*.rowhight {
        margin-top: 40%;
    }*/

    .rowhight {
        margin-top: 300px !important;
    }

    #headingSBSB {
        font-size: 38px !important;
    }

    ._imgSlider { 
        width: 26% !important;
    }

    ._imgAlign {
        text-align: inherit !important;
        display: inline-block !important;
    }


}

@media (min-width:971px) and (max-width:1099px) {
    .get-in-touch1 {
        margin-top: -4% !important;
        padding: 5px 30px !important;
    }
}
