@import url('https://fonts.googleapis.com/css?family=Lato|Pacifico|Righteous|Roboto+Condensed|Ubuntu&display=swap');

body {
    padding: 0%;
    margin: 0%;
    font-family: 'Roboto Condensed';
    background-color: #FFFFFF;
}

.border {
    border-width: 2px !important;
    border-color: #004c3f !important;
}

.navbar {
    background-color: #004c3f !important;
}

.navbar-brand {
    font-size: 35px;
    color: #FFFFFF !important;
}

.navbar-nav li {
    padding-left: 0px;
    padding-right: 1px;
    text-align: center;
}

.nav-link {
    font-size: 15px !important;
    font-weight: bold;
    color: #DB995A !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.navbar-toggler {
    background-color: #DB995A;
}

#regTab .nav-link:hover {
    color: #003A62 !important;
}

.nav-link:hover {
    color: #FFFFFF !important;
}

.active .nav-link {
    color: #FFFFFF !important;
    font-weight: bold;
}

.navbar img {
    width: 370px;
    height: 50px;
    position: relative;
    left: 1px;
    top: -4px;
    padding-right: 5px;
}

.dropdown-menu {
    font-size: .9rem;
    background-color: #e9dad7 !important;
}

.dropdown-item {
    color: #8e4603 !important;
    text-align: left !important;
}

.dpd-item-font:focus {
    background-color: #50A569;
}

.dpd-item-font:hover {
    background-color: #50A569;
}

.tblx0 {
  background-color: #ebe5b7;
  font-weight: bold;
}
.tblx1 {
  background-color: #fffbdb;
  font-weight: bold;
}
.tblx2 {
  background-color: #d4edfc;
  font-weight: bold;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .dropdown-menu {
        --bs-dropdown-link-active-bg: #e4aca1 !important;
    }
}

/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .navbar img {
        width: 205px !important;
        height: 40px !important;
        text-align: center;
        margin-top: 10px;
    }

    .navbar-toggler {
        font-size: 18px;
        margin-top: 0;
    }
    
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============ small devices .end// ============ */

#preloader {
    overflow: hidden;
    background: #004c3f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    color: #fff;
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

#preloader .jumper>div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: pre-wrap !important;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#wapp {
    position: fixed;
    bottom: 13px;
    left: 15px;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}


.breadcrumb {
    padding-top: .5em;
    padding-bottom: 0%;
    background-color: #FFFFFF !important;
    color: #621B00 !important;
    font-size: 1rem !important;
}

.breadcrumb a:link {
    color: #621B00 !important;
}

.breadcrumb a:visited {
    color: #621B00 !important;
}

/* For Carousel */
.middlework {
    background-image: url('../img/centre.png');
    background-size: contain;
    background-position: center;
    height: auto;
    width: 100%;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 1.2s ease-in-out;
    -moz-transition: opacity 1.2s ease-in-out;
    -ms-transition: opacity 1.2s ease-in-out;
    -o-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
    opacity: 0.5;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

/* For Carousel */


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #00447C;
    top: 0;
    border-radius: 0px;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #00447C;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #00447C;
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}


.vheight {
    min-height: 100vh;
}

.title-underline {
    width: 100px;
    height: 5px;
    margin: auto;
}

.vheight-80 {
    min-height: 80vh;
}

.bg-info {
    background-color: #BBC5AA !important;
}

.rowspacing {
    padding-bottom: 14px;
}

