

@font-face{
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

body
{
    font-family: "DM Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    background: #fff;
}

#page
{
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page
{
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after
{
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a
{
    color: #3c97e8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus
{
    color: #3c97e8;
    outline: none;
    text-decoration: none;
}

p
{
    margin-bottom: 20px;
}

p
{
    font-family: DM Sans;
}

::-webkit-selection
{
    color: #fff;
    background: #3c97e8;
}

::-moz-selection
{
    color: #fff;
    background: #3c97e8;
}

::selection
{
    color: #fff;
    background: #3c97e8;
}

.colorlib-nav
{
    width: 100%;
    padding: 0;
    z-index: 1001;
}

.colorlib-nav .top
{
    display: block;
    width: 100%;
    padding: 0px 0;
}

.colorlib-nav .top-menu
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.colorlib-nav .num, .colorlib-nav .loc
{
    position: relative;
    margin-top: 5px;
}

.colorlib-nav .num .icon, .colorlib-nav .loc .icon
{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
}

.colorlib-nav .num .icon i, .colorlib-nav .loc .icon i
{
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    font-size: 24px;
    color: #5120ff;
}

.colorlib-nav .num p, .colorlib-nav .loc p
{
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: -10px;
    text-align: left;
}

.colorlib-nav .num p a, .colorlib-nav .loc p a
{
    color: white;
}

.colorlib-nav #colorlib-logo
{
    margin: 0;
    padding: 0;
}

.colorlib-nav #colorlib-logo a
{
    color: #3c97e8;
    position: relative;
    display: block;
}

.colorlib-nav #colorlib-logo a span
{
    color: #69cb6a;
}

.colorlib-nav #colorlib-logo a i
{
    font-size: 34px;
}

.colorlib-nav .menu-wrap
{
    padding: 15px 0;
    width: 100%;
    background-color: #5120ff;
}

.colorlib-nav .menu-1
{
    padding: 7px 0 0px 0;
    width: 100%;
    float: left;
}

@media screen and (max-width: 768px)
{
    .colorlib-nav .menu-1
    {
        display: none;
    }
}

.colorlib-nav ul
{
    display: block;
    padding: 0;
    margin: 0;
}

.colorlib-nav ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.colorlib-nav ul li a
{
    padding: 15px;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorlib-nav ul li a:hover, .colorlib-nav ul li a:focus, .colorlib-nav ul li a.active
{
}

.colorlib-nav ul li.has-dropdown
{
    position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown
{
    width: 140px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #314355;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.colorlib-nav ul li.has-dropdown .dropdown:before
{
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #314355;
    border-width: 8px;
    margin-left: -8px;
}

.colorlib-nav ul li.has-dropdown .dropdown li
{
    display: block;
    margin-bottom: 7px;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child
{
    margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a
{
    padding: 2px 0;
    display: block;
    color: #b3b3b3;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a:hover
{
    color: #fff;
}

.colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a
{
}

.colorlib-nav ul li.active > a
{
}

.colorlib-nav .btn-cta
{
    margin-bottom: 0;
    text-align: right;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 768px)
{
    .colorlib-nav .btn-cta
    {
        text-align: center !important;
    }
}

.colorlib-nav .btn-cta a
{
    padding: 0 !important;
    color: #333;
}

.colorlib-nav .btn-cta a span {
        background: white;
        padding: 7px 15px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px; }

.colorlib-nav .btn-cta a:hover span
{
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

#colorlib-hero
{
    height: 690px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    z-index: 0;
    width: 100%;
    display: block;
    margin-top: 0px;
}

#colorlib-hero .flexslider
{
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#colorlib-hero .flexslider .slides
{
    position: relative;
    overflow: hidden;
}

#colorlib-hero .flexslider .slides li
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 600px;
    position: relative;
    background-color: steelblue;
}

#colorlib-hero .flexslider .slides li:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#colorlib-hero .flexslider .flex-control-nav
{
    bottom: 12em;
    z-index: 1000;
}

#colorlib-hero .flexslider .flex-control-nav li a
{
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active
{
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
}

#colorlib-hero .flexslider .flex-direction-nav
{
    display: none;
}

#colorlib-hero .flexslider .slider-text
{
    display: table;
    opacity: 0;
    min-height: 650px;
    z-index: 9;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner
{
    height: 300px;
    display: table-cell;
    vertical-align: middle;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2
{
    margin: 0;
    padding: 0;
    color: white;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1
{
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.3;
    font-weight: bold;
}

@media screen and (max-width: 768px)
{
    #colorlib-hero .flexslider .slider-text > .slider-text-inner h1
    {
        font-size: 30px;
        text-align: center;
        bottom: 80px;
        position: relative;
    }
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h2
{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a
{
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .doc-holder
{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn
{
    padding: 18px 30px !important;
    color: #fff;
    border: none !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover
{
    background: #3c97e8 !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead
{
    font-size: 20px;
    color: #fff;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead .icon-heart
{
    color: #d9534f;
}

.hero
{
    height: 700px !important;
    display: block;
    width: 100%;
    overflow: hidden;
}

.hero .slides li
{
    height: 650px;
}

.colorlib-bg-section
{
    background: whitesmoke;
}

#colorlib-services,
#colorlib-project,
#colorlib-counter,
#colorlib-register,
.colorlib-pricing,
#colorlib-testimonial,
#colorlib-blog,
#colorlib-about,
#colorlib-doctor,
#colorlib-contact,
#colorlib-footer
{
    clear: both;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 768px)
{
    #colorlib-services,
    #colorlib-project,
    #colorlib-counter,
    #colorlib-register,
    .colorlib-pricing,
    #colorlib-testimonial,
    #colorlib-blog,
    #colorlib-about,
    #colorlib-doctor,
    #colorlib-contact,
    #colorlib-footer
    {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3em;
    }
}

#colorlib-footer
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#colorlib-intro
{
    position: relative;
    clear: both;
    z-index: 1;
    bottom: 100px;
}

.intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
  margin-top: -8em; }

.intro-grid
{
    padding: 2.5em 2.2em;
    color: rgba(255, 255, 255, 0.8) !important;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #1545a6;
    width: 25%;
}

@media screen and (max-width: 768px)
{
    .intro-grid
    {
        width: 50%;
    }
    .intro-grid:last-child
    {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .intro-grid:first-child
    {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.intro-grid:last-child
{
    border-right: none;
}

@media screen and (max-width: 480px)
{
    .intro-grid
    {
        width: 100%;
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.intro-grid .icon
{
    position: absolute;
    bottom: 0;
    right: -20px;
}

.intro-grid .icon i
{
    font-size: 120px;
    color: rgba(255, 255, 255, 0.1);
}

.intro-grid a
{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 2px solid;
    padding: 10px 20px;
}

.intro-grid a .btn
{
    border: 2px solid #fff !important;
}

.intro-grid h3
{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.about-img
{
    margin-bottom: 2em;
    transition: 700ms;
}

.fancy-collapse-panel .panel-default > .panel-heading
{
    padding: 0;
}

.panel-heading a
{
    padding: 15px 25px;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    background-color: steelblue;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.panel
{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.panel-heading a:after
{
    font-family: "DM Sans";
    content: "\ea0e";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
}

.panel-heading a.collapsed:after
{
    content: "\ea1c";
}

.panel-heading a.collapsed
{
    background: #fafafa;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body
{
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.services
{
    display: block;
    background-color: white;
    margin-bottom: 40px;
    position: relative;
    padding: 1.0em 1.5em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    text-align: left;
    border-radius: 25px 0px;
}

.services:hover
{
    -webkit-box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
}

.choose h3
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1545a6;
}

.services h3 a
{
    text-transform: none;
    font-weight: normal;
    color: #333;
    line-height: 25px;
}

.services .icon
{
    width: 70px;
    height: 70px;
    background: #ff0066;
    display: table;
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    top: 1.0em;
    left: 1.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services .icon i
{
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: white;
}

.services .desc
{
}

.services:hover .icon, .services:focus .icon
{
    background: #69cb6a;
}

.services:hover .icon i, .services:focus .icon i
{
    color: #fff;
}

#colorlib-appointment {
  background: #00b7ea;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
  background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#9870FC',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#colorlib-appointment h2
{
    color: #333;
    margin-bottom: 0px;
    font-family: DM Sans;
    font-size: 35px;
    font-weight: 500;
}

#colorlib-appointment p
{
    position: relative;
    top: 10px;
    margin-bottom: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#colorlib-appointment .btn-cta
{
    border: 2px solid #fff !important;
    color: #fff !important;
}

#colorlib-appointment .btn-cta:hover
{
    background: #69cb6a !important;
    border: 2px solid #69cb6a !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}

#colorlib-appointment .line-block
{
    position: relative;
}

@media screen and (max-width: 768px)
{
    #colorlib-appointment .line-block
    {
        display: block;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.colorlib-counters
{
    padding: 3em 5em;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.colorlib-counters .overlay
{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.colorlib-counters .colorlib-counter
{
    font-size: 44px;
    display: inline-block;
    color: white;
    font-weight: 400;
    margin-bottom: .1em;
}

.colorlib-counters .colorlib-counter-label
{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 2em;
    display: block;
}

.colorlib-counters .icon i
{
    font-size: 60px;
    color: #fff;
}

.choose {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
   }

.choose .half
{
    position: relative;
}

@media screen and (max-width: 768px)
{
    .choose .half
    {
        width: 100%;
    }
}

.features-wrap
{
    padding: 4em;
}

@media screen and (max-width: 768px)
{
    .features-wrap
    {
        padding: 4em 2em 2em 2em;
    }
}

.features-wrap h2, .features-wrap h3, .features-wrap p
{
}

.features-wrap p
{
}

.features
{
    position: relative;
    margin-bottom: 60px;
}

.features h3
{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0px;
    color: STEELBLUE;
}

.features .icon
{
    position: absolute;
    top: 0;
    left: 0;
}

.features .icon i
{
    font-size: 40px;
}

.features .desc
{
    padding-left: 60px;
}

.img-bg,
.img-user
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.colorlib-video
{
    display: table;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px)
{
    .colorlib-video
    {
        height: 450px;
    }
}

.colorlib-video a
{
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-video a i
{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}

.colorlib-video .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorlib-video:hover .overlay
{
    background: rgba(0, 0, 0, 0.7);
}

.colorlib-video:hover a
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.colorlib-social-icons
{
    margin: 0;
    padding: 0;
}

.colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #3c97e8;
      padding-left: 10px;
      padding-right: 10px; }

.colorlib-social-icons li a i
{
    font-size: 20px;
}

.contact-info-wrap
{
    margin-bottom: 3em;
}

.contact-info-wrap p span
{
    padding-right: 10px;
}

.contact-info-wrap p span i
{
    font-size: 20px;
    color: #3c97e8;
}

.colorlib-heading
{
    margin-bottom: 5em;
}

@media screen and (max-width: 768px)
{
    .colorlib-heading h2
    {
        font-size: 24px;
    }
}

.blog-img
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#colorlib-blog
{
    position: relative;
}

.blog-img
{
    height: 250px;
    width: 100%;
    display: block;
}

.blog-img .date
{
    position: absolute;
    bottom: -1px;
    left: 0;
    text-align: center;
    margin-bottom: 0;
}

.blog-img .date span
{
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    background: #fff;
    color: #000;
}

.blog-img .date span:first-child
{
    font-size: 30px;
    background: #3c97e8;
    color: #fff;
}

.blog-img .date span:last-child
{
    padding: .8em 1em;
    letter-spacing: 1px;
    color: #999999;
    font-weight: 600;
}

.blog-entry
{
    display: block;
    margin-bottom: 3em;
}

.blog-entry .desc
{
    bordeR: 1px solid whitesmoke;
    padding: 1.5em;
}

.blog-entry .desc h3
{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}

.blog-entry .desc h3 a
{
    color: #000;
}

.pagination li
{
    margin: 2px;
}

.pagination li a {
    color: #000;
    background: transparent;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 2px; }

.pagination li a:first-child
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.pagination li a:hover, .pagination li a:focus
{
    background: #3c97e8;
    color: #fff;
    border: 1px solid #3c97e8;
}

@media screen and (max-width: 768px)
{
    .pagination li a
    {
        padding: 7px 15px;
    }
}

.pagination li.active a
{
    background: #3c97e8;
}

.pagination li.active a:hover, .pagination li.active a:focus
{
    background: #3c97e8;
    color: #fff;
    border: 1px solid #3c97e8;
}

.col-paddingbottom
{
    padding-bottom: 4em !important;
}

.comment-area
{
    margin-bottom: 5em;
}

.comment-area h2
{
    font-size: 24px;
    display: block;
    padding: 1em;
    background: whitesmoke;
    margin-bottom: 2em;
}

@media screen and (max-width: 768px)
{
    .marginbottom
    {
        margin-bottom: 20px !important;
    }
}

.blog-desc .post-meta
{
    display: block;
    margin-bottom: 2em;
}

.blog-desc .post-meta span
{
    padding-right: 10px;
}

@media screen and (max-width: 768px)
{
    .sidebar
    {
        padding-left: 0;
    }
}

.sidebar .side
{
    margin-bottom: 5em;
    padding: 2em;
    border: 1px solid #f0f0f0;
}

.sidebar .side h2
{
    font-size: 18px;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-weight: 700;
}

.sidebar .side .list
{
    margin: 0;
    padding: 0;
}

.sidebar .side .list li
{
    list-style: none;
    font-size: 18px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
}

.sidebar .side .list li a
{
    padding-left: 34px;
    color: #000;
}

.sidebar .side .list li a i
{
    position: absolute;
    top: 5px;
    left: 0;
}

.sidebar .side .list li a .badge
{
    position: absolute;
    background: #3c97e8;
    top: 5px;
    right: 0;
    font-weight: 300;
}

.sidebar .side .post
{
    margin-bottom: 3em;
}

.sidebar .side .post .blog-img
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100px;
    width: 100px;
}

.sidebar .side .post .desc
{
    padding-left: 120px;
}

.sidebar .side .post .desc h3
{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}

.sidebar .side .post .desc span
{
    display: block;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.3);
}

#colorlib-register
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#colorlib-register .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #00b7ea;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#9870FC',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }

#colorlib-register h2, #colorlib-register h3, #colorlib-register p
{
    color: #fff;
}

#colorlib-register h2
{
    font-size: 50px;
    font-weight: 300;
}

@media screen and (max-width: 768px)
{
    #colorlib-register h2
    {
        font-size: 30px;
    }
}

#colorlib-register h3
{
    font-size: 30px;
}

#colorlib-register .countdown
{
    margin-bottom: 20px;
    font-size: 60px;
    color: #fff;
}

@media screen and (max-width: 768px)
{
    #colorlib-register .countdown
    {
        font-size: 40px;
    }
}

#colorlib-register .countdown span
{
    margin: 0 30px;
    display: inline-block;
}

#colorlib-register .countdown small
{
    display: block;
    font-size: 16px;
    font-family: "DM Sans", Arial, sans-serif;
}

#colorlib-register .btn i
{
    margin-left: 20px;
}

.doctor
{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 40px;
}

.doctor .desc
{
    padding: 1.5em;
    border: 1px solid whitesmoke;
}

.doctor .doc-img
{
    margin-bottom: 30px;
}

.doctor .staff-img
{
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: table;
}

.doctor .colorlib-social {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

.doctor .colorlib-social li
{
    display: inline-block;
    padding: 0;
}

.doctor .colorlib-social li a
{
    display: table;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.doctor .colorlib-social li i
{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #69cb6a;
}

.doctor h2
{
    margin-bottom: 10px;
}

.doctor h3
{
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.doctor h3 a
{
    color: #000;
}

.doctor span
{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999;
}

.doctor .desc
{
    margin-bottom: 40px;
}

.doctor .contact-info h2
{
    margin-bottom: 30px;
}

.doctor .contact-info p
{
    font-size: 18px;
    display: block;
    padding: 1.5em;
    background: whitesmoke;
    position: relative;
}

.doctor .contact-info p i
{
    font-size: 24px;
    color: #69cb6a;
    padding-right: 20px;
}

.schedule
{
    width: 100%;
    padding: 2em;
    background: whitesmoke;
    position: relative;
    margin-bottom: 10px;
}

.schedule .icon
{
    position: absolute;
    top: 2.5em;
    left: 2em;
}

.schedule .icon i
{
    font-size: 34px;
    color: #3c97e8;
}

.schedule .desc
{
    padding-left: 60px;
}

.schedule .desc span
{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.schedule .desc h4
{
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.btn-big
{
    display: block;
    width: 100%;
    float: left;
}

.btn-big a
{
    width: 100%;
    float: left;
    display: block;
    font-size: 20px;
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.department-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left; }

.department-wrap .grid-1, .department-wrap .grid-2
{
    width: 50%;
    display: inline-block;
}

@media screen and (max-width: 768px)
{
    .department-wrap .grid-1, .department-wrap .grid-2
    {
        width: 100%;
    }
}

.department-wrap .grid-1
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 768px)
{
    .department-wrap .grid-1
    {
        height: 300px;
    }
}

.department-wrap .grid-2 .desc
{
    padding: 4em 1em;
}

@media screen and (max-width: 768px)
{
    .department-wrap .grid-2 .desc
    {
        padding: 1em;
    }
}

.department-wrap .grid-2 .desc h2
{
    text-transform: uppercase;
}

.department-wrap .department-info
{
    margin-top: 40px;
    display: block;
}

.department-wrap .department-info .block
{
    margin-bottom: 30px;
    padding: 1em 2em;
    background: whitesmoke;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.department-wrap .department-info .block:hover
{
    background: #69cb6a;
}

.department-wrap .department-info .block:hover h2 a
{
    color: #fff;
}

.department-wrap .department-info .block:hover span
{
    color: rgba(255, 255, 255, 0.7);
}

.department-wrap .department-info h2
{
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.department-wrap .department-info h2 a
{
    color: #000;
}

.plan
{
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px)
{
    .plan
    {
        padding: 1em;
    }
}

.plan li
{
    list-style: none;
    font-size: 20px;
    margin: 0;
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fafafa;
}

.plan li:hover
{
    background: #69cb6a;
}

.plan li:hover span
{
    color: #fff;
}

.plan li:hover span:last-child
{
    color: #fff;
}

@media screen and (max-width: 768px)
{
    .plan li
    {
        font-size: 18px;
    }
}

.plan li span
{
    font-weight: 400;
    display: inline-block;
    color: #000;
}

.plan li span:first-child
{
    width: 85%;
}

.plan li span:last-child
{
    width: 15%;
    text-align: right;
    color: #3c97e8;
}

.testimony
{
    display: block;
    width: 100%;
    position: relative;
    padding: 6em 2em 2em 2em;
    border: 1px solid #f2f2f2;
    background: #fff;
}

@media screen and (max-width: 768px)
{
    .testimony
    {
        margin-bottom: 70px;
    }
}

.testimony .img-user
{
    width: 140px;
    height: 140px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 10px solid #f7f7f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimony .user
{
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.testimony blockquote
{
    padding: 0;
    margin: 0 0 20px 0;
    border: none;
}

.testimony blockquote .color i
{
    color: #FFBC2C;
}

#colorlib-testimonial .owl-stage-outer
{
    padding-top: 5.2em !important;
}

#colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev
{
    top: 50%;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
}

@media screen and (max-width: 768px)
{
    #colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
    #colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
    #colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next,
    #colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev
    {
        top: 90%;
    }
}

#colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next
{
    right: -4.5em;
}

@media screen and (max-width: 768px)
{
    #colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
    #colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next
    {
        right: 0;
    }
}

#colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev
{
    left: -4.5em;
}

@media screen and (max-width: 768px)
{
    #colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
    #colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev
    {
        left: 0%;
    }
}

#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
#colorlib-testimonial .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
#colorlib-testimonial .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i
{
    color: #000;
}

#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
#colorlib-testimonial .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
#colorlib-testimonial .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i
{
    color: #000;
}

#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  background: #e6e6e6;
  padding: 5px 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-] i
{
    border: none;
}

#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-]:hover
{
    background: #fff;
}

#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-]:hover i
{
    background: #fff;
}

#colorlib-footer
{
    background-repeat: no-repeat;
    position: relative;
    color: #fff !important;
}

#colorlib-footer p
{
    color: white;
}

#colorlib-footer .colorlib-footer-links
{
    padding: 0;
    margin: 0;
}

#colorlib-footer .colorlib-footer-links li
{
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

#colorlib-footer .colorlib-footer-links li a
{
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

#colorlib-footer .colorlib-footer-links li a i
{
    color: #3c97e8;
    padding-right: 8px;
}

#colorlib-footer .colorlib-footer-links li a:hover
{
    text-decoration: none;
}

#colorlib-footer .colorlib-widget
{
    margin-bottom: 30px;
}

@media screen and (max-width: 768px)
{
    #colorlib-footer .colorlib-widget
    {
        text-align: left;
    }
}

#colorlib-footer .colorlib-widget h3
{
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Source Serif 4", Arial, sans-serif;
    color: #fff;
}

#colorlib-footer .form-group input[type="name"],
  #colorlib-footer .form-group input[type="text"],
  #colorlib-footer .form-group input[type="email"],
  #colorlib-footer .form-group textarea
{
    font-size: 14px;
}

#colorlib-footer .form-group input[type="name"]::-webkit-input-placeholder,
    #colorlib-footer .form-group input[type="text"]::-webkit-input-placeholder,
    #colorlib-footer .form-group input[type="email"]::-webkit-input-placeholder,
    #colorlib-footer .form-group textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, 0.2);
}

#colorlib-footer .form-group input[type="name"]:-moz-placeholder,
    #colorlib-footer .form-group input[type="text"]:-moz-placeholder,
    #colorlib-footer .form-group input[type="email"]:-moz-placeholder,
    #colorlib-footer .form-group textarea:-moz-placeholder
{
    color: rgba(255, 255, 255, 0.2);
}

#colorlib-footer .form-group input[type="name"]::-moz-placeholder,
    #colorlib-footer .form-group input[type="text"]::-moz-placeholder,
    #colorlib-footer .form-group input[type="email"]::-moz-placeholder,
    #colorlib-footer .form-group textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, 0.2);
}

#colorlib-footer .form-group input[type="name"]:-ms-input-placeholder,
    #colorlib-footer .form-group input[type="text"]:-ms-input-placeholder,
    #colorlib-footer .form-group input[type="email"]:-ms-input-placeholder,
    #colorlib-footer .form-group textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, 0.2);
}

#colorlib-footer .form-group input {
    background: rgba(0, 0, 0, 0.5);
    background: transparent;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none; }

#colorlib-footer .form-group textarea {
    background: rgba(0, 0, 0, 0.5);
    background: transparent;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none; }

#colorlib-footer .form-group #btn-submit
{
    background: #3c97e8;
    color: #fff;
}

#colorlib-footer .copyright
{
    padding: 2em;
    background-color: #131e28;
}

#colorlib-footer .copyright .block
{
    display: block;
}

#colorlib-footer .copyright .block a
{
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
}

#colorlib-footer .copyright p
{
    margin-bottom: 0;
}

#map
{
    width: 100%;
    height: 600px;
    position: relative;
}

@media screen and (max-width: 768px)
{
    #map
    {
        height: 200px;
    }
}

.appointment-wrap
{
    border: 4px solid rgba(0, 0, 0, 0.03);
    padding: 3em;
}

#colorlib-offcanvas {
    display: none;
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

@media screen and (max-width: 768px)
{
    #colorlib-offcanvas
    {
        display: none;
    }
}

.offcanvas #colorlib-offcanvas
{
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#colorlib-offcanvas a
{
    color: #333;
}

#colorlib-offcanvas a:hover
{
    color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul
{
    padding: 0;
    margin: 0;
}

#colorlib-offcanvas ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#colorlib-offcanvas ul li > ul
{
    padding-left: 20px;
    display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a
{
    display: block;
    position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after
{
    position: absolute;
    right: 0px;
    font-family: 'DM Sans';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea1c";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after
{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase
{
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop
{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active
{
    opacity: 1;
    visibility: visible;
}

.gototop a
{
    width: 50px;
    height: 50px;
    display: table;
    background: #3c97e8;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gototop a i
{
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}

.gototop a:hover, .gototop a:active, .gototop a:focus
{
    text-decoration: none;
    outline: none;
}

.colorlib-nav-toggle
{
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -10px;
    display: none;
}

.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after
{
    background: #444;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active
{
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i
{
    position: relative;
    display: none;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after
{
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i
{
    color: #fff;
    background: #000;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after
{
    background: #000;
}

.colorlib-nav-toggle.colorlib-nav-white.active > i
{
    color: #fff;
    background: #000;
}

.colorlib-nav-toggle.colorlib-nav-white.active > i::before, .colorlib-nav-toggle.colorlib-nav-white.active > i::after
{
    background: #fff;
}

.colorlib-nav-toggle i::before
{
    top: -7px;
}

.colorlib-nav-toggle i::after
{
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before
{
    top: -10px;
}

.colorlib-nav-toggle:hover i::after
{
    bottom: -10px;
}

.colorlib-nav-toggle.active i
{
    background: transparent;
}

.colorlib-nav-toggle.active i::before
{
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after
{
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 25px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }

@media screen and (max-width: 768px)
{
    .colorlib-nav-toggle
    {
        display: none;
    }
}

.btn
{
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md
{
    padding: 8px 20px !important;
}

.btn.btn-lg
{
    padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus
{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary
{
    background: #69cb6a;
    color: #fff;
    background-color: #ff0167;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active
{
    background: #7cd27d !important;
    border-color: #7cd27d !important;
}

.btn-primary.btn-outline
{
    background: transparent;
    color: #69cb6a;
    border: 2px solid #69cb6a;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active
{
    background: #69cb6a;
    color: #69cb6a;
}

.btn-success
{
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active
{
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline
{
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active
{
    background: #5cb85c;
    color: #fff;
}

.btn-info
{
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active
{
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline
{
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active
{
    background: #5bc0de;
    color: #fff;
}

.btn-warning
{
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active
{
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline
{
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active
{
    background: #f0ad4e;
    color: #fff;
}

.btn-danger
{
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active
{
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline
{
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active
{
    background: #d9534f;
    color: #fff;
}

.btn-outline
{
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active
{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.with-arrow
{
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i
{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover
{
    padding-right: 50px;
}

.btn.with-arrow:hover i
{
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control
{
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 14px;
    font-weight: 400;
}

.form-control:active, .form-control:focus
{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3c97e8;
}

.row-pb-md
{
    padding-bottom: 4em !important;
}

.row-pb-sm
{
    padding-bottom: 2em !important;
}

.colorlib-loader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.row-padded-mb
{
    margin-bottom: 3em !important;
}

.col-padded
{
    margin: 0 !important;
    padding: 0 !important;
}

.js .animate-box
{
    opacity: 0;
}

#sticky_item
{
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#sticky_item.is_stuck
{
    margin-top: 10px;
}

@media screen and (max-width: 992px)
{
    .sticky-parent
    {
        clear: both;
        height: inherit !important;
        float: left;
        padding-top: 30px;
    }
}

.call
{
    vertical-align: middle;
    height: 60px;
    font-size: 24px;
    color: white;
}

.intro-grid ol
{
    margin-bottom: 23px;
}

@media (max-width:479px)
{
    .colorlib-nav #colorlib-logo a
    {
        text-align: center;
    }
    .colorlib-nav .num p, .colorlib-nav .loc p
    {
        padding-left: 10px;
        border-bottom: 1PX SOLID #CCC;
        padding-bottom: 10px;
        font-size: 12px;
        text-align: center;
    }
}

#rite
{
    background-color: #f2f2f2;
}

@media (max-width:579px)
{
    #rite
    {
        width: 100%;
    }
}

#accountmore
{
    text-align: center;
    color: white;
}

#seeact
{
    border: 1px solid steelblue;
    color: steelblue;
}

#activemenu
{
    background-color: white;
    color: steelblue;
}

#colorlib-about h2
{
}

.servicediv
{
    background-image: url('../mss_img/Behavior-analytic-services-685x515.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    color: white;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}

.serviceoverlay
{
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    text-align: center;
    color: white;
    transition: 700ms;
}

.serviceoverlay
{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(9, 7, 40, 0.63);
}

.servicediv h2
{
    color: white;
}

.serviceoverlay:hover
{
    background-color: rgba(22, 3, 3, 0.49);
    transform: scale(1.05,1.05);
}

.servicediv2
{
    background-image: url('../mss_img/communitybased%20support.jpeg');
}

.servicediv3
{
    background-image: url('../images/maintenance5.jpg');
}

.servicediv4
{
    background-image: url('../mss_img/individual-support.jpg');
}

.service5
{
    background-image: url('../mss_img/vocational-services.jpg');
    background-position: right;
}

.servicediv6
{
    background-image: url('../mss_img/prevocational-training.jpg');
}

.servicebigdiv
{
    position: relative;
}

#mynav
{
    background-color: white;
    margin-bottom: 0px;
    height: 100px;
    box-shadow: 0px -1px 5px grey;
    position: fixed;
    right: 0px;
    top: 0px;
    left: 0px;
}

#mynav li a
{
    font-weight: bold;
    color: #1545a6;
    font-size: 14px;
    font-family: Sen;
}

#mydropdown
{
    background-color: #8e37ff;
}

#mydropdown a
{
    color: #333;
}

#mydropdown a:hover
{
    background-color: #8e37ff;
}

#drawer
{
    border: 1px solid white;
}

#drawerbtn
{
    border-radius: 0px;
}

.fatramission
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 40px;
    text-transform: uppercase;
}

.fatracase
{
    background-color: #f2f2f2;
    padding: 30px 30px 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0px 0px 30px gray;
    border-top: 5px solid steelblue;
}

@media (max-width:479px)
{
    .colorlib-nav #colorlib-logo img
    {
        width: 35%;
    }
}

@media (max-width:480px)
{
    .colorlib-nav .num, .colorlib-nav .loc
    {
        margin-top: 0px;
    }
}

.clinicalbg
{
    background-image: url('../images/maintenance4.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.clinicaloverlay
{
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-color: rgba(13, 48, 64, 0.74);
    color: white;
}

.clinicaloverlay h2
{
    color: white;
    font-weight: bold;
}

.servicemgt
{
    background-image: url('../images/img_bg_6.jpg');
    background-position: center;
}

.fatrahead
{
    font-variant: small-caps;
    color: yellow;
    font-weight: bold;
    font-size: 60px;
}

@media (max-width:479px)
{
    .fatrahead
    {
        text-align: center;
        font-size: 20px;
    }
}

.works
{
    margin-bottom: 50px;
    margin-top: 30px;
    box-shadow: 1px 1px 20px gray;
    padding: 10;
    border: 7px solid steelblue;
}

.works:hover
{
    position: relative;
    box-shadow: none;
}

.portfolio
{
    background-image: url('../images/wmm-equipment.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.fatracase h3
{
    text-align: center;
    font-style: italic;
    background-color: white;
    padding: 30px 20px;
    border-radius: 101px;
    box-shadow: 0px 0px 20px #ccc;
}

@media (max-width:369px)
{
    .fatracase h3
    {
        border-radius: 0px;
    }
}

.add
{
    color: white;
}

.service-machine
{
    padding-left: 0px;
}

#machines
{
    padding-left: 10px;
}

.service2
{
}

#machines h3
{
    display: inline-block;
    width: 70%;
}

#machines span
{
    width: 20%;
    display: inline-block;
    text-align: center;
    color: steelblue;
    font-size: 25px;
}

.about-img:hover
{
    overflow: hidden;
    transform: rotate(60deg);
}

.fatracase span
{
    color: steelblue;
    margin-left: 4px;
    margin-right: 4px;
    font-variant: small-caps;
    font-size: 20px;
}

.contact-bg
{
    background-image: url('../images/contact-us-2200x600.png');
    background-repeat: no-repeat;
    background-position: left;
}

.fatraform
{
    position: relative;
    margin-bottom: 60px;
}

.fatraform button
{
    background-color: #3e4095;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.iconcase
{
    text-align: center;
    margin-right: -15px;
}

.fatracontact
{
    background-color: #f2f2f2;
    padding: 30px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px gray;
}

.fatracontact h3
{
    margin-left: -15px;
}

@media (max-width:379px)
{
    .fatracontact h3
    {
        font-size: 20px;
        text-align: center;
    }
}

.social
{
    text-align: left;
}

.social a
{
    margin-left: 10px;
    margin-right: 10px;
}

.topup
{
    background-color: #0b58a6;
    padding: 15px 10px 3px;
    text-align: center;
    z-index: 1000;
}

.topup p
{
    color: white;
    margin-left: -15px;
    margin-right: -15px;
}

#sr
{
    text-align: right;
}

#sl
{
    text-align: left;
    padding-left: 10px;
}

@media (max-width:977px)
{
    .topup p,#sr
    {
        font-size: 13px;
        text-align: left;
        padding-left: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 5px;
    }
}

#leadname
{
    color: #0b58a6;
    font-weight: bold;
    font-variant: small-caps;
}

#colorlib-about
{
}

#colorlib-about h1
{
    text-align: center;
}

.services6
{
    background-image: url('../mss_img/interpreter-services.jpg');
}

.services7
{
    background-image: url('../mss_img/supported-employments.jpg');
}

.welcomeh4
{
    line-height: 33px;
    margin-bottom: 50px;
}

#rule
{
    height: 6px;
    background-color: steelblue;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width:1025px)
{
    #colorlib-about p
    {
        height: 100%;
    }
}

.choose
{
    background-color: #1545a6;
    padding-top: 60px;
    padding-bottom: 30px;
}

.desc h2
{
    font-size: 15px;
}

.newservices
{
    box-shadow: 0px 0px 35px #ccc;
    margin-bottom: 30px;
    margin-left: 10px;
}

.newservices h2
{
    background-color: #0b58a6;
    color: white;
    font-size: 20px;
    padding: 5px 10px 5px 30px;
    margin-bottom: 0px;
}

.newservices p
{
    padding-right: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    text-align: justify;
}

.moreservices
{
    background-color: steelblue;
    text-decoration: none;
    color: white;
    font-size: 14px;
    border-radius: 40px;
    padding: 10px 40px;
}

.cta
{
    padding-top: 60px;
    padding-bottom: 50px;
    color: white;
    background-color: #ff0066;
}

.cta h2
{
    color: white;
    font-size: 35px;
    font-weight: 700;
    margin-top: 40px;
    font-family: DM Sans;
}

.cta h4
{
    color: white;
    font-size: 15px;
    line-height: 22px;
    padding-right: 150px;
}

.cta a
{
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px 5px;
    font-size: 28px;
    position: relative;
    top: 10px;
    margin-top: 20px;
    font-weight: bolder;
}

@media (max-width:767px)
{
    .cta
    {
        text-align: center;
        padding-top: 50px;
        background-color: re;
    }
}

#mytab
{
    display: inline-block;
    float: left;
    width: 20%;
    background-color: #0b58a6;
}

#mytabinfo
{
    display: inline-block;
    float: left;
    width: 79%;
}

@media (max-width:760px)
{
    #mytab
    {
        width: 100%;
        display: block;
        float: none;
    }
    #mytabinfo
    {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0px;
        padding-right: 10px;
        margin-top: 30px;
    }
    .newservices p
    {
        text-align: left;
        padding-left: 10px;
    }
}

.nextlink
{
    margin-bottom: 40px;
}

.nextlink a
{
    font-size: 25px;
    background-color: steelblue;
    color: white;
    padding: 10px 20px;
}

.newservicediv
{
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px #ccc;
    padding: 15px 10px 10px;
}

#colorlib-about li
{
    color: #0b58a6;
}

.newjersey p
{
    font-size: 25px;
}

.newjersey
{
    background-image: url('../images/newjersey.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    background-color: steelblue;
}

#countieshead
{
    color: white;
    border: 1px solid white;
}

.applyhere
{
    font-size: 15px;
    color: white!important;
    background-color: #1545a6;
    padding: 15px 39px;
    border-radius: 6px;
}

#colorlib-logo img
{
    width: 19%;
}

@media (max-width:479px)
{
    #colorlib-logo img
    {
    }
}

#newnav
{
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index: 1000;
}

.mytop
{
    position: fixed;
    z-index: 100;
    background-color: #f2f2f2;
    left: 0px;
    right: 0px;
    top: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 30px #ccc;
    background-repeat: repeat;
    border-bottom: 4px solid #ff0066;
    display: none;
}

.mytop a
{
    text-decoration: none;
}

.menus
{
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
    margin-right: 10px;
}

.logocover
{
    position: relative;
}

@media (max-width:767px)
{
    .logocover
    {
        text-align: center;
    }
    .mytop
    {
        padding-top: 5px;
        padding-bottom: 6px;
    }
}

.socialicon
{
    position: relative;
    width: 30px;
    border-radius: 30px;
}

@media (max-width:767px)
{
    .socialicon
    {
        width: 17px;
        border-radius: 30px;
    }
    #colorlib-hero .flexslider .slider-text > .slider-text-inner h3
    {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
}

.toprightside
{
    margin-top: 40px;
}

@media (max-width:767px)
{
    .toprightside
    {
        margin-top: 0px;
    }
}

.mainlogo
{
    position: relative;
    width: 250px;
}

@media (max-width:767px)
{
    .mainlogo
    {
        width: 180px;
    }
}

.our-services
{
    background-color: #f6faff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.caption p
{
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.joinus
{
}

.caption a
{
    position: relative;
    display: none;
}

.caption btn
{
    display: none;
}

.caption h3
{
    color: #0b58a6;
}

.mysnow
{
    background-image: url('../mss_img/snow_gif.gif');
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

#getintouch
{
    display: block;
    position: relative;
    top: 50px;
    z-index: 1000;
    background-color: #1545a6;
    font-size: 15px;
    color: white;
    text-align: center;
    border-radius: 30px;
    padding: 7px 2px 7px 3px;
}

@media (max-width:768px)
{
    #getintouch
    {
        top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.about
{
    position: relative;
    padding-bottom: 80px;
    padding-top: 50px;
}

.about img
{
    border-radius: 8px;
}

.slider-text-inner p
{
    font-family: DM sans;
    font-size: 15px;
}

@media (max-width:768px)
{
    .slider-text-inner p
    {
        text-align: center;
        font-size: 15px;
        position: relative;
        bottom: 80px;
    }
}

.applyhere:hover
{
    background-color: #ff0066;
}

#getintouch:hover
{
    background-color: #ff0066;
}

.servicesp
{
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #333;
}

.servicescard
{
    background-color: white;
    border-radius: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    padding-bottom: 30px;
}

.servicescard img
{
    border-radius: 7px 7px 0px 0px;
}

@media (max-width:768px)
{
    .servicesp
    {
        width: 100%;
        font-size: 14px;
    }
}

.subservicecard
{
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    background-image: url('../mss_img/shape-2%20(1).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.subservicecard a
{
    font-size: 15px;
    font-weight: normal;
    color: #1545a6;
}

.subservicecard p
{
    font-size: 15px;
}

.choose h2
{
    color: white;
    font-size: 35px;
}

.choosep
{
    color: white;
    width: 50%;
}

.choosep
{
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
}

@media (max-width:768px)
{
    .choosep
    {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 20px;
    }
}

.colorlib-counters h2
{
    font-size: 40px!important;
    margin-bottom: 30px;
}

.corevalues
{
    background-color: #1545a6;
    padding-bottom: 80px;
    color: white;
    padding-top: 60px;
    margin-bottom: 20px;
}

.extra
{
    color: #333;
    padding-top: 10px;
}

.services p
{
}

@media (max-width:768px)
{
    .cta h4
    {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .servicecard
    {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .servicescard
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.corevaluesp
{
    margin-bottom: 60px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
}

.corevalues h4
{
}

.media-body p
{
    font-family: DM Sans;
}

.pull-left i
{
    color: white;
    font-size: 30px;
}

@media (max-width:768px)
{
    .corevaluesp
    {
        width: 100%;
        font-size: 14px;
    }
}

.rowbg
{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../mss_img/shape-2%20(1).png');
    background-size: cover;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.subfooter
{
    position: relative;
}

.subfooter h4
{
    font-size: 15px;
}

#colorlib-footer h3
{
    font-size: 15px;
    padding-bottom: 20px;
}

@media (max-width:768px)
{
    .joinus
    {
        padding-right: 0px;
    }
    .navbar-collapse
    {
        float: none;
    }
}

@media (max-width:468px)
{
    .about
    {
        margin-top: 0px;
        padding-top: 0px;
    }
}

.lefticon
{
    display: block;
    color: #1545a6;
}

.righticon
{
    font-size: 15px;
}

.bhechero
{
    text-align: center;
    background-image: url('../images/community-networking-1250x400.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bhechero h1
{
    line-height: 50px;
    font-weight: bold;
    color: white;
}

@media (max-width:767px)
{
    .bhechero h1
    {
        font-size: 28px;
        line-height: 34px;
    }
}

.bhecoverlay
{
    background-color: rgba(0, 0, 0, 0.75);
    padding: 90px 20px 70px;
}

.logopicker
{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 40px;
    box-shadow: 0px 0px 5px #ccc;
}

.bheccont
{
    position: relative;
    color: #333;
}

.bheccont h2
{
    color: #002541;
    font-size: 24px;
}

.ruler
{
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.coreservices
{
    position: relative;
}

.coreservices h3
{
    font-size: 20px;
}

.structure
{
    padding-bottom: 70px;
}

.progstructure
{
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fffff7;
    box-shadow: 0px 0px 3px #ccc;
    border-bottom: 3px solid #002d47;
}

#bheccontact
{
    background-color: white;
    color: #333;
    border-radius: 5px;
    font-size: 20px;
}

.icontext {
    background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.icontextspace
{
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}

.headers
{
    color: #1545a6;
    font-size: 35px;
}

@media (max-width:578px)
{
    .icontextspace
    {
        margin-bottom: 0px;
    }
}

@media (max-width:360px)
{
    .headers
    {
        font-size: 25px;
    }
}

@media (max-width:368px)
{
    .choose h2
    {
        font-size: 25px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .cta h2
    {
        font-size: 25px;
    }
    #colorlib-appointment h2
    {
        font-size: 25px;
    }
}

.serviceshero
{
    text-align: center;
    color: white;
    padding-top: 110px;
    padding-bottom: 40px;
    background: linear-gradient(135deg, #667eea, #1545a6);
}

.serviceshero h2
{
    font-size: 35px;
    font-family: DM Sans;
    font-weight: bold;
}

.subservicecard a:hover
{
    color: #ff0468;
}

#applyhere
{
    background-image: url('../mss_img/download.jpg');
    padding-top: 50px;
    padding-bottom: 40px;
}

#applyhere p
{
    margin-bottom: 30px;
}

#applyhere h2
{
    font-size: 35px;
    font-weight: bold;
    color: #1545a6;
}

@media (max-width:368px)
{
    #applyhere h2
    {
        font-size: 25px;
    }
}

@media (max-width:768px)
{
    .navbar-brand
    {
        padding-left: 10px;
    }
}

