{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.healthpage {
    background: URL("../images/confectionary.png");
    -webkit-animation: backgroundScroll 40s linear infinite;
    animation: backgroundScroll 40s linear infinite;
}
/**********************************************************************************************************************/
header .social_item {
    width: 37%;
    float: right;
}

header .top_section {
    padding: 20px 0px;
}
    /*header .top_section img          {width:250px; height: 85px;}*/
    header .top_section ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        text-align: right;
    }

        header .top_section ul li {
            display: inline-block;
            text-align: center;
            margin: 15px 2px 5px 5px;
        }

            header .top_section ul li a {
                color: #3e697b;
            }

                header .top_section ul li a:hover {
                }

header .login {
    background: #3e697b;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: block;
    width: 90px;
    text-align: center;
    padding: 3px 0px;
    border-radius: 7px;
    margin: -9px 0px 0px 0px;
    float: right;
    margin: 15px 0px 0px 0px;
}

/*header                   {width: 100%; background:#fff; border-bottom: 2px solid gainsboro;}*/
header .logosection {
    float: left;
    padding: 15px 0px 10px 0px;
    width: 235px;
}

    header .logosection a {
        font-size: 25px;
        text-decoration: none;
        font-weight: bold;
    }

header .nav-section {
    background: #095783;
}

header .navigation {
    float: none;
    width: 100%;
}

    header .navigation ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

        header .navigation ul li {
            display: inline-block;
            list-style-type: none;
            margin-left: 0px;
            float: none;
            text-align: center; /* color: #39393a; */
            margin-top: 0px;
            position: relative;
            margin: 0px 10px;
        }

            header .navigation ul li a {
                display: block;
                text-decoration: none;
                color: #fff;
                font-size: 16px;
                padding: 18px 0px;
                font-size: 18px;
                margin-right: 10px;
                font-weight: bold;
                font-weight: 600;
            }

                header .navigation ul li a:hover {
                    color: #c3c017;
                }

            header .navigation ul li ul {
                position: absolute;
                left: -59px;
                top: 60px;
                background: #fff;
                margin: 0;
                padding: 0;
                z-index: 99;
                border: 2px solid #cccccc;
                border-radius: 5px;
                display: none;
                width: 200px;
            }

            header .navigation ul li:hover ul {
                display: block
            }

    header .navigation > ul li ul li {
        display: block !important;
        float: none !important;
        margin: 0 !important;
        text-align: center;
        padding: 0;
    }

        header .navigation > ul li ul li a {
            font-size: 15px !important;
            line-height: 16px;
            color: #747474 !important;
            font-weight: normal;
            padding: 13px 4px 13px 7px;
            display: block;
            background: #fff !important;
            text-align: center;
            width: 100%;
        }

            header .navigation > ul li ul li a:hover {
                color: #6cca39 !important;
            }

        header .navigation > ul li ul li a {
            font-size: 14px !important;
            line-height: 35px;
            color: #ffffff !important;
            font-weight: normal;
            padding: 13px 4px 13px 7px;
            display: block;
            background: #095783 !important;
            text-align: center;
            width: 100%;
            position: relative;
            display: block;
            padding: 5px 0px 10px 0px;
            color: #fff;
            border-bottom: 1px solid #ffffff;
            font-size: 15px;
            font-weight: 600;
        }

.navbar-brand { /* float: left; */
    height: 50px;
    padding: 15px; /* font-size: 18px; */ /* line-height: 20px; */
    margin-top: -10px;
}

.top-nav-lt {
    float: left;
    margin-right: 10px;
}

.top-nav-lt-text {
    background: url(../images/bdr-lt.png) no-repeat left center;
    float: left;
    padding-left: 10px;
}

.home-ic {
    background: #ca2825;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    border: 3px solid rgba(0,0,0,0.07);
}

.top-nav-lt-text {
    background: url(../images/bdr-lt.png) no-repeat left center;
    float: left;
    padding-left: 10px;
}

.contact-ways li div i {
    line-height: 36px;
}

.clock-ic {
    background: #16608a;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    border: 3px solid rgba(0,0,0,0.07);
}

.call-ic {
    background: #6cca39;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border: 3px solid rgba(0,0,0,0.07);
}

