
body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
}

.slidehead
{
    font-size: 4rem;
}

.slidepara
{
    font-size: 30px;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert{
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close{
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover{
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs{
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error{
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}


/** Login start **/
.contact-form h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.contact-form {
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.contact-form .form-section a{
    text-decoration: none;
}

.contact-form .form-inner {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 90px;
    background: #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0px 4px 5px 5px #e5f1fb;
}


.contact-form .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.contact-form .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    content: "";
}

.contact-form .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #535353;
    text-transform: capitalize;
    background: #fff;
}

.contact-form .form-section p {
    color: #535353;
    margin-bottom: 0;
    font-size: 16px;
}

.contact-form .form-section p a {
    color: #535353;
}

.contact-form .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.contact-form .form-section .thembo {
    margin-left: 4px;
}

.contact-form .form-section h3 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 400;
    color: #040404;
}

.contact-form .form-section .form-group {
    margin-bottom: 25px;
}

.contact-form .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}


.contact-form .form-section .form-control {
    padding: 14.5px 14.5px;
    font-size: 16px;
    background: transparent!important;
    color: #535353;
    font-weight: 500;
}

.contact-form .form-section .form-box i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 23px;
    color: #777575;
}

.contact-form .form-section .checkbox .terms {
    margin-left: 3px;
}

.contact-form .form-section .terms {
    margin-left: 3px;
}

.contact-form .form-section .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 16px;
    color: #535353;
}

.contact-form .form-section .form-check .form-check-input {
    margin-left: -25px;
}

.contact-form .form-section .form-check a {
    color: #535353;
}

.contact-form .form-check-input:focus {
    border-color: #ff013d;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-check-input:checked {
    background-color: #00c5e7;
    border-color: #00c5e7!important;
}

.contact-form .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    position: absolute;
    border: 2px solid #c5c3c3;
    border-radius: 0;
}

.contact-form .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
    float: right;
}

.contact-form .logo img {
    margin-bottom: 15px;
}

.contact-form .btn-theme {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    border: none;
}

.contact-form .btn-theme:hover {
    color: #fff;
}

.contact-form .btn-theme:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.contact-form .btn-theme:before {
    position: absolute;
    content: '';
    left: 96%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.contact-form .btn-theme span {
    position: relative;
    z-index: 1;
}

.contact-form .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form .btn-lg{
    padding: 0 50px;
    line-height: 55px;
}

.contact-form .btn-md{
    padding: 0 45px;
    line-height: 50px;
}

.contact-form .btn{
    box-shadow: none!important;
}

.contact-form .btn-primary {
    background: #00c5e7;
}

.contact-form .btn-theme:before {
    background: #42b4e9;
}

.contact-form .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.contact-form .social-list {
    padding: 0;
    text-align: center;
}

.contact-form .social-list li a {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    bottom: 15px;
}

.contact-form .social-list li {
    display: inline-block;
}

.contact-form .social-list li a {
    margin: 1px;
    font-size: 14px;
    font-weight: 500;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.contact-form .social-list li a:hover {
    text-decoration: none;
}

.contact-form .facebook-bg {
    background: #4867aa;
}

.contact-form .facebook-bg:hover {
    background: #3d5996;
    color: #fff;
}

.contact-form .twitter-bg {
    background: #33CCFF;
}

.contact-form .twitter-bg:hover {
    background: #56d7fe;
}

.contact-form .google-bg {
    background: #db4437;
}

.contact-form .google-bg:hover {
    background: #dc4e41;
}

.review-listing {
    border-bottom: 1px solid #f5f7fc;
    margin-top: 20px;
    padding-bottom: 30px;
}

@media (min-width:1025px) {
    .navbar1 {
        display: none;
    }
    .mobile {
        display: none;
    }
}
@media (max-width: 992px) {
    
    .contact-form .form-inner {
        padding: 50px 35px;
    }

    .contact-form .form-inner:before {
        width: 35px;
        height: 70px;
    }

    .contact-form .form-inner:after {
        width: 35px;
        height: 70px;
    }
}
/** Login end **/

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0;
}

#mobile_btn {
    display: none;
    margin-right: 30px;
}

.bar-icon {
    display: inline-block;
    width: 31px;
}