.image-bg {
    background-size: 620px 600px;
    background-image: url('/img/login-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    width: 100vw;
    height: 100vh;
}

.shimg {
    display: none;
}

.welcome {
    width: 75%;
    margin: 0 auto;
}

.welcome hr {
    border-top: 2px solid #B4B4B4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}

.hd_1 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #FF0000;
    font-size: 2rem;
    font-weight: 900;
}

.hd_2 {
    color: #4B0082;
}

.hd-ul {
    width: 300px;
    height: 5px;
    margin: auto;
    margin-top: 20px;
    background-color: #FF4500;
}

.lbl-text {
    font-size: 12px;
    padding: 0% !important;
    padding-bottom: -10% !important;
}

.lbl-btm-margin {
    margin-top: 10px;
    margin-bottom: 0px;
}

.benefits {
    padding-top: .5em;
    color: #FF0000;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}

.benefits-sub {
    padding-left: 1em;
    padding-top: .5em;
    color: #FF0000;
    font-size: 1rem;
    font-weight: 900;
}

.benefits-row1 {
    font-size: 15px;
    font-weight: 600;
}

.benefits_sub_hd1 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #FF0000;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}

.benefits_sub_hd2 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #3931af;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}

.padding {
    padding-bottom: 2rem;
}

.txt-align {
    text-align: justify;
    text-justify: inter-word;
    font-size: 23px;
    font-weight: 700;
    padding: 90px 100px 0px 100px;
}

.txt-align-norm {
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
    font-weight: 400;
    padding: 90px 100px 0px 100px;
}


.txt-align-sm {
    text-align: justify;
    text-justify: inter-word;
    font-size: 13px;
    font-weight: 400;
    padding: 90px 100px 0px 100px;
}

.txt-align-fqq {
    text-align: justify;
    text-justify: inter-word;
    font-size: 18px;
    font-weight: 700;
    padding: 90px 100px 0px 100px;
}

.txt-align-fqa {
    text-align: justify;
    text-justify: inter-word;
    font-size: 18px;
    font-weight: 500;
    padding: 90px 100px 0px 100px;
}

.txt-align1, .txt-align2 {
    text-align: justify;
    text-justify: inter-word;
    font-size: 17px;
}

.lgsz {
    width: 10%; 
    height: 25%;
    text-align: center;     
}

.lgpd {
    padding: 10px 350px 0px 350px;
}

@media (max-width: 991.98px) {   
    .txt-align {
        font-size: 17px;
        padding: 50px 30px 0px 30px;
    }

    .lgsz {
        width: 100%; 
        height: 100%            
    }

    .lgpd {
        padding: 0;
    }
}


.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}

.showBtnSm,
.showBtnMd {
    display: block;
    color: #DB995A !important;
    background-color: transparent !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid #C17767;
}

.showBtnSm {
    width: 100px;
    height: 30px;
    padding-top: 5px;
}

.showBtnMd {
    width: 200px;
    height: 30px;
    padding-top: 2px;
}

.showBtnSm:hover,
.showBtnMd:hover,
.showBtnMd:focus,
.viewBtnSm:hover {
    background-color: #621B00 !important;
    outline: #C17767 1px;
}

.showBtn {
    display: block;
    color: #DB995A !important;
    background-color: #621B00 !important;
    height: 50px;
    text-align: center;
    text-decoration: none !important;
    padding-top: 12px;
    font-size: 18px;
    font-weight: 500;
}

.viewBtnSm {
    color: #DB995A !important;
    background-color: transparent !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid #C17767;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 4px;
}

.locTxt {
    color: #621B00;
    font-weight: 600;
}

.dropDwn {
    font-size: 15px;
    height: 30px;
    padding-top: 5px;
}

#frgtId,
#resetId,
#editId,
#dSubmit,
#pSubmit,
#bComValId {
    margin: auto;
    display: block;
}

#bComValId {
    min-width: 430px;
}

.custom-file-input {
    height: 20px !important;
}

#commBody {
    background-color: #BBC5AA !important;
    border-top: 1px solid #C17767;
    border-left-color: #C17767;
    border-right-color: #C17767;
    font-size: 16px;
    font-weight: 500;
}

#commBy {
    background-color: #BBC5AA !important;
    font-size: 13px;
    font-weight: 500;
}

.ptmain img {
    width: 30%;
    border-radius: 50%;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 26.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

hr.commHr {
    border-top: 1px solid #C17767;
    width: 100%;
    margin-top: .1px;
    margin-bottom: .1px;
}

.tbhd {
    color: #0D384B;
    font-weight: 700;
    text-align: center;
}

.border-blue {
    padding-left: 7px;
    padding-right: 7px;
    border-color: #007bff !important;
    background-color: #dee2e6;
}

.hplnk {
    padding-top: 20px;
    font-size: 20px;
    border-color: #007bff !important;
}

.tdbrdr {
    border: 1px solid #191a1b;
}

.tbtitle {
    background-color: #ccc28c;
    color: #191a1b;
}

.tbodd {
    color: #c6fced;
}

.tbeven {
    color: #8ad7c1;
}

.tboddbg {
    background-color: #fff3b0;
    color: #191a1b;
}

.tbevenbg {
    background-color: #fff7ca;
    color: #191a1b;
}


table.inner {
    width: 100%;
}

table.inner td {
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    width: 100%;
}

.boxhd {
    color: #0D384B;
    font-size: small;
    font-weight: 600;
    text-align: center;
}

.sub_hd1 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #344e41;
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    text-decoration: underline;
}

.divbrdr {
    border: 1px solid black;
}

.ft1 {
    color: #243E36 !important;
}

.ft1:hover {
    color: #243E36;
}

hr.light {
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}

footer a {
    color: #d5d5d5;
}

.ftmn,
.ftmn:link,
.ftmn:hover {
    color: #243E36;
    font-weight: bolder;
    font-size: 16px;
}

.hprop,
.hprop:link,
.hprop:hover,
.hprop a {
    color: #243E36;
    font-weight: bolder;
    font-size: 21px;
}

hr.light-100 {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #EF233C;
}

.footer .footer-info h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #243E36;
}