.contact-ways small {
    display: block;
    line-height: 14px;
    margin-bottom: 6px;
    font-size: 20px;
}

stylesheet.css:410 .small, small {
    font-size: 80%;
    font-weight: 400;
}

.contact-ways h6 {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
}

#nav-toggle {
    display: none;
    position: absolute;
    bottom: auto;
    top: 73px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

#nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 4px;
        width: 25px;
        position: absolute;
        display: block;
        content: '';
        left: 0px;
        right: 0;
        margin: 0 auto;
        height: 4px;
        width: 36px;
        background: #ca2825;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

        #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
            -o-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -ms-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    #nav-toggle.current_page_item span {
        background-color: transparent;
    }

        #nav-toggle.current_page_item span:before, #nav-toggle.current_page_item span:after {
            top: 0;
        }

        #nav-toggle.current_page_item span:before {
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #nav-toggle.current_page_item span:after {
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.slider_section {
    position: relative;
}

.slider_content {
    position: relative;
}

    .slider_content .slider_text {
        position: absolute;
        z-index: 9999;
        top: 40%;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.slider_section .slider_content img {
    /*height: 500px !important;*/
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}

.slider_content .slider_text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.slider_content .slider_text p {
    color: #fff;
    font-size: 20px;
}

.slick-next {
    right: 5px;
    border: 0px solid red;
    right: 50px;
}

    .slick-prev:before, .slick-next:before {
        font-size: 30px;
    }

.slick-prev {
    left: 25px;
    border: 0px solid red;
}

.well {
    padding-top: 99px;
    padding-bottom: 99px;
}

.bg1 {
    background: #ececec url(../images/bg1.png) repeat center;
}

.textBlock1 {
    background: #ffffff;
    text-align: center;
    border-radius: 40px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    min-height: 310px;
}

    .textBlock1 img {
        text-align: center;
        display: inline-block;
    }

    .textBlock1 .color5 {
        background: #b13d3d;
    }

    .textBlock1 h3 {
        color: #000000;
        padding: 10px 0px;
        border-radius: 40px 40px 0 0;
        font-weight: bold;
    }

    .textBlock1 h4 {
        margin-top: 39px;
        padding-left: 40px;
        padding-right: 50px;
    }

    .textBlock1 p {
        padding: 0px 10px;
        font-size: 17px;
        line-height: 25px;
    }

    .textBlock1 .color1 {
        background: #f2d03b;
    }

    .textBlock1 .color2 {
        background: #0d60ae;
    }

    .textBlock1 .color3 {
        background: #26b938;
    }

    .textBlock1 .color4 {
        background: #3d7477;
    }

.well {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .well em {
        padding-bottom: 40px;
        display: block;
    }

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    bottom: 20px !important;
}

    .slick-dots li button:before {
        font-size: 45px;
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: white;
    }

.well h2 {
    margin-bottom: 40px;
}

.well em {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    display: block;
    padding: 0px 0px 70px 0px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

        #quote-carousel .carousel-control.left {
            left: -12px;
        }

        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }
/*.item blockquote p:before                    {content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px;}*/
footer {
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #eadede;
    padding-top: 15px;
    background-color: #004a7c
}

    footer p {
        color: #fff;
    }

    footer .brand {
        padding: 15px 0px;
    }

.inline-list > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
}
/*.brand           {margin-top: 35px;}*/
html .group-xl > * {
    display: inline-block;
    margin-top: 35px;
    margin-left: 0px;
    color: #fff;
    font-size: 15px;
    vertical-align: top;
}

