body {overflow-x: hidden;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
h2{font-size: 49px;line-height: 55px;}
h2 span{font-weight: 200;text-transform: capitalize;}
p,
a,
input,
textarea {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: #383838;
}

img {
    max-width: 100%;
}
.contact-info ul li a{font-family: 'Montserrat', sans-serif;font-size: 12px;text-transform: uppercase;}
.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.top-header-wrapper {
    background: #5994ce;
    padding-top: 8px;
    padding-bottom: 8px;
}

.social-btns ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.social-btns ul li {
    padding-right: 10px;
}

.social-btns ul li a {
    width: 38px;
    height: 38px;
    display: block;
    font-size: 0;
    text-indent: -9000000;
}

.social-btns ul li.facebook-btn a {
    background: url(../images/facebook-icon.png) no-repeat 0 0;
}

.social-btns ul li.twitter-btn a {
    background: url(../images/twitter-icon.png) no-repeat 0 0;
}

.social-btns ul li.linkedin-btn a {
    background: url(../images/linkedin-icon.png) no-repeat 0 0;
}

.social-btns ul li.youtube-btn a {
    background: url(../images/youtube-icon.png) no-repeat 0 0;
}

.top-main-btns {
    max-width: 450px;
    display: inline-flex;
}

.top-main-btns a {
    display: inline-flex;
    align-items: center;
    width: 50%;
    flex-grow: 1;
    padding: 5px 25px;
    color: #fff;
}

.top-main-btns a:hover {
    text-decoration: none;
    color: #fff;
}

.top-main-btns img {
    width: 48px;
    margin-right: 10px;
}

.top-red-btn {
    background: #51a7f9;
}

.top-blue-btn {
    background: #25aae1;
}

.contact-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.contact-info ul li {
    padding-left: 15px;
}

.contact-info ul li a {
    color: #fff;
    display: inline-flex;
}

.contact-info ul li img {
    margin-right: 10px;
}

.main-nav-wrapper {
    position: relative;
}

.navbar-light .navbar-nav .nav-item>a {
    position: relative;
}

.navbar-light .navbar-nav .nav-item>a:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    transition: left 0.5s;
    opacity: 0;
}

.navbar-light .navbar-nav .nav-item:hover>a:before,
.navbar-light .navbar-nav .nav-item.active>a:before {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #5994ce transparent;
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

.dropdown-wrapper {
    background: #fff;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.dropdown-about-panel h2 {
    font-size: 42px;
    line-height: 46px;
    color: #51a7f9;
    padding-bottom: 20px;
}

.dropdown-about-panel p {
    padding-bottom: 15px;
}

.dropdown-about-panel h5 {
    font-size: 16px;
    font-weight: 300;
}

.dropdown-about-panel h5 span {
    color: #51a7f9;
    font-size: 14px;
}

.dropdown-about-panel a {
    color: #2e8c97;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.dropdown-about-panel a::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    background: #2e8c97;
}

.dropdown-about-panel a:hover {
    text-decoration: none;
}

.dropdown-inner-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown-inner-links li {
    padding-bottom: 5px;
}

.dropdown-inner-links li a {
    color: #2f3030;
}

.dropdown-menu.w-100 {
    padding: 0;
    border-radius: 0;
}

.banner-pic {
    position: relative;
    min-height: 380px;
}

.banner-pic.inner-banner {
    min-height: 200px;
}

.banner-pic img {
    width: 100%;
}

.banner-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.banner-text {
    background: #000;
    padding: 30px;
    max-width: 425px;
}

.banner-text h1 {
    font-style: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
}

.banner-text h1 span {
    display: block;
    font-size: 34px;
    font-weight: 400;
}

.banner-text p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #25aae1;
    padding-bottom: 20px;
}

.banner-text a {
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 0.5s;
}

.banner-text a:hover {
    background: #fff;
    color: #1f1f1f;
    text-decoration: none;
}

.banner-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.banner-buttons h2 {
    color: #5994ce;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #5994ce;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.app-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-buttons .btn-store {
    color: #fff;
    min-width: 254px;
    padding: 12px 20px !important;
    border-color: #dddddd !important;
    margin-bottom: 10px;
}
.banner-buttons h2 span{
    color: #ffffff;
    font-weight: 100;
    text-transform: capitalize;
}

.banner-buttons .btn-store:focus,
.banner-buttons .btn-store:hover {
    color: #ffffff !important;
    background-color: #51a7f9;
    border-color: #51a7f9 !important;
}

.banner-buttons .btn-store .btn-label,
.banner-buttons .btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
}

.banner-buttons .btn-store .btn-caption {
    font-size: 24px;
}

.navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-nav-wrapper {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 9;
    padding-top: 3px;
    padding-bottom: 3px;
}

.featured-wrapper {
    background: #fff;
    padding: 70px 0px;
    overflow-y: hidden;
}

.featured-wrapper h2 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.featured-block-content {
    margin-top: 30px;
}
.featured-wrapper p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.featured-block {
    display: flex;
    flex-direction: column;
}

.featured-pic {
    padding-right: 15px;
    width: 187px;
    flex-shrink: 0;
}

.featured-block-content-wide {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.featured-block-content h4{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.featured-block-content ul{
    padding-left: 0;
}
.featured-block-content ul li{
    color: #fff;
    list-style-type: none;
}
.we-do-content ul{
    padding-top: 10px;
}
.we-do-content ul li{
    display: flex;
}
.featured-block-content.who-we-content h2::before{
    width: 25px;
    right: -35px;
}
.we-do-content ul li span{
    width: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 8px;
}

.what-we-serve-btns {
    display: flex;
}

.what-we-serve-btns img {
    margin-bottom: 10px;
}

.animation-delay-1 {
    animation-delay: 1s !important;
}

.animation-delay-2 {
    animation-delay: 2s !important;
}

.what-we-serve-btns a {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    padding: 10px;
}

.black-btn {
    background: #000;
    color: #fff;
}

.red-btn {
    background: #51a7f9;
    color: #fff;
}

.what-we-serve-btns a {
    text-decoration: none;
    color: #fff;
}

.mobile-app-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
}
.gray-bg{
    background-color: #f3f3f3;
}
.blue-bg{
    background-color: #5994ce;
}
.mobile-app-wrapper h2 {
    font-size: 36px;
    line-height: 40px;
    color: #222323;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}
.mobile-app-wrapper h2.white{color: #fff;}
.mobile-app-wrapper p {
    font-size: 14px;
    line-height: 24px;
    color: #2e2d2d;
}

.outline-btn {
    background-color: #518d6b;
    padding: 20px 25px;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    transition: all 0.5s;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px 50px;
    text-align: center;
}

.outline-btn:hover {
    background: #02504c;
    color: #fff;
    text-decoration: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 2px;
    height: 0;
    margin-bottom: -37px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-wrapper {
    background: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-y: hidden;
}

.publication-wrapper h2 {
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f1f1f;
}

.publication-wrapper h2 span {
    display: block;
    font-weight: 300;
}

.publication-item-warpper {
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 30px;
}

.publication-content {
    padding-right: 55px;
}

.publication-pic {
    width: 45%;
    flex-shrink: 0;
}

.publication-wrapper .owl-dots {
    display: none;
}

.publication-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.publication-wrapper .owl-nav button {
    outline: none;
    background: transparent;
    color: #bdb9b9 !important;
}

.publication-wrapper .owl-nav button:hover {
    background: transparent !important;
    color: #1f1f1f !important;
}

.publication-wrapper .owl-nav span {
    font-size: 40px;
}

.publication-wrapper .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.publication-wrapper .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow-y: hidden;
}

.testimonial-wrapper h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #1f1f1f;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 45px;
}

.testimonial-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    color: #100f0f;
}

.testimonial-wrapper h4 {
    font-size: 16px;
    line-height: 20px;
    color: #51a7f9;
    font-style: italic;
    padding-bottom: 30px;
}

.testimonial-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #2e2d2d;
    padding-bottom: 30px;
}
.pocket{
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ece9e9;
    margin-top: 40px;
}
.pocket-text{display: flex;align-items: center;}
.pocket p{
    font-size: 17px;
    line-height: 25px;
}
.pocket h2{border-right: 1px solid #ece9e9;}
.pocket-total h3{font-size: 25px; margin-bottom: 20px;}
.testim-pic {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.googleapp {
    padding: 10px;
    background: #fec003;
    height: 86%;
    border-radius: 10px;
}
.video-sec{padding-bottom: 0px;}
img.m-h {
    margin-bottom: 20px;
}
img.m-h1{margin: 27px 0 20px;}
img.m-h2{margin: 39px 0 30px;}
.googleapp.yeallow{background-color: #f6eccd;}
.googleapp.gray{background-color: #e6e6e6;}
.testimonial-wrapper .owl-nav {
    display: none;
}

.client-testim-block {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.client-testim-block p {
    text-align: center;
}

.services-first-row {
    display: flex;
    justify-content: space-between;
}

.services-pic-right,
.services-pic-left {
    width: 50%;
    flex-shrink: 0;
}

.services-pic-right img,
.services-pic-left img {
    max-width: 100%;
}

.services-left-content,
.services-right-content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: left;
}

.services-left-content {
    padding:50px 0px;
}

.services-right-content {
    padding-right: 9.206586826347305VW;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.services-first-row h3,
.services-second-row h3 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}
.services-first-row h3{
    color: #222;
}


.services-first-row p,
.services-second-row p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: left;
}
.services-first-row p{
    color: #767676;
    text-align: left;
}
.services-left-content h2{
    text-align: left;
    margin-bottom: 30px;
}
.services-second-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-section-wrapper {
    background: #FFF;
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact-section-wrapper h2 {
    font-size: 48px;
    line-height: 55px;
    color: #000;
    font-weight: 700;
    padding-bottom: 25px;
}

.contact-section-wrapper h2 span {
    color: #000;
    display: block;
}

.contact-section-wrapper p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
    padding-left: 45px;
}

.contact-section-wrapper p a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.contact-section-wrapper p strong{display: block; font-size:23px; color: #5994ce; margin-bottom: 10px;}

.contact-section-wrapper p{
   /* background: url(../images/getin-icon1.png) top left no-repeat; */
}
.contact-section-wrapper p + p{
    background: url(../images/getin-icon2.png) top left no-repeat;
}
.contact-section-wrapper p + p + p{
    background: url(../images/getin-icon3.png) top left no-repeat;
}

.contact-form-wrapper {
    background: #f3f3f3;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}

.contact-form-wrapper h3 {
    font-size: 28px;
    line-height: 28px;
    color: #000;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
}

.contact-form-wrapper input, .contact-form-wrapper input:focus {
    margin-bottom: 10px;
    border-radius: 40px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}

.contact-form-wrapper textarea, .contact-form-wrapper textarea:focus {
    height: 50px;
    border-radius: 40px;
    resize: none;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
form .outline-btn {
    background-color: #518d6b;
    padding: 20px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    transition: all 0.5s;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px 50px;
    width: 57%;
    font-weight: 600;
}

.footer-wrapper {
    background: #222;
    padding-top: 0px;
    padding-bottom: 20px;
}

.footer-heading h2 {
    color: #fff;
    border-bottom: 1px solid #585656;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}

.single-cf-area {
    position: relative;
    z-index: 1;
}

.mb-80 {
    margin-bottom: 80px;
}

.single-cf-area h2 {
    margin-bottom: 0;
    font-size: 37px;
    color: #fff;
    margin-right: 20px;
    margin-left: 70px;
}

.single-cf-area .cf-text h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.single-cf-area .bg-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    font-size: 42px;
    color: #eaeaea;
}

.footer-bottom a {
   color: #5994ce;
}

.footer-area p {
    color: #eee;
}

.footer-area .footer-nav li {
    margin-top: 8px;
}

.footer-area .footer-nav li a {
    color: #fff;
}

.footer-area .footer-nav li a:hover {
    color: #fff;
}

.footer-area h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.copy-right-text i,
.copy-right-text a {
    color: #3face4;
}

.instafeed {
    margin: -5px;
}

.instafeed li {
    overflow: hidden;
    width: 25%;
}

.instafeed li img {
    margin: 5px;
}

.footer-social {
    text-align: left;
}

.footer-social a {
    background: #111111;
    transition: all 300ms linear 0s;
    width: 32px;
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
}

.footer-social a:hover {
    background: #51a7f9;
}

.footer-social a:hover i {
    color: #fff;
}

.footer-social i {
    color: #cccccc;
    transition: all 300ms linear 0s;
}

.single-footer-widget .footer-nav {
    list-style: none;
    padding: 0;
}

.single-footer-widget h3 {
    color: #ffffff;
}

.single-footer-widget .form-group {
    width: 100%;
}

.single-footer-widget .form-group .main_btn {
    border-radius: 20px;
    line-height: 40px;
}

.single-footer-widget .form-group .main_btn span {
    margin-left: 5px;
}

.single-footer-widget input {
    line-height: 38px;
    border: none;
    background: #2d2d2d;
    font-weight: 300;
    border-radius: 20px;
    color: #fff;
    padding-left: 20px;
    width: 100%;
}

.single-footer-widget input:focus {
    outline: none;
}

.single-footer-widget .bb-btn {
    background: #51a7f9;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    z-index: 9999;
    cursor: pointer;
}

.single-footer-widget .primary-btn {
    padding-right: 55px;
}


/*---------------------15-11-19---------------------*/

.apply-member-tabs .nav-tabs .nav-item.show .nav-link,
.apply-member-tabs .nav-tabs .nav-link.active,
.apply-member-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.apply-member-tabs .nav-tabs .nav-item.show .nav-link,
.apply-member-tabs .nav-tabs .nav-link {
    color: #222;
    font-family: 'Open Sans', sans-serif;
}

.apply-member-tabs .nav-tabs .nav-link {
    position: relative;
}

.apply-member-tabs .nav-tabs .nav-link.active::before {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #51a7f9;
    left: 0;
    right: 0;
}

.faq-panel .card-header {
    padding: 0;
    text-align: left;
    background: none;
    border: none;
}

.faq-panel .card-header .btn.btn-link {
    color: #51a7f9;
    text-align: left;
    width: 100%;
    padding: 8px 20px;
}

.faq-panel .card-header .btn.btn-link:hover,
.faq-panel .card-header .btn.btn-link:focus {
    text-decoration: none !important;
}

.faq-panel .card-body {
    text-align: left;
}

.faq-panel .card {
    margin-bottom: 5px;
}

.faq-panel .card-header h5 {
    position: relative;
}

.faq-panel .card-header h5 button i {
    position: absolute;
    top: 9px;
    left: -8px;
    font-size: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.faq-panel .card-header h5 button span {
    color: #222 !important;
    font-weight: bold;
}
.order-app-bg{
    background: url(../images/ordering-bg.jpg) center center no-repeat;
    background-size: cover;
}
.form-control, .form-control:focus {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #000;
    border-bottom: 0px solid #3d6a96;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

p.price{
font-size: 30px;
color:#fff;
}
.outline-btn.blue{
    background: #1d3b57;
    margin-top: 13px !important;
}
.banner-pic.about-banner{
    min-height: 180px;
}
.banner-pic.pricing-banner{
    min-height: 180px;
}
.banner-pic.registration-banner{
    min-height: 180px;
}
.banner-pic.faq-banner{
    min-height: 180px;
}
.banner-pic.login-banner{
    min-height: 180px;
}
.btn-group-lg>.btn, .btn-lg{
    border-radius:6rem;
}
.btn-primary {
    color: #fff;
    background-color: #518d6b;
    border-color: #518d6b;
}
.btn-primary:hover {
    background-color: #3e7556;
    border-color: #518d6b;
}
.btn-outline-primary {
    color: #518d6b;
    border-color: #518d6b;
}
.btn-outline-primary:hover{
    background-color: #3e7556;
}
.accordion>.card .card-header .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.accordion>.card .card-header {
    margin-bottom: 0;
    background-color: rgb(242, 248, 255);
    border-bottom: 1px solid rgb(89, 148, 206);
}
.accordion>.card .card-header .card-body {
    font-size: 16px;
}
.facebook-btn1 {
    background-color: #3C589C;
    color: #fff;
    padding: 10px 20px;
    border-radius: 35px;
}
.facebook-btn1:hover, .google-btn:hover{color: #fff;}
.google-btn {
    background-color: #DF4B3B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 35px;
}







@media(max-width: 767px) {
    .about-right-panel h1, .management-panel h1, .appointment-left h1, .branches-wrapper h1{
        padding-top: 0!important;
    }
    .navbar-light .navbar-nav .nav-link.exiting-started{
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 8px;
    }
    .mobile-app-wrapper.pocket-total{
        padding-top: 0;
        padding-bottom: 0;
    }
    .mobile-app-wrapper.pocket-total .pocket{
        margin-top:0;
    }
    .apply-member-tabs .nav.nav-tabs {
        justify-content: center;
    }
    .banner-pic.inner-banner {
        min-height: auto;
    }
    .membership-wrapper .oder-1 {
        order: 1;
    }
    .membership-wrapper .oder-2 {
        order: 2;
    }
    .banner-buttons {
        max-width: 318px;
    }
    .banner-pic {
        background: url("../images/banner-pic.jpg") no-repeat;
        background-position: 100% 0;
    }
    .banner-pic img {
        display: none;
    }
    .about-banner{
        background: url("../images/inner-banner-pic.jpg") no-repeat;
        background-position: center center;
        min-height: 180px;
    }
    .about-banner img{
        display: none;
    }
    .pricing-banner{
        background: url("../images/inner-banner-pricing.jpg") no-repeat;
        background-position: center center;
        min-height: 180px;
    }
    .pricing-banner img{
        display: none;
    }
    .registration-banner{
        background: url("../images/inner-banner-regter.jpg") no-repeat;
        background-position: center center;
        min-height: 250px;
    }
    .registration-banner img{
        display: none;
    }
    .faq-banner{
        background: url("../images/inner-banner-faq.jpg") no-repeat;
        background-position: center center;
        min-height: 180px;
    }
    .faq-banner img{
        display: none;
    }
    .login-banner{
        background: url("../images/inner-banner-login.jpg") no-repeat;
        background-position: center center;
        min-height: 250px;
    }
    .login-banner img{
        display: none;
    }
    .navbar-light .navbar-nav .nav-item>a:before{
        display: none;
    }
    .outline-btn{
        font-size:18px;
        margin-bottom:15px;
    }
    .about-right-panel h1, .management-panel h1, .appointment-left h1, .branches-wrapper h1{
        font-size:32px !important;
    }
    .contact-section-wrapper form p{
        margin-bottom:0;
    }
}

@media screen and (min-device-width: 481px) and (max-device-width: 767px) {
    .banner-pic{
        min-height:250px;
    }
    .banner-buttons h2{
        font-size: 24px;
        border-bottom: 0;
        line-height: 30px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .featured-wrapper h2{
        font-size: 14px;
        line-height: 20px;
        min-height: 36px;
    }
    .featured-wrapper p{
        font-size:12px;
    }
    .mobile-app-wrapper h2{
        font-size:15px;
    }
    .slideInRight .outline-btn{
        padding: 10px 20px;
        font-size: 12px;
    }
    .slideInRight .outline-btn .fa{
        position: relative;
        top:3px;
    }
    .pocket p, .services-first-row p, .services-second-row p{
        font-size: 14px;
        line-height: 18px;
    }
    .blue-bg .outline-btn{
        padding:5px;
        font-size:10px;
    }
    .blue-bg .outline-btn .fa{
        margin-left:8px!important;
        font-size: 18px!important;
        position: relative;
        top: 3px;
    }
    .contact-section-wrapper h2{
        font-size:30px!important;
    }
    .contact-form-wrapper h3{
        font-size: 20px;
    }
    .contact-form-wrapper{
        padding:15px;
    }
    .contact-form-wrapper input{
        font-size:14px;
        margin-bottom: 0;
    }
    .contact-form-wrapper textarea{
        font-size:14px;

    }
    .contact-form-wrapper .outline-btn{
        font-size: 12px!important;
        padding:10px!important;
    }
    .contact-section-wrapper form p{
        margin-bottom:0;
    }
    .footer-area p{
        font-size:12px;
    }

}
dl, ol, ul{
    list-style-position: inside;
}
ul li{
    margin-bottom: 15px;
}
ul li.menu-item{
    margin-bottom: 0;
}

@media screen and (min-device-width:768px) and (max-device-width: 1024px) {

    .banner-buttons h2{
        font-size: 30px;
        line-height: 40px;
        border:0;
    }
    .banner-pic{
        min-height:250px;
    }
    .featured-wrapper h2 {
        font-size: 18px;
        min-height: 38px;
        line-height: 20px;
    }
    .mobile-app-wrapper h2 {
        font-size: 20px;
        line-height: normal;
    }
    .video-sec .videoWrapper{
        padding-bottom: 0;
        height:auto;
        margin-bottom: 60px;
    }
    .outline-btn{
        padding:20px 15px;
        font-size:13px;

    }
    .outline-btn .fa{
        margin-left: 15px!important;
        font-size: 20px!important;
        position: relative;
        top: 2px;
    }
    .contact-section-wrapper h2{
        font-size:36px;
        line-height: normal;
    }
    .contact-form-wrapper{
        padding:25px 15px;
    }
    .contact-section-wrapper .contact-form-wrapper p{
        margin-bottom: 0px;
        padding-left: 0px;
    }
    .contact-section-wrapper form .outline-btn{
        width: auto;
        margin: 0 auto;
    }
    .navbar-light .navbar-nav .nav-link.get-started, .navbar-light .navbar-nav .nav-link.exiting-started{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-light .navbar-nav .nav-link{
        font-size:11px;
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }
    .navbar-light .navbar-nav .menu-item{
        display:flex;
        align-items: center;
    }
    .card-header h4{
        font-size:20px;
    }
    .card-body button{
        padding:5px;
    }
    .about-right-panel h1, .management-panel h1, .appointment-left h1, .branches-wrapper h1{
        padding-top:0;
    }
    .contact-section-wrapper p{
        margin-bottom: 0;
    }
    .banner-pic img{
        min-height:180px;
    }

}
@media screen and (min-device-width:768px) and (max-device-width: 980px) {
    .navbar-light .navbar-nav .nav-item>a:before{
        display:none;
    }
    .navbar-light .navbar-nav .nav-link.get-started{
        margin-bottom: 10px;
    }
    .navbar-light .navbar-nav .nav-link.exiting-started{
        margin-left: 0!important;
       
    }

}

/*---------------------15-11-19---------------------*/

@media (max-width: 991px) {
    .single-footer-widget .nw-btn {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .single-footer-widget .newsletter {
        padding-bottom: 40px;
    }
}

.single-footer-widget .info {
    position: absolute;
    margin-top: 122px;
    color: #fff;
    font-size: 12px;
}

.single-footer-widget .info.valid {
    color: green;
}

.single-footer-widget .info.error {
    color: red;
}

.single-footer-widget ::-moz-selection {
    /* Code for Firefox */
    background-color: #3face4;
    color: #777777;
}

.single-footer-widget ::selection {
    background-color: #51a7f9;
    color: #777777;
}

.single-footer-widget ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300;
}

.footer-bottom {
    padding-top: 20px;
}

.footer-text a,
.footer-text i {
    color: #51a7f9;
}

.main_btn {
    position: relative;
    display: inline-block;
    background: #51a7f9;
    padding: 0px 40px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    border: 1px solid transparent;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all 300ms linear 0s;
    border-radius: 7px;
    text-transform: capitalize;
}

.footer-wrapper .main_btn {
    display: flex;
    align-items: center;
}

.main_btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid transparent;
}

.footer-bottom {
    padding-top: 20px;
}

.footer-text a,
.footer-text i {
    color: #51a7f9;
}


/* ======== WIDGET ======== */


/* ======== WIDGET ======== */

.right-widget {
    position: fixed;
    top: 217px;
    right: 0;
    z-index: 7
}

.right-widget ul li {
    position: relative
}

.right-widget>ul>li {
    font-size: 0;
    margin-bottom: 1px;
    z-index: 6
}

.right-widget>ul>li>a {
    min-width: 54px;
    min-height: 48px;
    background-color: #53585f;
    display: block;
    background-image: url(../images/widget-link-sprite-icon.png);
    background-repeat: no-repeat;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.right-widget ul li.call>a {
    background-position: 0 0;
}

.right-widget ul li.help>a {
    background-position: -54px 0;
}

.right-widget ul li.location>a {
    background-position: -109px 0;
}

.right-widget ul li.share>a {
    background-position: -163px 0;
}

.right-widget ul li.enquiry>a {
    background-position: -217px 0;
}

.right-widget ul ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #53585f;
    min-width: 156px;
    -webkit-transform: translateX(156px);
    -moz-transform: translateX(156px);
    transform: translateX(156px);
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
    z-index: -1;
    text-align: center;
    padding-top: 7px
}

.right-widget ul ul::before {
    content: '';
    background: url(../images/left-wdgt-arw.png);
    width: 11px;
    height: 100%;
    display: block;
    position: absolute;
    left: -11px;
    top: 0
}

.right-widget ul li:hover>ul {
    -webkit-transform: translateX(-156px);
    -moz-transform: translateX(-156px);
    transform: translateX(-156px)
}

.right-widget .share ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-left: 11px
}

.right-widget ul ul li:first-child {
    margin-left: 0px
}

.right-widget .share ul li a {
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    background: #fff
}

.right-widget .share ul li a i {
    font-size: 19px;
    line-height: 35px;
}

.right-widget li.fb a:before {
    color: #3b5998
}

.right-widget li.twt a:before {
    color: #4099ff
}

.right-widget li.utube a:before {
    color: #cc181e
}

.right-widget ul li a {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.right-widget>ul>li:hover>a {
    background-color: #000,
}

.right-widget ul li.call:hover>a {
    background-position: 0 -48px;
}

.right-widget ul li.help:hover>a {
    background-position: -54px -48px;
}

.right-widget ul li.location:hover>a {
    background-position: -109px -48px;
}

.right-widget ul li.share:hover>a {
    background-position: -163px -48px;
}

.right-widget li.fb a:before {
    content: '\f09a';
    font-family: 'FontAwesome';
    font-size: 19px;
    line-height: 35px;
}

.right-widget li.twt a:before {
    content: '\f099';
    font-family: 'FontAwesome';
    font-size: 19px;
    line-height: 35px;
}

.right-widget li.utube a:before {
    content: '\f167';
    font-family: 'FontAwesome';
    font-size: 19px;
    line-height: 35px;
}

.right-widget li.fb:hover a {
    background-color: #3b5998
}

.right-widget li.twt:hover a {
    background-color: #4099ff
}

.right-widget li.utube:hover a {
    background-color: #cc181e
}

.right-widget ul ul li:hover a,
.right-widget ul ul li:hover a::before {
    color: #fff
}

.inner-wrapper .sidebar {
    display: block !important
}

.inner-page-heading .filter-icon {
    display: none
}

.relatedinform-carousel .item figure {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #f8f9f9;
    border-radius: 3px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.relatedinform-carousel .item figure:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.relatedinform-carousel .item figure:hover:before,
.relatedinform-carousel .item figure:focus:before,
.relatedinform-carousel .item figure:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.right-widget ul li.call ul li {
    color: #fff;
    font-size: 14px;
    line-height: 120%;
    position: relative;
    text-align: left;
    padding-left: 25px;
}

.right-widget ul li.call ul li span {
    display: block;
    font-size: 17px;
}

.right-widget ul li.call ul li::before {
    content: '\e830';
    font-family: 'Linearicons-Free';
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 11px;
}

.right-widget .help>ul>li,
.right-widget .enquiry>ul>li {
    font-size: 17px;
}

.right-widget .help>ul>li a,
.right-widget .enquiry>ul>li a {
    color: #fff
}

.right-widget .help>ul,
.right-widget .enquiry>ul {
    padding-top: 13px;
}

.right-widget .location>ul>li,
.right-widget .enquiry>ul>li {
    font-size: 17px;
}

.right-widget .location>ul>li a,
.right-widget .enquiry>ul>li a {
    color: #fff
}

.right-widget .location>ul,
.right-widget .enquiry>ul {
    padding-top: 13px;
    padding-left: 0;
}

.userboarding-sec .quicktabs-wrapper .item-list,
.policy-tab .quicktabs-wrapper .item-list,
.inner-content .quicktabs-wrapper .item-list {
    display: block !important;
}

.right-widget ul li.enquiry:hover>a {
    background-position: -216px -48px;
}

.right-widget ul {
    list-style: none;
}

#fp-nav.right {
    right: auto;
    left: 17px;
}

#fp-nav ul li {
    width: 37px;
    height: 37px;
    list-style: none;
    padding: 0;
}

#fp-nav ul li a:hover {
    width: 37px;
    height: 37px;
}

#fp-nav ul li a span::before {
    background: transparent url(../img/hm_lf_icons.png) 0 0 no-repeat;
    border: 3px solid #51a7f9;
    width: 37px;
    height: 37px;
    display: inline-block;
    background-position: 0 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    content: "";
    top: -1px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: static;
    border: 0;
    background: transparent;
    width: auto;
    height: auto;
}

#fp-nav ul li a.active span,
#fp-nav ul li a.active,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a.active {
    margin: 0;
    width: auto;
    height: auto;
}

#fp-nav ul li:nth-child(1) a span::before {
    background-position: -4px 0px;
}

#fp-nav ul li:nth-child(2) a span::before {
    background-position: -44px 0px;
}

#fp-nav ul li:nth-child(3) a span::before {
    background-position: -83px 0px;
}

#fp-nav ul li:nth-child(4) a span::before {
    background-position: -125px 0px;
}

#fp-nav ul li:nth-child(5) a span::before {
    background-position: -171px 0px;
}

#fp-nav ul li:nth-child(6) a span::before {
    background-position: -220px 0px;
}

#fp-nav ul li:nth-child(7) a span::before {
    background-position: -268px 0px;
}

#fp-nav ul li:nth-child(8) a span::before {
    background-position: -319px 0px;
}

#fp-nav ul li:nth-child(9) a span::before {
    background-position: -368px 0px;
}

#fp-nav ul li a.active {
    display: block;
}

#fp-nav ul li a span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background: #fff;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    background: #000;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

#fp-nav ul li a.active span::before,
#fp-nav ul li:hover a.active span::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    border: 3px solid transparent;
}

#fp-nav ul li a.active span::after,
#fp-nav ul li:hover a.active span::after {
    border: 3px solid #51a7f9;
    width: 37px;
    height: 37px;
    display: inline-block;
    background-position: 0 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -2px;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    margin: 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    margin: 0;
}

#fp-nav ul li a span,
#fp-nav ul li a span:hover {
    width: 35px;
    height: 35px;
}

.right-widget ul ul {
    padding-left: 0;
}

.element {
    height: 90px;
    width: 90px;
    margin: 0 auto;
    background-color: red;
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
}

.element img {
    max-width: 100%;
}

@keyframes stretch {
    0% {
        transform: scale(.8);
        background-color: #51a7f9;
        border-radius: 100%;
    }
    50% {
        background-color: #790404;
    }
    100% {
        transform: scale(1.5);
        background-color: #51a7f9;
    }
}