.footer .footer-info h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #243E36;
}

.footer .footer-info h5 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-info h5 a {
    color: #004c3f;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #414141;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #414141;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #414141;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #414141;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #414141;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

/*--- Bootstrap padding fix ---*/
[class*="col-"] {
    padding: .5rem;
}

.has-errors {
    font-size: 10px;
    color: #dc3545;
    padding-left: .7rem;
    border-color: #dc3545;
}

.has-input-errors {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
}

.error-star {
    font-size: 12px;
    color: #dc3545;
    padding-left: .2rem;
}

.box-errors {
    font-size: 13px;
    color: #dc3545;
}

.box-success {
    font-size: 13px;
    color: #008000;
}

.tbl-cols {
    font-size: 12px;
    color: #414141;
    padding-left: 1px;
    margin-bottom: 1px;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder,
.form-control:invalid+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.image-upload-text {
    padding: 7px 0 0 13px;
    font-size: 75%;
}

.adtxt1 {
    font-size: 11px;
    font-weight: 600;
    color: #414141;
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
}

.srchGrp {
    font-size: 15px;
    font-weight: 600;
}

.adtxt {
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #414141;
    float: left;
}

.adtxt:nth-child(n+2) {
    margin-top: -1px;
    margin-left: -1px;
}


/* For Registeration Page */
.register {
    background: -webkit-linear-gradient(left, #621B00, #DB995A);
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.register-right {
    background: #faf9f8;
}

.register .register-form {
    padding: .2rem;
}

.register .nav-tabs {
    border: none;
    background: #0062cc;
    width: 10rem;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: .1rem;
    color: #fff;
}

.register .nav-tabs .nav-link:hover {
    border: .1rem;
}

.register .nav-tabs .nav-link.active {
    width: 5rem;
    color: #0062cc;
    border: 2px solid #0062cc;
}

.register-heading {
    text-align: center;
    color: #495057;
    margin-top: 3rem;
}

.edit-heading {
    text-align: center;
    color: #495057;
    margin-top: 2rem;
}

/* For Registeration Page */

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #1E90FF;
    border-color: #1E90FF;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #00BFFF;
    border-color: #00BFFF;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.btn {
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #EF233C;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #EF233C;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn:hover {
    background: transparent;
    box-shadow: inset 0 0 0 0 #EF233C;
    border-color: #414141;
}

section {
    padding: 15px 0;
}

section .section-title {
    text-align: center;
    color: #00BFFF;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.zoom:hover {
    transform: scale(3.5);
}

/*-- Media Queries --*/
@media (max-width: 991px) {
    .nav-link {
        font-size: .9em !important;
    }

    .dr-label-1 {
        font-size: 1rem;
    }

    .dr-text-1 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .navbar img {
        width: 240px;
        height: 35px;
    }

    .navbar-brand {
        font-size: 25px;
    }

    .doctors img,
    .medi-ben img,
    .patients img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    blockquote .svg-inline--fa {
        color: #1EBBA3;
        margin: 1rem;
    }

    .doctors-hr {
        width: 100%;
        border-top: .1rem solid #DB995A;
    }

    .doctors img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .results {
        padding-left: 20px;
    }

    #about img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .dr-heading_1 {
        font-size: 1.5rem;
    }

    .dr-heading_2 {
        font-size: 1.5rem;
    }

    .dr-label-1 {
        font-size: 1rem;
    }

    .dr-text-1 {
        font-size: 1rem;
    }

    .showBtn {
        height: 45px;
        padding-top: 12px;
        font-size: 12px;
    }

    #commBody {
        font-size: 14px;
    }

    #commBy {
        font-size: 11px;
    }

    .benefits {
        font-size: 1.3rem;
    }

    .benefits-row1 img,
    .benefits-row2 img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .tbhd {
        font-size: 100%;
    }

    .hd_1 {
        font-size: 1.3rem;
    }

    .hd-ul {
        width: 150px;
    }

    .image-bg {
        background-size: 370px 350px;
        margin-top: -150px;
        margin-bottom: -150px;
        width: 100vw;
        height: 100vh;
    }

    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .ft1 {
        color: #E1FFE1 !important;
    }

    .ft1:hover {
        color: #E1FFE1;
    }
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: #EF233C;
}

.footer .container-fluid {
    padding: 60px 0 0 0;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info h2 {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.footer .footer-info h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-info h5 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

@media (max-width: 575.98px) {
    .footer .footer-info h2 {
        /* margin-bottom: 20px; */
        font-size: 20px;
        font-weight: 600;
    }

    .footer .footer-info h3 {
        font-size: 16px;
    }

    .footer .footer-info h5 {
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .footer .footer-menu p {
        font-size: 16px;
        line-height: 16px;
        padding: 0 5px;
    }
}