403Webshell
Server IP : 152.53.162.115  /  Your IP : 216.73.217.85
Web Server : Apache/2
System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64
User : pbshosting ( 1005)
PHP Version : 8.3.30
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/pbshosting/domains/mmgastrocare.com/private_html/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pbshosting/domains/mmgastrocare.com/private_html/css/mmgastro.scss
//font
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Titillium+Web:wght@300;400;600;700&display=swap');
@import "./flaticon";
// close font
//font-family: 'Roboto', sans-serif;
//font-family: 'Titillium Web', sans-serif;
$primeryColor:#233e85;
$secondaryColor:#177405;
$thirdColor:#101010;
$titillium: 'Titillium Web',
sans-serif;
$roboto:'Roboto',
sans-serif;
@mixin border ($r) {
    border-radius: $r;
    -webkit-border-radius: $r;
    -moz-border-radius: $r;
    -ms-border-radius: $r;
    -o-border-radius: $r;
}

@mixin transition {
    transition: all 0.4s ease-in-out;
}

@mixin block-list($link-selector: 'a',
$item-padding: 4px 0px 4px 20px) {
    list-style: none;
    padding-left: 0;
    padding-bottom: 20px;
    >li {
        list-style: none;
        margin-left: 0;
        position: relative;
        padding: $item-padding;
        #{$link-selector} {
            display: block;
        }
        &::before {
            position: absolute;
            content: "\f35a";
            left: 0;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            color: $primeryColor;
        }
    }
}

.btn {
    @include transition();
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    background: $secondaryColor;
    &:hover {
        background: $primeryColor;
        color: white;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a {
    &:hover {
        text-decoration: none;
    }
}

button {
    outline: 0 !important;
    &:focus {
        outline: 0 !important;
    }
}

img {
    width: 100%;
}

p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: $thirdColor;
    font-family: $roboto;
}

section {
    padding: 80px 0px;
}

h2 {
    font-size: 36px;
    font-family: $titillium;
    color: $secondaryColor;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    &::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 3px;
        background: $primeryColor;
        margin: 0 auto;
        bottom: 0;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        left: 50%;
        right: 50%;
    }
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    background: white;
    z-index: 99;
    -webkit-box-shadow: 0px 16px 36px -16px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 16px 36px -16px rgba(0, 0, 0, 0.24);
}

