                @charset "UTF-8";
                @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
                h1 {
                    font-size: 70px;
                    line-height: 1.07;
                }
                
                h2 {
                    font-size: 30px;
                }
                
                h3 {
                    font-size: 25px;
                }
                
                h4 {
                    font-size: 23px;
                }
                
                p {
                    font-size: 14px;
                    color: #383737;
                    line-height: 27px;
                }
                
                .ms-font-17 {
                    font-size: 13px;
                }
                
                .ms-font-21 {
                    font-size: 21px;
                }
                
                .ms-font-weight-900 {
                    font-weight: 900;
                }
                
                .ms-font-111 {
                    color: #111;
                }
                
                .ms-font-4a4a4a {
                    color: #4a4a4a;
                }
                
                .ms-font-e6e6e6 {
                    color: #e6e6e6;
                }
                
                .ms-font-7c7c7c {
                    color: #7c7c7c;
                }
                
                .ms-font-red {
                    color: #ea4335;
                }
                
                .ms-font-orange {
                    color: #ff8600;
                }
                
                a,
                .btn,
                button,
                a:hover,
                a:focus,
                .btn:hover,
                .btn:focus,
                button:hover,
                button:focus {
                    text-decoration: none;
                    outline: none;
                }
                
                .ms-bg-cream {
                    background-color: #f4f2ee;
                }
                
                .ms-bg-orange {
                    background-color: #2759aa;
                }
                
                .ms-bg-red {
                    background-color: #ea4335;
                }
                
                .ms-bg-blue {
                    background-color: #4285f4;
                }
                
                .ms-seperator {
                    background: #ff8600;
                    width: 50px;
                    height: 3px;
                }
                
                .ms-seperator-black {
                    background-color: #cecece;
                    width: 100%;
                    height: 1px;
                }
                
                .ms-spacer-10,
                .ms-spacer-30,
                .ms-spacer-40,
                .ms-spacer-60,
                .ms-spacer-70,
                .ms-spacer-100,
                .ms-spacer-120 {
                    display: block;
                    clear: both;
                    overflow: hidden;
                }
                
                .ms-spacer-10 {
                    height: 10px;
                }
                
                .ms-spacer-30 {
                    height: 30px;
                }
                
                .ms-spacer-40 {
                    height: 40px;
                }
                
                .ms-spacer-60 {
                    height: 60px;
                }
                
                .ms-spacer-70 {
                    height: 70px;
                }
                
                .ms-spacer-100 {
                    height: 100px;
                }
                
                .ms-spacer-120 {
                    height: 120px;
                }
                
                .ms-primary-btn {
                    background: #ea4335;
                    border: 2px solid #ea4335;
                    font-size: 20px;
                    color: #fff;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;
                    padding: 12px 40px;
                    border-radius: 40px;
                }
                
                .ms-primary-btn:hover {
                    color: #fff;
                    background: transparent;
                    border: 2px solid #fff;
                }
                
                .ms-primary-btn-two:hover {
                    color: #ea4335;
                    border: 2px solid #ea4335;
                }
                
                .ms-second-btn {
                    border: 2px solid #ff8600;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;
                    background: transparent;
                    color: #000;
                    padding: 10px 25px;
                    border-radius: 40px;
                    font-size: 17px;
                }
                
                .ms-second-btn:hover {
                    background: #ff8600;
                    color: #fff;
                }
                
                .ms-red-border-btn:hover {
                    border: 2px solid #ea4335;
                    color: #ea4335;
                }
                
                .ms-tags-btn {
                    background: #ececec;
                    padding: 5px 15px;
                    border-radius: 40px;
                    color: #232323;
                    margin: 4px 0px;
                }
                
                .ms-tags-btn:hover {
                    color: #fff;
                    background: #232323;
                }
                
                .ms-pointer {
                    cursor: pointer;
                }
                
                .ms-sec-padding {
                    padding: 40px 0;
                    /* padding-bottom: 32px; */
                    text-align: center;
                }
                
                .ms-special-footer-pad {
                    padding-bottom: 150px;
                }
                
                .form-control:focus {
                    box-shadow: none;
                    border-color: #ea4335;
                }
                /*========== Header Section CSS ==========*/
                
                header {
                    /* background: #f1f0f0; */
                    background-size: cover;
                    height: 62px;
                }
                
                header .ms-logo-pad {
                    padding: 0;
                    position: absolute;
                    top: 0;
                    z-index: 99;
                    margin: 0;
                    background-color: #fff;
                    padding: 8px 7px 12px 7px;
                    border-radius: 0px 0px 28px 28px;
                    /* box-shadow: 0 0 10px #ccc; */
                    width: 201px;
                    left: 0;
                }
                
                header .ms-skew-bg {
                    /* transform: skew(-30deg); */
                    /* -webkit-transform: skew(-30deg); */
                    -o-transform: skew(-30deg);
                    z-index: 2;
                    left: 0;
                }
                
                header .ms-w-100 {
                    width: 100%;
                }
                
                .ms-header-top {
                    background-image: none;
                    /* background-color: #b32a30; */
                    padding: 9px 19px;
                    font-size: 14px;
                    display: table;
                    margin: auto;
                    width: auto;
                    position: relative;
                    margin-top: -40px;
                    z-index: 2;
                }
                
                .ms-header-top a:hover {
                    text-decoration: none;
                }
                
                .ms-header-top a i {
                    margin-right: 5px;
                }
                
                header .ms-header-main ul li a.nav-link {
                    margin: 0 4px;
                    color: #000;
                    text-transform: uppercase;
                }
                
                header .ms-header-main .ms-header-area .ms-header-content .navbar-nav li a:hover,
                header .ms-header-main .ms-header-area .ms-header-content .navbar-nav li a:focus {
                    color: #ff761b;
                }
                
                header .ms-header-main nav ul li .dropdown-menu {
                    top: 46px;
                    z-index: 100099999999999;
                }
                
                header .ms-header-main nav ul li.dropdown {
                    backface-visibility: hidden;
                }
                
                header .ms-header-main .ms-header-area .ms-header-content .navbar-nav li.dropdown .dropdown-menu {
                    border: 0;
                    border-radius: 0;
                    box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
                    transition: all 300ms linear 0s;
                    -webkit-transition: all 300ms linear 0s;
                    -o-transition: all 300ms linear 0s;
                    transform: rotateX(-90deg);
                    transform-origin: top;
                }
                
                header .ms-header-main .ms-header-area .ms-header-content .navbar-nav li:hover.dropdown .dropdown-menu,
                header .ms-header-main .ms-header-area .ms-header-content .navbar-nav li:focus.dropdown .dropdown-menu {
                    transform: rotateX(0deg);
                    -webkit-transform: rotateX(0deg);
                    -o-transform: rotateX(0deg);
                }
                
                header .ms-header-main nav ul li .dropdown-menu .dropdown-item {
                    font-size: 13px;
                    text-transform: uppercase;
                }
                /*---------- hamburger menu css ----------*/
                
                .navbar-toggler:focus {
                    outline: none;
                }
                
                .menu_toggle {
                    width: 22px;
                    height: 22px;
                    position: relative;
                    cursor: pointer;
                    display: block;
                }
                
                .menu_toggle .hamburger {
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    display: block;
                }
                
                .menu_toggle .hamburger span {
                    width: 0%;
                    height: 2px;
                    position: relative;
                    top: 0;
                    left: 0;
                    margin: 4px 0;
                    display: block;
                    background: #fff;
                    border-radius: 3px;
                    -webkit-transition: .2s ease-in-out;
                    -o-transition: .2s ease-in-out;
                    transition: .2s ease-in-out;
                }
                
                .menu_toggle .hamburger span:nth-child(1) {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                }
                
                .menu_toggle .hamburger span:nth-child(2) {
                    -webkit-transition-delay: .125s;
                    -o-transition-delay: .125s;
                    transition-delay: .125s;
                }
                
                .menu_toggle .hamburger span:nth-child(3) {
                    -webkit-transition-delay: .2s;
                    -o-transition-delay: .2s;
                    transition-delay: .2s;
                }
                
                .menu_toggle .hamburger-cross {
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    display: block;
                }
                
                .menu_toggle .hamburger-cross span {
                    display: block;
                    background: #fff;
                    border-radius: 3px;
                    -webkit-transition: .2s ease-in-out;
                    -o-transition: .2s ease-in-out;
                    transition: .2s ease-in-out;
                }
                
                .menu_toggle .hamburger-cross span:nth-child(1) {
                    height: 100%;
                    width: 2px;
                    position: absolute;
                    top: 0;
                    left: 10px;
                    -webkit-transition-delay: .3s;
                    -o-transition-delay: .3s;
                    transition-delay: .3s;
                }
                
                .menu_toggle .hamburger-cross span:nth-child(2) {
                    width: 100%;
                    height: 2px;
                    position: absolute;
                    left: 0;
                    top: 10px;
                    -webkit-transition-delay: .4s;
                    -o-transition-delay: .4s;
                    transition-delay: .4s;
                }
                
                .collapsed .menu_toggle .hamburger span {
                    width: 100%;
                }
                
                .collapsed .menu_toggle .hamburger span:nth-child(1) {
                    -webkit-transition-delay: .3s;
                    -o-transition-delay: .3s;
                    transition-delay: .3s;
                }
                
                .collapsed .menu_toggle .hamburger span:nth-child(2) {
                    -webkit-transition-delay: .4s;
                    -o-transition-delay: .4s;
                    transition-delay: .4s;
                }
                
                .collapsed .menu_toggle .hamburger span:nth-child(3) {
                    -webkit-transition-delay: .5s;
                    -o-transition-delay: .5s;
                    transition-delay: .5s;
                }
                
                .collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
                    height: 0%;
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                }
                
                .collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
                    width: 0%;
                    -webkit-transition-delay: .2s;
                    -o-transition-delay: .2s;
                    transition-delay: .2s;
                }
                /*========== Pagination Design ==========*/
                
                .pagination li a {
                    margin-right: 6px;
                    margin-left: 6px;
                    border: 1px solid #e0e0e0;
                    border-radius: 50% !important;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    color: #6f6f6f;
                    font-weight: bold;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;
                }
                
                .pagination li a:hover,
                .pagination li a.active {
                    background-color: #ea4335;
                    color: #fff;
                    border: 1px solid #ea4335;
                }
                /*========== Preloader CSS==========*/
                
                .preloader {
                    position: fixed;
                    left: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    z-index: 999999;
                    background-color: #fff;
                    background-position: center center;
                    background-repeat: no-repeat;
                    padding-top: 17rem;
                }
                
                .loader {
                    text-align: center;
                    margin: 50px auto 0;
                    position: relative;
                }
                
                .loader .domino>div {
                    width: 30px;
                    height: 30px;
                    border-radius: 8px;
                    display: inline-flex;
                    transform: rotate(45deg);
                    animation: domino-effect 2.4s infinite ease-in-out;
                }
                
                .loader .domino>div:after {
                    content: "";
                    width: 30px;
                    height: 30px;
                    border-radius: 8px;
                    opacity: 0;
                    position: relative;
                    top: 0px;
                    left: -43px;
                    animation: illusion 2.4s infinite ease-in-out;
                }
                
                .domino>div:nth-child(1) {
                    margin: 13px;
                    background: #F50057;
                    animation-delay: 0.6s;
                }
                
                .domino>div:nth-child(1):after {
                    background: #F50057;
                    animation-delay: 0.6s;
                }
                
                .domino>div:nth-child(2) {
                    background: #D50000;
                    margin: 13px;
                    animation-delay: 1.2s;
                }
                
                .domino>div:nth-child(2):after {
                    background: #D50000;
                    animation-delay: 1.2s;
                }
                
                .domino>div:nth-child(3) {
                    background: #6200EA;
                    margin: 13px;
                    animation-delay: 1.8s;
                }
                
                .domino>div:nth-child(3):after {
                    background: #6200EA;
                    animation-delay: 1.8s;
                }
                
                .domino>div:nth-child(4) {
                    background: #DD2C00;
                    margin: 13px;
                    animation-delay: 2.4s;
                }
                
                .domino>div:nth-child(4):after {
                    background: #DD2C00;
                    animation-delay: 2.4s;
                }
                
                @keyframes illusion {
                    0%,
                    25% {
                        opacity: 1;
                    }
                    26.1%,
                    33.33%,
                    100% {
                        opacity: 0;
                    }
                }
                
                @keyframes domino-effect {
                    20%,
                    100% {
                        transform: rotate(135deg);
                    }
                }
                /*========== Footer Section CSS ==========*/
                
                #ms-footer {
                    background: #1f1f1f;
                    padding-top: 100px;
                }
                
                #ms-footer .ms-newsletter-box {
                    padding: 35px 50px;
                    border-radius: 80px;
                    margin-top: -170px;
                }
                
                #ms-footer a,
                #ms-footer h6 {
                    color: rgba(255, 255, 255, 0.6);
                    line-height: 1.5;
                    transition: all 0.2s linear;
                    -webkit-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                }
                
                #ms-footer a:hover {
                    color: #fff;
                }
                
                #ms-footer .ms-footer-top iframe {
                    max-width: 100%;
                    max-height: 300px;
                }
                
                #ms-footer .ms-footer-bottom {
                    margin-top: -6px;
                }
                
                #ms-footer .ms-footer-bottom {
                    background: url('../images/footer-bg.jpg');
                }
                
                #ms-footer .ms-footer-bottom .ms-bg-orange {
                    padding: 30px 30px 40px 30px;
                }
                
                #ms-footer .ms-footer-top input {
                    width: 100%;
                    padding: 20px 220px 20px 30px;
                    border-radius: 50px;
                    border: none;
                }
                
                #ms-footer .ms-footer-top input:focus {
                    outline: none;
                }
                
                #ms-footer .ms-footer-top input::placeholder {
                    color: #2c2c2c;
                    font-weight: 300;
                }
                
                #ms-footer .ms-footer-top .ms-foot-btn {
                    font-size: 19px;
                    font-weight: 400;
                    background: #000;
                    border: 2px solid #000;
                    color: #fff;
                    cursor: pointer;
                    top: 0;
                    right: 15px;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;
                    padding: 16px 60px;
                    border-radius: 50px;
                }
                
                #ms-footer .ms-footer-top .ms-foot-btn:hover {
                    border: 2px solid #000;
                    background: transparent;
                    color: #000;
                }
                
                #ms-footer .ms-footer-bottom h5 {
                    font-size: 19px;
                }
                /*========== Main Sidebar CSS ==========*/
                
                #ms-main-sidebar .form-control:focus {
                    border-color: #ebebeb;
                    box-shadow: none;
                }
                
                #ms-main-sidebar form .form-control {
                    position: relative;
                    background: #ebebeb;
                    padding: 12px 60px 12px 15px;
                    border-radius: 0;
                    border: 1px solid #ebebeb;
                }
                
                #ms-main-sidebar form .ms-search-btn {
                    position: absolute;
                    top: 0;
                    right: 15px;
                    padding: 12px 15px;
                    background: #232323;
                    color: #fff;
                    border: 1px solid #232323;
                    border-radius: 0;
                }
                
                #ms-main-sidebar form .ms-search-btn:focus {
                    box-shadow: none;
                }
                
                #ms-main-sidebar .ms-category-sec p {
                    padding: 15px 20px;
                    border: 1px solid #cecece;
                    /* border-bottom: 0px; */
                    margin-bottom: 0;
                }
                /* #ms-main-sidebar .ms-category-sec p:last-child {
    border-bottom: 1px solid #cecece;
} */
                
                #ms-main-sidebar .ms-category-sec p:hover .float-right.mt-1,
                #ms-main-sidebar .ms-category-sec p.active .float-right.mt-1 {
                    color: #ea4335;
                }
                /*==================== 2. Homepage CSS ====================*/
                /*---------- Slider Section ----------*/
                
                #ms-slider-section .carousel-indicators {
                    left: 65%;
                    bottom: 400px;
                    transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    height: 20px;
                    z-index: 1;
                }
                
                #ms-slider-section .carousel-indicators li {
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    cursor: pointer;
                }
                
                #ms-slider-section .carousel-caption {
                    bottom: 150px;
                }
                
                #ms-slider-section .ms-slider-pad {
                    padding-left: 20%;
                    padding-right: 20%;
                }
                
                #ms-slider-section .carousel-inner img.ms-slide-img {
                    min-height: 580px;
                    object-fit: cover;
                }
                
                #ms-slider-section .ms-primary-btn {
                    padding: 18px 60px;
                }
                /*---------- Services Section ----------*/
                
                #ms-service-section .ms-left-image-bg {
                    /* background: url('../images/Yellow-bg-with-car.jpg') center; */
                    /* background-size: cover; */
                    padding: 78px 29px;
                    padding-bottom: 49px;
                    background-color: #f1f0f0;
                    height: auto;
                    text-align: center;
                    position: relative;
                    right: 0;
                }
                
                #ms-service-section ul {
                    list-style-type: none;
                }
                
                #ms-service-section ul li span {
                    min-width: 150px;
                }
                
                #ms-service-section .ms-sec-padding {
                    padding-left: 0;
                    width: 100%;
                    padding: 23px 0;
                    padding-top: 35px;
                }
                
                #ms-service-section .ms-service-box {
                    background: transparent;
                    color: #4a3533;
                    padding: 31px 0 15px 0;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                    margin-bottom: 22px;
                    box-shadow: 0 3px 41px -7px #ababab;
                    overflow: hidden;
                    background: linear-gradient(to bottom, #ffffff, #9fe2fd);
                }
                
                #ms-service-section .ms-service-box .ms-service-box-hover {
                    padding: 50px 0 10px 0;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    color: #fff;
                    background: #ea4335;
                    opacity: 0;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                }
                
                #ms-service-section .ms-service-box:hover .ms-service-box-hover {
                    opacity: 1;
                }
                
                #ms-service-section .ms-service-box .ms-service-box-hover p {
                    color: #4a3533;
                }
                
                #ms-service-section .ms-service-box:hover .ms-service-box-hover p {
                    color: #fff;
                }
                
                #ms-service-section .ms-sidebar-img {
                    left: inherit;
                    height: auto;
                    display: none;
                    /* z-index: -1; */
                }
                /*---------- Need Help Section ----------*/
                
                #ms-help-section .ms-help-box {
                    background: #fff;
                    border: 2px solid #ff8600;
                    border-radius: 50px;
                }
                /*---------- About Us Section ----------*/
                
                #ms-about-section {
                    background: url('../images/about-sec-bg.jpg') no-repeat center;
                    background-size: cover;
                }
                
                #ms-about-section h6 {
                    line-height: 1.5;
                }
                
                #ms-about-section .ms-contact-box {
                    padding: 30px 15px;
                    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.7);
                }
                
                #ms-about-section .ms-contact-box a {
                    color: #fff;
                }
                
                #ms-about-section .ms-contact-box.position-relative {
                    top: 130px;
                }
                /*---------- Team Section ----------*/
                
                #ms-team-section .ms-team-box,
                #ms-shop-section .ms-shop-box {
                    /*---- CSS of Shop Section hover also included ----*/
                    border: 1px solid #ebebeb;
                    padding: 40px 0 50px 0;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                }
                
                #ms-team-section .ms-team-box:hover,
                #ms-shop-section .ms-shop-box:hover {
                    /*---- CSS of Shop Section hover also included ----*/
                    box-shadow: 0px 20px 43px 0 rgba(0, 0, 0, 0.1);
                    border: 1px solid #ebebeb;
                }
                
                #ms-team-section .ms-team-box img.position-absolute {
                    top: 42%;
                    right: 22%;
                }
                /*---------- Specialize Section ----------*/
                
                #ms-special-section {
                    background: #071017;
                }
                
                #ms-special-section .ms-img-content {
                    bottom: 20px;
                    left: 40px;
                    right: 40px;
                }
                /*---------- Shop Section ----------*/
                
                #ms-shop-section .ms-shop-box {
                    padding: 15px 15px 0px 15px;
                }
                
                #ms-shop-section .ms-shop-box h3 del,
                #ms-shop-detail-section del {
                    color: #b8b6b2;
                }
                
                #ms-shop-section .ms-add-btn {
                    background: #000;
                    border-radius: 0;
                    padding: 15px 0;
                    color: #fff;
                    transition: all 0.4s linear;
                    -webkit-transition: all 0.4s linear;
                    border: 2px solid #000;
                }
                
                #ms-shop-section .ms-buy-btn {
                    background: #ea4335;
                    border-radius: 0;
                    padding: 15px 0;
                    color: #fff;
                    transition: all 0.4s linear;
                    -webkit-transition: all 0.4s linear;
                    border: 2px solid #ea4335;
                }
                
                #ms-shop-section .ms-add-btn:hover {
                    background: #fff;
                    border: 2px solid #000;
                    color: #000;
                }
                
                #ms-shop-section .ms-buy-btn:hover {
                    background: #fff;
                    border: 2px solid #ea4335;
                    color: #ea4335;
                }
                
                #ms-shop-section .ms-shop-box .row.position-relative {
                    top: 30px;
                    opacity: 0;
                    transition: all 0.4s linear;
                    -webkit-transition: all 0.4s linear;
                }
                
                #ms-shop-section .ms-shop-box:hover .row.position-relative {
                    opacity: 1;
                    transform: translateY(-6px);
                    -webkit-transform: translateY(-6px);
                }
                /*---------- Testimonials Section ----------*/
                
                .ms-testimonial-home .ms-testimonial-box:after {
                    left: 290px !important;
                }
                
                .ms-testimonial-home #customers-testimonials .owl-nav button {
                    position: absolute;
                    background: #fff;
                    width: 60px;
                    height: 60px;
                    font-size: 50px;
                    font-weight: 600;
                    border-radius: 50%;
                    transition: all 0.3s linear;
                    top: 130px;
                    color: #000;
                    box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.15);
                }
                
                .ms-testimonial-home #customers-testimonials .owl-nav .owl-prev {
                    left: 15%;
                }
                
                .ms-testimonial-home #customers-testimonials .owl-nav .owl-next {
                    right: 15%;
                }
                
                .ms-testimonial-home #customers-testimonials .owl-nav span {
                    position: relative;
                    bottom: 15px;
                }
                /*---------- Blog Section ----------*/
                
                #ms-blog-section {
                    background: #1a1a1a;
                    padding-bottom: 150px;
                }
                
                #ms-blog-section p {
                    font-size: 15px;
                }
                
                #ms-blog-section .ms-width-24 {
                    max-width: 24% !important;
                    flex: 0 0 24% !important;
                }
                
                #ms-blog-section .ms-width-38 {
                    max-width: 38% !important;
                    flex: 0 0 38% !important;
                }
                
                #ms-blog-section .ms-blog-box:hover h4 {
                    text-decoration: underline;
                }
                /*==================== 3. Inner Page's Banner CSS ====================*/
                
                #ms-banner-section {
                    padding: 190px 0 180px 0;
                    background-size: cover;
                }
                
                #ms-banner-section h1,
                #ms-faq-section h1 {
                    font-size: 50px;
                }
                /*==================== 4. About Page CSS ====================*/
                /*---------- Banner Section ----------*/
                
                .ms-abt-bnr {
                    background: url('../images/banners/abt-banner.jpg') no-repeat center;
                }
                /*---------- About Content Section ----------*/
                
                #ms-abt-section .col-md-7.ms-pad-right {
                    padding-right: 60px;
                }
                
                #ms-abt-section .col-md-7.ms-pad-left {
                    padding-left: 60px;
                }
                
                #ms-abt-section .ms-icon-size {
                    font-size: 22px;
                }
                /*==================== 5. Testimonials Page CSS ====================*/
                
                #ms-testimonial-section .ms-testimonial-box img {
                    margin-top: -110px;
                }
                
                #ms-testimonial-section .ms-testimonial-box {
                    box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.1);
                    padding: 40px 40px 30px 40px;
                    margin-top: 60px;
                    position: relative;
                    background: #fff;
                }
                
                #ms-testimonial-section .ms-testimonial-box:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    bottom: -2em;
                    left: 250px;
                    border: 1em solid black;
                    border-color: transparent transparent #fff #fff;
                    transform-origin: 0 0;
                    transform: rotate(-45deg);
                    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
                }
                /*==================== 6. FAQ Page CSS ====================*/
                
                #ms-faq-section h6 {
                    line-height: 1.5;
                }
                
                #ms-faq-section .card-header {
                    padding: 0;
                    border: 0;
                    transition: all 0.3s linear;
                }
                
                #ms-faq-section .card-title>a {
                    display: block;
                    padding: 20px;
                    color: #555;
                    font-weight: bold;
                    text-decoration: none;
                }
                
                #ms-faq-section .card-header a:after {
                    font-family: "Font Awesome 5 Free";
                    content: "\f13a";
                    float: right;
                    transition: all 0.2s;
                    font-size: 26px;
                    position: relative;
                    bottom: 5px;
                }
                
                #ms-faq-section .card-header.active a:after {
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    transform: rotate(180deg);
                    color: #fff;
                }
                
                #ms-faq-section .card-header:hover,
                #ms-faq-section .card-header.active {
                    background-color: #ea4335;
                }
                
                #ms-faq-section .card-header:hover .card-title>a,
                #ms-faq-section .card-header.active .card-title>a {
                    color: #fff;
                }
                /*==================== 7. 404 Error Page CSS ====================*/
                /*---------- Banner Section ----------*/
                
                .ms-404-bnr {
                    background: url('../images/banners/faq-banner.jpg') no-repeat center;
                    background-size: cover;
                }
                /*---------- 404 Page Section ----------*/
                
                #ms-404-section {
                    padding: 200px 0 250px 0;
                }
                
                #ms-404-section h1 {
                    font-size: 45px;
                }
                /*==================== 8. Shop Page CSS ====================*/
                /*---------- Banner Section ----------*/
                
                .ms-shop-bnr {
                    background: url('../images/banners/shop-banner.jpg') no-repeat center;
                    background-size: cover;
                }
                /*==================== 9. Shop Detail Page CSS ====================*/
                /*---------- Banner Section ----------*/
                /*---------- Shop Detail Content Section ----------*/
                
                #ms-shop-detail-section {
                    padding-bottom: 120px;
                }
                
                #ms-shop-detail-section .carousel-item .thumb {
                    width: 31.6%;
                    cursor: pointer;
                    float: left;
                }
                
                #ms-shop-detail-section .carousel-item img {
                    width: 100%;
                    border: 1px solid #cecece;
                }
                
                #ms-shop-detail-section .carousel-item .thumb img {
                    max-width: 100%;
                    border: 1px solid #cecece;
                }
                
                #ms-shop-detail-section .carousel-item .thumb {
                    margin-right: 10px;
                    margin-top: 10px;
                }
                
                #ms-shop-detail-section .carousel-item .thumb:last-child {
                    margin-right: 0px;
                }
                
                #ms-shop-detail-section .ms-rating-star {
                    color: #ffc902;
                }
                
                #ms-shop-detail-section .ms-customer a {
                    color: #111;
                    text-decoration: underline;
                }
                
                #ms-shop-detail-section span {
                    cursor: pointer;
                }
                
                #ms-shop-detail-section .ms-minus,
                #ms-shop-detail-section .ms-plus {
                    width: 32px;
                    height: 58px;
                    background: #ebebeb;
                    border-radius: 0;
                    padding: 5px;
                    border: 1px solid #cecece;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: center;
                    font-size: 24px;
                }
                
                #ms-shop-detail-section .ms-number input {
                    height: 58px;
                    width: 100px;
                    text-align: center;
                    font-size: 24px;
                    border: 1px solid #cecece;
                    border-radius: 0;
                    display: inline-block;
                    vertical-align: middle;
                }
                
                #ms-shop-detail-section .ms-btn-dark {
                    background: #000;
                    border-radius: 0;
                    padding: 15px 30px;
                    color: #fff;
                    transition: all 0.4s linear;
                    -webkit-transition: all 0.4s linear;
                    border: 2px solid #000;
                }
                
                #ms-shop-detail-section .ms-btn-dark:hover {
                    background: transparent;
                    border-radius: 0;
                    color: #000;
                    border: 2px solid #000;
                }
                
                #ms-shop-detail-section .ms-wishlist a:hover,
                #ms-shop-detail-section .ms-tabs-section .nav-link.active,
                #ms-shop-detail-section .ms-tabs-section .nav-link:hover {
                    color: #ea4335;
                }
                
                #ms-shop-detail-section .ms-tabs-section .nav-link {
                    padding: 0;
                    margin-right: 30px;
                    color: #000;
                    font-size: 18px;
                    font-weight: bold;
                }
                
                #ms-shop-detail-section .ms-tabs-section .table-bordered td,
                #ms-shop-detail-section .table-bordered th {
                    width: 33.33%;
                }
                
                #ms-shop-detail-section .ms-tabs-section .ms-reviews-tab-sec {
                    border: 1px solid #cecece;
                    padding: 25px 25px 10px 25px;
                }
                
                #ms-shop-detail-section form .form-control-lg,
                #ms-contact-section form .form-control-lg {
                    font-size: 18px;
                    padding: 10px 20px;
                }
                /*==================== 10. Blog V1 Page CSS, Blog V2 Page CSS and Blog Details Page CSS ====================*/
                /*---------- Banner Section ----------*/
                
                .ms-blog-1-bnr,
                .ms-blog-2-bnr,
                .ms-blog-detail-bnr {
                    background: url('../images/banners/faq-banner.jpg') no-repeat center;
                    background-size: cover;
                }
                /*---------- Blog Content Section ----------*/
                
                #ms-blog-page-section .ms-blog-badge,
                #ms-blog-detail-section .ms-blog-badge {
                    background: #ea4335;
                    top: 0;
                    right: 15px;
                    padding: 15px 35px;
                }
                
                #ms-blog-detail-section span a:hover,
                #ms-blog-detail-section .ms-reviews-tab-sec h6 a:hover {
                    color: #ea4335;
                }
                
                #ms-blog-detail-section .ms-reviews-tab-sec {
                    border: 1px solid #cecece;
                    padding: 25px 25px 10px 25px;
                }
                
                #ms-blog-detail-section form .form-control-lg {
                    font-size: 18px;
                    padding: 10px 20px;
                }
                /*==================== 11. Team Page CSS ====================*/
                /*---------- Banner Section ----------*/
                
                .ms-team-bnr {
                    background: url('../images/banners/team-banner.jpg') no-repeat center;
                    background-size: cover;
                }
                /*---------- Our Team Page Content ----------*/
                
                #ms-team-page-section .ms-team-box {
                    border: 1px solid #ebebeb;
                    padding: 100px;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                }
                
                #ms-team-page-section .ms-team-box:hover {
                    box-shadow: 0px 20px 43px 0 rgba(0, 0, 0, 0.1);
                    border: 1px solid #fff;
                }
                
                #ms-team-page-section .ms-social-icon .ms-icon {
                    color: #595857;
                    width: 40px;
                    height: 40px;
                    padding: 10px;
                    border-radius: 50%;
                    cursor: pointer;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                }
                
                #ms-team-page-section .ms-social-icon .ms-icon:hover {
                    background: #ea4335;
                    color: #fff;
                }
                /*==================== 12. Service V1 Page CSS, Service V2 Page CSS and Service Details Page CSS ====================*/
                /*---------- Banner Section ----------*/
                
                .ms-service-bnr {
                    background: url('../images/banners/service-banner.jpg') no-repeat center;
                    background-size: cover;
                }
                /*---------- Service Page Tab Section ----------*/
                
                #ms-service-tab-section .nav-pills .nav-link.active {
                    background-color: transparent;
                }
                
                #ms-service-tab-section .nav-link {
                    padding: 0;
                }
                
                #ms-service-tab-section .ms-service-box {
                    color: #4a3533;
                    padding: 50px 0 15px 0;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                    margin-bottom: 30px !important;
                    background: #ffe8e6;
                }
                
                #ms-service-tab-section .ms-service-box .ms-service-box-hover,
                #ms-service-tab-section .nav-link.nav-link.active .ms-service-box .ms-service-box-hover {
                    padding: 50px 0 10px 0;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    color: #fff;
                    background: #ea4335;
                    opacity: 0;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                }
                
                #ms-service-tab-section .ms-service-box:hover .ms-service-box-hover,
                #ms-service-tab-section .nav-link.nav-link.active .ms-service-box .ms-service-box-hover {
                    opacity: 1;
                }
                
                #ms-service-tab-section .ms-service-box p {
                    color: #4a3533;
                }
                
                #ms-service-tab-section .ms-service-box:hover .ms-service-box-hover p,
                #ms-service-tab-section .nav-link.nav-link.active .ms-service-box .ms-service-box-hover p {
                    color: #fff;
                }
                
                #ms-service-tab-section .tab-content {
                    padding-left: 60px;
                }
                
                #ms-service-tab-section .ms-service-img-box {
                    margin-bottom: 30px;
                }
                
                #ms-service-tab-section .ms-service-img-box-hover {
                    position: absolute;
                    top: 46%;
                    bottom: 55%;
                    right: 0;
                    left: 0;
                }
                
                #ms-service-tab-section .ms-service-img-box .ms-service-img-box-hover p {
                    display: inline-block;
                    position: relative;
                    padding: 0 0 3px 0;
                }
                
                #ms-service-tab-section .ms-service-img-box .ms-service-img-box-hover p:after {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                    visibility: hidden;
                    background-color: #ea4335;
                    -webkit-transition: all .1s ease;
                    transition: all 0.3s ease;
                    -webkit-transform: scaleX(0);
                    transform: scaleX(0);
                }
                
                #ms-service-tab-section .ms-service-img-box:hover .ms-service-img-box-hover p:after {
                    visibility: visible;
                    -webkit-transform: scaleX(1);
                    transform: scaleX(1);
                }
                
                .ms-service-2-tab-section .tab-content {
                    padding-left: 0 !important;
                }
                
                .ms-service-2-tab-section .ms-service-img-box {
                    margin-bottom: 50px !important;
                }
                /*---------- Brands We Work With Section ----------*/
                
                .ms-brands-section .ms-sec-padding .row img {
                    padding: 30px;
                }
                
                .ms-brands-section .ms-sidebar-img {
                    height: 680px !important;
                }
                /*==================== 13. Contact Page CSS ====================*/
                /*---------- Banner Section ----------*/
                
                .ms-contact-bnr {
                    background: url('../images/banners/contact-banner.jpg') no-repeat center;
                    background-size: cover;
                }
                /*---------- Contact Page Content Section ----------*/
                
                #ms-contact-section .ms-social-icon .ms-icon {
                    background: #232323;
                    color: #fff;
                    width: 40px;
                    height: 40px;
                    padding: 11px;
                    border-radius: 50%;
                    transition: all 0.3s linear;
                    -webkit-transition: all 0.3s linear;
                }
                
                #ms-contact-section .ms-social-icon .ms-icon:hover {
                    background: #ea4335;
                }
                /*==================== 14. Cart Page CSS ====================*/
                /*---------- Banner Section ----------*/
                /*---------- Cart Page Content ----------*/
                
                #ms-cart-section h6 a:hover {
                    color: #ea4335;
                }
                
                #ms-cart-section span {
                    cursor: pointer;
                }
                
                #ms-cart-section .ms-minus,
                #ms-cart-section .ms-plus {
                    width: 32px;
                    height: 40px;
                    background: #ebebeb;
                    border-radius: 0;
                    padding: 1px;
                    border: 1px solid #cecece;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: center;
                    font-size: 20px;
                }
                
                #ms-cart-section .ms-number input {
                    height: 40px;
                    width: 50px;
                    text-align: center;
                    font-size: 20px;
                    border: 1px solid #cecece;
                    border-radius: 0;
                    display: inline-block;
                    vertical-align: middle;
                }
                
                #ms-cart-section form .form-control {
                    position: relative;
                    background: #ebebeb;
                    padding: 15px 10px;
                    border-radius: 0;
                    border: 1px solid #ebebeb;
                }
                
                #ms-cart-section .ms-btn-dark {
                    background: #000;
                    border-radius: 0;
                    padding: 14px 40px;
                    color: #fff;
                    transition: all 0.4s linear;
                    -webkit-transition: all 0.4s linear;
                    border: 2px solid #000;
                }
                
                #ms-cart-section .ms-btn-dark:hover {
                    background: transparent;
                    border-radius: 0;
                    color: #000;
                    border: 2px solid #000;
                }
                
                #ms-cart-section .ms-primary-btn {
                    padding: 14px 40px;
                    border-radius: 0;
                    font-size: 16px;
                }
                
                #ms-testimonial-section #customers-testimonials .item {
                    text-align: center;
                    opacity: .2;
                    -webkit-transform: scale3d(0.8, 0.8, 1);
                    transform: scale3d(0.8, 0.8, 1);
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                
                #ms-testimonial-section #customers-testimonials .owl-item.active.center .item {
                    opacity: 1;
                    -webkit-transform: scale3d(1.0, 1.0, 1);
                    transform: scale3d(1.0, 1.0, 1);
                }
                
                #ms-testimonial-section .owl-carousel .owl-item img {
                    transform-style: preserve-3d;
                    max-width: 110px;
                    margin: -100px auto 5px;
                }
                
                .ms-header-main {
                    display: table;
                    margin: auto;
                }
                
                #ms-header .container {
                    max-width: 1170px;
                }
                
                .ms-header-top a {
                    color: #fff;
                    font-size: 15px;
                    margin: 0px 0px;
                    border-right: 1px solid;
                    padding: 0px 31px;
                }
                
                .ms-header-top a.b-r-0 {
                    border-right: none;
                    padding-right: 0;
                }
                
                .slide {
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    width: 100%;
                    height: 63vh;
                    position: relative;
                }
                
                .slide::before {
                    content: "";
                    position: absolute;
                    background-image: linear-gradient(#ff000000, transparent, #000000);
                    width: 100%;
                    height: 100%;
                }
                
                .slide1 {
                    background-image: url(../images/banners/s1.jpg);
                }
                
                .slide2 {
                    background-image: url(../images/banners/s2.jpg);
                }
                
                .banner-slider .owl-dots {
                    position: absolute;
                    bottom: 25px;
                    right: auto;
                    left: 0;
                    margin-top: 0;
                    width: 66px;
                    text-align: left;
                }
                
                .banner-slider.owl-theme .owl-dots .owl-dot span {
                    transition: all .5s ease;
                    width: 38px;
                    height: 7px;
                    margin: 0;
                    background: #fff;
                    border-radius: 0px;
                }
                
                .banner-slider.owl-theme .owl-dots .owl-dot.active span {
                    width: 60px;
                    background-color: #ffc107;
                }
                
                body {
                    overflow-x: hidden;
                    font-family: 'Heebo', sans-serif;
                    font-family: 'Open Sans', sans-serif;
                    background-color: #f5f5f5;
                    font-size: 14px;
                    line-height: 30px;
                }
                
                img {
                    max-width: 100%;
                }
                
                .facilities-section {
                    background-color: transparent;
                    position: absolute;
                    top: 16%;
                    right: 0;
                    width: 35px;
                    text-align: center;
                    padding: 0;
                }
                
                .facilities-row {
                    background-color: transparent;
                    padding: 0;
                    box-shadow: none;
                    margin: 0;
                    margin-top: 0;
                    position: relative;
                    z-index: 9;
                    width: 200px;
                    height: 100%;
                }
                
                .fac-b {
                    width: auto;
                    position: relative;
                    display: table;
                    height: 58px;
                    width: 100%;
                }
                
                .facilities-block {
                    padding: 7px 10px;
                    margin-bottom: 0px;
                    height: 50px;
                    background-color: #dcdbdb;
                    transform: translatex(-4%);
                    width: 372px;
                    position: absolute;
                    cursor: pointer;
                    transition: all .4s ease;
                    border-radius: 0px;
                    border-radius: 10px;
                }
                
                .fac-b:hover .facilities-block {
                    transform: translatex(-46%);
                }
                
                .facilities-block img {
                    width: 36px;
                    float: left;
                    position: relative;
                }
                
                .facilities-block::before {
                    content: "";
                    position: absolute;
                    width: 56px;
                    height: 50px;
                    top: 0;
                    background-image: none;
                    background-position: left;
                    background-repeat: no-repeat;
                    left: 0;
                    background-size: 100%;
                    z-index: inherit;
                    border: 3px solid #ccc;
                    border-radius: 10px;
                    background-color: #ffffff;
                    box-shadow: 0 0 10px;
                }
                
                .facilities-block::after {
                    content: "";
                    position: absolute;
                    width: 48%;
                    height: 40px;
                    top: 5px;
                    z-index: -1;
                    background-color: #676767;
                    left: 53px;
                }
                .ambulanceborder::before{
                    border: 3px solid #e93535;
                }
                .c-none::before {
                    display: none;
                    content: none;
                }
                
                .facilities-block h4 {
                    font-size: 13px;
                    text-transform: uppercase;
                    color: #ffffff;
                    margin-top: 9px;
                    margin-bottom: 0;
                    margin-left: 22px;
                    float: left;
                }
                
                .welcome-text {
                    text-align: center;
                    display: table;
                    margin: auto;
                    margin-top: -79px;
                    color: #fff;
                    position: relative;
                    z-index: 9;
                    font-size: 50px;
                }
                
                #slider-section {
                    /* padding: 0 65px; */
                    padding-right: 0;
                    /* background: #f1f0f0; */
                    position: relative;
                }
                
                .fixed-socila {
                    position: absolute;
                    right: 4px;
                    z-index: 99;
                    top: 14px;
                    width: auto;
                    padding: 0;
                    list-style: none;
                }
                
                .fixed-socila li {
                    display: inline-block;
                }
                
                .fixed-socila a {
                    display: block;
                    margin-bottom: 5px;
                    width: 33px;
                    margin-right: 5px;
                }
                
                .fixed-socila span {
                    transform: rotate(-90deg);
                    display: block;
                    width: 100px;
                    position: relative;
                    right: 33px;
                    top: 36px;
                    font-size: 20px;
                }
                
                .tp-ser-about-heading {
                    text-transform: uppercase;
                }
                
                .ser-heading {
                    margin-bottom: 10px;
                    color: #2759a9;
                }
                
                .about-text ul li p {
                    line-height: 34px;
                    font-size: 16px;
                }
                
                .about-text .btn {
                    background-color: #58c8f5;
                    border-color: transparent;
                    margin-top: 28px;
                }
                
                .down-icon::before {
                    position: absolute;
                    content: "";
                    width: 2px;
                    height: 50px;
                    border-right: 1px solid #58c8f5;
                    bottom: 71px;
                    left: 0px;
                    right: 0px;
                    margin: 0 auto;
                }
                
                .down-icon {
                    position: absolute;
                    left: 7px;
                    font-size: 34px;
                    bottom: 23px;
                    width: 48px;
                    height: 55px;
                    background-color: #44b9e8;
                    text-align: center;
                    color: #fff;
                    line-height: 56px;
                    cursor: pointer;
                    z-index: 9;
                }
                
                .about-section {
                    position: relative;
                }
                
                .about-section::before {
                    content: "";
                    position: absolute;
                    width: 40%;
                    height: 100%;
                    /* background-color: #f1f0f0; */
                }
                
                #ms-service-section .ms-service-box.ser-bg2 {
                    /* background-color: #5B3AB6; */
                }
                
                #ms-service-section .ms-service-box.ser-bg3 {
                    /* background-color: #3D9600; */
                }
                
                #ms-service-section .ms-service-box.ser-bg4 {
                    /* background-color: #A315AA; */
                }
                
                #ms-service-section .ms-service-box.ser-bg5 {
                    /* background-color: #E88A04; */
                }
                
                #ms-service-section .ms-service-box.ser-bg6 {
                    /* background-color: #4399DB; */
                }
                
                .ms-service-box img {
                    width: 50px;
                    position: relative;
                }
                
                .ms-service-box p {
                    font-weight: 500;
                    font-size: 13px;
                    color: #000;
                    margin-top: 16px;
                    text-transform: uppercase;
                }
                
                .about-section .container {
                    max-width: 1127px;
                }
                
                nav.navbar.navbar-expand-lg.ms-header-area {
                    padding: 13px 10px;
                    margin-left: 30px;
                }
                /* width */
                
                 ::-webkit-scrollbar {
                    width: 7px;
                }
                /* Track */
                
                 ::-webkit-scrollbar-track {
                    background: #f1f1f1;
                }
                /* Handle */
                
                 ::-webkit-scrollbar-thumb {
                    background: #888;
                }
                /* Handle on hover */
                
                 ::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }
                
                .about-block {
                    position: relative;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    padding-top: 12px;
                }
                
                .about-text h2 {
                    position: relative;
                    display: table;
                    margin: auto;
                    margin-bottom: 12px;
                }
                
                .about-text p {
                    font-size: 14px;
                    line-height: 28px;
                    color: #383737;
                    margin-bottom: 22px;
                }
                
                .about-text .ms-primary-btn {
                    padding: 4px 18px;
                    font-size: 17px;
                }
                
                .pricingTable {
                    background: #fff;
                    text-align: center;
                    padding: 0 0 55px;
                    margin: 0 0px;
                    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
                    /* clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%); */
                    /* border-bottom: 2px solid; */
                    position: relative;
                    box-shadow: 0px 0px 10px #000;
                }
                
                .pricingTable::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 14px;
                    background: #285aaa;
                    bottom: 22px;
                    left: 0;
                    transform: rotate(-7deg);
                    box-shadow: 0 39px 18px -9px #060606;
                }
                
                .pricingTable .pricingTable-header {
                    color: #fff;
                    padding: 45px 15px 35px;
                    position: relative;
                }
                
                .pricingTable .pricingTable-header:before,
                .pricingTable .pricingTable-header:after {
                    content: '';
                    background: #a1c0f3;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -2;
                    -webkit-clip-path: polygon(100% 20%, 100% 100%, 50% 90%, 0 100%, 0 0);
                    clip-path: polygon(100% 20%, 100% 100%, 50% 90%, 0 100%, 0 0);
                }
                
                .pricingTable .pricingTable-header:after {
                    background: #285aaa;
                    height: 95%;
                    z-index: -1;
                    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 20%);
                    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 20%);
                }
                
                .pricingTable .title {
                    font-size: 27px;
                    font-weight: 600;
                    text-transform: uppercase;
                    margin: 0;
                }
                
                .pricingTable .currency {
                    font-size: 60px;
                    line-height: 60px;
                }
                
                .pricingTable .amount {
                    font-size: 60px;
                    line-height: 70px;
                }
                
                .pricingTable .amount-sm {
                    font-size: 22px;
                    line-height: 35px;
                    vertical-align: top;
                }
                
                .pricingTable .pricing-content {
                    padding: 10px 0;
                    margin: 0 30px;
                    list-style: none;
                }
                
                .pricingTable .pricing-content li a {
                    color: #505050;
                    font-size: 14px;
                    display: block;
                    line-height: 30px;
                    text-transform: capitalize;
                    /* letter-spacing: 1px; */
                    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
                    margin-bottom: 10px;
                    text-align: left;
                    position: relative;
                    padding-left: 12px;
                }
                
                .pricingTable .pricing-content li a:hover {
                    color: #b32a30;
                }
                
                .pricingTable .pricing-content li a::after {
                    content: "";
                    background-image: url(../images/next2.png);
                    position: absolute;
                    width: 15px;
                    height: 20px;
                    background-position: center;
                    background-repeat: no-repeat;
                    left: -16px;
                    background-size: 100%;
                    top: 2px;
                }
                
                .pricingTable .pricing-content li a:last-child {
                    /* border-bottom: none; */
                }
                
                .pricingTable .pricingTable-signup {
                    color: #35c2ff;
                    background-color: #fff;
                    font-size: 18px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    padding: 10px 30px;
                    border: 2px solid #35c2ff;
                    display: inline-block;
                    overflow: hidden;
                    position: relative;
                    z-index: 1;
                    transition: all 0.3s ease 0s;
                }
                
                .pricingTable .pricingTable-signup:hover {
                    color: #fff;
                }
                
                .pricingTable .pricingTable-signup:before {
                    content: "";
                    background-color: #35c2ff;
                    height: 150px;
                    width: 220px;
                    border-radius: 50%;
                    position: absolute;
                    bottom: 100%;
                    left: -15px;
                    z-index: -1;
                    transition: all 0.7s ease 0s;
                }
                
                .pricingTable .pricingTable-signup:hover:before {
                    bottom: -50px;
                }
                
                .pricingTable.orange .pricingTable-header:after {
                    background-color: #FF9F00;
                }
                
                .pricingTable.orange .pricingTable-signup {
                    color: #FF9F00;
                    border-color: #FF9F00;
                }
                
                .pricingTable.orange .pricingTable-signup:hover {
                    color: #fff;
                }
                
                .pricingTable.orange .pricingTable-signup:before {
                    background-color: #FF9F00;
                }
                
                .pricingTable.magenta .pricingTable-header:after {
                    background-color: #EC407A;
                }
                
                .pricingTable.magenta .pricingTable-signup {
                    color: #EC407A;
                    border-color: #EC407A;
                }
                
                .pricingTable.magenta .pricingTable-signup:hover {
                    color: #fff;
                }
                
                .pricingTable.magenta .pricingTable-signup:before {
                    background-color: #EC407A;
                }
                
                @media only screen and (max-width: 990px) {
                    .pricingTable {
                        margin: 0 0 30px;
                    }
                }
                
                .latet-events {
                    margin-top: 45px;
                }
                
                .event-slider {
                    position: relative;
                }
                
                .event-slider::before {
                    content: "";
                    position: absolute;
                    background-image: linear-gradient(#ff000000, #ea4d4370, #ea4335);
                    width: 100%;
                    height: 100%;
                    left: 0;
                }
                
                .event-slider .ms-img-content {
                    position: absolute;
                    bottom: 0;
                    text-align: center;
                    width: 100%;
                    font-weight: 500;
                }
                
                .event-slider .ms-img-content a {
                    color: #000;
                    font-weight: normal;
                }
                
                .event-slider .ms-img-content a h5 {
                    font-size: 17px;
                }
                
                .events-title {
                    position: relative;
                    left: 15px;
                }
                
                .events-title h2 span {
                    color: #E64B3C;
                }
                
                .events-title::before {
                    content: "";
                    position: absolute;
                    width: 298px;
                    height: 171px;
                    background-color: #f3f3f3;
                    background: linear-gradient(to right, #e0e0e0, #ffffff);
                    top: -30px;
                    left: -14px;
                    z-index: -1;
                }
                
                .students-corner-section {
                    background-image: url(../images/student-corner.jpg);
                    width: 100%;
                    height: 253px;
                    background-position: center;
                    background-size: cover;
                    text-align: center;
                    margin-top: 32px;
                }
                
                .student-corner-img {
                    padding-top: 44px;
                }
                
                .students-corner-section h4 {
                    color: #fff;
                    padding-top: 16px;
                    font-size: 28px;
                }
                
                .students-corner-section .btn {
                    border: 1px solid #fff;
                    color: #fff;
                }
                
                .subscribe-srction {
                    text-align: center;
                    background: #11b9fd;
                    padding: 48px 30px;
                    color: #fff;
                    margin-top: 32px;
                }
                
                .subscribe-srction h4 {
                    color: #fff;
                    font-size: 25px;
                    text-transform: uppercase;
                    margin-bottom: 17px;
                }
                
                .subscribe-input .form-control {
                    height: 53px;
                }
                
                .subscribe-input .btn {
                    border: 1px solid #fff;
                    color: #fff;
                    margin-top: 16px;
                    background-color: transparent;
                }
                
                .footer-nav {
                    background: #373737;
                    padding: 19px 0;
                }
                
                .copyright {
                    margin: 0px;
                    font-size: 15px;
                    text-align: center;
                    color: #fff;
                }
                
                .copyright a {
                    color: #ffe289;
                }
                
                .about-text h2 {
                    position: relative;
                }
                
                .about-text h2::before {
                    content: "";
                    position: absolute;
                    width: 138px;
                    height: 4px;
                    border-bottom: 2px solid #bdbcbc;
                    left: 0px;
                    right: 0px;
                    margin: 0 auto;
                    top: 33px;
                }
                
                .specilaties-block .spe-desc {
                    color: #383737;
                    margin: auto;
                    margin-bottom: 27px;
                    max-width: 1093px;
                }
                
                #ms-service-section .ms-service-box.ser-bg1::before,
                #ms-service-section .ms-service-box.ser-bg2::before,
                #ms-service-section .ms-service-box.ser-bg3::before,
                #ms-service-section .ms-service-box.ser-bg4::before,
                #ms-service-section .ms-service-box.ser-bg5::before,
                #ms-service-section .ms-service-box.ser-bg6::before {
                    content: "";
                    position: absolute;
                    width: 80px;
                    height: 80px;
                    right: 0;
                    left: 0;
                    top: 17px;
                    margin: 0 auto;
                    opacity: 1;
                    border-radius: 100%;
                    background: #c2e795;
                    /* box-shadow: 0 0 42px #000; */
                    /* z-index: -1; */
                }
                
                #ms-service-section .ms-service-box.ser-bg1::before {
                    /* background: #ff8600; */
                }
                
                #ms-service-section .ms-service-box.ser-bg2::before {
                    /* background: #4407ff; */
                }
                
                #ms-service-section .ms-service-box.ser-bg3::before {
                    /* background: #62ff00; */
                }
                
                #ms-service-section .ms-service-box.ser-bg4::before {
                    /* background: #ff1400; */
                }
                
                #ms-service-section .ms-service-box.ser-bg5::before {
                    /* background: #00a7ff; */
                }
                
                #ms-service-section .ms-service-box.ser-bg6::before {
                    /* background: #f1b400; */
                }
                
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg1::before,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg2::before,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg3::before,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg4::before,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg5::before,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg6::before {
                    box-shadow: none;
                }
                
                #ms-service-section .ms-service-box.ser-bg1::after,
                #ms-service-section .ms-service-box.ser-bg2::after,
                #ms-service-section .ms-service-box.ser-bg3::after,
                #ms-service-section .ms-service-box.ser-bg4::after,
                #ms-service-section .ms-service-box.ser-bg5::after,
                #ms-service-section .ms-service-box.ser-bg6::after {
                    content: "";
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    right: -12px;
                    bottom: -13px;
                    opacity: .3;
                    border-radius: 100%;
                    transition: all ease .4s;
                    border: 3px solid #c3c3c3;
                }
                
                #ms-service-section .ms-service-box.ser-bg1::after {
                    /* border: 3px solid #fd5f66; */
                }
                
                #ms-service-section .ms-service-box.ser-bg2::after {
                    /* border: 3px solid #ac8fff; */
                }
                
                #ms-service-section .ms-service-box.ser-bg3::after {
                    /* border: 3px solid #5cde00; */
                }
                
                #ms-service-section .ms-service-box.ser-bg4::after {
                    /* border: 3px solid #f991ff; */
                }
                
                #ms-service-section .ms-service-box.ser-bg5::after {
                    /* border: 3px solid #a8d4f1; */
                }
                
                #ms-service-section .ms-service-box.ser-bg6::after {
                    /* border: 3px solid #f1d38d; */
                }
                
                .students-corner-section .btn:hover {
                    border: 1px solid #E74638;
                    background-color: #E74638;
                    color: #fff;
                }
                
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg1::after,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg2::after,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg3::after,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg4::after,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg5::after,
                #ms-service-section .services-row .col-6:hover .ms-service-box.ser-bg6::after {
                    width: 75px;
                    height: 2px;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    border-radius: 0px;
                    bottom: 19px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    opacity: 1;
                }
                
                .subscribe-input .btn:hover {
                    background-color: #000;
                    border: 1px solid #000;
                }
                
                .services-anchor {
                    display: block;
                }
                
                .inner-content {
                    position: relative;
                    min-height: 54vh;
                    padding: 43px 0;
                }
                
                .inner-header {
                    position: absolute;
                    width: 100%;
                    top: 0px;
                    z-index: 999;
                }
                
                .inner-theme-title {
                    color: #000;
                    text-align: center;
                    text-transform: uppercase;
                    font-size: inherit;
                    padding-top: 0;
                    display: block;
                    position: absolute;
                    right: 0;
                    font-size: 36px;
                    top: 30px;
                    left: 0;
                    margin: 0 auto;
                }
                
                .inner-theme-title span {
                    /* font-weight: 600; */
                    font-size: 31px;
                }
                
                .hospital-icon {
                    width: 138px;
                    height: 138px;
                    margin: auto;
                    margin-bottom: 13px;
                    text-align: center;
                    background-color: #ffffff;
                    border-radius: 50%;
                    line-height: 131px;
                    box-shadow: 0px 0px 3px 7px #b7b7b7;
                }
                
                .hospital-icon img {
                    width: 77px;
                }
                
                .home-icon {
                    position: absolute;
                    right: 61px;
                    width: 54px;
                    height: 54px;
                    text-align: center;
                    background-color: #b7292f;
                    border-radius: 50%;
                    top: 7px;
                    line-height: 44px;
                    border: 3px solid #ccc;
                }
                
                .home-icon a {
                    display: block;
                }
                
                .home-icon img {
                    width: 28px;
                }
                
                .inner-w-title .ms-header-top {
                    float: initial;
                    display: none;
                }
                
                .bread-cumb-section {
                    background-color: #ffffff;
                    padding: 7px 24px;
                    box-shadow: 0 3px 41px -7px #676767;
                    display: table;
                    margin: auto;
                    margin-top: -22px;
                }
                
                .bread-cumb-section ul {
                    list-style: none;
                    padding: 0px;
                    text-align: center;
                    margin: 0;
                }
                
                .bread-cumb-section ul li {
                    display: inline-block;
                }
                
                .bread-cumb-section ul li a {
                    color: #b52a30;
                    text-transform: uppercase;
                    font-weight: 600;
                }
                
                .navigation .navigation-header {
                    color: #fff;
                    background: linear-gradient(to left, #4986e8, #2759aa);
                    width: 80%;
                    padding: 10px;
                    margin: 0 0 20px -10px;
                    border-radius: 0 50px 50px 0;
                    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 0 3px rgba(0, 0, 0, 0.3);
                    position: relative;
                }
                
                .navigation .navigation-header:before,
                .navigation .navigation-header:after {
                    content: '';
                    background: linear-gradient(45deg, transparent 49%, #777 50%);
                    height: 10px;
                    width: 10px;
                    position: absolute;
                    left: 0;
                    bottom: -10px;
                }
                
                .navigation .navigation-header:after {
                    transform: rotateX(180deg);
                    bottom: auto;
                    top: -10px;
                }
                
                .navigation .title {
                    font-size: 25px;
                    font-weight: 700;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    margin: 0;
                }
                
                .navigation-content {
                    list-style: none;
                    padding: 0;
                }
                
                .navigation-content li {
                    /* border-bottom: 1px solid #ccc; */
                    padding: 0 14px;
                }
                
                .navigation-content li a {
                    color: #000;
                    display: block;
                    font-size: 13px;
                    padding: 7px 23px 7px 15px;
                    margin-bottom: 0px;
                    font-weight: 500;
                    border-bottom: 1px solid #ccc;
                    position: relative;
                    /* box-shadow: 0 3px 9px -7px #131313; */
                    text-transform: uppercase;
                    line-height: 20px;
                }
                
                .navigation-content li a::before {
                    content: "";
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background-color: #b62d32;
                    left: 0px;
                    top: 15px;
                    /* border-radius: 50%; */
                }
                
                .navigation-content li a:hover {
                    background-color: #000000;
                    color: #fff;
                }
                
                .navigation {
                    padding: 10px 0px;
                    background-color: #F5F5F5;
                    box-shadow: 0 0 10px #ababab;
                }
                
                .nursing-college-bg {
                    background-image: url(../images/nursing-college/nursing-bg.jpg);
                }
                
                .nursing-college-bg::before {
                    content: "";
                    position: absolute;
                    /* background-image: linear-gradient(#101010, #00000033, #fb5042); */
                    width: 100%;
                    height: 100%;
                }
                
                .nursing-h-bg .navigation-header {
                    color: #fff;
                    background: linear-gradient(to left, #7ef7b8, #16af7a);
                }
                
                .nursing-h-bg .navigation-content li a::before {
                    background-color: #de280e;
                }
                
                .paramedical-college-bg {
                    background-image: url(../images/paramedica-college/paramedical-college-bg.jpg);
                }
                
                .paramedical-college-bg::before {
                    content: "";
                    position: absolute;
                    /* background-image: linear-gradient(#101010, #00000033, #00a7ff); */
                    width: 100%;
                    height: 100%;
                }
                
                .paramedical-h-bg .navigation-header {
                    color: #fff;
                    background: linear-gradient(to left, #81698e, #60406f);
                }
                
                .paramedical-h-bg .navigation-content li a::before {
                    background-color: #5f406f;
                }
                
                .physiotherapy-college-bg {
                    background-image: url(../images/physiotherapy/physiotherapy-bg.jpg);
                }
                
                .physiotherapy-college-bg::before {
                    content: "";
                    position: absolute;
                    /* background-image: linear-gradient(#101010, #00000033, #f1b400); */
                    width: 100%;
                    height: 100%;
                }
                
                .physiotherapy-h-bg .navigation-header {
                    color: #fff;
                    background: linear-gradient(to left, #76d5f3, #449eb7);
                }
                
                .physiotherapy-h-bg .navigation-content li a::before {
                    background-color: #449eb7;
                }
                
                .inner-pages-body .fixed-socila {
                    width: 50px;
                    top: 79px;
                    z-index: 999;
                    right: 0;
                    text-align: center;
                    display: none;
                }
                
                .container {
                    position: relative;
                }
                
                .inner-pages-body .ms-header-top a {
                    color: #000;
                }
                
                .inner-pages-body header .ms-logo-pad {
                    /* right: 0px; */
                    left: 0;
                    /* margin: 0 auto; */
                    /* box-shadow: 0px 0px 10px #ababab; */
                    border-radius: 0px;
                    padding: 8px 7px 15px 7px;
                }
                
                .inner-socila-media {
                    float: inherit;
                    top: 0;
                    right: 0;
                    width: auto;
                    text-align: center;
                }
                
                .inner-socila-media ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }
                
                .inner-socila-media ul li {
                    display: inline-block;
                }
                
                .inner-socila-media ul li a {
                    display: block;
                    background-color: #5072e0;
                    width: 35px;
                    text-align: center;
                    height: 35px;
                    line-height: 35px;
                    border-radius: 0px;
                    color: #fff;
                    margin-left: 0;
                    margin-top: 5px;
                }
                
                .inner-socila-media ul li:nth-child(2) a {
                    display: block;
                    background-color: #da363c;
                }
                
                .inner-socila-media ul li:nth-child(3) a {
                    display: block;
                    background-color: #36aae7;
                }
                
                .inner-socila-media ul li:nth-child(4) a {
                    display: block;
                    background-color: #086a9e;
                }
                
                .general-collge-body .bread-cumb-section {
                    background-color: #f57c32;
                }
                
                .general-collge-body .footer-nav {
                    background: #00a5a1;
                }
                
                .admissions-box a {
                    display: block;
                    color: #fff;
                }
                
                .admissions-box {
                    position: absolute;
                    background-color: #b53137;
                    padding: 16px 10px;
                    color: #fff;
                    text-align: center;
                    right: 96px;
                    top: 156px;
                    -webkit-animation: blink1 1s infinite;
                    /* Safari 4+ */
                    -moz-animation: blink1 1s infinite;
                    /* Fx 5+ */
                    -o-animation: blink1 1s infinite;
                    /* Opera 12+ */
                    animation: blink1 1s infinite;
                    /* IE 10+, Fx 29+ */
                }
                
                .admissions-box span {
                    font-size: 32px;
                }
                
                @-webkit-keyframes blink1 {
                    0%,
                    49% {
                        background-color: #000;
                    }
                    50%,
                    100% {
                        background-color: #B53137;
                    }
                }
                
                .super-specialities-body .bread-cumb-section {
                    /* background-color: #3c526f; */
                }
                
                .super-specialities-body .footer-nav {
                    background-color: #173878;
                }
                
                .nursing-collge-body .bread-cumb-section {
                    background-color: #16af7a;
                }
                
                .nursing-collge-body .footer-nav {
                    background-color: #16af7a;
                }
                
                .paramedical-collge-body .bread-cumb-section {
                    background-color: #60406f;
                }
                
                .paramedical-collge-body .footer-nav {
                    background-color: #5f406f;
                }
                
                .physiotherapy-body .bread-cumb-section {
                    background-color: #449EB7;
                }
                
                .physiotherapy-body .footer-nav {
                    background-color: #449eb7;
                }
                /* medical collge styles */
                
                .medical-college-header {
                    background-color: transparent;
                    position: relative;
                    height: 103px;
                    border-top: 3px solid #b7292f;
                }
                
                .medical-collge-body.inner-pages-body header .ms-logo-pad {
                    left: 38px;
                    padding: 8px 7px 26px 7px;
                    border-radius: 0px 0px 49px 49px;
                }
                
                .inner-bg {
                    width: 100%;
                    height: 417px;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    position: relative;
                }
                
                .medical-college-bg {
                    background-image: url(../images/medical-college/bg.jpg);
                    max-width: 1169px;
                    margin: auto;
                    background=p: ;
                }
                
                .medical-college-bg::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 45px;
                    right: 0;
                    /* background-color: rgba(0, 0, 0, 0.54); */
                }
                
                .medical-collge-body .inner-theme-title {
                    /* color: #2759AA; */
                }
                
                .medical-collge-head span {
                    color: #B62D32;
                    font-weight: 600;
                    font-size: 21px;
                    margin-bottom: 3px;
                    display: block;
                }
                
                .medical-collge-head h1 {
                    font-size: 30px;
                    margin-bottom: 20px;
                }
                
                .medical-collge-body .footer-nav {
                    background: #2759AA;
                }
                
                .medical-college-header .inner-theme-title {
                    color: #b7292f;
                    font-size: 50px;
                    top: 34px;
                    font-weight: 700 !important;
                }
                
                .medical-college-header .inner-theme-title span {
                    font-size: 50px;
                }
                
                .nav-title {
                    position: relative;
                    border-bottom: 2px solid #B62D32;
                }
                
                .nav-title span {
                    display: table;
                    margin: auto;
                    background-color: #fff;
                    color: #B62D32;
                    padding: 6px 11px;
                    text-transform: uppercase;
                    font-weight: 600;
                    border: 2px solid;
                    position: relative;
                    top: 2px;
                    border-bottom: 0px;
                }
                
                .medical-c-bg {
                    background-color: #F5F5F5;
                    height: 317px;
                    overflow-y: auto;
                }
                
                .medical-college-image {
                    margin-bottom: 20px;
                }
                
                .medical-c-bg::-webkit-scrollbar {
                    width: 4px;
                }
                
                .medical-c-bg::-webkit-scrollbar-thumb {
                    background: #929292;
                }
                
                .medical-c-bg::-webkit-scrollbar-track {
                    background: #f1f1f1;
                }
                
                .medical-college-header .top-inner-navigation ul {
                    list-style: none;
                    border-left: 0px;
                    padding: 6px 0 4px 0px;
                    display: table;
                    position: relative;
                    z-index: 99;
                    margin: auto;
                    background-color: #ffffff;
                    border-radius: 30px;
                }
                
                .medical-college-header .top-inner-navigation {
                    right: 0px;
                    z-index: 99;
                    top: 0;
                    display: table;
                    margin: auto;
                    padding-top: 82px;
                }
                
                .medical-college-header .top-inner-navigation ul li {
                    position: relative;
                    display: inline-block;
                    margin: 0 30px;
                }
                
                .medical-college-header .top-inner-navigation ul li a {
                    color: #000;
                    font-size: 13px;
                    display: block;
                    margin-bottom: 7px;
                    transition: all ease-in .5s;
                    position: relative;
                }
                
                .medical-college-header .top-inner-navigation ul li:nth-child(1) a::before,
                .medical-college-header .top-inner-navigation ul li:nth-child(2) a::before,
                .medical-college-header .top-inner-navigation ul li:nth-child(3) a::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 20px;
                    border-right: 1px solid;
                    right: -22px;
                }
                
                .medical-collge-body .container {
                    position: relative;
                }
                
                .top-inner-navigation ul li a:hover {
                    color: rgb(183, 41, 47);
                }
                
                .medical-c-bg .navigation-content li.active a {
                    color: #B62D32;
                }
                
                .medical-contact-top {
                    position: absolute;
                    right: 35px;
                    top: 27px;
                    background-color: #456726;
                    padding: 8px 15px;
                    font-size: 19px;
                    text-transform: uppercase;
                    font-weight: 600;
                    color: #fff;
                }
                
                .medical-contact-top:hover {
                    background-color: #B62D32;
                    color: #fff;
                }
                
                .inner-content-text p {
                    font-size: 14px;
                    line-height: 25px;
                }
                
                .top-mdical-wraper {
                    background-image: url(../images/medical-college/bg-overlay.jpg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    padding-bottom: 69px;
                    position: relative;
                }
                
                .mail-phone-info {
                    position: absolute;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    width: 100%;
                    text-align: center;
                    bottom: 0;
                    font-size: 19px;
                    background-color: #2759aa;
                    padding: 16px 11px;
                    color: #fff;
                }
                
                .mail-phone-info span {
                    display: inline-block;
                    margin-right: 20px;
                    font-size: 13px;
                }
                
                .mail-phone-info span i {
                    margin-right: 4px;
                }
                
                .mail-phone-info .enqury {
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 22px;
                    margin-right: 7px;
                }
                
                .student-sections h2 {
                    text-align: center;
                    text-transform: uppercase;
                    margin-top: 32px;
                }
                
                .students-links-container {
                    text-align: center;
                    background-color: #F5F5F5;
                    margin-top: 16px;
                }
                
                .medical-section-content {
                    background-color: #fff;
                }
                
                .medical-fallow {
                    position: relative;
                    margin-top: 40px;
                }
                
                .m-f-title {
                    border-bottom: 1px solid #59C8F5;
                    margin-bottom: 13px;
                }
                
                .m-f-title span {
                    background-color: #58c8f5;
                    display: table;
                    color: #fff;
                    padding: 3px 12px;
                }
                
                .students-links-container {
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    color: #fff;
                }
                
                .students-links-container a {
                    color: #fff;
                    padding: 53px 0;
                    display: block;
                }
                
                .students-links-container a:hover {
                    color: #FCF200;
                }
                
                .latest-bg {
                    background-image: url(../images/medical-college/latest-bg.jpg);
                }
                
                .admision-bg {
                    background-image: url(../images/medical-college/addmision-bg.jpg);
                }
                
                .library-bg {
                    background-image: url(../images/medical-college/library-bg.jpg);
                }
                
                .inner-medical-collge-body .medical-college-bg {
                    height: 217px;
                    background-position: 0 -29px;
                }
                
                .inner-medical-collge-body .bread-cumb-section {
                    background-color: #ffffff;
                    padding: 7px 24px;
                    box-shadow: 0 3px 41px -7px #676767;
                    display: table;
                    margin: auto;
                    margin-top: -58px;
                }
                
                .common-m-g-o h2 {
                    color: green;
                }
                
                .inner-medical-student-section .students-links-container a {
                    padding: 20px 0px;
                }
                /* Medical college styles end */
                /* '''' */
                /* General hospital styles start */
                
                .general-hospital-body .inner-header {
                    position: absolute;
                    background-color: #28ab67;
                    height: 52px;
                    right: 0;
                    width: 100%;
                }
                
                .general-hospital-body .footer-nav {
                    background: #1d9456;
                    padding: 19px 0;
                    width: 100%;
                    position: relative;
                    bottom: 0;
                    z-index: 9;
                }
                
                .general-hospital-body .footer-nav .copyright {
                    color: #f3efef;
                }
                
                .general-hospital-body .footer-nav .copyright a {
                    color: #f5fb1a;
                }
                
                .general-hospital-body.inner-pages-body header .ms-logo-pad {
                    left: 0;
                    box-shadow: 0px 0px 14px #585858;
                    padding: 8px 7px 28px 7px;
                    border-radius: 0px 0px 50px 50px;
                }
                
                .general-hospital-nav .navigation-content li a {
                    color: #fff;
                    border-bottom: 1px solid #ccc9;
                    font-weight: 400;
                }
                
                .general-hospital-bg {
                    background-image: url(../images/general-hospital/bg2.jpg);
                    height: 83vh;
                    margin-top: 0;
                    max-width: 100%;
                    margin: auto;
                    clip-path: polygon(50% 100%, -93% 0%, 194% 0%);
                }
                
                .general-hospital-bg::before {
                    content: "";
                    position: absolute;
                    width: 47px;
                    height: 84%;
                    background-color: #28ab67;
                    left: 0;
                    top: 0;
                }
                
                .general-hospital-bg::after {
                    content: "";
                    position: absolute;
                    background-color: rgba(0, 0, 0, 0.5);
                    width: 100%;
                    height: 100%;
                }
                
                .general-hospital-bg-block {
                    position: relative;
                    overflow: hidden;
                }
                
                .general-hospital-bg-block::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    right: 0;
                    top: 0;
                }
                
                .general-hospital-bg::after {
                    content: "";
                    position: absolute;
                    width: 53px;
                    height: 84%;
                    background-color: #28ab67;
                    top: 0;
                    z-index: 1;
                    right: 0;
                }
                
                .m-r-0 {
                    margin-right: 0px;
                }
                
                .general-h-bg .navigation-header {
                    color: #fff;
                }
                
                .general-h-bg .navigation-content li a::before {
                    background-color: #f7f7f7;
                }
                
                .general-hospital-right-container .inner-socila-media {
                    width: 50px;
                    right: 0px;
                    position: absolute;
                    top: 106px;
                    z-index: 9;
                }
                
                .general-hospital-right-container .inner-theme-title {
                    color: #fff;
                    top: 37%;
                    z-index: 9;
                }
                
                .general-hospital-right-container .inner-theme-title h1 {
                    font-size: 63px;
                    font-weight: 700;
                    position: relative;
                }
                
                .general-hospital-right-container .inner-theme-title h1::before {
                    position: absolute;
                    content: "";
                    width: 2px;
                    height: 143px;
                    border-right: 2px solid #eee;
                    left: 0px;
                    right: 0px;
                    margin: 0 auto;
                    top: 106px;
                }
                
                .general-hospital-info.top-inner-navigation ul li a:hover {
                    color: #fbd45e;
                }
                
                .p-r-0,
                .p-l-0 {
                    padding-right: 0px;
                    padding-left: 0px;
                }
                
                .general-h-bg .navigation-header h3 {
                    color: #000;
                    text-transform: uppercase;
                    padding: 10px 10px 10px 12px;
                    background-color: #dedede;
                }
                
                .general-hospital-nav.quick-nav {
                    position: relative;
                    left: 0;
                    background-color: #263246;
                    padding-bottom: 5px;
                    width: 100%;
                    height: 100vh;
                    box-shadow: 0 0 10px #7b7979;
                    z-index: 10;
                    margin-top: 0;
                }
                
                .general-hospital-nav.quick-nav::-webkit-scrollbar {
                    width: 6px;
                    position: absolute;
                    left: 0;
                }
                
                .general-hospital-nav.quick-nav::-webkit-scrollbar-thumb {
                    background: #929292;
                    position: absolute;
                    left: 0;
                }
                
                .general-hospital-nav.quick-nav::-webkit-scrollbar-track {
                    background: #f1f1f1;
                }
                
                .general-hospital-info {
                    text-align: right;
                    padding-right: 85px;
                }
                
                .general-hospital-info ul {
                    list-style: none;
                    padding: 0;
                    padding-top: 13px;
                }
                
                .general-hospital-info ul li {
                    display: inline-block;
                }
                
                .general-hospital-info ul li a {
                    color: #fff;
                    padding: 0 15px;
                    position: relative;
                }
                
                .general-hospital-info ul li:nth-child(1) a::before,
                .general-hospital-info ul li:nth-child(2) a::before,
                .general-hospital-info ul li:nth-child(3) a::before,
                .general-hospital-info ul li:nth-child(4) a::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 27px;
                    border-right: 1px solid #ccc;
                    right: 0;
                }
                
                .general-hospital-info ul li:nth-child(4) a::before {
                    content: none;
                }
                
                .general-h-header-title span {
                    color: #28ab67;
                    font-weight: 600;
                    font-size: 21px;
                }
                
                .general-hospital-icon {
                    position: absolute;
                    top: -208px;
                    left: -121px;
                    width: 347px;
                }
                
                .general-h-header-title h2 {}
                
                .inner-general-hospital-body .bread-cumb-section {
                    margin-top: 10px;
                }
                
                .gneral-hospital-info {
                    position: relative;
                    width: 100%;
                    z-index: 9;
                }
                
                .g-info-aabsolute {
                    position: absolute;
                    width: 100%;
                    top: -70px;
                }
                
                .gneral-hospital-info .gen-pho-info {
                    float: left;
                    background-color: #bd1f25;
                    color: #fff;
                    font-size: 19px;
                    padding: 4px 20px 6px;
                    border-radius: 0px 22px 22px 0px;
                }
                
                .gneral-hospital-info .gen-mail-info {
                    float: right;
                    background-color: #005aaa;
                    color: #fff;
                    font-size: 19px;
                    padding: 4px 20px 6px;
                    border-radius: 22px 0px 0px 22px;
                }
                
                .general-hospital-body .inner-socila-media ul li a {
                    background-color: transparent;
                    border: 1px solid;
                    border-radius: 50%;
                }
                
                .genral-popular-links {
                    position: absolute;
                    right: 37px;
                    text-align: center;
                    z-index: 999;
                    top: 76px;
                }
                
                .g-popuplar-l-toggle {
                    display: block;
                    width: 100px;
                    height: 100px;
                    background-color: #fff;
                    border-radius: 50%;
                    box-shadow: 0px 0px 0px 10px rgba(40, 171, 103, 0.15);
                    cursor: pointer;
                }
                
                .g-popuplar-l-toggle::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 100px;
                    top: -108px;
                    border-right: 2px solid #c3d9d2;
                }
                
                .g-toggle-icon {
                    font-size: 20px;
                    padding-top: 8px;
                }
                
                .g-popuplar-l-toggle p {
                    margin: 0px;
                }
                
                .g-popuplar-l-toggle h3 {
                    text-transform: uppercase;
                    margin: 0;
                    font-size: 18px;
                    color: #28ab67;
                }
                
                .g-links-nav {
                    position: fixed;
                    opacity: 0;
                    z-index: 999;
                    width: 300px;
                    right: -300px;
                    background-color: #fff;
                    transition: all ease .3s;
                    top: 0;
                }
                
                .g-nav-show .g-links-nav {
                    opacity: 1;
                    right: 0px;
                }
                
                .g-nav-close {
                    background-color: #bd1f25;
                    position: absolute;
                    color: #fff;
                    padding: 3px 9px;
                    z-index: 9;
                    cursor: pointer;
                    top: 7px;
                }
                
                .genral-nav .navigation-content {
                    padding-top: 30px;
                }
                
                .general-content {
                    text-align: center;
                }
                /* General hospital styles end *


            /* super specialties styles */
                
                .super-specialities-bg {
                    background-image: url(../images/super-specilaities/bg.jpg);
                    height: 100vh;
                }
                
                .inner-super-specilaities-body .super-specialities-bg {
                    height: 300px;
                    background-image: url(../images/super-specilaities/bread-cumb.jpg);
                }
                .inner-super-specilaities-body .super-specialities-bg.cardiology {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/cardiology.jpg) !important;
                }
                 .inner-super-specilaities-body .super-specialities-bg.cardiothoracic {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/cardio-surgery.jpg) !important;
                }
                 .inner-super-specilaities-body .super-specialities-bg.neurology {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/neurology.jpg) !important;
                }
                .inner-super-specilaities-body .super-specialities-bg.gastroentrology {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/gastroentrology.jpg) !important;
                }
                .inner-super-specilaities-body .super-specialities-bg.surgical-gastro {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/gastro-surgery.jpg) !important;
                }
                .inner-super-specilaities-body .super-specialities-bg.urology {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/urology.jpg) !important;
                }
                .inner-super-specilaities-body .super-specialities-bg.pediatric {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/pediatric.jpg) !important;
                }
                 .inner-super-specilaities-body .super-specialities-bg.orthopedic {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/joint-replacement.jpg) !important;
                }
                 .inner-super-specilaities-body .super-specialities-bg.plastic-surgery {
                    height: 300px;
                    background-image: url(../images/bread-cumbs/plastic-surgery.jpg) !important;
                }
                .super-specialities-bg::before {
                    content: "";
                    position: absolute;
                    /* background-image: linear-gradient(#101010, #00000033, #5626e8); */
                    width: 100%;
                    height: 100%;
                }
                
                .superspecialities-bg .navigation-header {
                    color: #fff;
                    background: linear-gradient(to left, #e07877, #ce3635);
                }
                
                .superspecialities-bg .navigation-content li a::before {
                    background-color: #6a82a1;
                }
                
                .superspecilities-title span {
                    font-size: 49px;
                    font-weight: 700;
                    color: #173878;
                }
                
                .super-specialities-body header .ms-logo-pad {
                    box-shadow: 0 0 10px #ccc;
                    padding: 8px 7px 28px 7px;
                    border-radius: 0px 0px 52px 52px;
                }
                
                .super-specialities-media.inner-socila-media {
                    position: absolute;
                    top: 0;
                    right: 0;
                }
                
                .super-specialities-media.inner-socila-media ul {
                    list-style: none;
                    padding: 0;
                    margin: auto;
                    width: 108px;
                    text-align: center;
                }
                
                .super-specialities-media.inner-socila-media ul li {
                    display: inline-block;
                    width: 32%;
                }
                
                .super-specialities-media span {
                    display: block;
                    font-size: 21px;
                }
                
                .super-specialities-navigation {
                    position: absolute;
                    top: 92px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    text-align: center;
                }
                
                .super-specialities-navigation ul {
                    list-style: none;
                    padding: 0;
                }
                
                .super-specialities-navigation ul li {
                    display: inline-block;
                }
                
                .super-specialities-navigation li a {
                    color: #4e4e4e;
                    padding: 7px 15px;
                    font-size: 15px;
                    position: relative;
                    background-color: transparent;
                    margin: 0 0px;
                }
                
                .super-specialities-navigation ul li:nth-child(1) a::before,
                .super-specialities-navigation li:nth-child(2) a::before,
                .super-specialities-navigation li:nth-child(3) a::before,
                .super-specialities-navigation li:nth-child(4) a::before,
                .super-specialities-navigation li:nth-child(5) a::before,
                .super-specialities-navigation li:nth-child(6) a::before,
                .super-specialities-navigation li:nth-child(7) a::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 20px;
                    border-right: 2px solid #868686;
                    right: 0;
                    top: 8px;
                }
                
                .super-specialities-head-title span {
                    color: #B8383B;
                    font-weight: 600;
                    font-size: 20px;
                }
                
                .Specialities-title-bar {
                    color: #3b8ab5;
                    text-align: center;
                    font-weight: 600;
                    font-size: 28px;
                    margin-top: 38px;
                    margin-bottom: 23px;
                }
                
                .Specialities-ul {
                    list-style: none;
                    padding: 0px;
                }
                
                .Specialities-ul li a {
                    display: block;
                    color: #000;
                    text-transform: uppercase;
                    font-weight: 600;
                }
                
                .sp-col-2 {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 20%;
                    flex: 0 0 20%;
                    max-width: 20%;
                    padding: 0 15px;
                }
                
                .facilities-blocks {
                    text-align: center;
                    position: relative;
                    min-height: 160px;
                    background-color: #fff;
                    margin-bottom: 26px;
                    padding: 20px 0 17px 0;
                    border-bottom: 2px solid #3b8ab5;
                    box-shadow: 0 3px 15px -7px #cac7c7;
                }
                
                .faciltie-title {
                    margin-top: 10px;
                }
                
                .facilities-img img {
                    transition: all ease-in-out .4s;
                }
                
                .facilities-blocks:hover img {
                    /* Start the shake animation and make the animation last for 0.5 seconds */
                    animation: shake 0.5s;
                    /* When the animation is finished, start again */
                }
                
                @keyframes shake {
                    0% {
                        transform: translate(1px, 1px) rotate(0deg);
                    }
                    10% {
                        transform: translate(-1px, -2px) rotate(-1deg);
                    }
                    20% {
                        transform: translate(-3px, 0px) rotate(1deg);
                    }
                    30% {
                        transform: translate(3px, 2px) rotate(0deg);
                    }
                    40% {
                        transform: translate(1px, -1px) rotate(1deg);
                    }
                    50% {
                        transform: translate(-1px, 2px) rotate(-1deg);
                    }
                    60% {
                        transform: translate(-3px, 1px) rotate(0deg);
                    }
                    70% {
                        transform: translate(3px, 1px) rotate(-1deg);
                    }
                    80% {
                        transform: translate(-1px, -1px) rotate(1deg);
                    }
                    90% {
                        transform: translate(1px, 2px) rotate(0deg);
                    }
                    100% {
                        transform: translate(1px, -2px) rotate(-1deg);
                    }
                }
                
                .header-banner-wrapper {
                    position: relative;
                }
                
                .super-specialities-address-info {
                    position: absolute;
                    bottom: 71px;
                    left: 0px;
                    background-color: #CE3635;
                    color: #fff;
                    padding: 12px 28px 11px 12px;
                    border-radius: 0px 40px 40px 0px;
                    text-align: center;
                }
                .super-specialities-address-info.inner-service {
                    background-color: #168d31;
                    text-align: right;
                    border-radius: 0 50px 50px 0;
                }
                
                .ss-add-title {
                    font-weight: 600;
                    font-size: 22px;
                    margin-bottom: 5px;
                }
                
                .super-specialities-address-info span {
                    /* margin-right: 20px; */
                }
                
                .inner-super-specilaities-body .super-specialities-address-info {
                    position: absolute;
                    bottom: 33px;
                }
                /* super specialties styles  end*/
                /* paramedical college*/
                
                .paramedical-collge-body .medical-college-header {
                    position: absolute;
                    height: auto;
                    border-top: transparent;
                }
                
                .paramedical-collge-body .inner-theme-title {
                    position: absolute;
                    top: 16rem;
                    background-color: transparent;
                    width: auto;
                    text-align: center;
                    max-width: 455px;
                    line-height: 56px;
                    left: 0;
                    right: 0;
                }
                
                .paramedical-collge-body .inner-theme-title span {
                    color: #fdf851;
                    position: relative;
                    font-size: 58px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    text-align: center;
                    line-height: inherit;
                    text-shadow: 1px 3px 0 #bcbcbc, 1px 1px 0 #9c9c9c;
                }
                
                .paramedical-collge-body .inner-content {
                    position: relative;
                    min-height: 38vh;
                    padding: 47px 0;
                }
                
                .paramedical-collge-body .navigation {
                    box-shadow: none;
                    background: transparent;
                    padding: 23px 0 0px;
                }
                
                .paramedical-collge-body .links {
                    padding: 0px
                }
                
                .paramedical-collge-body .navigation-content {
                    text-align: center;
                    height: auto;
                    padding: 0 22px 67px;
                }
                
                .paramedical-h-bg .navigation-header {
                    color: #000;
                    background: transparent;
                    box-shadow: none;
                    text-align: center;
                    width: 100%;
                    margin: 0 0 20px 0;
                }
                
                .paramedical-collge-body .navigation .navigation-header:before,
                .paramedical-collge-body .navigation .navigation-header:after {
                    content: none;
                }
                
                .paramedical-wrapper {
                    position: relative;
                }
                
                .paramedical-collge-body .paramedical-bg {
                    width: 100%;
                    height: 100vh;
                    background-image: url(../images/paramedica-college/bg.jpg);
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    position: relative;
                    overflow: hidden;
                }
                
                .paramedical-collge-body .mail-phone-info {
                    position: absolute;
                    background: linear-gradient(to top, #860652, transparent);
                    bottom: 0;
                }
                
                .paramedical-collge-body .paramedical-bg::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100vh;
                    background-color: rgba(0, 0, 0, 0.73);
                    left: 0;
                    transform: inherit;
                    top: 0;
                }
                
                .paramedical-collge-body .footer-nav {
                    background-color: #ffffff;
                    padding: 10px 0;
                    position: relative;
                    width: 98%;
                    border-top: 1px solid #b5b3b3;
                }
                
                .paramedical-collge-body.inner-pages-body header .ms-logo-pad {
                    right: 0px;
                    left: 0;
                    margin: auto;
                    box-shadow: 0px 0px 10px #ababab;
                    border-radius: 0px 0px 52px 52px;
                    padding: 8px 7px 27px 7px;
                }
                
                .paramedical-collge-body {
                    background-color: #fff;
                }
                
                .paramedical-collge-body .inner-content-text p {
                    font-size: 14px;
                    line-height: 25px;
                    padding: 0px;
                }
                
                .paramedical-toggle {
                    position: absolute;
                    background-color: #fdf851;
                    color: #000000;
                    font-size: 19px;
                    left: 0;
                    top: 26px;
                    z-index: 999;
                    padding: 9px 24px 9px 9px;
                    border-radius: 0px 22px 22px 0px;
                    cursor: pointer;
                }
                
                .paramediva-nav {
                    position: fixed;
                    top: 0px;
                    z-index: 999;
                    width: 300px;
                    left: -300px;
                    height: 100vh;
                    background: #221d20;
                    transition: all ease .3s;
                }
                
                .p-nav-show .paramediva-nav {
                    opacity: 1;
                    left: 0px;
                }
                
                .p-nav-close {
                    background-color: #fff91d;
                    position: absolute;
                    color: #221d20;
                    padding: 3px 9px;
                    z-index: 9;
                    cursor: pointer;
                    top: 7px;
                }
                
                .mobile-row img {
                    border-radius: 0px;
                }
                
                .paramedical-collge-body .quick-nav {
                    position: relative;
                    /* top: -350px; */
                    /* padding: 20px; */
                    /* padding-bottom: 0px; */
                }
                
                .navigation-content .pm-link {
                    padding: 10px 4px;
                    box-shadow: 0px 0px 10px #ccc;
                    margin-bottom: 30px;
                }
                
                .paramedical-collge-body .inner-content-text {
                    /* padding: 0px 0px; */
                    /* position: absolute; */
                    /* top: -158px; */
                    /* min-height: auto; */
                }
                
                .paramedical-collge-body::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    opacity: 0.1;
                }
                
                .paramedical-collge-body .container-fluid {
                    padding: 0px;
                }
                
                .paramedical-collge-body .inner-socila-media {
                    float: inherit;
                    top: 26px;
                    left: auto;
                    right: 11px;
                    position: absolute;
                    text-align: center;
                    bottom: auto;
                }
                
                .paramedical-collge-body .inner-socila-media ul li a {
                    height: 35px;
                    width: 35px;
                    margin: 0px;
                    font-size: 17px;
                    line-height: 35px;
                    background-color: transparent;
                    border: 1px solid;
                    border-radius: 50%;
                }
                
                .paramedical-collge-body .inner-socila-media ul li a:hover {
                    background-color: #FDF851;
                }
                
                .paramedical-collge-body .inner-socila-media ul li {}
                
                .paramedical-collge-body .navigation-content li a {
                    color: #fff;
                    display: block;
                    font-size: 12px;
                    padding: 6px 0px;
                    margin-bottom: 4px;
                    font-weight: 500;
                    /* background: #d7f3ff; */
                    position: relative;
                    text-transform: uppercase;
                    border: none;
                    border-bottom: 1px solid #545353;
                }
                
                .paramedical-collge-body .navigation-content li a:hover {
                    color: #fff91d;
                    background: transparent;
                }
                
                .paramedical-college-bg::before {
                    content: none;
                }
                
                .paramedical-college-bg img {
                    border-radius: 0px 0px 313px 0px;
                }
                
                .paramedical-collge-body .navigation-header {
                    color: #fff;
                    background: transparent;
                    border-radius: 0px;
                    width: auto;
                    text-align: center;
                    display: table;
                    margin: auto;
                    margin-bottom: 17px;
                    box-shadow: none;
                    border-bottom: 2px solid;
                    padding: 0;
                }
                
                .paramedical-collge-body .navigation-content li a::before {
                    content: none;
                }
                
                .paramedical-collge-body .navigation-content li {
                    /* border-bottom: 1px solid #ccc; */
                    padding: 0px;
                    display: inline-block;
                    width: 100%;
                }
                
                .paramedical-collge-body .navigation-content .active a {
                    background-color: transparent;
                    color: #fff91d;
                }
                
                .paramedical-text {
                    min-height: 93vh;
                    text-align: initial;
                    padding: 54px 0;
                }
                
                .paramedical-head span {
                    color: #860652;
                    font-size: 20px;
                    margin-bottom: 10px;
                }
                
                .paramedical-head h2 {
                    font-weight: 600;
                }
                
                .left-paramamedical-section {
                    width: 41.666667%;
                    position: fixed;
                    left: 0;
                    height: 100vh;
                }
                
                .paramedical-collge-body {
                    background-image: url(../images/paramedica-college/paramedical-content-bg.jpg);
                    background-position: center;
                }
                
                .paramedical-collge-body .footer-nav .copyright {
                    color: #000;
                }
                
                .paramedical-collge-body .footer-nav .copyright a {
                    color: #780A4B;
                }
				
				.homebreadcumlinks{
					padding: 92px 0px 42px;
					box-shadow:none;
					background:transparent;
					display: block;
					text-align: center;
				}
				.homebreadcumlinks ul{
						display:inline-block;
						background: #fff;
						padding: 8px 16px;
						font-size: 16px;
						border-radius: 30px;
						box-shadow: 0px 0px 10px #ccc;
				}
				.inne_content{
					padding:20px 0px 100px;
					min-height:50vh;
				}