.bar-icon span {
    background-color: #0071dc;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}

.bar-icon span:nth-child(2) {
    width: 16px;
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}

.menu-logo img {
    height: 40px;
}

.menu-close {
    font-size: 18px;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.main-nav>li .submenu li {
    position: relative;
}

.main-nav>li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%;
    border-top: 1px solid #f0f0f0;
}
.main-nav li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.header-navbar-rht li:last-child {
    padding-right: 0;
}

.header-contact-img {
    display: inline-block;
}

.header-contact-img i {
    color: rgba(0,0,0,.5);
    font-size: 30px;
}

.header-contact-detail {
    display: inline-block;
    padding-left: 10px;
}

.header-contact-detail p.contact-header {
    color: #484848;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
    text-align: left;
}

.header-contact-detail p.contact-info-header {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.header-navbar-rht li a.header-login {
    background: #fff;
    border: 2px solid #eb0000;
    border-radius: 4px;
    padding: 10px 15px!important;
    box-shadow: inset 0 0 0 0 #eb0000;
    text-align: center;
    font-size: 15px;
    color: #eb0000 !important;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

input, button, a {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

a, a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #535353;
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}

.section-search {
    background: #f9f9f9 url(../img/search-bg.png) no-repeat bottom center;
    min-height: 450px;
    background-size: 100% auto;
    position: relative;
    background-blend-mode: Darken;
    padding: 80px 0;
}

.banner-wrapper {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.banner-wrapper .banner-header {
    margin-bottom: 30px;
}

.banner-wrapper .banner-header h1 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
}

.banner-wrapper .banner-header p {
    color: #757575;
    font-size: 20px;
    margin-bottom: 0;
}

.search-box .search-info {
    -ms-flex: 0 0 775px;
    flex: 0 0 775px;
    margin-right: 12px;
    position: relative;
    width: 775px;
}

.search-box .form-group {
    margin-bottom: 0;
}

.search-info .form-control {
    background: #fff url(../img/search.png) no-repeat 10px center;
}

.search-box .form-control {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding-left: 35px;
}

.form-control {
    border: 1px solid #c4c4c4;
    color: #000;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
    font-size: 16px;
    outline: none;
    background: transparent!important;
    color: #535353;
    font-weight: 500;
    border-radius: 0;
    border: none;
    border-bottom: solid 2px #bdbdbd;
}

.search-box .form-text {
    color: #757575;
    font-size: 13px;
}

.search-box .search-btn {
    width: 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px;
}

.btn-primary {
    background-color: #eb0000;
    border: 1px solid #eb0000;
}

.search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-box .search-btn span {
    display: none;
    font-weight: 500;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

.card-body {
    padding: 1.5rem;
}

.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}

.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active, .user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:hover, .user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 3px;
    color: #20c0f3;
}
.nav-tabs.nav-tabs-bottom>li>a.active, .nav-tabs.nav-tabs-bottom>li>a.active:hover, .nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #20c0f3;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

.user-tabs .nav-tabs>li>a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #3e3e3e;
    font-weight: 600;
    padding: 20px;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.tablinks
{
	cursor: pointer;
}

.doctor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doc-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.doctor-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
}

.doctor-img img {
    border-radius: 5px;
}

.doctor-widget .doc-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

.doc-name a {
    color: #20c3f6;
}

.doc-speciality {
    font-size: 14px;
    color: #212529;
    margin-bottom: 15px;
}

.clinic-services {
    color: #272b41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clinic-services span {
    border: 1px solid #20c3f6;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
}

.clinic-services span+span {
    margin-left: 5px;
}

.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 465px;
    flex: 0 0 465px;
    max-width: 465px;
}

.clini-infos {
    margin-bottom: 15px;
}

.clini-infos ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.clini-infos ul li {
    display: block;
    line-height: 30px;
    color: #4e4852;
}

.clini-infos ul li i {
    font-size: 15px;
    min-width: 30px;
}

.clinic-booking a {
    background-color: #fff;
    border: 2px solid #0db9f2;
    border-radius: 5px;
    color: #0db9f2;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.clinic-booking a.apt-btn {
    background-color: #0db9f2;
    color: #fff;
    padding: 10px 9px;
}

.clinic-booking a+a {
    margin-top: 15px;
}
/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.doctor-img1 {
    margin-right: 20px;
}

.breadcrumb-bar {
    background-color: #15558d;
    padding: 15px 0;
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

.page-breadcrumb ol li a {
    color: #fff;
}

.page-breadcrumb ol li.active {
    color: #fff;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #fff;
    font-size: 10px;
}

.breadcrumb-bar .breadcrumb-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0 0;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 15px;
}

.experience-box {
    position: relative;
}

.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.experience-list>li {
    position: relative;
}

.experience-list>li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

.before-circle {
    background-color: rgba(32,192,243,.2);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid #20c0f3;
}

.experience-list>li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

.experience-list>li .experience-content .timeline-content a.name {
    font-weight: 500;
}

.experience-list>li .time {
    color: #757575;
    display: block;
    font-size: 13px;
}

.service-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}	

.service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-list ul li {
    float: left;
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    width: 33%;
}

.service-list ul li::before {
    color: #ccc;
    content: '\f30b';
    font-family: "font awesome 5 free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.location-list {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 20px;
}

.clinic-content .clinic-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

.doc-speciality {
    font-size: 14px;
    color: #212529;
    margin-bottom: 15px;
}

.clinic-details {
    margin-bottom: 15px;
    margin-top: 10px;
}

.clinic-direction {
    color: #757575;
    font-size: 18px;
    margin-bottom: 25px;
}

.timings-days {
    font-weight: 700;
    color: #272b41;
    margin-bottom: 5px;
}

.timings-times span {
    display: block;
}

.location-list .consult-price {
    font-size: 20px;
    font-weight: 500;
    color: #272b41;
}

.content {
    min-height: 200px;
    padding: 30px 0 0;
}

.profile-sidebar {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}

.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
}

.widget-profile .profile-info-widget {
    display: block;
    text-align: center;
}

.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}

.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
	object-fit: cover;
}

.profile-det-info {
    overflow: hidden;
}

.profile-det-info h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.patient-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.dashboard-menu > ul > li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.dashboard-menu ul li {
    line-height: inherit;
}

.dashboard-menu > ul > li > a {
    color: #757575;
    display: block;
    padding: 16px 20px;
}

.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}
.dashboard-menu ul li a span, .dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}

.dashboard-menu ul li a span, .dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}

.dashboard-menu > ul > li:hover > a, .dashboard-menu > ul > li.active > a {
    color: #eb0000;
}

.card.dash-cards {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 44px rgb(180 180 180 / 25%);
    border-radius: 4px;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

.change-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.change-avatar .profile-img {
    margin-right: 15px;
}

.change-avatar .profile-img img {
    border-radius: 4px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.change-avatar .change-photo-btn {
    margin: 0 0 10px;
    width: 150px;
}
.change-photo-btn {
    background-color: #20c0f3;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
    width: 220px;
}

.change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
}

.text-danger, .dropdown-menu > li > a.text-danger {
    color: #ff0100 !important;
}

.form-group {
    margin-bottom: 1.25rem;
}

.upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.upload-images {
    position: relative;
    width: 80px;
}

.upload-images img {
    border-radius: 4px;
    height: 80px;
    width: auto;
}

.btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 3px;
    top: 3px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.btn-danger {
    background-color: #ff0100;
    border: 1px solid #ff0100;
}

.upload-wrap .upload-images + .upload-images {
    margin-left: 20px;
}

.bootstrap-tagsinput {
    border-color: #dcdcdc;
    box-shadow: inherit;
    min-height: 46px;
    width: 100%;
    border-radius: 0;
}

.bootstrap-tagsinput .tag {
    background-color: #20c0f3;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
    padding: 11px 15px;
    border-radius: 0;
    margin: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #eb0000;
    border-color: #eb0000;
}

.services-card .bootstrap-tagsinput input {
    width: 160px;
}

.add-more a {
    color: #eb0000 !important;
}

.footer {
    background-color: #15558d;
}

.footer .footer-bottom .copyright {
    padding: 30px 0;
    border-top: 1px solid #1663a6;
}

.footer .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 15px;
}

.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.policy-menu li a {
    color: #fff;
}

.policy-menu li::after {
    color: #fff;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}

.policy-menu li:last-child {
    margin-right: 0;
}

.policy-menu li {
    display: inline-block;
    margin-right: 15px;
}

.policy-menu li:last-child::after {
    content: "";
}

.submit-btn-bottom {
    margin-bottom: 30px;
}

.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}

.dash-top-content {
    display: flex;
    align-items: center;
}

.dash-bottom-content {
    display: flex;
    justify-content: end;
}

.circle-bar {
    margin-right: 15px;
	margin-right: 15px;
    border: 5px solid #eb0000;
    padding: 25px;
    border-radius: 50px;
    width: 90px !important;
    height: 90px !important;
}

.circle-bar > div {
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle-bar > div canvas {
    width: 90px !important;
    height: 90px !important;
}

.circle-bar > div img {
    left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
}

.dash-widget-info h6 {
    font-weight: 400;
    font-size: 14px;
    color: #585858;
}

.dash-widget-info h3 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.dash-bottom-content h6 {
    color: #7E84A3;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.dash-bottom-content h6 span {
    color: #10916F;
}

.card.dash-cards {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 4px 44px rgb(180 180 180 / 25%);
    border-radius: 4px;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.today-appointment-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.today-appointment-title h5 {
    font-size: 16px;
    font-weight: 500;
}

.today-appointment-title h6 {
    font-size: 14px;
    color: #FF0000;
    transition: 0.3s linear;
}

.table {
    color: #272b41;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.dash-cards tbody, td, tfoot, th, thead, tr {
    border-style: none;
}

.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table.table-center td, .table.table-center th {
    vertical-align: middle;
}

.dash-cards table.table td h2 a {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}
table.table td h2 a {
    color: #272b41;
}
.avatar-m {
    height: 60px;
    width: 60px;
    border-radius: 4px;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}

table.table td, table.table th {
    border-color: #dee2e6;
}

table.table td h2.table-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.avatar-m img {
    border-radius: 6px;
}
.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dash-cards table.table td h2 span {
    color: #585858;
    font-weight: 400;
    font-size: 13px;
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.consult-type h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.consult-type p {
    color: #585858;
    font-size: 14px;
}

.clinic-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clinic-details ul li {
    display: inline-block;
    padding-right: 5px;
}

.clinic-details ul li a {
    display: inline-block;
}

.clinic-details ul li a img {
    border-radius: 5px;
    width: 40px;
}

.contact-section {
	padding: 50px 0 60px;
	background: linear-gradient(360deg, rgba(0, 113, 220, 0.06) 40.94%, rgba(229, 241, 251, 0) 100%);
}
.contact-section h3 {
	color: #272B41;
	font-size: 36px;
}
.contact-section p {
	color: #000000;
	max-width: 710px;
	margin: 0 auto;
}
.contact-box {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.infor-img {
	position: absolute;
	margin: 0 auto;
	top: -50px;
}
.contact-box .infor-details {
	background: #FFFFFF;
	box-shadow: 0px 4px 5px 5px #e5f1fb;
	border-radius: 8px;
	padding: 20px;
	padding-top: 80px;
	width: 100%;
}
.infor-img .image-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #0DE0FE;
	box-shadow: 0px 10px 4px rgb(0 0 0 / 8%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 30px;
	margin: 0 auto;
}
.contact-box .infor-details label {
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}
.contact-box .infor-details p {
	color: #0071DC;
	font-size: 16px;
	font-weight: 600;
}
.bg-primary, .badge-primary {
	background-color: #eb0000 !important;
}
.contact-form {
	padding: 50px 0 60px;
	background-color: #fff;
}
.contact-form .section-header {
	margin-bottom: 50px;
}
.section-header {
	margin-bottom: 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.section-header h2 {
	font-size: 36px;
	margin-bottom: 0;
	font-weight: 600;
}

.form-group {
	margin-bottom: 1.25rem;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
.contact-form form label span {
	color: #ff0000;
}
.contact-form form input, .contact-form form textarea {
	background: #FFFFFF;
	border: 1px solid #E5F1FB;
	border-radius: 8px;
}
input[type=text], input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control {
	border: 1px solid #C4C4C4;
	color: #000;
	font-size: 15px;
	min-height: 46px;
	padding: 6px 15px;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #15558d !important;
}
.contact-form .btn {
	font-size: 15px;
	font-weight: 600;
	padding: 11px 30px;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #E5F1FB;
	width: 100%;
}
.contact-form form textarea {
	min-height: 200px;
	resize: none;
	padding: 6px 15px;
}
.contact-form form input, .contact-form form textarea {
	background: #FFFFFF;
	border: 1px solid #E5F1FB;
	border-radius: 8px;
}

.about-section {
	padding: 50px 0;
}
.about-section p {
	font-size: 18px;
	color: #000;
}

.home-tile-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.section-header {
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 600;
}

.doctor-book-card {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 20px #0000000b;
    overflow: hidden;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

.doctor-book-card img {
    vertical-align: middle;
    border-radius: 0.25rem;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	    height: 325px;
}

.tile-card-content-1 {
    background: rgb(0, 0, 0);
    background: rgba(13, 13, 13, 0.33);
}
.doctor-book-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
    border-radius: 0.25rem;
}

.doctor-book-card-content > div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.doctor-book-card h3 {
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    color: #fff;
}

.doctor-book-card-content .book-btn1 {
    font-size: 14px;
}
.book-btn1 {
    background-color: #0de0fe;
    border: 2px solid #0de0fe;
    box-shadow: inset 0 0 0 0 #01cae4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 6px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-one-light {
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    background: #0071DC;
    border: 1px solid #0071DC;
    box-shadow: inset 0 0 0 0 #09e5ab;
    border-radius: 5px;
    min-width: 110px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

p.sub-title {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.section-specialities {
    background-color: #fff;
    padding: 80px 0;
}

.carousel-caption {
    position: absolute;
    right: 5% !important;
    bottom: 1.25rem;
    left: 40%;
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #000; 
    text-align: center;
    top: 30% !important;
}



.slideimage
{
	height: 600px;width: 525px;
}

.btn-facebook {
    background-color: #3a559f;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}

.btn-google {
    background-color: #dd4b39;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}

.dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 18px;
}

.dont-have a {
    color: #10DEFD;
}

.login-header {
    margin-bottom: 20px;
}

.login-header h3 {
    font-size: 18px;
    margin-bottom: 3px !important;
}

.login-header p {
    margin-bottom: 0;
}

.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}

.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}

.schedule-nav .nav-tabs {
    border: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-justified .nav-item, .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.schedule-nav .nav-tabs li a.active {
    background: #ff4877;
    border: 1px solid #ff4877 !important;
    color: #fff;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
}

.schedule-nav .nav-tabs > li > a {
    border: 1px solid #dcddea;
    border-radius: 4px;
    padding: 6px 15px;
    text-transform: uppercase;
}


.schedule-cont {
    padding: 20px;
}

.tab-content.schedule-cont .card-title {
    margin-bottom: 10px;
}

.edit-link {
    color: #20c0f3;
    font-size: 16px;
    margin-top: 4px;
}


.doc-slot-list {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 6px 15px;
}

.doc-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer-top {
    padding: 40px 0;
}

.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-widget .footer-about-content p {
    color: #fff;
}

.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .social-icon ul li {
    margin-right: 15px;
}

.footer .social-icon ul li a {
    color: #fff !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    transition: all 0.4s ease 0s;
}

.footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}


.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}

.footer .footer-menu ul li a {
    color: #fff !important;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
}

.footer .footer-menu ul li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

.footer-contact-info {
    color: #fff;
    font-size: 15px;
}

.footer-contact-info .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-contact-info .footer-address span {
    margin-right: 20px;
}

.footer-contact-info .footer-address span i.fa-map-marker-alt {
    font-size: 20px;
}


.widget {
    margin-bottom: 30px;
}

.comments-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}
.rounded-circle {
    border-radius: 50%!important;
}

.review-listing ul li .comment .comment-body {
    margin-left: 16px;
    width: 100%;
}

.review-listing ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px;
}

.review-listing ul li .comment .comment-body .meta-data span.comment-author {
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}
.review-listing ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575;
}

.review-listing ul li .comment .comment-body .meta-data span.comment-date {
    font-size: 14px;
}

.review-listing ul li .comment .comment-body .meta-data .review-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
    width: auto;
}
.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}

.rating i.filled {
    color: #f4c150;
}


/*.star-rating {*/
/*    direction: rtl;*/
/*}*/

.star-rating input[type=radio] {
    display: none;
}

.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input[type=radio]:checked ~ label {
    color: #f2b600;
}
.star-rating label {
    color: #bbb;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-contact-info p i {
    margin-right: 15px;
}

@media only screen and (max-width: 479px)
{
    .desk, .product_header {
        display: none;
    }
	.section-search {
		min-height: 410px;
		padding: 30px 15px;
	}
	.clinic-booking a.apt-btn {
		width: 100%;
	}
	
	.slidehead
    {
        font-size: calc(1.3rem + .6vw);
    }
    
    .slidepara
    {
        font-size: 18px;
    }
    
    .section-specialities {
        background-color: #fff;
        padding: 30px 0;
    }
    .subnav-content
    {
        position: relative !important;
    }
}

@media only screen and (max-width: 767.98px)
{
    .review-listing > ul li .comment .comment-body .meta-data span.comment-date {
        margin-bottom: 5px;
    }

    .section-specialities, .home-tile-section {
        padding: 30px 0 !important;
    }
    
    .subnav-content
    {
        position: relative !important;
    }
    

	.carousel-caption
	{
		left: 0px;	
		right: 5% !important;
        bottom: 1.25rem;
        left: 40%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #000;
        text-align: center;
        top: 0% !important;
	}
	.slideimage
	{
		height: 100%;width: 150px;
	}
	.slidehead
    {
        font-size: calc(1.3rem + .6vw) !important;
    }
    
    .slidepara
    {
        font-size: 18px !important;
    }

	.card {
		margin-bottom: 20px;
	}

	.profile-sidebar {
		margin-bottom: 20px;
	}

	.service-list ul li {
		width: 50%;
	}

	.doctor-widget {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.doc-info-left {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.doctor-img {
		margin: 0 auto 20px;
	}
	

	.doc-info-right {
		margin-left: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.clinic-services {
		display: none;
	}
	
	h5, .h5 {
		font-size: .875rem;
	}
	
	.doc-speciality {
		font-size: 12px;
	}
	.doc-department {
		justify-content: center;
	}

	.clinic-booking a.view-pro-btn {
		margin-bottom: 5px;
	}
	
	.clinic-booking a {
		font-size: 12px;
	}

	.doctor-widget {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.section-search, .section-doctor, .section-features {
		padding: 50px 0;
	}

	.section-search {
		background: #f9f9f9;
	}
	.banner-wrapper .banner-header h1 {
		font-size: 2rem;
	}
	.banner-wrapper .banner-header p {
		font-size: 1rem;
	}
	.search-box form {
		-ms-flex-direction: column;
		flex-direction: column;
		word-wrap: break-word;
		background-clip: border-box;
	}
	.search-box .search-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	.search-box .search-btn {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-height: 46px;
		width: 100%;
	}
	.search-box .search-btn span {
		display: inline-block;
		margin-left: 5px;
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 575.98px)
{
    .section-specialities {
        background-color: #fff;
        padding: 30px 0;
    }
	.card {
		margin-bottom: 0.9375rem;
	}

	.change-avatar .profile-img img {
		height: 80px;
		width: 80px;
	}
	.service-list ul li {
		width: 100%;
	}
	.header-navbar-rht {
		display: none;
	}
	#mobile_btn {
		left: 0;
		margin-right: 0;
		padding: 0 15px;
		position: absolute;
		z-index: 99;
	}
	.navbar-header {
		width: 100%;
	}
	.header-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-brand.logo img {
		height: 40px;
	}
	.navbar-brand.logo {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.navbar-brand.logo img {
		height: 40px;
	}
	.banner-wrapper .banner-header h1 {
		font-size: 28px;
	}
	.search-box form {
		display: block;
	}
	.search-box .search-info {
		width: 100%;
		-ms-flex: none;
		flex: none;
	}
}



@media (min-width: 992px)
{
	.main-nav li {
		display: block;
		position: relative;
		margin-right: 30px;
	}
	.main-nav>li>a {
		line-height: 85px;
		padding: 0!important;
	}
	.main-nav li>ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px rgb(0 0 0 / 10%);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}
	.main-nav .has-submenu.active>a {
		color: #eb0000;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.main-nav>li .submenu li:first-child a {
		border-top: 0;
	}
	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #fff #fff;
		box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}

@media only screen and (max-width: 991.98px)
{
	.login-left {
		display: none;
	}
	.main-nav>li {
		border-bottom: 1px solid #8bbeef;
		margin-left: 0;
	}
	
	.main-nav>li>a {
		line-height: 1.5;
		padding: 15px 20px!important;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}

	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.main-nav>li>a {
		line-height: 1.5;
		padding: 15px 20px!important;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	.main-nav>li {
		border-bottom: 1px solid #8bbeef;
		margin-left: 0;
	}
	.main-nav ul {
		background-color: #3474ac;
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-nav>li .submenu li a {
		border-top: 0;
		color: #fff;
		padding: 10px 15px 10px 35px;
	}
	#mobile_btn {
		display: inline-block;
	}
	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all .4s;
		background-color: #15558d;
	}
	.section-search {
		min-height: 330px;
	}
	.banner-wrapper {
		max-width: 720px;
	}
	.banner-wrapper .banner-header h1 {
		font-size: 2.125rem;
	}
	.search-box .search-info {
		-ms-flex: 0 0 92%;
		flex: 0 0 92%;
		width: 100%;
	}
}