.right-side {
    padding: 10px 20px;
    margin: 15px 20px;
    @include border(30px);
    display: inline-block;
    font-size: 16px;
    position: relative;
    background: #243e85;
    background: -webkit-gradient(linear, left top, right top, color-stop(28%, #243e85), to(#187405));
    background: linear-gradient(90deg, #243e85 28%, #187405 100%);
    color: white;
    i {
        font-size: 18px;
        color: white;
    }
}

//nav

/*navigation  */

.navigation {
    width: 100%;
    height: 50px;
    display: table;
    position: relative;
    background: #ffffff1f {
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
    }
}

.navigation-portrait {
    height: 48px;
    .nav-brand {
        font-size: 18px;
        line-height: 48px;
    }
    .nav-toggle {
        display: block;
    }
    .nav-menus-wrapper {
        width: 320px;
        height: 100%;
        top: 0;
        left: -400px;
        position: fixed;
        background-color: #fff;
        z-index: 20000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition-duration: .8s;
        transition-duration: .8s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .nav-menus-wrapper.nav-menus-wrapper-right {
        left: auto;
        right: -400px;
    }
    .nav-menus-wrapper.nav-menus-wrapper-open {
        left: 0;
    }
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
        left: auto;
        right: 0;
    }
    .nav-menus-wrapper-close-button {
        display: block;
    }
    .nav-menu {
        width: 100%;
        >li {
            a {
                &::before {
                    display: none;
                }
            }
            width: 100%;
            position: relative;
            border-top: solid 1px #ffffff17;
            &:last-child {
                border-bottom: solid 1px #ffffff17;
            }
            >a {
                width: 100%;
                height: auto;
                padding: 12px 15px 12px 26px;
            }
        }
    }
    .nav-menu.nav-menu-social {
        width: 100%;
        text-align: center;
        >li {
            width: auto;
            >a {
                padding: 15px;
            }
        }
    }
    .nav-text {
        width: calc(100% - 52px);
        margin: 12px 26px 0;
    }
    .nav-text+ul {
        margin-top: 15px;
    }
    .nav-dropdown-horizontal {
        .nav-dropdown-horizontal {
            border-top: none;
        }
        >li {
            width: 100%;
        }
        .submenu-indicator {
            height: 42px;
            top: 0;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        .submenu-indicator.submenu-indicator-up {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }
    }
}

.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 19998;
    will-change: opacity;
    .navigation {
        margin-right: auto;
        margin-left: auto;
    }
}

.navigation-fixed-wrapper.fixed {
    position: fixed !important;
    -webkit-animation: fade .50s;
    animation: fade .50s;
}

.navigation-fixed-placeholder {
    width: 100%;
    display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
    display: block;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -9999px;
    .nav-header {
        display: none;
    }
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
    margin-right: 50px;
}

.nav-brand {
    text-decoration: none !important;
    .logo {
        img {
            width: 426px;
        }
    }
}

.nav-logo {
    >img {
        height: 48px;
        margin: 11px auto;
        padding: 0 15px;
        float: left;
    }
    &:focus {
        >img {
            outline: initial;
        }
    }
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
    &:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: $primeryColor;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 $primeryColor, 0 1em 0 0 $primeryColor;
    }
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: $primeryColor;
    font-size: 26px;
    cursor: pointer;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    >li {
        display: inline-block;
        position: relative;
        font-family: $titillium;
        >a {
            padding: 25px 12px;
            display: inline-block;
            position: relative;
            text-decoration: none;
            font-size: 16px;
            color: #000;
            font-weight: 600;
            -webkit-transition: color 0.3s, background 0.3s;
            transition: color 0.3s, background 0.3s;
            >i {
                width: 18px;
                height: 16px;
                line-height: 16px;
                -webkit-transform: scale(1.4);
                -ms-transform: scale(1.4);
                transform: scale(1.4);
            }
            >[class*="ion-"] {
                width: 18px;
                height: 16px;
                line-height: 16px;
                -webkit-transform: scale(1.4);
                -ms-transform: scale(1.4);
                transform: scale(1.4);
                width: 16px;
                display: inline-block;
                -webkit-transform: scale(1.8);
                -ms-transform: scale(1.8);
                transform: scale(1.8);
            }
        }
        &:hover {
            >a {
                .submenu-indicator-chevron {
                    border-color: transparent #fff #fff transparent;
                }
            }
        }
    }
    >li.active {
        >a {
            transition: all 0.4s ease-in-out;
        }
        &::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background: #f7f9fc1f;
        }
    }
    >li.focus {
        >a {
            transition: all 0.4s ease-in-out;
        }
        &::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background: #f7f9fc1f;
        }
    }
    >.active {
        >a {
            .submenu-indicator-chevron {
                border-color: transparent #fff #fff transparent;
            }
        }
    }
    >.focus {
        >a {
            .submenu-indicator-chevron {
                border-color: transparent #fff #fff transparent;
            }
        }
    }
}

.nav-menu.nav-menu-centered {
    text-align: center;
    >li {
        float: none;
    }
}

.nav-menu+.nav-menu {
    >li {
        &:first-child {
            border-top: none;
        }
    }
}