footer h4 {
    color: #fff;
    font-weight: bold;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

    footer ul li a i {
        color: #fff;
    }

footer .footer-navigation {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

    footer .footer-navigation > li {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        list-style-type: none;
        margin: 0px 0px 15px 0px;
    }

        footer .footer-navigation > li a {
            padding-top: 6px;
            padding-bottom: 6px;
            color: #ffffff;
        }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

    #quote-carousel .carousel -indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.sub-ft {
    margin: 25px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    background: #e2e2e2;
}

.aboutus {
    width: 100%;
    padding: 20px 0px;
}

    .aboutus h1 {
        font-weight: 600;
        margin: 15px 0px 35px 0px;
        color: #095783;
    }

    .aboutus p {
        font-size: 16px;
        line-height: 30px;
    }

        .aboutus p strong {
            display: block;
        }

    .aboutus img {
        margin: 0px 0px 25px 0px;
        width: 100%;
        height: auto;
    }

.insurance p {
    font-size: 16px;
    line-height: 28px;
}

.insurance img {
    margin: 0px 0px 25px 0px;
    width: 100%;
    height: auto;
}

.retirement {
    width: 100%;
}

    .retirement p {
        font-size: 16px;
        line-height: 25px;
    }

    .retirement img {
        margin: 0px 0px 25px 0px;
        width: 100%;
        height: auto;
    }

    .retirement ul {
        margin-left: -20px;
    }

.contact {
    width: 100%;
}

    .contact p {
        font-size: 16px;
        line-height: 34px;
    }

    .contact iframe {
        width: 100%;
        height: 450px;
    }

    .contact .form_section i {
        display: block;
    }

form {
    padding: 20px 0px 0px 0px;
}

.form_section i {
    float: left;
    font-size: 15px;
    margin: 3px 0px 2px -3px;
}

.form_section p span {
    margin-left: 18px;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.form_section .fa-map-marker:before {
    content: "\f041";
    font-size: 20px;
}

.form_section .fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
    font-size: 23px;
}

.form_section .btn1 {
    margin-top: 20px;
    background-color: #0077c8;
    border-color: #ccc;
    color: white;
}

.form_section a {
    text-decoration: none;
    color: black;
}

.contnt_tab {
    margin-top: 35px;
    text-align: left;
}
    /*.contnt_tab .col-sm-4 {border: 1px solid black;}*/
    .contnt_tab strong {
        padding: 20px 0px;
        display: block;
    }

.border-left {
    border-left: 0px !important;
}

.border-top {
    border-top: 0px !important;
    background: #0097da;
    color: white;
}

.aboutus img {
    float: left;
    width: auto;
    margin: 0px 25px 20px 0px;
}


.our_team p {
    line-height: 28px;
    font-size: 16px;
}

.unit-left, .unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    display: inline-block;
}

    .unit-left i {
        color: #44BEF1;
        margin-right: 10px;
        font-size: 20px;
    }

.unit-body {
    display: inline-block;
}

    .unit-body a {
        text-decoration: none;
        font-size: 15px;
    }

        .unit-body a:hover {
            color: #44bef1;
        }

footer a {
    color: #fff;
    text-decoration: none;
}

    footer a:hover i {
        color: #fff;
    }

.time {
    color: #fff;
    font-size: 15px;
}

footer ul li {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
}

.svt-spec-block {
    background: #fbfbfb;
    border: 4px solid #f3f3f3;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.svt-spec-block-one i {
    font-size: 120px;
    color: #072d40;
    position: absolute;
    opacity: .05;
    z-index: 0;
    right: 0;
    top: 30%;
    left: 0;
}

.svt-spec-block-two i {
    font-size: 120px;
    color: #072d40;
    position: absolute;
    opacity: .05;
    z-index: 0;
    right: 0;
    top: 30%;
    left: 0;
}

