@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;700;800&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #666;
    padding-top: 116px;
}

p {
    line-height: 25px;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

@import url('https://fonts.googleapis.com/css?family=Saira&display=swap');
/*
@media (min-width: 1300px)
{
	.container { width: 1340px;}
}
*/
    
.navbar-brand {
    height: auto;
}

.navbar-nav {
    float: right;
    font-family: 'Nunito', sans-serif;
    margin-top: 30px;
    font-size: 16px;
    padding-right: 20px;
}

.head-right {
    float: right;
    display: block;
    width: 300px;
    position: relative;
}

.navbar-brand>img {
    width: 240px;
}

.lang {
    position: absolute;
    bottom: -32px;
    right: 0;
    background: #adbd38;
    font-size: 20px;
    border-radius: 0 0 5px 5px;
}

.lang span {
    background: #fff;
    padding: 3px 10px;
    color: #333;
}

.lang a {
    color: #fff;
    text-decoration: none;
    padding: 2px 10px 8px;
    display: block;
    line-height: 16px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #adbd38;
}

.call-label {
    width: 45px;
    position: absolute;
}

.whtsap-numb {
    display: inline-block;
    float: left;
    padding: 21px 10px 0;
    margin-left: 50px;
    position: relative;
}

.whtsap-numb h3 {
    font-size: 20px;
    font-weight: bold;
}

.whtsap-numb h3 a {
    color: #333;
    text-decoration: none;
}

.whtsap-numb h3 a:hover {
    color: #adbd38;
}

.whtsap-numb h5 a {
    color: #333;
    text-decoration: none;
}

.whtsap-numb h5 a:hover {
    color: #adbd38;
}

.head-icon {
    position: absolute;
    top: 17px;
    font-size: 17px;
    color: #fff;
    background: #adbd38;
    right: 0;
    display: inline-block;
    padding: 4px 0;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.head-icon:hover {
    color: #fff;
    background: #033b4a;
}

.navbar-default {
    border: 0;
    color: #333;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.banner-container {
    width: 100%;
    background: #033b4a;
}

.banner-container .carousel-caption {
    text-align: center;
    bottom: 120px;
}

.banner-container .carousel-caption h2 {
    text-align: center;
    font-size: 35px;
    line-height: 55px;
}

.banner-container .carousel-caption h2 span {
    background: rgba(0, 32, 40, 0.7);
    padding: 0 10px;
    text-transform: uppercase;
    color: #adbd38;
}

.banner-container .carousel-caption p {
    padding: 7px 50px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}

.banner-container .carousel-caption .btn-ban1 {
    background: #adbd38;
    padding: 12px 35px;
    border-radius: 5px;
    border: 0;
    font-family: 'Nunito', sans-serif;
    color: #fff;
}

.banner-container:hover img {
    opacity: 0.3;
}

.rehab-sec {}

.sec_com {
    padding: 70px 0;
}

.sec_com h5 {
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
}

.sec_com h2 {
    color: #033b4a;
    font-weight: bold;
}

.sec_com p {
    font-size: 15px;
    line-height: 25px;
}

.rehab-blk {
    margin: 25px 0;
}

.rehab-blk .rehab-box {
    margin-bottom: 30px;
    background: #033b4a;
    position: relative;
    border: #fff solid 5px;
    box-shadow: 0 0 5px 1px #ddd;
    border-radius: 5px;
}

.rehab-blk .rehab-box .rehab-head {
    position: absolute;
    background: rgba(3, 59, 74, 0.9);
    padding: 15px;
    width: 92%;
    display: block;
    bottom: 15px;
    left: 15px;
    color: #fff;
    border-radius: 5px;
}

.rehab-blk .rehab-box .rehab-head p a {
    color: #fff;
    text-decoration: underline;
}

.rehab-blk .rehab-box:hover .rehab-head {
    background: #adbd38;
    transition: .3s;
}

.rehab-blk .rehab-box:hover img {
    opacity: 0.5;
    transition: .3s;
}

.btn-reh {
    background: #adbd38;
    color: #fff;
    display: block;
    border-radius: 5;
    padding: 10px 20px;        
    text-transform: uppercase;
}

.testm-sec {
    background: #033b4a url(../images/home-in-ng.jpg) no-repeat center;
    background-size: contain;
    background-attachment: fixed;
}

.testm-sec h5 {
    color: #fff;
    text-align: center;
}

.testm-sec h2 {
    color: #fff;
    text-align: center;
}

.test-blk {
    margin: 35px 0;
    padding: 0 250px;
}

.test-blk .carousel-inner>.item>a>img,
.test-blk .carousel-inner>.item>img {
    display: block;
    margin: 0 auto;
    border-radius: 400px;
}

.test-blk .carousel-caption {
    position: static;
    padding-bottom: 0;
}

.test-blk .carousel-caption p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #ccc;
}

.test-blk .carousel-control.left,
.test-blk .carousel-control.right {
    background: none;
}

.test-blk .carousel-caption h4 {
    text-align: center;
}

.test-blk .carousel-caption h6 {
    text-align: center;
}

.book-form {
    padding: 45px 70px 45px 50px;
    text-align: center;
}

.book-form p {
    margin-bottom: 30px;
}

.book-blk {
    background: #fff;
    box-shadow: 0 5px 7px #eee;
    margin-top: -215px;
}

.form-blk .form-control {
    border-radius: 0;
    background: #f9fafa;
    border: 0;
    padding: 12px;
    box-shadow: none;
    height: auto;
}

.book-form h2 {
    margin-bottom: 20px;
}

.btn-buk {
    background: #adbd38;
    color: #fff;
    display: block;
    border-radius: 0;
    padding: 12px 20px;
    
    font-size: 14px;
    text-transform: uppercase;
}

.form-blk .input-group {
    width: 100%;
}

.form-blk .input-group-addon {
    color: #adbd38;
    background-color: #f9fafa;
    border: 0;
    border-radius: 0;
}

.form-blk .form-inline .form-group {
    width: 100%;
    margin-bottom: 25px;
    min-height: 45px;
}

.prof-sec {
    padding: 40px 0;
}

.prof-blk {
    padding: 40px 0 0;
}

.prof-blk h4 span {
    font-weight: normal;
    color: #999;
    font-size: 15px;
}

.num-footer-strap {
    background: #adbd38;
    padding: 50px 0;
    color: #fff;
}

.num-footer-strap i {
    display: inline-block;
    padding: 16px 0px;
    border: #fff solid 1px;
    font-size: 25px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
}

.num-footer-strap h5 {
    padding-bottom: 0;
}

.num-footer-strap h3 {
    font-size: 19px;
}

footer {
    background: #033b4a url(../images/footer-bg.jpg) no-repeat center top;
    color: #fff;
    padding-bottom: 0!important;
}

footer h4 {
    margin-bottom: 15px;
}

.col1 ul li {
    list-style-position: inside;
    line-height: 30px;
}

.col1 ul li a {
    color: #fff;
}

.col2 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.col2 ul li a {
    padding: 3px 8px;
    border-radius: 100px;
    border: #fff solid 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
}

.bottom {
    padding: 30px 0;
    background: #033b4a;
    margin-top: 50px;
    color: #999;
}

.bottom h5 {
    text-transform: capitalize;
    color: #999;
}

.bottom a {
    color: #ccc;
}

.wb {
    text-align: right;
}

.banner-inner {
    height: 350px;
    background: #033b4a url(../images/inner-banner.jpg) no-repeat center top;
    padding: 200px 0 20px;
}

.banner-inner h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 35px;
}

