/******************************************
    File Name: custom.css
/****************************************** */

/** ADD YOUR AWESOME CODES HERE **/
::-webkit-input-placeholder {
    /* Chrome */
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #333;
    opacity: 1;
}

::-webkit-textarea-placeholder {
    /* Chrome */
    color: #333;
    opacity: 1;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    color: #333;
    opacity: 1;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700');

* {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.header_style_01 .navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 220px;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #50c878;
    z-index: 11000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form{
    padding-bottom: 20px !important;
}
/* ==================
Whatsup,Phonecall
================= */
/* =====whatsup=======  */
.whatsapp-icon {
    position: fixed;
    top: 450px;
    right: 20px;
    background-color: #50c878;
    color: rgb(6, 6, 6);
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.whatsapp-icon i {
    font-size: 30px;
    font-weight: 600;
}

.whatsapp-icon a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

/* =========== */
/* ======PhoneNumber======== */
.phone-icon {
    position: fixed;
    top: 350px;
    right: 20px;
    background-color: #50c878;
    color: rgb(6, 6, 6);
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.phone-icon i {
    font-size: 24px;
}

.phone-icon a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon:hover {
    transform: scale(1.1);
}

/* ======PhoneEnd========= */
.header-bottom {
    float: left;
    width: 100%;
    background: #50c878;
}

header {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 5;
    background: #fff;
    box-shadow: 0 20px 40px -40px #000;
    top: 0;
}

#home.first-section {
    position: relative;
    min-height: 650px;
    margin-top: 145px;
}

.header-bottom nav.main-menu {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    float: left;
}

.header-bottom nav.main-menu ul.nav.navbar-nav>li a {
    color: #fff;
    font-size: 15px;
    padding: 20px 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
}

.header-bottom nav.main-menu ul.nav.navbar-nav>li a:hover,
.header-bottom nav.main-menu ul.nav.navbar-nav>li a:focus,
.header-bottom nav.main-menu ul.nav.navbar-nav>li a.active {
    color: #50c878;
    background: #fff;
    /* background: linear-gradient(to right, #fd6e02 20%, #3134ed 80%); */
    /* box-shadow: 5px 5px 0 0px; */
}

.header-top {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.header-top .navbar-brand {
    float: left;
    height: auto;
}

.right-header {
    float: right;
    margin: 11px 0;
}

.header-info {
    float: left;
    width: 100%;
}

.info-inner {
    float: left;
}

.info-inner span.icontop {
    float: left;
    background: #50c878;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: normal;
    padding: 10px 12px;
    margin-right: 15px;
    color: #fff;
    font-size: 18px;
    transition: ease all 1s;
    border-radius: 10px;
}

.iconcont {
    float: left;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 4px 0;
}

.info-inner {
    float: left;
    margin-left: 50px;
}

.info-inner span.icontop img {
    width: 100%;
}

.serch-bar {
    float: right;
    /* width: 250px; */
}

/** search bar **/
#custom-search-input {
    padding: 0;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
    margin: 10px 0px;
}

#custom-search-input .form-control.input-lg {
    border-radius: 50px;
    overflow: hidden;
    border: yellow;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 25px 0 25px;
    color: #222;
    width: 200px;
    height: 40px;
}

#custom-search-input button {
    margin: 0;
    background: none;
    box-shadow: none;
    color: #070303;
    padding: 0;
    font-size: 24px;
}

#custom-search-input button i {
    font-size: 18px;
    color: #333;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 15px 0 15px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

.big-tagline {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 7);
    padding: 0;
    margin: 0;
}

/* .appointment-form {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 425px;
    box-shadow: 0 0 50px -22px rgba(0, 0, 0, 0.3);
    padding: 20px;
} */

/* .appointment-form h3 {
    float: left;
    margin: 0;
    background: linear-gradient(to right, #39b49a 0%, #1d86df 100%);
    width: 100%;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
} */

#home.first-section {
    position: relative;
    min-height: 650px;
}