.svt-spec-block-btn {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.svt-spec-block-icon i {
    background: #004a7c;
    width: 90px;
    height: 90px;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 92px;
}

.svt-spec-block p {
    text-align: center;
    font-size: 13px;
    color: #888;
    font-weight: 600;
    line-height: normal;
}

.svt-spec-block-icon {
    border-radius: 50%;
    padding: 5px;
    display: block;
    text-align: center;
    transition: all .3s ease-in-out 0;
    border: 2px solid #ca2825;
    width: 104px;
    height: 104px;
    margin: 0 auto 15px;
}

.bg-img-light h3 {
    text-align: center;
    font-size: 21px;
}

.svt-spec-block-btn a {
    background: #004a7c;
    color: #ffffff;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}

.svt-spec-block-one {
    text-align: center;
}

.v {
    opacity: 1 !important;
}

.svt-spec-block {
    background: #fbfbfb;
    border: 4px solid #f3f3f3;
    padding: 20px 15px;
    margin-bottom: 20px;
    min-height: 410px;
}

.slt-head-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-header {
    margin: 5px 0 25px;
}

mark {
    color: #004a7c;
    background-color: transparent;
}

.section-header h1, .section-header h2, .section-header h3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    margin: .5rem 0 0;
}

.slt-head-title h2 {
    color: #ca2825 !important;
    font-size: 30px;
}

.bt_heading_3 .line_1 {
    background-color: #01273a;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 54px;
}

.bt_heading_3 .icon {
    color: #f9ca40;
    display: inline-block;
    font-size: 6px;
    line-height: 4px;
    margin: 0 3px;
    vertical-align: middle;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.bt_heading_3 .line_2 {
    background-color: #01273a;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 54px;
}

.section-header small {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.bg-img-light {
    padding: 60px 0px;
}

.testimonial .line_1 {
    background-color: #01273a;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 54px;
}

.testimonial .icon {
    color: #f9ca40;
    display: inline-block;
    font-size: 6px;
    line-height: 4px;
    margin: 0 3px;
    vertical-align: middle;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.testimonial .line_2 {
    background-color: #01273a;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 54px;
}

.red {
    color: red;
}


.person {
    text-align: center;
    width: auto;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-top: 110px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 30px;
}

    .person h5 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #004a7c;
        margin-bottom: .125rem;
    }

    .person p {
        font-weight: 500;
        font-size: 13px;
        font-style: normal;
        margin-bottom: 0;
        text-align: center;
    }

.swiper-slide .person hr {
    background: #f9cf52;
    border: 0;
    width: 30%;
    margin: 10px auto 20px;
    text-align: center;
    height: 1px;
}

.person img {
    width: 100px;
    border-radius: 100%;
    border: 4px solid #e7e6e6;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
}

.swiper-slide .person hr {
    background: #f9cf52;
    border: 0;
    width: 30%;
    margin: 10px auto 20px;
    text-align: center;
    height: 1px;
}

.testimonial h2 {
    font-weight: 700;
    font-size: 30px;
    color: #004a7c
}

.slick-prev:before, .slick-next:before {
    color: #c40000;
}

.slick-prev {
    left: -50px;
    border: 0px solid red;
}

    .slick-prev:before, .slick-next:before {
        background-image: none;
        background-color: rgba(255,255,255,0.3);
        text-align: center;
        border: 2px solid #004a7c;
        color: #072d40;
        display: inline-block;
        cursor: pointer;
        border-radius: 30px;
        margin: 0 5px;
    }

.slick-prev {
    top: 60%;
}

.slick-next {
    top: -20px;
}

.slick-prev {
    top: -19px;
    left: auto;
}

.slick-prev {
    right: 100px;
    border: 0px solid red;
}

.about_content {
    padding-top: 60px;
    padding-bottom: 0px;
}

    .about_content h1 {
        color: #004a7c;
        font-weight: 600;
    }

    .about_content em {
        padding-bottom: 40px;
        display: block;
    }

    .about_content h2 {
        margin-bottom: 40px;
    }

    .about_content em {
        font-size: 20px;
        line-height: 34px;
        text-align: center;
        font-style: normal;
        display: block;
        padding: 0px 0px 40px 0px;
        border-bottom: 1px solid #f4e4e4;
    }


.sub-ft p {
    color: #000000;
}

.section_log {
    padding: 50px 0px;
}


.final_plan ul {
    margin: 0px;
    padding: 0px;
}

    .final_plan ul li {
        list-style-type: none;
    }

        .final_plan ul li a {
            text-align: center;
            display: block;
            background: #e7e4e4;
            padding: 8px 0px;
            border-radius: 3px;
            text-decoration: none;
            border-bottom: 1px solid #b5a8a8;
            width: 80%;
            font-weight: bold;
            color: #095783;
        }

            .final_plan ul li a img {
                display: block;
                text-align: center;
                margin: 0 auto;
            }

.para {
    margin: 40px 0px 0px 0px;
}

    .para span {
        font-size: 20px;
        font-weight: 600;
        display: block;
        margin: 0px 0px 10px 0px;
    }

.final_plan {
    margin: 35px 0px 0px 0px;
}

.para p {
    display: none;
}

#content1 {
    display: block;
}

.final_plan ul li a.active {
    background: #b3b8bb;
    color: white;
}

.para iframe {
    width: 100%;
}


.login_sec {
    padding: 120px 0px;
}
@media (max-width: 576px) {
    .final_plan iframe {
        height: 1500px !important;
    }
}
#benefits span {
    display: block;
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
    font-weight: bold;
    color: #f59019;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    clear: both;
}
/*video section*/
.owl-controls.clickable .owl-pagination {
    margin-top: 1rem;
}

.owl-controls.clickable .owl-pagination .owl-page span {
    background: #e27919 none repeat scroll 0 0 !important;
    display: inline-block !important;
    height: 5px !important;
    margin: 0 4px;
    width: 20px !important;
}

.owl-controls.clickable .owl-pagination .owl-page.active span {
    background: #393991 none repeat scroll 0 0 !important;
}
ul.slick-dots {
    display: block !important;
}
.testimonial h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px;
}
.video-test h2 {
    margin: 10px 0px 40px 0px;
}
/*gallery section*/

#lcl_wrap {
    background: gray;
    width: 50%;
    margin: auto;
    padding-top: 50px;
}

#lcl_elem_wrap {
    background-size: contain !important;
    border-radius: 12px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 0.2rem;
    padding: 4rem;
}

.image img {
    height: auto;
    width: 100%;
    padding: 3.4px 2px;
    border-radius: 12px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .gallery {
        column-count: 1;
        --webkit-column-count: 1;
        --moz-column-count: 1;
    }
}

li.nav-item.img_hide {
    display: none;
}

li.nav-item.img_show {
    display: block;
}

/*end gallery section*/

/*gallery popup section*/

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}

.container.description {
    background: white;
    border: 1px solid #eee;
    padding: 10px 25px;
    margin-top: 40px;
}

    .container.description h1 {
        font-size: 35px;
        font-weight: 300;
    }

        .container.description h1 small {
            display: block;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    .container.description p {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
    }

    .container.description h3 {
        color: #0080a7;
        margin-top: 25px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .container.description h5 {
        font-size: 12px;
    }

    .container.description code {
        background: #eee;
        font-size: 12px;
    }
/* SLIDER AND POP UP GALLERY STARTS HERE */
.awesome__slider div {
    background: black;
    display: flex !important;
}

    .awesome__slider div img {
        width: auto !important;
        max-height: 97%;
        display: flex;
        margin: auto;
    }

    .awesome__slider div h3 {
        padding-top: 50px;
        color: white;
        font-size: 50px;
    }

/*.container {
    max-width: 800px;
}
*/
.awesome__slider .slick-prev,
.awesome__slider .slick-next {
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: block;
    border: none;
    background: gainsboro;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
    cursor: pointer;
    border-radius: 11px;
    margin: 4px;
}

.awesome__slider .slick-next {
    right: 15px;
    left: auto !important;
    background: gainsboro !important;
}

.awesome__slider .slick-prev {
    left: 9px !important;
    background: gainsboro !important;
}

.next-img:hover {
    background: gray;
}

.prev-img:hover {
    background: gray;
}

.next-img {
    right: 0;
    left: auto;
}
/*.awesome__thumbnails {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    gap: 0.2rem;
 
}*/
.awesome__thumbnails {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    column-count: 2;
    column-gap: 0px;
}

.thumb img {
    width: 100% !important;
    height: auto !important;
    padding: 2px;
    border-radius: 11px;
    /*filter: blur(1.2px);*/
}

.awesome__thumbnails .thumb.active img {
    filter: blur(0);
    box-shadow: 0px 0px 8px 0px #e0dbdf;
}

@media screen and (max-width: 749px) {
    .awesome__thumbnails {
        display: none;
    }
}

.awesome__ba,
.awesome__videos {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3.2rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 98%;
}

    .awesome__ba small,
    .awesome__videos small {
        display: block;
        font-weight: lighter;
    }

    .awesome__ba:hover,
    .awesome__videos:hover,
    .awesome__ba:focus,
    .awesome__videos:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .awesome__ba:hover,
    .awesome__videos:hover {
        transform: translateY(-1px);
    }

    .awesome__ba:active,
    .awesome__videos:active {
        background-color: #f0f0f1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }

.bord {
    width: 98%;
    border-top: 1px dashed #ccc;
    margin: 10px 0;
}

.awesome__slider, .slick-list {
    height: 100vh !important;
    max-height: 400px;
}

.slick-slide {
    display: flex;
}

@media screen and (max-width: 749px) {
    .popup__btns {
        display: flex;
        gap: 5px;
    }

        .popup__btns .bord {
            display: none;
        }

    .flex-column-reverse {
        height: auto !important;
        padding: 0 !important;
    }

    .thumbnails-content .modal-dialog {
        max-width: 100% !important;
    }

    .thumbnails-content {
        padding-right: 0 !important;
    }

    .awesome__slider div img {
        max-width: 97% !important;
        height: auto !important;
    }
}

.thumbnails-content .modal-content {
    background-color: #fff !important;
    border-radius: 11px !important;
}

.flex-column-reverse {
    height: 85vh;
}

    .flex-column-reverse .col-md-4 {
        height: 75vh;
        overflow-x: auto;
    }

        .flex-column-reverse .col-md-4::-webkit-scrollbar {
            width: 3px;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb {
            background: #888;
        }

            .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

.slick-list.draggable {
    border-radius: 11px;
}

.thumb.active {
    border: 2px solid dodgerblue;
    border-radius: 11px;
}

.custom-close {
    position: absolute;
    right: 10px;
    font-size: 35px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.thumbnails-content .modal-dialog {
    width: 80% !important;
}
.row .mt-5 {
    margin-top: 70px;
}

.row .col-md-4 {
    margin-top: 30px;
}
/*legend gallery popup*/
/*end gallery popup section*/

@media only screen and (min-width: 0px) and (min-width: 767px) {
    .video-test {
        padding: 20px 0px 20px 0px !important;
        background: #efefef;
    }

    .testmonial-wrapper1 .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 290px !important;
    }
}

@media only screen and (min-width: 769px) {
    .video-test {
        padding: 20px 0px 20px 330px !important;
        background: #efefef;
    }

    .testmonial-wrapper1 .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 609px !important;
    }
}


#stripimg {
    position: relative;
    text-align: center;
    margin: 5px 0px;
}

    #stripimg img {
        text-align: center;
        max-width: 100%;
    }

    #stripimg .close-btn {
        position: absolute;
        top: 2px;
        right: 2px;
        background: #cbcbcb;
        height: 25px;
        width: 25px;
        color: #000;
        border: 0px;
        font-size: 12px;
        font-weight: 800;
        margin: 0px;
        padding: 0px;
        border-radius: 0;
        text-shadow: 1px 2px 2px #fff;
    }