.banner-inner h4 {
    color: #eee;
    font-weight: normal;
}

.banner-inner h4::after {
    content: '';
    position: relative;
    height: 2px;
    width: 100px;
    display: block;
    top: 15px;
    background: #adbd38;
}

.banner-inner h2 {
    color: #fff;
}

.cont-blk {
    background: #033b4a;
}

.abt-sec {}

.cont-addrss {
    padding: 35px;
    color: #fff;
    padding-bottom: 10px;
}

.cont-addrss h2 {
    color: #fff;
    margin-bottom: 10px;
}

.cont-addrss i {
    display: inline-block;
    padding: 18px 20px;
    border: #fff solid 1px;
    font-size: 16px;
}

.cont-addrss h3 {
    text-transform: none;
    padding-bottom: 5px;
    font-size: 19px;
}

.cont-addrss h5 {
    color: #fff;
    text-transform: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
}

.cont-addrss .row {
    margin-bottom: 30px;
}

.cont-form {
    background: #eee;
    padding: 35px;
    border: #ddd solid 1px;
    border-left: 0;
}

.cont-form p {
    margin-bottom: 20px;
}

.cont-blk .r1 {
    margin: 0;
}

.cont-blk .c1 {
    padding: 0;
}

.btn-cont {
    background: #033b4a;
    color: #fff;
    display: block;
    border-radius: 0;
    padding: 10px 20px;
    
    font-size: 14px;
    text-transform: uppercase;
}

.btn-cont:hover {
    background: #adbd38;
    color: #fff;
}