.service-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon-box a {
    color: #fff;
    margin-right: 10px;
}

.service-banner-area {
    width: 350px;
    margin: 0 auto;
}


/* ======== WIDGET ENDS======== */

.navbar-light .navbar-toggler {
    border: none !important;
}

.dropdown-menu {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.about-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-right-panel h1,
.management-panel h1,
.appointment-left h1,
.branches-wrapper h1 {
    font-size: 36px;
    line-height: 40px;
    color: #222323;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

.about-left-panel h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #222323;
    padding-bottom: 15px;
}

.inner-left-menu ul {
    list-style: none;
    padding: 0;
}

.inner-left-menu ul li {
    border-bottom: 1px solid #ece9e9;
}

.inner-left-menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #1d1c1c;
    font-size: 14px;
}

.inner-left-menu ul li a:hover,
.inner-left-menu ul li a.active {
    color: #fff;
    background: #51a7f9;
    text-decoration: none;
}

.management-panel h1 {
    text-align: center;
}

.management-panel .owl-nav {
    display: none;
}

.management-panel h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #1f1f1f;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 45px;
}

.management-panel h3 {
    font-size: 24px;
    line-height: 28px;
    color: #100f0f;
}

.management-panel h4 {
    font-size: 16px;
    line-height: 20px;
    color: #51a7f9;
    font-style: italic;
    padding-bottom: 30px;
}