#largeModal .close {
    background: #cbcbcb;
    padding: 1px 10px;
    border: 0px;
    border-radius: 20px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    opacity: 1;
    text-shadow: 1px 2px 2px #fff;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 55%) !important;
}

#largeModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*width: 100%;*/
    margin: 0px auto !important;
    padding: 0 11px 0 11px;
}

#largeModal .modal-content {
    width: 100%;
}

#largeModal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

    #largeModal .modal-header h5 {
        font-size: 2rem;
        font-weight: 500;
    }

#largeModal .modal-title {
    display: inline-block;
}

@media (min-width:300px) and (max-width: 768px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 2px;
        right: 3px;
    }
}

@media (min-width:769px) and (max-width: 1200px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 3px;
        right: 10px;
    }
}
.custom-group-xl, .custom-group-xl .inline-list {
    display: flex !important;
    align-items: center;
}
.custom-twitter svg {
    position: absolute;
    left: 10px;
    border: #fff;
    right: 2px;
    top: 6px;
    margin: 0;
    text-align: center;
    fill: #000;
    width: 29px;    
}
.custom-twitter a {
    height: 27px;
    display: block;
    background: #fff;
    border-radius: 4px;
    width: 27px;
}
.custom-twitter {
    margin: 0px 0px -3px 0px;
    position: relative;
}
@media (max-width: 767px) {
    .order1-mobile {
        display: flex;
        flex-wrap: wrap;
    }

        .order1-mobile .col-xl-3.col-lg-3.col-md-12 {
            order: 2;
        }

        .order1-mobile .blogcontent.details {
            order: 1;
        }
}