.cont-form-main ul li {
    list-style: none;
    margin-bottom: 15px;
}

.cont-form-main .input-group-addon {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

.cont-form-main .form-control {
    height: auto;
    padding: 10px 12px 10px 0;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
}

.doc-sec {
    background: #f5f5f5;
}

.doc-blk p {
    margin-bottom: 20px;
}

.doc-box {
    padding: 7px;
    box-shadow: 0 0 3px #ddd;
    background: #fff;
    margin-bottom: 30px;
}

.doc-box img {
    margin-bottom: 10px;
}

.doc-box h4 {
    padding: 7px 0;
    text-align: center;
    color: #333;
}

.doc-box h5 {
    text-align: center;
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
}

.doc-box p {
    text-align: center;
    margin: 0;
    min-height: 50px;
}

.doc-lis.adj .doc-box img {
    margin: 0;
}

.doc-lis.adj .doc-box h4 {
    background: #033b4a;
    padding: 10px;
    color: #fff;
}

.doc-lis.adj .doc-box h5 {
    background: #adbd38;
    padding: 7px;
    color: #fff;
    margin-bottom: 7px;
}

.help-bx {
    margin-bottom: 25px;
    background: #adbd38;
    padding: 25px;
    color: #fff;
}

.help-bx .btn-buk {
    background: #033b4a;
    color: #fff;
    display: block;
    border-radius: 0;
    padding: 12px 20px;
    
    font-size: 14px;
    text-transform: uppercase;
}

.help-bx h2 {
    color: #fff;
    text-align: center;
}

.help-bx img {
    width: 60%;
    display: block;
    margin: auto;
}

.help-bx p {
    text-align: center;
    margin-bottom: 15px;
}

.ayur-blk {
    color: #333;
    padding: 30px;
    margin-bottom: 25px;
    background: #eee;
}

.ayur-blk p {
    font-size: 15px;
    font-style: italic;
    line-height: 25px;
    
}

.ayur-blk2 {
    background: #adbd38;
    padding: 20px;
    color: #fff;
}

.ayur-blk2 h2 {
    color: #fff;
}

.ayur-blk2 ul {
    padding: 25px 0;
}

.ayur-blk2 ul li {
    padding: 7px 0;
    border-bottom: #eee dotted 1px;
    list-style-position: inside;
}

.book-sec {}

.book-sec h2 {
    background: #333;
    padding: 25px;
    color: #fff;
}

.book-in {
    background: #f5f5f5;
}

.book-cover {
    padding: 25px;
}

.book-in label {
    display: block;
    margin-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
}

.book-in .form-control {
    border-radius: 0;
    padding: 12px;
    margin-bottom: 20px;
    height: auto;
}

.book-in .form-control.adj {
    margin-bottom: 0;
}

.book-in .gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
    border-radius: 0;
}

.book-in .chk {
    margin-top: 31px;
    padding: 12px 20px;
    text-transform: uppercase;
    width: 100%
}

.btn-book {
    display: block;
    border-radius: 0;
    width: 100%;
    padding: 12px 50px;
    text-transform: uppercase;
}

.sel-online {
    margin-bottom: 25px;
    border-radius: 50px;
    background: #adbd38;
    padding: 10px 15px;
    border: #adbd38 solid 1px;
}

.sel-online .radio {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    border: #fff solid 2px;
}

.sel-online label {
    display: inline-block;
    margin: 0;
    color: #fff;
    position: relative;
    top: -5px;
    font-weight: bold;
}

.test-box {
    margin-bottom: 25px;
}

.test-box img {
    border-radius: 50px 0 50px 0;
    border-left: #adbd38 solid 6px;
    border-bottom: #033b4a solid 6px;
    margin-bottom: 20px;
}

.test-box h4 {
    color: #333;
}

.test-box p::after {
    content: '';
    position: relative;
    height: 2px;
    width: 100px;
    display: block;
    top: 15px;
    background: #adbd38;
}

.vid-prof {
    border-left: #adbd38 solid 10px;
    border-top: #adbd38 solid 10px;
}

.terms ul {
    padding-left: 25px;
}

.terms h4 {
    color: #666;
}

.abt-blk1 ol {
    padding: 20px 0 0 20px;
    line-height: 25px;
}

.abt-blk1 img {
    border: #fff solid 5px;
    box-shadow: 0 0 2px 3px #eee;
}

.help-bx img {
    border: 0;
    box-shadow: none;
}

.help-bx h2 {
    background: none;
}

.treat-cont {
    background: #eee;
    padding: 25px;
    width: 90%;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    color: #333;
}

.treat-cont h2 {
    color: #333;
}

.map {
    border-top: solid 5px #ddd;
}

.blog-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #999;
}

.blog-row h4 {
    color: #666;
    text-align: left;
    line-height: 23px;
}

.blog-row .more {
    padding: 5px 10px;
    background: #eee;
    display: inline-block;
    margin-top: 5px;
}

.blog-row img {
    border-left: #033b4a solid 5px;
}

.blog-right {
    background: #eee;
}

.blog-right h3 {
    padding: 10px 15px;
    background: #033b4a;
    color: #fff;
}

.blog-right ul {}

.blog-right ul li {
    list-style-position: inside;
    border-bottom: #ddd solid 1px;
    padding: 15px;
}

.sep {
    margin-bottom: 15px;
}
/*------*/

.menu {
    background: rgba(255, 255, 255, 0.7);;
    transition: .5s;
}

.menu.hide1 {
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.whts {
    display: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-default .navbar-toggle {
    margin-top: 25px;
}

.test-video {
    padding: 10px;
    box-shadow: 0 0 4px #ccc;
    margin-bottom: 30px;
}

.test-video h4 {
    font-size: 14px;
    line-height: 25px;
}

.lis1 {
    list-style-position: inside;
}

.lis2 {
    list-style-position: inside;
    list-style: none;
}

.lis2 li {
    display: table;
    width: 100%;
}

.lis2 img {
    border: 0;
    box-shadow: none;
    width: 100px;
    display: inline-block;
    margin: 0 20px 20px 0;
    float: left;
    border-right: 5px solid #adbd38;
}

.treat-list .panel-title {
    padding-bottom: 0;
}

.online-strip {
    position: fixed;
    right: 0;
    top: 220px;
    z-index: 99999;
}

.online-strip img {
    width: 40px;
    border: solid 1px #fff;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.home-load {
    padding: 50px 40px;
    background: #adbd38;
    text-align: center;
}

.home-load h5 {
    text-align: center;
}

.home-load .cols span {
    font-size: 40px;
    color: #fff;
}

.home-load .cols h5 {
    margin-top: 20px;
    padding: 0;
    color: #fff;
    font-size: 17px;
}

.vid-sec {
    padding: 40px 0;
}

.cols i {
    display: block;
    text-align: center;
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.im1 {
    width: 60px;
    display: block;
    margin: auto;
    margin-bottom: 24px;
}

.soc-sec {
    padding: 45px 0;
    background: #eee;
}

.soc-in {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    min-height: 615px;
}

.vid-sec h2 {
    color: #033b4a;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.vid-in {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    min-height: 615px;
}

.vid-in h4 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
}

.load-num ul {
    display: block;
    width: 100%;
}

.load-num ul li {
    display: inline-block;
    width: 19%;
    margin: auto;
}

.scroll-video {
    margin-top: 25px;
}

.card-image {
    border-left: #033b4a solid 5px;
    border-top: #033b4a solid 5px;
    border-right: #adbd38 solid 5px;
    border-bottom: #adbd38 solid 5px;
}

.card-image img {
    width: 100%;
}

.card-title {
    font-size: 25px;
}

.card-description {
    padding-bottom: 10px;
}

.card-blog {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #ddd dotted 1px;
}

.avatar {
    margin-right: 20px;
}

.related-posts {
    padding: 30px 0;
    border-top: #ddd solid 1px;
    margin-top: 40px;
}

.related-posts h2 {
    margin-bottom: 30px;
}

.related-posts .card-image {
    margin-bottom: 20px;
}

.widget_categories {
    margin-bottom: 20px;
}

.widget_categories h5 {
    background: #033b4a;
    color: #fff;
    font-size: 18px;
    padding: 12px;
}

.widget_categories ul {
    list-style-position: inside;
    list-style: none;
}

.widget_categories ul li {
    padding: 10px 0;
    border-bottom: #ddd dotted 1px;
}

.widget_recent_entries {
    margin-bottom: 20px;
}

.widget_recent_entries h5 {
    background: #adbd38;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}

.widget_recent_entries ul {
    list-style-position: inside;
    list-style: none;
}

.widget_recent_entries ul li {
    padding: 10px 0;
    border-bottom: #ddd dotted 1px;
}

.widget_recent_comments {
    margin-bottom: 20px;
}

.widget_recent_comments h5 {
    background: #ddd;
    color: #333;
    font-size: 16px;
    padding: 12px;
}

.widget_recent_comments ul {
    list-style-position: inside;
    list-style: none;
}

.widget_recent_comments ul li {
    padding: 10px 0;
    border-bottom: #ddd dotted 1px;
}

.widget_archive {
    margin-bottom: 20px;
}

.widget_archive h5 {
    background: #ddd;
    color: #333;
    font-size: 16px;
    padding: 12px;
}

.widget_archive ul {
    list-style-position: inside;
    list-style: none;
}

.widget_archive ul li {
    padding: 10px 0;
    border-bottom: #ddd dotted 1px;
}

.num-bx {
    position: relative;
    padding-left: 80px;
}

.num-bx i {
    position: absolute;
    left: 0;
    top: 0;
}

/*--------------responsive screens----------------*/

@media screen and (max-width: 1199px) {
    .nav>li>a {
        padding: 10px 3px;
    }
    .test-blk {
        padding: 0 150px;
    }
}

@media screen and (max-width: 991px) {
    .call-label {
        display: none;
    }
    .whtsap-numb {
        padding: 21px 0px 0;
        margin-left: 0;
    }
    .head-right {
        width: 205px;
    }
    .nav>li>a {
        padding: 10px 15px;
    }
    .navbar-nav {
        float: left;
        margin-top: 0;
        padding-right: 0;
    }
    .nav>li>a {
        padding: 10px 25px;
    }
    .banner-container .carousel-caption {
        bottom: 50px;
    }
    .test-blk {
        padding: 0 50px;
    }
    .num-bx {
        margin-bottom: 15px;
    }
    .num-bx i {
        margin-bottom: 15px;
    }
    footer {
        background-size: cover;
    }
    .cont-addrss .row {
        margin-bottom: 15px;
    }
    .cont-addrss i {
        margin-bottom: 15px;
    }
    .col1 {
        margin-bottom: 15px;
    }
    .treat-cont {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {

    .num-footer-strap h3 {
        font-size: 15px;
    }

    .num-bx {
        text-align: center;
    }

    .call-label {
        display: block;
        margin-top: -14px;
    }
    .whtsap-numb {
        padding: 27px 0px 0;
        margin-left: 50px;
    }
    .head-right {
        width: 300px;
        position: absolute;
        right: 60px;
        top: 0;
    }
    .banner-container .carousel-caption h2 {
        text-align: center;
        font-size: 25px;
        line-height: 40px;
    }
    .banner-inner {
        height: 200px;
        padding: 50px 0 20px;
        background-size: cover;
    }
    .bottom {
        text-align: center;
    }
    .bottom h5 {
        text-align: center;
    }
    .wb {
        text-align: center;
    }
    .load-num ul li {
        width: 49%;
        margin-bottom: 15px;
    }
    .navbar-nav {
        margin-top: 5px;
    }
}

@media screen and (max-width: 568px) {
    .whtsap-numb {
        padding: 27px 0px 0;
        margin-left: 0;
    }
    .head-right {
        width: 205px;
    }
    .banner-container .carousel-caption h2 {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
    }
    .banner-container .carousel-caption {
        bottom: 10px;
    }
    .banner-container .carousel-caption .btn-ban1 {
        padding: 8px 10px;
    }
    .whtsap-numb h3 {
        font-size: 15px;
    }
    .whtsap-numb h5 {
        font-size: 12px;
    }
    .banner-inner h2 {
        font-size: 25px;
    }
    .call-label {
        display: block;
        left: -57px;
    }
    .menu {
        background: rgba(3, 59, 74, 1);
    }
    body {
        padding-top: 100px;
    }
    .load-num ul li {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .call-label {
        top: -68px;
        left: 149px;
    }
    .whts {
        display: block;
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin-top: 7px;
    }
    .whtsap-numb {
        display: none;
    }
    .lang {
        bottom: -138px;
    }
    body {
        padding-top: 112px;
    }
    .online-strip {
        right: 7px;
    }
    .online-strip img {
        width: 30px;
    }
    ._2p3a {
        width: 332px;
    }
    .num-footer-strap {
        padding: 30px 10px;
    }
    .num-bx i {
        display: table;
        margin: auto;
        margin-bottom: 15px;
    }
    .num-footer-strap h3,
    .num-footer-strap h5 {
        text-align: center;
    }
    .sec_com {
        padding: 30px 0;
    }
    .bottom {
        margin-top: 20px;
    }
    .sec_com h2 {
        font-size: 20px;
    }
    .banner-inner {
        height: auto;
        padding: 30px 0;
    }
}

@media screen and (max-width: 360px) {
    .call-label {
        top: -87px;
        left: 149px;
    }
    .whts {
        display: block;
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin-top: 7px;
    }
    .whtsap-numb {
        display: none;
    }
}