#home.first-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.text-contant {
    float: left;
    width: 80%;
    margin: 5px 10% 0;
    padding: 40px 0 40px;
    border-radius: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.text-contant h2 a,
.text-contant h2 a:hover,
.text-contant h2 a:focus {
    color: #222;
    opacity: 1;
}

.icon {
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid #50c878 3px;
}

.icon img {
    width: 50px;
    margin-top: 2px;
}

.text-contant .center {
    float: left;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

.info-inner span.icontop i.fa-clock-o {
    font-size: 25px;
}

.info-inner:hover span.icontop,
.info-inner:focus span.icontop {
    border-radius: 100%;
    background: #666;
}
.text-greens{
    color: #50c878 !important;
}
.typewrite {
    font-size: 40px;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff !important;
    /* color: #50c878 !important; */
    font-family: 'Times New Roman', Times, serif !important;
    /* text-shadow: 4px 3px 0 rgba(243, 8, 8, 0); */
    letter-spacing: -1px;
    font-weight: 500;
}

body.clinic_version .first-section h2 {
    color: #1f1f1f;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 0;
}

.padding-section {
    padding: 75px 0;
}

.service-time {
    float: left;
    width: 100%;
    min-height: 350px;
    margin-top: -350px;
    padding: 50px;
    color: #fff;
    position: relative;
    border: 1px solid white;
}

.info-icon {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 75px;
    line-height: normal;
    margin-bottom: 20px;
}

.service-time h3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: -5px 0 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

.service-time p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.dot i{
    font-size: 0.3vw !important;
}
.dot1 i{
    font-size: 0.3vw !important;
    color: #050404 !important;
    margin-left: 21.4vw;
    margin-top: 2.1vh;
    /* font-weight: 300 !important; */
}
.email i{
    font-size: 1.3vw !important;
    line-height: normal;
    font-weight: 500;
    color: #050404 !important;
    margin-left: 16.4vw;
    font-weight: 400 !important;
   padding:10px !important;
}
.gm{
    margin-left: 1vw;
}

.left {
    float: left;
}

.right {
    float: right;
}


.service-time.middle::before {

    content: "";
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    border-bottom: solid transparent 65px;
    border-right: solid #a0cff7 70px;
    left: -70px;

}

.service-time.middle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    border-bottom: solid transparent 65px;
    border-left: solid #a0cff7 70px;
    right: -70px;
}

.service-time.one {
    position: relative;
    z-index: 1;
}

.heading {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.heading h1 {
    font-size: 35px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: -1px;
    color: #333;
    margin: 5px 0;
    padding: 0;
    position: relative;
}

.icon-logo img {
    width: 60px;
}

.heading h1::after {
    width: 50px;
    height: 4px;
    background: #39b49b;
    content: "";
    display: block;
    margin: 10px auto 0;
}

body.clinic_version .first-section {
    padding: 1em 0;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    color: #999;
    padding-bottom: 0;
    font-weight: 400;
}

body.clinic_version .section {
    padding: 30px 0;
    float: left;
    width: 100%;
}

.message-box p {
    margin-bottom: 15px;
}

.service-widget h3 {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0 12px;
    margin: 0;
    background: #157fda;
    text-align: center;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f0f0f0;
}

/* ===Service Start=== */
.Available-service {
    position: relative;
}

.Available-service .service-item {
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 35px rgba(57, 234, 17, 0.14);
    box-shadow: 0 10px 35px rgba(57, 234, 17, 0.14);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 40px;
    z-index: 1;
    font-family: 'Poppins', sans-serif !important;
}

/* .services .service-item .service-icon svg path {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  } */



.Available-service .service-item .service-content h4 {
    /* margin-bottom: 20px; */
    font-size: 18px;
}

.Available-service .service-item .service-content p {
    font-size: 16px;
    line-height: 25px;
    /* margin-bottom: 25px; */
}

.Available-service .service-item .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    /* background: url("../img/service/service-1.png"); */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.Available-service .service-item .service-overlay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: #50c878;
}

/* .services .service-item:hover .service-icon svg path {
    fill: #fff;
  } */

.Available-service .service-item:hover .service-content h4,
.Available-service .service-item:hover .service-content p,
.Available-service .service-item:hover .service-content a {
    color: #fff;
}

.Available-service .service-item:hover .service-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);

}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #0071d1;
}

.footer {
    padding: 0 0 80px !important;
}

.contact-info {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 25px;
    position: relative;
    margin-bottom: 25px;
}

.inform {
    float: left;
    width: 100%;
    padding: 17px 0 0 70px;
    min-height: 135px;
    color: #fff;
    position: relative;
}

.inform span.icon-f {
    float: left;
    width: 70px;
    position: absolute;
    height: 60px;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    left: 0;
}

.inform span.icon-f img {
    width: 30px;
}
.contact-head{
    font-size: 20px;
    /* font-weight: 300; */
    color: #50c878 !important;
}
.footer-info address {
    font-size: 14px;
    font-weight: 300;
   color: #050404;
    margin: 0;
}

.footer-info a {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #050404;
    margin: 0;
}
body.clinic_version .footer {
    background-color: #15191c;
}

.footer .widget-title img {
    width: 245px;
}

.footer .widget-title small {
    padding: 0;
}

body.clinic_version .footer .widget-title h3 {
    color: #fff;
}


.actions {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.footer-area {
    background: #fff;
    padding: 80px 0px;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 100%;
}

.logo img {
    width: 250px;
    margin-bottom: 30px;
}

.footer-area p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.Quick-link {
    margin-left: 5vw;
}
.Quick-link a {
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    color: #fff;
    margin-left: 1vw;
}
.footer-info h3,
.googleMap h3,
.Quick-link h3 {
    color:#50c878;
    font-size: 22px;
    font-weight: 600;
    border-left: solid #50c878 5px;
    padding: 0 0 0 15px;
    margin-bottom: 24px;
}

.testimonial small,
.testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 15px;
    font-style: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 400;
}

.copyright-area {
    padding: 20px 0px;
    background: #50c878;
    color: #fff;
    float: left;
    width: 100%;
}

.footer-text p {
    margin: 0;
}

.footer-text p {
    margin: 0;
    color: #fff;
}
.footer-text a{
     color: #15191c !important;

}
.footer-text a:hover{
     color: #fff !important;  
}

.social-links li a i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}

.social-links li a i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}

.footer-info i {
    position: absolute;
    left: 0;
    font-size: 25px;
    width: 30px;
    text-align: center;
    color: #50c878;
}
.preloader {
    width: 350px;
}

/* .footer-info h4{
    font-size: 24px;
    margin-left: 30px;
    i{
        margin-left: 20px;
    }
} */
.footer-info p {
    /* padding-left: 40px;
    margin-bottom: 15px;
    color: #050404; */
}

.social-links {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
}

.social-links {
    float: left;
}

.social-links li {
    float: right;
    margin: 0;
}

.footer-info p {
    padding-left: 40px;
    margin-bottom: 15px;
    color: #050404;
}
#about {
    float: left;
    width: 100%;
}

.tabs-information {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tabs-information .nav.nav-tabs {
    list-style: none;
    float: left;
    width: 100%;
    border: none;
}

.tabs-information .nav.nav-tabs li {
    float: left;
    width: 31.33%;
    margin-right: 2%;
    text-align: center;
    border: none;
    border-radius: 0;
}

.tabs-information .nav.nav-tabs li a,
.tabs-information .nav.nav-tabs li a:hover,
.tabs-information .nav.nav-tabs li a:focus {
    border: solid #ddd 1px;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.tabs-information .nav.nav-tabs li:hover a,
.tabs-information .nav.nav-tabs li:focus a,
.tabs-information .nav.nav-tabs li.active a {
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    border-color: transparent;
    color: #fff;
}

.tab-content {
    float: left;
    width: 98%;
    margin-top: 20px;
}

.tab-content ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tab-content ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 30px;
    line-height: 32px;
}

.tab-content ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 18px;
    color: #39b49b;
}
.box {
    float: left;
    background: #fff;
    padding: 25px 40px;
    margin-top: 118px;
    box-shadow: 0 0 40px -20px rgba(0, 0, 0, .4);
    margin-bottom: -62px;
    border: solid #157fda 2px;
}

.about2 {
    float: left;
    width: 100%;
}

.girl-with-lap {
    float: left;
    width: 100%;
    background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);
    margin-bottom: 75px;
    margin-top: -20px;
    color: #fff;
}

.aboutus-cont {
    text-align: center;
}

.aboutus-cont {
    margin-top: 0;
    float: left;
    background: #f8f8f8;
    margin-right: -15px;
    display: flex;
    min-width: 100%;
    min-height: 503px;
    padding: 160px 50px;
    color: #333;
}

.aboutus-cont p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.iconcont a {
    font-family: 'Arvo', serif;
}

.services-paert {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px;
    background: #fff;
    position: relative;
}

.services-paert .icon-ser {
    position: absolute;
}

.cont-ser {
    padding-left: 85px;
}

.services-paert img {
    width: 65px;
}

.services-paert .icon-ser {
    float: left;
    margin-right: 25px;
}

#price {
    color: #666;
}

nav.main-menu .navbar-toggle {
    position: relative;
    float: right;
    padding: 2px 10px 0;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 0;
    background: #50c878;
    border: none;
    border-radius: 0;
    font-size: 22px;
    line-height: normal;
    color: #fff;
    border-radius: 5px;
}

.navbar-header {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    width: auto;
    height: auto;
}

.header-bottom nav.main-menu ul.nav.navbar-nav>li a {
    color: #fff;
    font-size: 17px;
    padding: 20px 20px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    margin-right: 5px;
}

/** mobile **/
@media (max-width:768px){    
    .footer-info {
        margin-top: 10vh;
    }
}
@media (max-width:767px) {
    header {
        float: left;
        width: 100%;
        position: fixed;
        z-index: 5;
        background: #fff;
        box-shadow: 0 20px 40px -40px #000;
        top: 0;
        z-index: 999;
    }

    #home.first-section {
        margin-top: 0;
    }

    .navbar-brand img {
        width: 165px;
        position: relative;
        right: 10px;
    }

    .right-header {
        display: none;
    }

    .navbar-header {
        float: right;
        position: absolute;
        top: 21px;
        right: 20px;
        background: transparent;
        width: 40px;
        height: 40px;
    }

    .navbar-brand {
        padding: 15px 0;
    }

    .header-bottom nav.main-menu {
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        float: left;
        width: 100%;
    }

    .header-bottom nav.main-menu #navbar {
        margin: 0;
    }

    .header-bottom nav.main-menu #navbar .nav.navbar-nav {
        margin-top: 0;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav>li a {
        color: #fff;
        font-size: 15px;
        padding: 12px 0;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 700;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav>li a:hover,
    .header-bottom nav.main-menu ul.nav.navbar-nav>li a:focus,
    .header-bottom nav.main-menu ul.nav.navbar-nav>li a.active {
        color: #222;
        background: transparent;
        box-shadow: none;
    }

    .service-time {
        float: left;
        width: 100%;
        min-height: auto;
        margin-top: 25px;
        padding: 35px 20px;
        color: #fff;
        position: relative;
    }

    #home.first-section {
        position: relative;
        min-height: auto;
    }

    .service-time.middle::before {
        display: none;
    }

    .service-time.middle::after {
        display: none;
    }

    .typewrite {
        font-size: 28px;
    }

    /* .appointment-form {
        padding: 15px;
    } */

    .heading h2 {
        font-size: 28px;
        margin: 10px 0;
    }

.heading h4 {
        font-size: 50px !important;
    }

    .pricing-table-features {
        padding: 0 10px 15px 30px;
    }

    .pricing-table-header h2 {
        font-size: 23px;
        font-weight: 400;
    }

    body.clinic_version .desc {
        position: relative;
        background: #fff;
        border: 1px solid #ededed;
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .footer-info h3,
    .Quick-link h3 {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    #home.first-section {
        margin-top: 135px !important;
    }

    .text-contant {
        width: 90%;
        margin: 0 5% 0;
        padding: 0;
    }

    .typewrite {
        font-size: 24px;
        font-weight: 500;
        margin-top: 0;
    }

    .service-time {
        padding: 25px 20px 35px;
    }

    .footer-info h3,
    .googleMap h3,
    .Quick-link h3 {
        float: left;
        width: 100%;
    }

    .footer-info p {
        float: left;
        width: 100%;
    }

    .serch-bar {
        float: right;
        /* width: 100%; */
         /* float: left; */
    }


}

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

    nav.main-menu .navbar-header {
        float: left;
        position: relative;
        top: 8px;
        right: 0;
        background: transparent;
        width: auto;
        height: auto;
    }

    .right-header {
        float: right;
        margin: 11px 0;
        display: none;
    }

    nav.main-menu .navbar-toggle {
        border: solid #fff 2px;
    }

    .header-top div.container {
        display: flex;
        justify-content: center;
    }

    #navbar.navbar-collapse {
        float: left;
        width: 100%;
        padding: 0;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav>li a {
        color: #fff;
        font-size: 16px;
        padding: 15px 15px;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 500;
        margin-right: 5px;
    }

    .typewrite {
        font-size: 45px;
    }

    .service-time.middle::before,
    .service-time.middle::after {
        display: none;
    }

    .service-time {
        margin-top: 0;
    }

    .service-time.one {
        margin-top: -200px;
    }
    .inner-services {
        margin: 0 0;
    }
    .googleMap .googlesite{
        width: 1000px !important;
        height: 200px !important;
    }
    .footer-info h3,
    .googleMap h3,
    .Quick-link h3 {
        float: left;
        width: 100%;
    }

    .footer-info p {
        float: left;
        width: 100%;
    }
   

}
@media (min-width:992px) and (max-width:1000px) {

    nav.main-menu .navbar-header {
        float: left;
        position: relative;
        top: 8px;
        right: 0;
        background: transparent;
        width: auto;
        height: auto;
    }

    .right-header {
        float: right;
        margin: 11px 0;
        display: none;
    }

    nav.main-menu .navbar-toggle {
        border: solid #fff 2px;
    }

    .header-top div.container {
        display: flex;
        justify-content: center;
    }

    #navbar.navbar-collapse {
        float: left;
        width: 100%;
        padding: 0;
    }

    .header-bottom nav.main-menu ul.nav.navbar-nav>li a {
        color: #fff;
        font-size: 16px;
        padding: 15px 15px;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 500;
        margin-right: 5px;
    }

    .typewrite {
        font-size: 45px;
    }

    .service-time.middle::before,
    .service-time.middle::after {
        display: none;
    }

    .serv p {
        display: none;
    }

    .inner-services {
        margin: 0 0;
    }
    .footer-info h3,
    .googleMap h3,
    .Quick-link h3 {
        float: left;
        width: 100%;
    }

    .footer-info p {
        float: left;
        width: 100%;
    }

    .service-time {
        padding: 50px 25px;
    }

    .pricing-table-header h2 {
        font-size: 25px;
    }

    .pricing-table-features {
        padding: 0 10px 15px 0;
    }

}

@media (min-width:1001px) and (max-width:1199px) {

    .header-bottom nav.main-menu ul.nav.navbar-nav>li a {
        padding: 20px 18px;
    }

    .info-inner {
        float: left;
        margin-left: 30px;
    }

}

@media (min-width:1200px) and (max-width:1240px) {

    .info-inner {
        float: left;
        margin-left: 30px;
    }

}