.post_category_widget .cat-list {
    padding: 0;
}

.post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
    list-style-type: none;
}

.post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

.post_category_widget .cat-list li a:hover {
    text-decoration: none;
}

.post_category_widget .cat-list li a p {
    margin-bottom: 0px;
}

.post_category_widget .cat-list li+li {
    padding-top: 15px;
}

.post_category_widget .cat-list li:hover {
    border-color: #51a7f9;
}

.post_category_widget .cat-list li:hover a {
    color: #51a7f9;
}

.team-area .thumb {
    position: relative;
}

.team-area .thumb .social-links {
    text-align: center;
    padding-top: 40px;
}

.team-area .thumb .social-links a {
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 32px;
    display: inline-block;
    padding: 4px 0px;
    transition: all 300ms linear 0s;
}

.team-area .thumb .social-links a:hover {
    background: #ffffff;
    color: #51a7f9;
}

.team-area .thumb div {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
}

.team-area .thumb img {
    display: block;
    width: 100%;
}

.team-area .thumb div span {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
}

.team-area .thumb div p {
    display: block;
    position: absolute;
    top: 90px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.team-area .thumb div h4 {
    top: 60px;
    color: #ffffff;
    display: block;
    position: absolute;
}

.team-area .thumb div h6 {
    bottom: 30px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    font-weight: 300;
}

.team-area .thumb:hover div {
    opacity: .85;
    cursor: pointer;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 30.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.navbar-light .navbar-nav .nav-link.get-started {
    background: #518d6b;
    border-radius: 40px;
    display: inline-block;
    color: #fff !important;
}
@media(max-width:767px) {
    .main-nav-wrapper {
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .dropdown-wrapper {
        max-height: 400px;
        overflow: auto;
    }
    .youtube-video-area {
        margin-bottom: 25px;
    }
    .services-first-row,
    .services-second-row {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .services-pic-right,
    .services-pic-left {
        width: 100%;
    }
    .services-pic-right {
        order: 1;
    }
    .services-left-content {
        order: 2;
    }
    .top-header-wrapper {
        display: none;
    }
    .publication-item-warpper {
        flex-direction: column;
    }
    .publication-content {
        width: 100%;
        padding: 0;
        order: 2;
        text-align: center;
    }
    .publication-pic {
        width: 100%;
        flex-shrink: 0;
        order: 1;
        margin-bottom: 15px;
    }
    .publication-item-warpper {
        display: flex;
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 30px;
    }
    .contact-section-wrapper {
        text-align: center;
    }
    .contact-section-wrapper h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .footer-bottom,
    .footer-social {
        text-align: left;
    }
    .banner-button-wrapper{background: #000000bd;}
    .featured-wrapper{text-align: center;}
    .featured-block-content { margin-top: 0px;}
    .featured-pic{margin: 10px auto;}
    .googleapp{height: auto;margin-bottom: 20px;}
    .contact-section-wrapper p, .contact-section-wrapper p + p, .contact-section-wrapper p + p + p{padding-left: 0;background-image: none;}
    form .outline-btn{width: 100%;}
    li.nav-item {text-align: center;}
    .navbar-light .navbar-nav .nav-link.get-started {padding: 10px;margin: 0 auto;width: 200px;}
	.facebook-btn1 {margin-bottom: 20px}
    .contact-info img{display: none}



}
.about-right-panel h2{
    color: #000 !important;
    font-size: 30px !important;
}