.nav-menu.nav-menu-social {
    >li {
        text-align: center;
        float: none;
        border: none !important;
        >a {
            >[class*="ion-"] {
                font-size: 12px;
            }
            >.fa {
                font-size: 14px;
            }
        }
    }
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    touch-action: none;
    overflow-x: hidden;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #70798b;
    font-size: 14px;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.navigation-landscape {
    .nav-dropdown.nav-dropdown-left {
        >li {
            >a {
                text-align: right;
            }
        }
    }
}

//menu close
//owl
.testimonial_bg {
    .owl-theme {
        width: 100%;
        margin: 0;
    }
    .owl-carousel {
        width: 100%;
        margin: 0;
    }
}

.carousel-control-prev {
    left: 0;
    font-size: 50px;
    left: 0;
    font-size: 50px;
}

.carousel-control-next {
    right: 0;
    font-size: 50px;
    right: 0;
    font-size: 50px;
}

.owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.owl-carousel {
    position: relative;
    width: 100%;
    float: left;
    margin: 30px 0 0;
    -ms-touch-action: pan-y;
    .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .owl-wrapper-outer.autoHeight {
        -webkit-transition: height .5s ease-in-out;
        -moz-transition: height .5s ease-in-out;
        -ms-transition: height .5s ease-in-out;
        -o-transition: height .5s ease-in-out;
        transition: height .5s ease-in-out;
    }
    .owl-item {
        float: left;
        padding: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.owl-controls {
    .owl-buttons {
        div {
            cursor: pointer;
            display: none;
        }
    }
    .owl-page {
        cursor: pointer;
        display: none;
    }
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-theme {
    .owl-controls {
        margin-top: 35px;
        text-align: center;
        margin: 0 0 0;
        width: 100%;
        float: left;
        .owl-page {
            display: inline-block;
            zoom: 1;
            span {
                display: block;
                width: 15px;
                height: 15px;
                margin: 5px 2px;
                background: $primeryColor;
                border: $primeryColor 1px solid;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
            }
            span.owl-numbers {
                height: auto;
                width: auto;
                color: #fff;
                padding: 2px 10px;
                font-size: 12px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                border-radius: 30px;
                -ms-border-radius: 30px;
                -o-border-radius: 30px;
            }
        }
        .owl-page.active {
            span {
                background: $secondaryColor;
                border: $secondaryColor 1px solid;
            }
        }
    }
    .owl-controls.clickable {
        .owl-page {
            &:hover {
                span {
                    background: $secondaryColor;
                    border: $secondaryColor 1px solid;
                }
            }
        }
    }
}

.owl-prev {
    &::before {
        font-family: Flaticon;
        content: "\f10f";
    }
}

.owl-next {
    &::before {
        font-family: Flaticon;
        content: "\f100";
    }
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

//close owl
.banner {
    position: relative;
    background: url(../images/banner.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 40px;
    .btn {
        @include border(30px);
        @include transition();
        font-size: 16px;
        background: #243e85;
        background: -webkit-gradient(linear, left top, right top, color-stop(28%, #243e85), to(#187405));
        background: linear-gradient(90deg, #243e85 28%, #187405 100%);
        letter-spacing: 1px;
        i {
            font-size: 20px;
        }
        &:hover {
            background-position: right center;
            letter-spacing: 2px;
        }
    }
    h1 {
        color: $secondaryColor;
        font-family: $titillium;
        font-size: 45px;
        font-weight: 700;
        span {
            font-weight: 400;
            color: $primeryColor;
            font-size: 40px;
            display: block;
        }
    }
    .para {
        font-size: 30px;
    }
}

.welcome {
    width: 100%;
    p {
        text-align: center;
    }
}

.doctors {
    background: #f1f1f2;
    .box {
        width: 100%;
        -webkit-box-shadow: 0px 16px 36px -16px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 16px 36px -16px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 16px 36px -16px rgba(0, 0, 0, 0.24);
        .doctor_img {
            width: 100%;
            position: relative;
            .doc-name {
                position: absolute;
                bottom: 0;
                padding: 20px;
                z-index: 1;
                h3 {
                    color: white;
                    font-family: $titillium;
                    font-size: 22px;
                    font-weight: 600;
                }
                p {
                    color: white;
                    margin: 0;
                    text-align: left;
                }
            }
            &::after {
                position: absolute;
                content: "";
                background: rgb(255, 255, 255);
                background: linear-gradient(180deg, rgba(255, 255, 255, 0) 61%, rgba(35, 62, 133, 0.9175639634721735) 100%);
                display: block;
                width: 100%;
                height: 100%;
                bottom: 0;
            }
        }
        .fullcontent {
            width: 100%;
            padding: 20px;
            .morecontent span {
                display: none;
            }
            .more a {
                color: $secondaryColor;
                font-weight: 600;
            }
            .morelink {
                @include transition();
            }
            .btn {
                margin-top: 10px;
                display: block;
            }
        }
    }
}

.conditions {
    width: 100%;
    .btn {
        @include border(30px);
        background: #243e85;
        background: -webkit-gradient(linear, left top, right top, color-stop(28%, #243e85), to(#187405));
        background: linear-gradient(90deg, #243e85 28%, #187405 100%);
        color: white;
        font-size: 18px;
        margin-top: 20px;
        &:hover {
            letter-spacing: 2px;
            -webkit-box-shadow: 0px 7px 10px #00000047;
            box-shadow: 0px 7px 10px #00000047;
        }
    }
    .conditionpara {
        font-size: 20px;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 25px;
    }
    .condition-box {
        @include border(10px);
        @include transition();
        width: 100%;
        background: white;
        padding: 15px;
        -webkit-box-shadow: 0px 13px 17px #a0a0a05e;
        box-shadow: 0px 13px 17px #a0a0a05e;
        border: 1px solid #efefef;
        h3 {
            @include transition();
            color: $primeryColor;
            font-family: $titillium;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        .video {
            @include transition();
            border: none;
            background: none;
            display: flex;
            align-items: center;
            color: #5d5d5d;
            padding-left: 0px;
            i {
                font-size: 22px;
                color: #ff0000;
                @include transition();
                padding-right: 5px;
            }
        }
        &:hover {
            background: $secondaryColor;
            box-shadow: none;
            h3 {
                color: white;
            }
            .video {
                padding-left: 5px;
                color: white;
                i {
                    color: white;
                }
            }
        }
    }
}

.surgeries {
    background: #fbf2ef;
    .conditionpara {
        font-size: 20px;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 25px;
    }
    .arround {
        @include transition();
        .surgerybox {
            width: 100%;
            padding: 15px 10px;
            background: rgb(255, 255, 255);
            background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(248, 239, 237, 1) 100%);
            border: 1px solid #e9d6d3;
            h3 {
                color: $thirdColor;
                font-family: $titillium;
                font-size: 22px;
                font-weight: 600;
            }
            .block-list {
                @include block-list;
                a {
                    color: #212529;
                }
            }
        }
        &:hover {
            -webkit-box-shadow: 0px 7px 10px #00000047;
            box-shadow: 0px 7px 10px #00000047;
        }
    }
}

.callnow {
    background: rgb(36, 62, 133);
    background: linear-gradient(90deg, rgba(36, 62, 133, 1) 28%, rgba(24, 116, 5, 1) 100%);
    h4 {
        font-weight: 600;
        color: white;
        font-family: $titillium;
        text-align: center;
        font-size: 30px;
    }
    .btn {
        @include border(30px);
        background: white;
        color: $primeryColor;
        font-size: 18px;
        margin-top: 20px;
        &:hover {
            letter-spacing: 2px;
            -webkit-box-shadow: 0px 7px 10px #00000047;
            box-shadow: 0px 7px 10px #00000047;
            color: $secondaryColor;
        }
    }
}

.testibg {
    @extend section;
    background: url(../images/testibg.jpg);
    width: 100%;
    p {
        color: white;
        text-align: center;
        padding-left: 40px;
        font-weight: 400;
    }
    h2 {
        color: white;
    }
    .testimonial_box {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
        h5 {
            color: #fff;
            font-size: 18px;
            text-align: center;
            font-weight: 500;
            position: relative;
            padding-left: 35px;
        }
        .clientimg {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin: 0 auto;
            border: 4px solid $secondaryColor;
            margin-bottom: 20px;
            position: relative;
        }
        .clientimg img {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }
        .clientimg:after {
            content: url(../images/quotes.svg);
            width: 50px;
            height: 50px;
            top: 28%;
            right: -32px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            position: absolute;
        }
    }
}

footer {
    position: relative;
    background: white;
    img {
        width: 360px;
    }
    h2 {
        text-align: left;
        font-size: 28px;
        &::after {
            display: none;
        }
    }
    .ftrbox {
        padding: 60px 0px;
        .sociallinks {
            width: 100%;
            padding: 0;
            li {
                list-style: none;
                padding: 10px;
                display: inline-flex;
                font-size: 22px;
                i {
                    @include transition();
                    color: #888b90;
                    &:hover {
                        color: $secondaryColor;
                    }
                }
            }
        }
        .btn {
            @include transition();
            margin-top: 10px;
            &:hover {
                letter-spacing: 1.5px;
            }
        }
        .form-control:focus {
            color: #6d6c6c;
            background-color: #fff0;
            border-color: #2a6aa1;
            outline: 0;
            box-shadow: none;
            transition: all .6s ease-in-out
        }
        .form-control::placeholder {
            color: #5a5a59;
            opacity: 1
        }
        .form-control:disabled,
        .form-control[readonly] {
            background-color: #f0f1f3;
            opacity: 1
        }
    }
    .footer-contact {
        position: relative;
        margin: 20px 0;
        ul {
            position: relative;
            padding: 0px;
            li {
                position: relative;
                padding-left: 34px;
                line-height: 22px;
                padding-bottom: 10px;
                font-size: 14px;
                color: $thirdColor;
                list-style: none;
                i {
                    position: absolute;
                    left: 0;
                    top: 3px;
                    font-size: 24px;
                    color: $primeryColor;
                }
            }
        }
    }
    .form {
        background: #efeeee;
        padding: 0px 40px;
    }
    &::before {
        position: absolute;
        content: "";
        width: calc(100% - 70%);
        background: #efeeee;
        height: 100%;
        right: 0;
        top: 0;
    }
}

.mobilebtm {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner {
        height: 50vh;
    }
}

@media (max-width:767px) {
    .mob-hide {
        display: none;
    }
    section,
    footer {
        padding: 45px 0px;
    }
    h2,
    .callnow h4 {
        font-size: 28px;
    }
    .banner {
        margin-top: 78px;
        height: 50vh;
        h1 {
            font-size: 42px;
            span {
                font-size: 36px;
            }
        }
        .para {
            font-size: 18px;
        }
    }
    footer::before {
        background: #fff;
    }
    footer .ftrbox {
        padding: 30px 0px;
    }
    .mobilebtm {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        .whts {
            background: $primeryColor;
            padding: 10px 5px;
            width: 50%;
            float: left;
            color: #fff;
            text-align: center;
        }
        .call {
            background: $secondaryColor;
            padding: 10px 5px;
            width: 50%;
            color: #fff;
            float: left;
            text-align: center;
        }
    }
}

@media (max-width:480px) {
    section,
    footer {
        padding: 35px 0px;
    }
    .nav-brand {
        .logo img {
            width: 250px;
        }
    }
    h2 {
        font-size: 28px;
    }
    .callnow h4 {
        font-size: 20px;
    }
    .banner {
        margin-top: 53px;
        height: auto;
        padding: 40px 20px;
        h1 {
            font-size: 28px;
            span {
                font-size: 24px;
            }
        }
        .para {
            font-size: 16px;
        }
    }
    footer .ftrbox {
        padding: 20px 0px;
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit