@import "css2";
@import "css2-1";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    Background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    Background-color: #F5F5F5;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    Background-color: #ff4900;
    Background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}

body {
    font-family: jost, sans-serif;
    color: #35405c;
    Background-color: #fff;
    font-size: 17px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #02123a;
    /* font-family: roboto slab, serif */
}

p {
    line-height: 1.7
}

p:last-child {
    margin-bottom: 0
}

a {
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none
}

img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px
}

button:focus {
    outline: 0
}

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

.common-btn {
    display: inline-block;
    color: #fff;
    Background-color: #ff4900;
    padding: 12px 25px;
    font-weight: 500;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1 !important;
    z-index: 1;
    position: relative
}

.common-btn .one:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    left: 0;
    top: 0;
    Background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.common-btn .one:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 0;
    left: 0;
    top: 0;
    Background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.common-btn .two:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    right: 0;
    bottom: 0;
    Background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.common-btn .two:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 0;
    right: 0;
    bottom: 0;
    Background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.common-btn:hover {
    color: #fff;
    Background-color: #02123a
}

.common-btn:hover .one:before,
.common-btn:hover .two:before {
    opacity: 1;
    visibility: visible;
    width: 15px
}

.common-btn:hover .one:after,
.common-btn:hover .two:after {
    opacity: 1;
    visibility: visible;
    height: 15px
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

.section-title .top {
    position: relative;
    display: inline-block;
    margin-bottom: 8px
}

.section-title .top .top-title {
    font-size: 75px;
    line-height: 75px;
    color: #b6b5b5;
    font-family: roboto slab, serif;
    font-weight: 700;
    display: block;
    opacity: .1
}

.section-title .top .sub-title {
    display: block;
    font-weight: 600;
    color: #ff4900;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 24px
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.3
}

.section-title p {
    margin-top: 10px;
    margin-bottom: 0
}

/* .header-area {
    padding-top: 5px;
} */

.header-area .left a {
    display: block
}

.header-area .left .left-logo2 {
    display: none
}

.header-area .right {
    text-align: end
}

.header-area .right ul {
    margin: 0;
    padding: 0
}

.header-area .right ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    /* padding-left: 50px; */
    text-align: start;
    vertical-align: middle;
    margin-right: 10px
}

.header-area .right ul li:last-child {
    margin-right: 0
}

.header-area .right ul li:hover i {
    color: #fff;
    Background-color: #ff4900
}

.header-area .right ul li i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ff4900;
    Background-color: #ff490030;
    border-radius: 5px;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0
}

.header-area .right ul li i.user-cus {
    display: unset;
    width: unset;
    height: unset;
    line-height: unset;
    text-align: center;
    color: #ff4900;
    Background-color: unset;
    border-radius: 5px;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    position: unset;
    top: 0;
    left: 0;
}

.header-area .right ul li i.phone-cus {
    display: unset;
    width: unset;
    height: unset;
    line-height: unset;
    text-align: center;
    color: #fff;
    Background-color: unset;
    border-radius: 5px;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    position: unset;
    top: 0;
    left: 0;
}

.header-area .right ul li .phone-a-tag {
    Background: #ff4900;
    padding: 4px 14px;
    color: #fff;
    border-radius: 50px;
}

.header-area .right ul li i.flaticon-placeholder:before {
    left: 2px;
    position: relative
}

.header-area .right ul li h4 {
    font-size: 15px;
    margin-bottom: 5px
}

.header-area .right ul li a {
    display: block;
    color: #35405c;
    font-size: 13px
}

.header-area .right ul li a:hover {
    /* color: #ff4900 */
}

.header-area .right ul li span {
    display: block;
    font-size: 13px
}

.main-nav {
    Background-color: #F47B0B;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 2px solid #F05726;
}


.main-nav nav {
    padding-top: 0;
    padding-bottom: 0
}

.main-nav nav .navbar-nav {
    margin-left: 0;
    /* margin-right: auto */
}

.main-nav nav .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item a {
    font-weight: 600;
    text-transform: unset;
    color: #fff;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.main-nav nav .navbar-nav .nav-item a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    Background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #fff;
    /* text-shadow: 1px 2px #008bd0; */
}

.main-nav nav .navbar-nav .nav-item a:hover:before,
.main-nav nav .navbar-nav .nav-item a:focus:before,
.main-nav nav .navbar-nav .nav-item a.active:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.main-nav nav .navbar-nav .nav-item a.active:before {
    height: 2px;
}

.main-nav nav .navbar-nav .nav-item a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 3px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 0;
    Background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-top: 3px solid #02123a
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid #f1f1f1
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: -3px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #ff4900
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: unset;
    padding: 12px 15px;
    color: #02123a
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
    display: none
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ff4900
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: -100%;
    left: unset;
    top: 15px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #02123a;
    text-transform: unset
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ff4900
}

.main-nav .dropdown-toggle::after {
    display: none
}

.side-nav {
    vertical-align: middle
}

.side-nav .cart {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: 3px
}

.side-nav .cart a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 30px
}

.side-nav .cart a span {
    position: absolute;
    top: 5px;
    right: -4px;
    font-size: 13px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    Background-color: #02123a
}

.side-nav .languages {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.side-nav .languages .nice-select {
    height: 30px;
    line-height: 30px;
    Background-color: transparent;
    border: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 500
}

.side-nav .languages .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.side-nav .languages .nice-select ul {
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%
}

.side-nav .languages .nice-select ul li {
    display: block;
    width: 100%;
    color: #02123a;
    font-size: 15px
}

.side-nav .social {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px
}

.side-nav .social ul {
    margin: 0;
    padding: 0
}

.side-nav .social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.side-nav .social ul li:last-child {
    margin-right: 0
}

.side-nav .social ul li a {
    display: block;
    color: #fff;
    font-size: 17px
}

.side-nav .side-menu {
    vertical-align: middle;
    display: inline-block
}

.side-nav .side-menu .modal-btn {
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #ff4900;
    Background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px
}

.side-nav .side-menu .modal-btn i {
    line-height: 30px
}

.side-nav .side-menu .modal-btn:hover {
    color: #fff;
    Background-color: #02123a
}

#myModalRight {
    z-index: 99999;
    padding-right: 0 !important
}

#myModalRight .modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#myModalRight .modal-header .modal-header-logo2 {
    display: none
}

.modal .modal-body h2 {
    font-size: 22px;
    margin-bottom: 8px
}

.modal .modal-body p {
    margin-bottom: 30px
}

.modal .modal-body .image-area h2 {
    margin-bottom: 15px
}

.modal .modal-body .image-area a {
    display: block;
    Background-color: #ecf7f9;
    margin-bottom: 20px;
    border-radius: 5px
}

.modal .modal-body .image-area a:hover {
    Background-color: #ff4900
}

.modal .modal-body .social-area ul {
    margin: 0;
    padding: 0
}

.modal .modal-body .social-area ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px
}

.modal .modal-body .social-area ul li a {
    display: block;
    color: #ff4900;
    font-size: 20px
}

.modal .modal-body .social-area ul li a:hover {
    color: #02123a
}

.modal.modal-right .modal-dialog {
    max-width: 380px;
    min-height: 100vh
}

.modal.modal-right.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.modal-right .modal-content {
    height: 100vh;
    overflow-y: auto;
    border-radius: 0
}

.modal.modal-left .modal-dialog {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    margin: 0 auto 0 0
}

.modal.modal-right .modal-dialog {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    margin: 0 0 0 auto
}

.banner-area {
    overflow: hidden
}

.banner-bg-one {
    Background-image: url(../images/banner/slide-1.jpg)
}

.banner-item {
    height: 100vh;
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    position: relative
}

.banner-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background: -webkit-gradient(linear, left top, right top, from(rgba(2, 18, 58, 0.184946)), to(rgba(2, 18, 58, 0)));
    Background: linear-gradient(90deg, rgba(2, 18, 58, 0.184946) 0%, rgba(2, 18, 58, 0) 100%);
    opacity: .1
}

.banner-content {
    position: relative;
    z-index: 1;
    max-width: 675px;
    margin-top: 70px
}

.banner-content .title {
    font-size: 20px;
    display: block;
    font-weight: 600;
    color: #ff4900;
    margin-bottom: 25px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.banner-content h1 {
    font-size: 68px;
    margin-bottom: 35px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.about-area {
    Background-color: #ecf7f9;
    Background-image: url(../images/about/bg1.png);
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat
}

.about-area .about-img {
    text-align: center
}

.about-area .about-content {
    padding-top: 100px;
    padding-bottom: 100px
}

.about-area .about-content .section-title {
    margin-left: 0;
    text-align: start
}

.about-area .about-content .section-title p {
    font-weight: 500
}

.about-area .about-content ul {
    margin: 0;
    padding: 0
}

.about-area .about-content ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 40px
}

.about-area .about-content ul li:hover i {
    color: #fff;
    Background-color: #ff4900
}

.about-area .about-content ul li i {
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    color: #ff4900;
    Background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px
}

.about-area .about-content .common-btn {
    margin-top: 25px
}

.services-item {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.services-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.services-item:hover .bottom span {
    width: 50px;
    height: 50px
}

.services-item:hover .bottom .icon {
    color: #fff;
    Background-color: #fff;
    border: 3px solid #008bd047;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
}

.services-item .top a {
    display: block
}

.services-item .top a img {
    border-radius: 10px
}

.services-item .bottom {
    Background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 30px 30px 30px 105px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    -webkit-box-shadow: 0 8px 20px 0 #f5fcfe;
    box-shadow: 0 8px 20px 0 #f5fcfe
}

.services-item .bottom span {
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.services-item .bottom span:nth-child(1) {
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top: 3px solid #008bd047;
    border-left: 3px solid #008bd047;
}

.services-item .bottom span:nth-child(2) {
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-top: 3px solid #008bd047;
    border-right: 3px solid #008bd047;
}

.services-item .bottom span:nth-child(3) {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #008bd047;
    border-right: 3px solid #008bd047
}

.services-item .bottom span:nth-child(4) {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom: 3px solid #008bd047;
    border-left: 3px solid #008bd047
}

.services-item .bottom .icon {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    color: #ff4900;
    Background-color: #ff490012;
    -webkit-transition: .5s;
    transition: .5s
}

.services-item .bottom h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.services-item .bottom h3 a {
    color: #02123a
}

.services-item .bottom h3 a:hover {
    color: #ff4900
}

.services-item .bottom p {
    margin-bottom: 10px
}

.services-item .bottom .services-btn {
    display: inline-block;
    color: #ff4900;
    font-weight: 500
}

.services-item .bottom .services-btn i {
    position: relative;
    top: 2px
}

.services-item .bottom .services-btn:hover {
    color: #02123a
}

.consultation-area {
    Background-image: url(../images/consultation-bg.jpg);
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.consultation-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #fff;
    opacity: .7;
    z-index: -1
}

.consultation-area .section-title {
    margin-bottom: 30px;
    text-align: start
}

.consultation-area .consultation-content {
    text-align: end;
    margin-bottom: 30px
}

.consultation-area .consultation-content ul {
    margin: 0;
    padding: 0
}

.consultation-area .consultation-content ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    text-align: start
}

.consultation-area .consultation-content ul li .common-btn {
    -webkit-box-shadow: 0 0 20px 0 #5fc8db;
    box-shadow: 0 0 20px 0 #5fc8db;
    margin-right: 30px
}

.consultation-area .consultation-content ul li h3 {
    font-size: 34px;
    margin-bottom: 5px
}

.consultation-area .consultation-content ul li h3 a {
    color: #02123a
}

.consultation-area .consultation-content ul li h3 a:hover {
    color: #35405c
}

.consultation-area .consultation-content ul li span {
    display: block;
    font-weight: 500
}

.doctors-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 #e5fafd;
    box-shadow: 0 0 20px 0 #e5fafd;
    -webkit-transition: .5s;
    transition: .5s
}

.doctors-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.doctors-item .top {
    position: relative;
    text-align: center;
    Background-color: #ff490012
}

.doctors-item .top ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30%;
    left: 30px;
    display: none
}

.doctors-item .top ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px
}

.doctors-item .top ul li a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    color: #fff;
    Background-color: #ff4900
}

.doctors-item .top ul li a i {
    line-height: 45px
}

.doctors-item .top ul li a:hover {
    color: #fff;
    Background-color: #02123a
}

.doctors-item .bottom {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle
}

.doctors-item .bottom .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.doctors-item .bottom .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 15px
}

.doctors-item .bottom i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ff4900;
    Background-color: #ff490012;
    font-size: 35px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.doctors-item .bottom i:hover {
    color: #fff;
    Background-color: #ff4900
}

.doctors-item .bottom h3 {
    font-size: 22px;
    margin-bottom: 6px
}

.doctors-item .bottom h3 a {
    color: #ff4900
}

.doctors-item .bottom h3 a:hover {
    color: #02123a
}

.doctors-item .bottom span {
    display: block
}

.choose-area {
    position: relative;
    z-index: 1;
    Background-color: #f6fcfe
}

.choose-area .choose-shape img {
    position: absolute;
    z-index: -1
}

.choose-area .choose-shape img:nth-child(1) {
    top: 0;
    right: 0
}

.choose-area .choose-shape img:nth-child(2) {
    bottom: 0;
    right: 0
}

.choose-area .choose-shape img:nth-child(3) {
    bottom: 0;
    left: 0
}

.choose-area .choose-img {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1
}

.choose-area .choose-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #ff4900;
    z-index: -1;
    -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards;
    animation: border-transform-default-two 10s linear infinite alternate forwards
}

.choose-area .choose-img img {
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards
}

.choose-area .choose-content .section-title {
    text-align: start
}

.choose-area .choose-content .section-title p {
    font-weight: 500
}

.choose-area .choose-content ul {
    margin: 0;
    padding: 0
}

.choose-area .choose-content ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative
}

.choose-area .choose-content ul li:hover i {
    color: #fff;
    Background-color: #ff4900
}

.choose-area .choose-content ul li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
    color: #ff4900;
    Background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #e5f9fd;
    box-shadow: 0 0 20px 0 #e5f9fd;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0
}

.choose-area .choose-content ul li h3 {
    font-size: 22px;
    margin-bottom: 8px
}

@-webkit-keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@-webkit-keyframes border-transform-default-two {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    28% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    70% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform-default-two {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    28% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    70% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.blog-area .section-title h2 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

.blog-item {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.blog-item .top a {
    display: block
}

.blog-item .top a img {
    border-radius: 10px
}

.blog-item .bottom {
    Background-color: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    -webkit-box-shadow: 0 8px 20px 0 #cdcdcd;
    box-shadow: 0 8px 20px 0 #cdcdcd;
    position: relative
}

.blog-item .bottom h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4
}

.blog-item .bottom h3 a {
    color: #02123a
}

.blog-item .bottom h3 a:hover {
    color: #ff4900
}

.blog-item .bottom p {
    margin-bottom: 12px
}

.blog-item .bottom ul {
    margin: 0;
    padding: 0
}

.blog-item .bottom ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px
}

.blog-item .bottom ul li span {
    display: block;
    font-weight: 500;
    color: #ff4900;
    font-size: 16px
}

.testimonials-area {
    Background-image: url(../images/testimonials-bg.jpg);
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.testimonials-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #fff;
    opacity: .7;
    z-index: -1
}

.testimonials-area .testimonials-img img {
    position: absolute;
    bottom: 0;
    right: 30px;
    max-width: 170px
}

.testimonials-area .testimonials-slider {
    max-width: 1150px
}

.testimonials-area .testimonials-item {
    border-radius: 10px;
    Background-color: #ff4900;
    padding: 30px 90px 30px 30px
}

.testimonials-area .testimonials-item .top {
    position: relative;
    padding-left: 75px;
    margin-bottom: 25px
}

.testimonials-area .testimonials-item .top img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60px;
    border-radius: 50%
}

.testimonials-area .testimonials-item .top h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #fff
}

.testimonials-area .testimonials-item .top span {
    display: block
}

.testimonials-area .testimonials-item p {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    margin-bottom: 20px
}

.testimonials-area .testimonials-item ul {
    margin: 0;
    padding: 0
}

.testimonials-area .testimonials-item ul li {
    list-style-type: none;
    display: inline-block
}

.testimonials-area .testimonials-item ul li i {
    color: #ddd
}

.testimonials-area .testimonials-item ul li i.checked {
    color: #fff
}

.testimonials-area .testimonials-item .icon {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    position: absolute;
    bottom: 10px;
    right: 35px
}

.testimonials-area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    margin-bottom: -11px
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
    Background: #02123a;
    -webkit-transition: .5s;
    transition: .5s;
    width: 15px;
    height: 15px
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span,
.testimonials-area .owl-theme .owl-dots .owl-dot:hover span {
    Background: #ff4900
}

.partner-item {
    text-align: center
}

.partner-item img {
    margin-left: auto;
    margin-right: auto;
    width: auto !important
}

.footer-area {
    Background-color: #020016
}

.footer-item {
    margin-bottom: 30px
}

.footer-item h3 {
    font-size: 22px;
    color: #ff4900;
    margin-bottom: 30px
}

.footer-item .footer-contact ul {
    margin: 0;
    padding: 0
}

.footer-item .footer-contact ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 12px
}

.footer-item .footer-contact ul li:last-child {
    margin-bottom: 0
}

.footer-item .footer-contact ul li span {
    display: block;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px
}

.footer-item .footer-contact ul li a {
    display: block;
    color: #fff
}

.footer-item .footer-contact ul li a:hover {
    color: #fff;
    padding-left: 5px
}

.footer-item .footer-links ul {
    margin: 0;
    padding: 0
}

.footer-item .footer-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 12px
}

.footer-item .footer-links ul li:last-child {
    margin-bottom: 0
}

.footer-item .footer-links ul li a {
    display: block;
    color: #fff
}

.footer-item .footer-links ul li a:hover {
    color: #fff;
    padding-left: 5px
}

.footer-item .footer-hours ul {
    margin: 0;
    padding: 0
}

.footer-item .footer-hours ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fff;
    position: relative
}

.footer-item .footer-hours ul li:last-child {
    margin-bottom: 0
}

.footer-item .footer-hours ul li span {
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0
}

.copyright-area {
    Background-color: #0e0c21;
    padding-top: 15px;
    padding-bottom: 15px
}

.copyright-area p {
    color: #fff
}

.copyright-area p a {
    display: inline-block;
    color: #fff;
    font-weight: 700
}

.copyright-area p a:hover {
    letter-spacing: 1px;
    color: #fff
}

.copyright-area ul {
    text-align: end;
    margin: 0;
    padding: 0
}

.copyright-area ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff
}

.copyright-area ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.copyright-area ul li a {
    color: #fff
}

.copyright-area ul li a:hover {
    letter-spacing: 1px;
    color: #fff
}

.banner-bg-two {
    Background-image: url(../images/banner/slide-2.jpg)
}

.banner-bg-three {
    Background-image: url(../images/banner/slide-3.jpg)
}

.banner-bg-four {
    Background-image: url(../images/banner/slide-4.jpg)
}

.banner-area.two .banner-item:before {
    Background: -webkit-gradient(linear, left top, right top, color-stop(36%, rgba(255, 255, 255, 0.816969)), color-stop(61%, rgba(255, 255, 255, 0)));
    Background: linear-gradient(90deg, rgba(255, 255, 255, 0.816969) 36%, rgba(255, 255, 255, 0) 61%);
    opacity: 1
}

.banner-area.two .banner-content {
    max-width: 720px
}

.banner-area.two .banner-content h1 {
    margin-bottom: 22px
}

.banner-area.two .banner-content p {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px
}

.banner-area.two .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px
}

.banner-area.two .owl-theme .owl-dots .owl-dot span {
    width: 60px;
    height: 6px;
    Background: #008ad5;
    -webkit-transition: .5s;
    transition: .5s
}

.banner-area.two .owl-theme .owl-dots .owl-dot.active span,
.banner-area.two .owl-theme .owl-dots .owl-dot:hover span {
    Background: #ff4900
}

.about-area.two {
    Background-image: unset;
    Background-color: #fff;
    z-index: 1;
    position: relative
}

.about-area.two .about-shape img {
    position: absolute;
    z-index: -1
}

.about-area.two .about-shape img:nth-child(1) {
    top: 0;
    right: 0
}

.about-area.two .about-shape img:nth-child(2) {
    left: 0;
    bottom: 0
}

.about-area.two .about-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.about-area.two .about-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #ff4900;
    z-index: -1;
    -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards;
    animation: border-transform-default-two 10s linear infinite alternate forwards
}

.about-area.two .about-img img {
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards
}

.about-area.two .about-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px
}

.about-area.two .about-content ul li i {
    color: #02123a;
    Background-color: #ddf8fb
}

.about-area.two .about-content ul li:hover i {
    color: #fff;
    Background-color: #ff4900
}

.services-area.two {
    Background-image: url(../images/testimonials-bg.jpg);
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.services-area.two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #fff;
    opacity: .7;
    z-index: -1
}

.services-area.two .services-item .bottom {
    max-width: 100%;
    margin-top: 0
}

.counter-area {
    Background-image: url(../images/consultation-bg.jpg);
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.counter-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #fff;
    opacity: .7;
    z-index: -1
}

.counter-item {
    Background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
    position: relative;
    padding: 40px 30px 40px 115px;
    margin-bottom: 30px
}

.counter-item i {
    display: inline-block;
    color: #ff4900;
    font-size: 70px;
    line-height: 70px;
    position: absolute;
    top: 40px;
    left: 30px
}

.counter-item h3 {
    font-size: 40px;
    color: #ff4900;
    margin-bottom: 5px;
    margin-top: -10px
}

.counter-item h3 .target {
    margin-left: -5px;
    position: relative;
    top: 1px
}

.counter-item p {
    font-weight: 500
}

img.mfp-img {
    Background-color: #ff490012
}

.shop-item {
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.shop-item h4 {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    Background-color: #ff4900;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1
}

.shop-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

.shop-item:hover .top ul {
    left: 30px;
    opacity: 1;
    visibility: visible
}

.shop-item .top {
    Background-color: #ff490012;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative
}

.shop-item .top ul {
    position: absolute;
    top: 30px;
    left: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.shop-item .top ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px
}

.shop-item .top ul li a {
    display: block;
    width: 55px;
    font-size: 25px;
    height: 55px;
    text-align: center;
    border-radius: 5px;
    color: #ff4900;
    Background-color: #fff
}

.shop-item .top ul li a i {
    line-height: 55px
}

.shop-item .top ul li a:hover {
    color: #fff;
    Background-color: #ff4900
}

.shop-item .bottom h3 {
    font-size: 22px;
    margin-bottom: 8px
}

.shop-item .bottom h3 a {
    color: #ff4900
}

.shop-item .bottom h3 a:hover {
    color: #02123a
}

.shop-item .bottom span {
    display: block;
    font-size: 16px
}

.client-area {
    Background-color: #ff490012;
    position: relative
}

.client-area .client-img img {
    position: absolute;
    bottom: 0;
    right: 30px
}

.client-area .section-title {
    text-align: start
}

.client-area .section-title .top .top-title {
    color: #ff480012;
    opacity: 1
}

.client-area .section-title .top .sub-title {
    color: #35405c
}

.client-area .section-title h2 {
    max-width: 550px;
}

.client-area .slider-for {
    /* max-width: 640px; */
    max-width: 100%;
}

.client-area .client-item {
    position: relative
}

.client-area .client-item .icon {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #ff4900;
    margin-bottom: 15px
}

.client-area .client-item p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px
}

.client-area .client-item ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.client-area .client-item ul li {
    list-style-type: none;
    display: inline-block
}

.client-area .client-item ul li i {
    display: block;
    color: #e4bcac;
    font-size: 18px
}

.client-area .client-item ul li i.checked {
    color: #ff4900;
}

.client-area .slider-nav {
    /* max-width: 550px */
}

.client-area .top-img {
    opacity: .6;
    cursor: pointer
}

.client-area .top-img:focus {
    outline: none
}

.client-area .top-img.slick-current {
    opacity: 1
}

.client-area .top-img img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 15px
}

.client-area .top-img h3 {
    font-size: 22px;
    margin-bottom: 5px
}

.client-area .top-img span {
    display: block
}

.features-item {
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 30px 30px 25px;
    Background-color: #ff49004a;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-left: 10px;
    margin-right: 10px;
}

.features-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    Background-color: #ff490012
}

.features-item:hover .features-btn {
    color: #ff4900
}

.features-item span {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 30px
}

.features-item i {
    display: inline-block;
    width: 90px;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    color: #ff4900;
    Background-color: #fff;
    margin-bottom: 22px;
    border-radius: 5px
}

.features-item h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.features-item h3 a {
    color: #02123a
}

.features-item h3 a:hover {
    letter-spacing: 1px
}

.features-item p {
    margin-bottom: 13px
}

.features-item .features-btn {
    font-weight: 600;
    color: #35405c;
    font-size: 16px
}

.appointment-area {
    Background-color: #ff490012;
    position: relative;
    z-index: 1
}

.appointment-area .appointment-shape img {
    position: absolute;
    z-index: -1
}

.appointment-area .appointment-shape img:nth-child(1) {
    top: 0;
    right: 0
}

.appointment-area .appointment-shape img:nth-child(2) {
    bottom: 0;
    right: 0
}

.appointment-area .appointment-img {
    Background-image: url(../images/appointment-main1.jpg);
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.appointment-area .appointment-img img {
    display: none
}

.appointment-area .appointment-content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    max-width: 645px
}

.appointment-area .appointment-content h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.appointment-area .appointment-content span {
    display: block;
    margin-bottom: 30px
}

.appointment-area .appointment-content .form-group {
    margin-bottom: 15px
}

.appointment-area .appointment-content .form-group .form-control {
    height: 50px;
    Background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #35405c;
    padding-left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.appointment-area .appointment-content .form-group .form-control :focus {
    border: 0;
    border-bottom: 1px solid #ff4900;
    -webkit-box-shadow: none;
    box-shadow: none
}

.appointment-area .appointment-content .form-group textarea {
    height: auto !important
}

.appointment-area .appointment-content .common-btn {
    margin-top: 10px
}

.appointment-area .appointment-content .common-btn span {
    margin-bottom: 0
}

.main-nav.two {
    Background: #02123a
}

.main-nav.two .side-nav .cart a span {
    color: #fff;
    Background-color: #ff4900
}

.main-nav.two .side-nav .social {
    margin-right: 0
}

.banner-area.three {
    Background-color: #99e2ec;
    position: relative;
    z-index: 1
}

.banner-area.three .banner-shape img {
    z-index: -1;
    position: absolute
}

.banner-area.three .banner-shape img:nth-child(1) {
    top: 0;
    left: 0
}

.banner-area.three .banner-shape img:nth-child(2) {
    top: 0;
    right: 0
}

.banner-area.three .banner-shape img:nth-child(3) {
    z-index: 1;
    bottom: 0;
    right: 75px;
    max-width: 530px
}

.banner-area.three .banner-content {
    max-width: 770px
}

.banner-area.three .banner-content .title {
    color: #fff
}

.banner-area.three .banner-content h1 {
    margin-bottom: 22px
}

.banner-area.three .banner-content p {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px
}

.banner-area.three .banner-content .common-btn {
    Background-color: #02123a
}

.banner-area.three .banner-content .banner-btn {
    margin-left: 15px;
    Background-color: #fff;
    color: #02123a
}

.banner-area.three .banner-content .banner-btn .one:before,
.banner-area.three .banner-content .banner-btn .two:before {
    Background-color: #02123a
}

.banner-area.three .banner-content .banner-btn .one:after,
.banner-area.three .banner-content .banner-btn .two:after {
    Background-color: #02123a
}

.about-area.three .about-img-two {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.about-area.three .about-img-two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    Background-color: #bff0f6;
    z-index: -1
}

.about-area.three .about-img-two img {
    border-radius: 30px;
    position: relative;
    top: -30px;
    left: 40px;
    max-width: 610px
}

.about-area.three .about-content {
    padding-left: 30px
}

.about-area.three .about-content .section-title {
    margin-bottom: 30px
}

.about-area.three .about-content .section-title p {
    margin-bottom: 0 !important;
    border-left: 3px solid #ff4900;
    padding-left: 15px
}

.about-area.three .about-content p {
    margin-bottom: 5px
}

.about-area.three .about-content ul {
    margin: 0;
    padding: 0;
    margin-top: 30px
}

.about-area.three .about-content ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    padding-left: 0;
    margin-right: 20px
}

.about-area.three .about-content ul li:hover a i {
    color: #ff4900;
    Background-color: transparent
}

.about-area.three .about-content ul li a {
    display: inline-block;
    vertical-align: middle
}

.about-area.three .about-content ul li a:hover i {
    color: #fff;
    Background-color: #ff4900
}

.about-area.three .about-content ul li a i {
    position: relative;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 45px;
    color: #ff4900;
    Background-color: transparent;
    border-radius: 50%;
    border: 2px solid #ff4900
}

.about-area.three .about-content ul li span {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 5px
}

.about-area.three .about-content ul li .common-btn {
    margin-top: 0;
    color: #fff;
    Background-color: #02123a
}

.about-area.three .about-content ul li .common-btn span {
    margin-left: 0;
    display: unset
}

.features-area.two {
    Background-color: #e5f9fc;
    position: relative;
    z-index: 1
}

.features-area.two .features-shape img {
    position: absolute;
    z-index: -1
}

.features-area.two .features-shape img:nth-child(1) {
    top: 0;
    left: 0
}

.features-area.two .features-shape img:nth-child(2) {
    top: 0;
    right: 0
}

.features-area.two .features-item i {
    -webkit-transition: .5s;
    transition: .5s
}

.features-area.two .features-item:hover {
    Background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #b4ecf5;
    box-shadow: 0 0 20px 0 #b4ecf5
}

.features-area.two .features-item:hover i {
    color: #fff;
    Background-color: #ff4900
}

.services-area.three {
    Background-color: #02123a
}

.services-area.three .section-title {
    text-align: start
}

.services-area.three .section-title h2 {
    color: #fff
}

.services-area.three .section-title p {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 25px;
    right: 0;
    max-width: 620px
}

.services-area.three .services-item .bottom {
    -webkit-box-shadow: none;
    box-shadow: none
}

.counter-area.two {
    Background-image: unset
}

.counter-area.two:before {
    display: none
}

.counter-area.two .counter-item {
    -webkit-box-shadow: 0 0 20px 0 #e6f8fa;
    box-shadow: 0 0 20px 0 #e6f8fa
}

.faq-area {
    Background-image: url(../images/faq-bg.jpg);
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.faq-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #fff;
    opacity: .7;
    z-index: -1
}

.faq-area .container {
    position: relative
}

.faq-area .container .faq-img img {
    position: absolute;
    left: 0;
    bottom: -100px;
    max-width: 500px
}

.faq-area .faq-item {
    max-width: 800px;
    border-radius: 10px;
    Background-color: #fff;
    margin-left: auto;
    padding: 50px 30px
}

.faq-area .faq-item .accordion {
    margin: 0;
    padding: 0
}

.faq-area .faq-item .accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 30px;
    display: block
}

.faq-area .faq-item .accordion li:last-child {
    margin-bottom: 0
}

.faq-area .faq-item .accordion li .faq-head {
    color: #02123a;
    font-size: 18px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.4;
    position: relative;
    padding-left: 50px
}

.faq-area .faq-item .accordion li .faq-head span {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    color: #02123a;
    Background-color: #d8f6fb
}

.faq-area .faq-item .accordion li .faq-head:after {
    position: absolute;
    right: 15px;
    content: "+";
    top: -7px;
    color: #02123a;
    font-size: 25px;
    text-align: center
}

.faq-area .faq-item .accordion li .faq-head.active {
    color: #ff4900
}

.faq-area .faq-item .accordion li .faq-head.active:after {
    content: '-';
    font-size: 25px
}

.faq-area .faq-item .accordion li .faq-content {
    display: none;
    Background-color: #fff;
    padding-left: 50px
}

.faq-area .faq-item .accordion li .faq-content .inner-list {
    margin: 0;
    padding: 0
}

.faq-area .faq-item .accordion li .faq-content .inner-list li {
    list-style-type: none;
    display: block;
    Background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px
}

.faq-area .faq-item .accordion li .faq-content .inner-list li:last-child {
    margin-bottom: 0
}

.faq-area .faq-item .accordion li .faq-content p {
    margin-bottom: 0;
    margin-top: 8px
}

.faq-area .faq-item .accordion li .faq-content a {
    display: inline-block;
    color: #02123a;
    font-weight: 600
}

.faq-area .faq-item .accordion li .faq-content a:hover {
    color: #ff4900
}

.pricing-item {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    Background-color: #e5f6fc;
    padding: 30px;
    border-radius: 5px;
    text-align: center
}

.pricing-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    Background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #daf7fa;
    box-shadow: 0 0 20px 0 #daf7fa
}

.pricing-item .title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    display: block
}

.pricing-item i {
    display: inline-block;
    color: #ff4900;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 15px
}

.pricing-item h3 {
    margin-bottom: 25px;
    font-size: 40px
}

.pricing-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 40px
}

.pricing-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #b4c3ce
}

.main-nav.three {
    Background-color: #02123a
}

.main-nav.three .side-nav .cart a span {
    color: #fff;
    Background-color: #ff4900
}

.title-bg-one {
    Background-image: url(../images/title/1.jpg)
}

.page-title-area {
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 450px
}

.page-title-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #fff;
    opacity: .8;
    z-index: -1
}

.page-title-area .title-content {
    text-align: center;
    margin-top: 80px
}

.page-title-area .title-content h2 {
    font-size: 35px;
    margin-bottom: 10px
}

.page-title-area .title-content ul {
    margin: 0;
    padding: 0
}

.page-title-area .title-content ul li {
    list-style-type: none;
    display: inline-block;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    position: relative
}

.page-title-area .title-content ul li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    right: -13px;
    top: 6px;
    Background-color: #02123a
}

.page-title-area .title-content ul li:last-child:before {
    display: none
}

.page-title-area .title-content ul li a {
    display: block;
    color: #35405c
}

.page-title-area .title-content ul li a:hover {
    color: #ff4900
}

.page-title-area .title-content ul li span {
    display: block
}

.services-area.four .section-title {
    text-align: start
}

.services-area.four .section-title p {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 0;
    max-width: 650px
}

.title-bg-two {
    Background-image: url(../images/title/2.jpg)
}

.common-social {
    margin: 0;
    padding: 0
}

.common-social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px
}

.common-social li a {
    display: block;
    border-radius: 5px;
    color: #fff;
    Background-color: #ff4900;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px
}

.common-social li a i {
    line-height: 35px
}

.common-social li a:hover {
    color: #fff;
    Background-color: #02123a
}

.doctor-Details-area .doctor-info {
    margin-bottom: 30px
}

.doctor-Details-area .doctor-info .top {
    text-align: center;
    Background-color: #b1e9f0;
    padding-top: 30px
}

.doctor-Details-area .doctor-info .bottom {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 0 #f2fdfe;
    box-shadow: 0 0 20px 0 #f2fdfe
}

.doctor-Details-area .doctor-info .bottom h3 {
    font-size: 22px;
    margin-bottom: 8px
}

.doctor-Details-area .doctor-info .bottom span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #ff4900
}

.doctor-Details-area .doctor-info .bottom p {
    margin-bottom: 22px
}

.doctor-Details-area .Details-content {
    margin-bottom: 30px
}

.doctor-Details-area .Details-content h2 {
    font-size: 45px;
    margin-bottom: 12px
}

.doctor-Details-area .Details-content p {
    margin-bottom: 8px
}

.doctor-Details-area .Details-content p:last-child {
    margin-bottom: 0
}

.doctor-Details-area .Details-content .info {
    padding: 30px;
    Background-color: #e6f9fc;
    margin-top: 30px;
    margin-bottom: 30px
}

.doctor-Details-area .Details-content .info ul {
    margin: 0;
    padding: 0
}

.doctor-Details-area .Details-content .info ul li {
    list-style-type: none;
    display: block;
    position: relative;
    font-weight: 500;
    margin-bottom: 12px
}

.doctor-Details-area .Details-content .info ul li:last-child {
    margin-bottom: 0
}

.doctor-Details-area .Details-content .info ul li span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400
}

.doctor-Details-area .Details-content h3 {
    font-size: 22px;
    margin-bottom: 8px
}

.doctor-Details-area .Details-content .row {
    margin-top: 30px
}

.doctor-Details-area .Details-content .inner {
    margin-bottom: 30px;
    Background-color: #f5fbfc;
    position: relative;
    padding-left: 100px;
    padding: 50px 30px 50px 110px;
    border-radius: 5px
}

.doctor-Details-area .Details-content .inner i {
    display: inline-block;
    color: #ff4900;
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    top: 50px;
    left: 30px
}

.doctor-Details-area .Details-content .inner h4 {
    font-size: 20px;
    margin-bottom: 8px
}

.doctor-Details-area .Details-content .inner span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #ff4900
}

.doctor-Details-area .Details-content .list-service {
    margin-top: 25px;
    margin-bottom: 10px
}

.doctor-Details-area .Details-content .list-service ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.doctor-Details-area .Details-content .list-service ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    Background-color: #daf8fc;
    font-weight: 500;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 15px 15px 15px 35px
}

.doctor-Details-area .Details-content .list-service ul li:before {
    position: absolute;
    top: 22px;
    left: 15px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    Background-color: #35405c;
    -webkit-transition: .5s;
    transition: .5s
}

.doctor-Details-area .Details-content .list-service ul li:hover:before {
    Background-color: #ff4900
}

.common-doctor-contact {
    margin-bottom: 30px;
    Background-image: url(../images/doctors/bg1.jpg);
    Background-size: cover;
    Background-position: center center;
    Background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 30px
}

.common-doctor-contact:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Background-color: #ff4900;
    opacity: .95;
    z-index: -1
}

.common-doctor-contact .inner {
    position: relative;
    padding-left: 85px;
    margin-bottom: 20px
}

.common-doctor-contact .inner i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 35px;
    border-radius: 50%;
    color: #ff4900;
    Background-color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block
}

.common-doctor-contact .inner a {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    display: block
}

.common-doctor-contact .inner a:hover {
    color: #02123a
}

.common-doctor-contact h4 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px
}

.common-doctor-contact p {
    color: #fff;
    margin-bottom: 20px
}

.common-doctor-contact .common-btn {
    color: #ff4900;
    Background-color: #fff
}

.common-doctor-contact .common-btn .one:before,
.common-doctor-contact .common-btn .two:before {
    Background-color: #02123a
}

.common-doctor-contact .common-btn .one:after,
.common-doctor-contact .common-btn .two:after {
    Background-color: #02123a
}

.title-bg-three {
    Background-image: url(../images/title/3.jpg)
}

.service-Details-area .Details-item img {
    margin-bottom: 25px
}

.service-Details-area .Details-item h2 {
    font-size: 30px;
    margin-bottom: 10px
}

.service-Details-area .Details-item p {
    margin-bottom: 8px
}

.service-Details-area .Details-item p:last-child {
    margin-bottom: 0
}

.service-Details-area .Details-item h3 {
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 20px
}

.service-Details-area .Details-item ul {
    margin: 0;
    padding: 0;
    margin-top: 12px
}

.service-Details-area .Details-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px
}

.service-Details-area .Details-item ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 8px;
    left: 0;
    Background-color: #ff4900;
    border-radius: 50%
}

.service-Details-area .Details-item ul li:last-child {
    margin-bottom: 0
}

.widget-area .widget-item {
    margin-bottom: 30px
}

.widget-area .widget-item:last-child {
    margin-bottom: 0
}

.widget-area .widget-item h3 {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative
}

.widget-area .widget-item h3:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
    Background-color: #ff4900
}

.widget-area .categories ul {
    margin: 0;
    padding: 0
}

.widget-area .categories ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px
}

.widget-area .categories ul li:last-child {
    margin-bottom: 0
}

.widget-area .categories ul li a {
    display: block;
    color: #35405c;
    font-weight: 500;
    padding: 15px 15px 15px 35px;
    Background-color: #edfafe;
    position: relative
}

.widget-area .categories ul li a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 22px;
    left: 15px;
    Background-color: #ff4900;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .categories ul li a:hover {
    Background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 #edfafe;
    box-shadow: 0 0 15px 0 #edfafe
}

.widget-area .categories ul li a:hover:before {
    border-radius: 50%
}

.widget-area .consult {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
    box-shadow: 0 0 20px 0 #f1f1f1
}

.widget-area .consult .form-group {
    margin-bottom: 20px
}

.widget-area .consult .form-group label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    display: block
}

.widget-area .consult .form-group .form-control {
    height: 60px;
    border: 0;
    border-radius: 0;
    Background-color: #edfafe
}

.widget-area .consult .form-group .form-control :focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget-area .consult .nice-select {
    height: 60px;
    line-height: 60px;
    border: 0;
    border-radius: 0;
    Background-color: #edfafe;
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
    width: 100%
}

.widget-area .consult .nice-select ul {
    border-radius: 0;
    border: 0;
    width: 100%;
    display: block
}

.widget-area .consult .text-center {
    text-align: start !important
}

.widget-area .consult .common-btn {
    border-radius: 0
}

.cart-area .cart-content p {
    font-size: 20px;
    font-weight: 500;
    Background-color: #f9f9f9;
    padding: 30px 30px 30px 75px;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ff4900;
    margin-bottom: 30px
}

.cart-area .cart-content p:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 32px;
    left: 30px;
    border: 1px solid #ff4900
}

.checkout-area .top {
    margin-bottom: 30px
}

.checkout-area .top .form-check {
    Background-color: #f5f6f6;
    padding: 25px 25px 25px 60px;
    margin-bottom: 20px
}

.checkout-area .top .form-check:last-child {
    margin-bottom: 0
}

.checkout-area .top .form-check .form-check-input {
    border-radius: 0;
    margin-top: 3px
}

.checkout-area .top .form-check .form-check-input:focus {
    border-color: #ff4900;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-area .top .form-check .form-check-label {
    font-weight: 500
}

.checkout-area .top .form-check .form-check-label a {
    display: inline-block;
    color: #ff4900
}

.checkout-area .top .form-check .form-check-label a:hover {
    color: #35405c
}

.checkout-area .billing {
    padding: 30px;
    Background-color: #f5f6f6;
    margin-bottom: 30px
}

.checkout-area .billing h3 {
    font-size: 22px;
    margin-bottom: 30px
}

.checkout-area .billing .form-group {
    margin-bottom: 20px
}

.checkout-area .billing .form-group label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.checkout-area .billing .form-group .form-control {
    height: 50px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.checkout-area .billing .form-group .form-control :focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-area .billing .form-group textarea {
    padding-top: 13px;
    height: auto !important
}

.checkout-area .summery {
    padding: 30px;
    Background-color: #f5f6f6;
    margin-bottom: 30px
}

.checkout-area .summery h3 {
    font-size: 22px;
    margin-bottom: 30px
}

.checkout-area .summery ul {
    margin: 0;
    padding: 0
}

.checkout-area .summery ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #35405c;
    font-weight: 500
}

.checkout-area .summery ul li span {
    position: absolute;
    top: 0;
    right: 0
}

.checkout-area .summery ul li:last-child {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.wishlist-area .table {
    Background-color: #f9f9f9;
    margin-bottom: 0;
    text-align: center
}

.wishlist-area .table thead tr {
    border: 0;
    border-bottom: 2px solid #ff4900
}

.wishlist-area .table thead th {
    padding-top: 25px;
    padding-bottom: 25px
}

.wishlist-area .table tbody tr {
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #ddd
}

.wishlist-area .table tbody .trash {
    display: inline-block;
    font-size: 40px;
    color: #ff4900;
    font-weight: 400
}

.wishlist-area .table tbody .trash:hover {
    color: #02123a
}

.shop-Details-area .Details-img {
    text-align: center;
    Background-color: #e8f8fd;
    margin-bottom: 30px
}

.shop-Details-area .Details-img img {
    padding-top: 50px;
    padding-bottom: 50px
}

.shop-Details-area .Details-content {
    margin-bottom: 30px
}

.shop-Details-area .Details-content h2 {
    font-size: 30px;
    margin-bottom: 12px
}

.shop-Details-area .Details-content .reviews {
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.shop-Details-area .Details-content .reviews li {
    list-style-type: none;
    display: inline-block
}

.shop-Details-area .Details-content .reviews li i {
    display: block;
    color: #ddd
}

.shop-Details-area .Details-content .reviews li i.checked {
    color: #ffc107
}

.shop-Details-area .Details-content h3 {
    font-size: 22px;
    color: #ff4900;
    margin-bottom: 8px
}

.shop-Details-area .Details-content p {
    margin-bottom: 15px
}

.shop-Details-area .Details-content .tag {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    max-width: 300px
}

.shop-Details-area .Details-content .tag li {
    list-style-type: none;
    display: block;
    margin-bottom: 12px;
    position: relative;
    font-weight: 500
}

.shop-Details-area .Details-content .tag li:last-child {
    margin-bottom: 0
}

.shop-Details-area .Details-content .tag li span {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400
}

.shop-Details-area .Details-content .tag li .number {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0
}

.shop-Details-area .Details-content .tag li .number li {
    list-style-type: none;
    display: inline-block
}

.shop-Details-area .Details-content .tag li .number li span {
    position: relative;
    display: inline-block
}

.shop-Details-area .Details-content .tag li .number li .minus,
.shop-Details-area .Details-content .tag li .number li .plus {
    color: #35405c;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 20px;
    vertical-align: middle;
    border: 1px solid #35405c
}

.shop-Details-area .Details-content .tag li .number li input {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    color: #35405c;
    border: 1px solid #35405c;
    margin-left: -7px;
    margin-right: -5px
}

.shop-Details-area .Details-content .tag li .number li input:focus {
    outline: 0
}

.shop-Details-area .Details-content .common-btn {
    margin-bottom: 25px
}

.shop-Details-area .Details-content .social-links {
    margin: 0;
    padding: 0
}

.shop-Details-area .Details-content .social-links li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px
}

.shop-Details-area .Details-content .social-links li span {
    display: block;
    font-weight: 500
}

.shop-Details-area .Details-content .social-links li a {
    color: #ff4900;
    display: block
}

.shop-Details-area .Details-content .social-links li a:hover {
    color: #02123a
}

.shop-Details-area .describe-area .nav-pills {
    margin-bottom: 20px;
    border-bottom: 1px dotted #35405c;
    padding-bottom: 15px
}

.shop-Details-area .describe-area .nav-pills .nav-item:first-child .nav-link {
    padding-left: 0
}

.shop-Details-area .describe-area .nav-pills .nav-item:last-child .nav-link {
    border-right: 0;
    padding-right: 0
}

.shop-Details-area .describe-area .nav-pills .nav-link {
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #ff4900;
    border-radius: 0;
    color: #02123a
}

.shop-Details-area .describe-area .nav-pills .nav-link.active,
.shop-Details-area .describe-area .nav-pills .show>.nav-link {
    color: #ff4900;
    Background-color: transparent
}

.shop-Details-area .describe-area .tab-content ul {
    margin: 0;
    padding: 0
}

.shop-Details-area .describe-area .tab-content ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding-left: 110px
}

.shop-Details-area .describe-area .tab-content ul li:last-child {
    margin-bottom: 0
}

.shop-Details-area .describe-area .tab-content ul li img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    max-width: 90px
}

.shop-Details-area .describe-area .tab-content ul li h3 {
    font-size: 22px;
    margin-bottom: 8px
}

.shop-Details-area .describe-area .tab-content ul li p {
    margin-bottom: 0;
    max-width: 870px
}

.title-bg-four {
    Background-image: url(../images/title/4.jpg)
}

.blog-Details-area .Details-item img {
    margin-bottom: 30px
}

.blog-Details-area .Details-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.blog-Details-area .Details-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    color: #ff4900
}

.blog-Details-area .Details-item h2 {
    font-size: 30px;
    margin-bottom: 8px
}

.blog-Details-area .Details-item p {
    margin-bottom: 8px
}

.blog-Details-area .Details-item blockquote {
    Background-color: #edfafe;
    padding: 30px;
    border-left: 2px solid #ff4900;
    margin-top: 30px;
    margin-bottom: 25px
}

.blog-Details-area .Details-item blockquote i {
    display: inline-block;
    color: #ff4900;
    font-size: 40px;
    margin-bottom: 10px
}

.blog-Details-area .Details-item blockquote p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0
}

.blog-Details-area .Details-item .row {
    margin-top: 30px
}

.blog-Details-area .Details-item .tags {
    Background-color: #e9f7fb;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 30px
}

.blog-Details-area .Details-item .tags .row {
    margin-top: 0
}

.blog-Details-area .Details-item .tags .left ul {
    margin: 0;
    padding: 0
}

.blog-Details-area .Details-item .tags .left ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: middle
}

.blog-Details-area .Details-item .tags .left ul li:before {
    position: absolute;
    content: ',';
    right: -6px;
    bottom: 0;
    color: #35405c
}

.blog-Details-area .Details-item .tags .left ul li:first-child {
    margin-right: 5px
}

.blog-Details-area .Details-item .tags .left ul li:first-child:before {
    display: none
}

.blog-Details-area .Details-item .tags .left ul li:last-child:before {
    display: none
}

.blog-Details-area .Details-item .tags .left ul li i {
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: 4px
}

.blog-Details-area .Details-item .tags .left ul li a {
    display: inline-block;
    font-size: 16px;
    color: #35405c
}

.blog-Details-area .Details-item .tags .left ul li a:hover {
    color: #ff4900
}

.blog-Details-area .Details-item .tags .right {
    text-align: end
}

.blog-Details-area .Details-item .tags .right ul {
    margin: 0;
    padding: 0
}

.blog-Details-area .Details-item .tags .right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.blog-Details-area .Details-item .tags .right ul li:last-child {
    margin-right: 0
}

.blog-Details-area .Details-item .tags .right ul li span {
    display: block;
    font-weight: 500;
    color: #35405c
}

.blog-Details-area .Details-item .tags .right ul li a {
    display: block;
    color: #ff4900
}

.blog-Details-area .Details-item .tags .right ul li a:hover {
    color: #02123a
}

.blog-Details-area .Details-item .arrows {
    margin-bottom: 30px
}

.blog-Details-area .Details-item .arrows .left a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: -4px
}

.blog-Details-area .Details-item .arrows .right {
    text-align: end
}

.blog-Details-area .Details-item .arrows .right a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: -4px
}

.blog-Details-area .Details-item .arrows a {
    display: inline-block;
    color: #35405c
}

.blog-Details-area .Details-item .arrows a:hover {
    color: #ff4900
}

.blog-Details-area .Details-item .comment h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.blog-Details-area .Details-item .comment .form-group {
    margin-bottom: 20px
}

.blog-Details-area .Details-item .comment .form-group .form-control {
    height: 50px;
    Background-color: #f7f9f9;
    border: 0;
    border-radius: 0
}

.blog-Details-area .Details-item .comment .form-group .form-control :focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-Details-area .Details-item .comment .form-group textarea {
    height: auto !important;
    padding-top: 13px
}

.blog-Details-area .Details-item .comment .form-group .form-check {
    margin-bottom: 0
}

.blog-Details-area .Details-item .comment .form-group .form-check .form-check-input {
    border-radius: 0;
    margin-top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-Details-area .Details-item .comment .form-group .form-check .form-check-input:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-Details-area .Details-item .comment .common-btn {
    border-radius: 0
}

.widget-area .search form {
    position: relative
}

.widget-area .search form .form-control {
    height: 60px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
    box-shadow: 0 0 20px 0 #f1f1f1
}

.widget-area .search form .form-control :focus {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
    box-shadow: 0 0 20px 0 #f1f1f1
}

.widget-area .search form .btn {
    width: 60px;
    height: 60px;
    border-radius: 0;
    font-size: 25px;
    line-height: 63px;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    Background-color: #ff4900;
    position: absolute;
    top: 0;
    right: 0
}

.widget-area .search form .btn:hover {
    color: #fff;
    Background-color: #02123a
}

.widget-area .post {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
    box-shadow: 0 0 20px 0 #f1f1f1
}

.widget-area .post .inner {
    margin-bottom: 15px
}

.widget-area .post .inner:last-child {
    margin-bottom: 0
}

.widget-area .post .inner ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget-area .post .inner ul li {
    list-style-type: none;
    display: inline-block
}

.widget-area .post .inner ul li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.widget-area .post .inner ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 10px
}

.widget-area .post .inner ul li a {
    display: block;
    color: #35405c;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px
}

.widget-area .post .inner ul li a:hover {
    color: #ff4900
}

.widget-area .post .inner ul li span {
    display: block;
    font-size: 15px;
    color: #ff4900;
    position: relative;
    padding-left: 15px
}

.widget-area .post .inner ul li span:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 7px;
    Background-color: #ff4900;
    border-radius: 50%
}

.widget-area .tags {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
    box-shadow: 0 0 20px 0 #f1f1f1
}

.widget-area .tags h3 {
    margin-bottom: 22px
}

.widget-area .tags ul {
    margin: 0;
    padding: 0
}

.widget-area .tags ul li {
    list-style-type: none;
    display: inline-block;
    margin-top: 8px;
    margin-right: 3px
}

.widget-area .tags ul li a {
    display: block;
    color: #35405c;
    font-weight: 500;
    font-size: 16px;
    Background-color: #eff0f0;
    padding: 6px 15px
}

.widget-area .tags ul li a:hover {
    color: #fff;
    Background-color: #ff4900
}

.widget-area .common-doctor-contact.two:before {
    Background-color: #02123a
}

.contact-info-item {
    text-align: center;
    margin-bottom: 30px;
    padding: 40px;
    -webkit-box-shadow: 0 0 20px 0 #e8eff0;
    box-shadow: 0 0 20px 0 #e8eff0
}

.contact-info-item i {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    border-radius: 50%;
    color: #ff4900;
    border: 1px solid #ff4900;
    margin-bottom: 20px
}

.contact-info-item h3 {
    margin-bottom: 15px;
    font-size: 22px
}

.contact-info-item a {
    display: block;
    color: #35405c
}

.contact-info-item a:hover {
    color: #ff4900
}

.contact-area .map-item {
    margin-bottom: 30px
}

.contact-area .map-item iframe {
    width: 100%;
    height: 520px;
    border: 0;
    display: block;
    width: 100%
}

.contact-area #contactForm {
    margin-bottom: 30px
}

.contact-area #contactForm h3 {
    font-size: 22px;
    margin-bottom: 30px
}

.contact-area #contactForm .form-group {
    margin-bottom: 20px
}

.contact-area #contactForm .form-group .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px 0 #fafafa;
    box-shadow: 0 0 20px 0 #fafafa
}

.contact-area #contactForm .form-group .form-control :focus {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 #fafafa;
    box-shadow: 0 0 20px 0 #fafafa
}

.contact-area #contactForm .form-group textarea {
    height: auto !important;
    padding-top: 13px
}

.contact-area #contactForm .form-check {
    margin-bottom: 0
}

.contact-area #contactForm .form-check .form-check-input {
    border-radius: 0;
    margin-top: 4px
}

.contact-area #contactForm .form-check a {
    display: inline-block;
    color: #ff4900;
    font-weight: 500
}

.contact-area #contactForm .form-check a:hover {
    color: #35405c
}

.contact-area #contactForm .common-btn {
    width: 100%;
    display: block;
    border-radius: 0
}

.contact-area #contactForm .list-unstyled {
    margin-top: 10px;
    color: #dc3545 !important
}

.contact-area #contactForm .text-danger {
    margin-bottom: 0;
    margin-top: 10px;
    color: #dc3545 !important
}

.contact-area #contactForm .text-success {
    margin-bottom: 0;
    margin-top: 10px;
    color: #198754 !important
}

.account-area .account-item {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.account-area .account-item .nav-pills {
    text-align: center;
    margin-bottom: 30px;
    display: block;
    width: 100%
}

.account-area .account-item .nav-pills li {
    display: inline-block
}

.account-area .account-item .nav-pills li:last-child .nav-link {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.account-area .account-item .nav-pills li .nav-link {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #35405c;
    border-radius: 0;
    margin-right: 20px;
    padding-right: 20px
}

.account-area .account-item .nav-pills .nav-link.active,
.account-area .account-item .nav-pills .nav-pills .show>.nav-link {
    color: #ff4900;
    Background-color: transparent
}

.account-area .account-item .form-group {
    margin-bottom: 15px
}

.account-area .account-item .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500
}

.account-area .account-item .form-group .form-control {
    height: 50px;
    border-radius: 5px;
    border: 0;
    Background-color: #eff9fc
}

.account-area .account-item .form-group .form-control :focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.account-area .account-item .form-group .form-check .form-check-input {
    margin-top: 3px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.account-area .account-item .common-btn {
    width: 100%;
    display: block;
    margin-bottom: 15px
}

.account-area .account-item a {
    color: #35405c;
    font-size: 16px;
    font-weight: 500;
    display: block
}

.account-area .account-item a:hover {
    color: #ff4900
}

.appointment-area.two {
    Background-color: #fff
}

.appointment-area.two .appointment-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-left: 15px
}

.appointment-area.two .appointment-content .form-group .form-control {
    border-bottom: 0;
    Background-color: #f1f1f1;
    border-radius: 5px;
    padding-left: 15px
}

.appointment-area.two .appointment-img-two {
    margin-bottom: 30px
}

.appointment-area.two .appointment-img-two.left:nth-child(1) img {
    margin-top: 45px
}

.faq-area.two {
    Background-image: unset
}

.faq-area.two .faq-item {
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px 0 #f1f1f1;
    box-shadow: 0 0 20px 0 #f1f1f1
}

.faq-area.two .faq-item .accordion li .faq-head {
    Background-color: #d8f6fb;
    padding: 10px 25px 10px 40px;
    border-radius: 5px
}

.faq-area.two .faq-item .accordion li .faq-head:after {
    top: 4px
}

.faq-area.two .faq-item .accordion li .faq-head span {
    top: 4px
}

.error-area {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    text-align: center
}

.error-area .error-content i {
    color: #ff4900;
    display: inline-block;
    font-size: 100px
}

.error-area .error-content h1 {
    font-size: 130px;
    color: #ff4900;
    margin-bottom: 20px
}

.error-area .error-content h2 {
    font-size: 25px;
    color: #02123a;
    margin-bottom: 10px
}

.error-area .error-content p {
    margin-bottom: 20px;
    font-weight: 500
}

.rules-area .top {
    text-align: center;
    margin-bottom: 50px
}

.rules-area .top h2 {
    font-size: 25px;
    margin-bottom: 5px
}

.rules-area .top span {
    display: block;
    font-weight: 500
}

.rules-area .inner {
    margin-bottom: 25px
}

.rules-area .inner:last-child {
    margin-bottom: 0
}

.rules-area .inner h3 {
    font-size: 22px;
    margin-bottom: 5px
}

.rules-area .inner p {
    margin-bottom: 8px
}

.rules-area .inner p:last-child {
    margin-bottom: 0
}

.rules-area .inner ul {
    margin: 0;
    padding: 0;
    margin-top: 20px
}

.rules-area .inner ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px
}

.rules-area .inner ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 7px;
    left: 0;
    Background-color: #02123a
}

.rules-area .inner ul li:last-child {
    margin-bottom: 0
}

.pagination-area {
    text-align: center
}

.pagination-area ul {
    margin: 0;
    padding: 0
}

.pagination-area ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px
}

.pagination-area ul li a {
    display: block;
    font-weight: 500;
    color: #fff;
    Background-color: #ff4900;
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 16px
}

.pagination-area ul li a:hover,
.pagination-area ul li a.active {
    color: #fff;
    Background-color: #02123a
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 0;
    color: #fff;
    Background-color: #ff4900;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
    border: 1px solid #ff4900
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 25px;
    line-height: 45px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top.active {
    right: 1%;
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
    opacity: 1;
    visibility: visible
}

.go-top:hover,
.go-top:focus {
    color: #fff;
    border: 1px solid #02123a;
    Background-color: #02123a
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    Background: #fff
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    Background-color: #ff4900;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    Background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.buy-now-btn:hover {
    color: #fff;
    Background-color: #94be5d
}

/* */
/* @media only screen and (min-width:200px) and (max-width:567px) {
   
} */


.donatenow-btn {
    /* width: 170px !important; */
    /* height:70px; */
    /* Background: linear-gradient(to left top, #0562934f 50%, #196e9b7a 50%); */
    Background-color: #008bd0;
    border-style: none;
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
    font-family: 'Lato';
    font-weight: 600;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    transition: all .5s;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #fff;
    border-radius: 7px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 42%);
    /* border-radius: 10px; */
    /* text-transform: uppercase; */
}

/* .donatenow-btn::after{
    content: "";
width: 30px;
height: 30px;
Background: url("../images/donatenow.png")no-repeat;
top: 10px;
right: 5px;
position: absolute;
display: inline-block;
} */
.donate-now-img {
    width: 25px;
    /* height: 60px; */
    /* position: absolute; */
    top: 0px;
    right: 0px;
    /* Background: #fff; */
    border-radius: 50px;
}

.overf {
    /* overflow: hidden; */
    position: relative;
}

.donatenow-btn span {
    position: absolute;
    display: block;
}

/* .donatenow-btn span:nth-child(1){
    height: 3px;
    width:200px;
    top: -15px;
    left:-200px;
    Background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-200px
    }
    100%{
        left:200px;
    }
}
.donatenow-btn span:nth-child(2){
    height: 70px;
    width: 3px;
    top:-70px;
    right: -12px;
    Background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-70px;
    }
    100%{
        top:70px;
    }
}
.donatenow-btn span:nth-child(3){
    height:3px;
    width:200px;
    right:-200px;
    bottom: -15px;
    Background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-200px;
    }
    100%{
        right: 200px;
    }
}

.donatenow-btn span:nth-child(4){
    height:70px;
    width:3px;
    bottom:-70px;
    left: -12px;
    Background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -70px;
    }
    100%{
        bottom:70px;
    }
} */

/* .donatenow-btn:hover{
    transition: all .5s;
    transform: rotate(-3deg) scale(1.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
.donatenow-btn:hover span{
    animation-play-state: paused;
} */
.side-square {
    position: relative;
    left: 0px;
    padding: 0px 10px 0px 10px;
}

.side-square li {
    text-decoration: none;
    list-style: none;
    position: relative;
}

.side-square li:after {
    content: "";
    Background: url("../images/test.png");
    height: 20px;
    width: 20px;
    left: -30px;
    top: 0;
    z-index: 9999;
    position: absolute;
}

.number-atag {
    font-size: 30px;
    color: #ff4900;
}

.about-area-cus .about-content ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.about-area-cus .about-content ul li i {
    position: absolute;
    top: 10px;
}

.events-item {
    margin: 0px 10px;
}

ul.social_media {
    /* margin: 0px !important; */
    padding: 0px !important;
    display: -webkit-inline-box;
    margin-top: 10px !important;
}

ul.social_media li {
    display: inline-block;
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    /* margin: 0 15px 0px 0px; */
    border: none;
    vertical-align: middle;
}

ul.social_media li a {
    display: block;
    transition: none .6s ease-in-out;
    -webkit-transition: none .6s ease-in-out;
    -moz-transition: none .6s ease-in-out;
    -o-transition: none .6s ease-in-out;
    -ms-transition: none .6s ease-in-out;
    margin: 0px 10px;
}

ul.social_media li a:hover {
    padding-left: 0px !important;
}

ul.social_media .fa {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: none .6s ease-in-out;
    -webkit-transition: none .6s ease-in-out;
    -moz-transition: none .6s ease-in-out;
    -o-transition: none .6s ease-in-out;
    -ms-transition: none .6s ease-in-out;
}

.fa-facebook:hover {
    Background: #3b5998 !important;
}

.fa-twitter:hover {
    Background: #4dc8f1 !important;
}

.fa-instagram:hover {
    Background: #3f729b !important;
}

.fa-youtube-play:hover {
    Background: #ce332d !important;
}

.fa-linkedin:hover {
    Background: #0275b5 !important;
}

.footer-area-cus {
    Background-image: url(../images/footer-img.png), linear-gradient(#00304a, #00709c);
    Background-blend-mode: overlay;
    Background-color: unset;
}

.slider-news-letter .doctors-item {
    margin: 0px 10px;
}

/* =========================forms section start=========================== */
.form-head {
    Background-image: url("../images/form-bg.jpg"), linear-gradient(rgba(233, 233, 233, rgba(235, 234, 234, 0.842)0.842));
    Background-blend-mode: overlay;
    Background-position: center;
    Background-repeat: no-repeat;
    Background-size: cover;
    Background-attachment: fixed;
}

.get-in-touch {
    max-width: 900px;
    margin: 50px auto;
    position: relative;
    Background-color: #fff;
    padding: 30px;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
}

.get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 48px;
    color: #5543ca;
    Background: #5543ca;
    Background: -moz-linear-gradient(left, #ff4900 0%, #008ad5 100%) !important;
    Background: -webkit-linear-gradient(left, #ff4900 0%, #008ad5 100%) !important;
    Background: linear-gradient(to right, #ff4900 0%, #008ad5 100%) !important;
    -webkit-Background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
    position: relative;
    margin: 20px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 1px;
    border-color: #ccc;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #5543ca;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,
        -webkit-transform .2s ease-in-out;
}

.contact-form .select_s .current {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #5543ca;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,
        -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    Background-color: #000;
    Background-image: linear-gradient(158deg, #ff490057, #008ad5);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width: 200px;
    cursor: pointer;
}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 9px 0;
}

/* =========================forms section end============================= */
.left-logo-abosolute {
    position: absolute;
    z-index: 9999;
    Background: #fff;
    padding: 3px 35px;
    /* width: 207px; */
    margin-left: -20px;
}

.left-logo-abosolute::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 40px solid transparent;
    border-top: 40px solid #fff;
    clear: both;
}

.left-logo-abosolute .left {
    position: relative;
    /* top: -10px; */
}

.main-nav .logo-shrink {
    display: none;
    transition: all 0.5s;
}

.main-nav.menu-shrink .logo-shrink {
    display: block;
    Background: #fff;
    /* padding: 10px 14px;
    margin-left: -30px;
    margin-top: -11px;
    margin-bottom: -10px; */
    position: relative;

}

.main-nav.menu-shrink .logo-shrink::after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-left: 50px solid #fff;
    border-bottom: 50px solid transparent;
    border-top: 50px solid #fff;
    clear: both;
}

.main-nav.menu-shrink .logo-shrink .mobile-logo2 {
    display: block;
    Background: #fff;
    /* padding: 3px 14px; */
}

.section-title-testi {
    text-align: center;
}

.section-title-testi .top {
    text-align: center;
    display: block;
}

.section-title-testi .top .sub-title {
    color: #ff3300 !important;
}

.section-title-testi h2 {
    text-align: center;
    width: 100%;
    max-width: 100% !important;
}

.slider-events-cus .events-item .blog-item .top {
    height: 240px;
    width: 100%;
}

.slider-events-cus .events-item .blog-item .top a img {
    height: 240px;
    width: 100%;
}

.slider-events-cus .events-item .blog-item .bottom {
    height: 230px;
}

.slider-events-cus .events-item .blog-item .bottom h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-events-cus .events-item .blog-item .bottom p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-events-cus .events-item .blog-item .bottom ul {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-why-us-custom .slider-why-item .features-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.slider-why-us-custom .slider-why-item .features-item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

/* ===================================Sign-informcssfigm ank===================== */

.logo-row {
    display: flex;
    justify-content: center;
}

.logo-roww {
    display: flex;
    justify-content: center;
}

.logoo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.outer {
    padding: 20px;
}

.cus-head {
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* margin-bottom: 25px;
    padding: 28px; */
}

.cus-inner-sec {
    border-radius: 40px;
    border: 1px solid #0089CF;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
    padding: 50px;
}

.left-sec-out {
    /* padding: 20px; */
    height: 520px;
    padding: 30px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    Background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 137, 207, 0.08);
    /* /* height: 810px; */
}

.inner-con {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #0089CF;
    Background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 137, 207, 0.07);
    /* width: 130px;
height: 130px; */
}

.cus-txt {
    color: #0089CF;
    /* font-family: Poppins; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 6px;
}

.cus-txt2 {
    color: #111;
    /* font-family: Poppins; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    /* margin-top: 12px; */
}

.cus-txt3 {
    color: #111;
    /* font-family: Poppins; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 12px;
}

.cus-frm {
    /* margin-top: 18px; */
}

.cus-lbl {
    color: #000;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cus-clss {}

.cus-clss:focus {
    border-radius: 9px;
    border: 1px solid #0089CF;
    Background: #FFF;
    box-shadow: unset;
}

.cus-for {
    display: flex;
    justify-content: end;
    /* margin-top: 6px; */
    font-size: 14px;
}

.cus-btn {
    border-radius: 10px;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
}

.cus-logoo {
    width: 100%;
    /* object-fit: cover; */
    max-height: 520px;
}

.cus-p {
    padding: 12px;
}

.cus-pass-eye {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 20px;
    /* bottom: 10px; */
    top: 43px;
}

/* ======================================================RegFormCss===================== */
.outer-form {
    border-radius: 30px;
    Background: #FFF;
    padding: 10px 52px;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
}

.outer-form h3 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.outer-form h6 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.input-group-append {
    position: relative;
}

.icon-cus {
    /* position: absolute;
    right: 20px;
    bottom: 35px;
    font-size: 20px; */
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 20px;
}

#file-input {
    display: none;
}

#file-input-label {
    font-size: 1.3em;
    padding: 10px 15px;
    border: 1px solid black;
    border-radius: 4%;
}

.cus-btn {
    min-width: 280px;
    min-height: 52px;
    border-radius: 10px;
    color: #ffff;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
}

.cus-btn-second {
    border-radius: 10px;
    min-width: 280px;
    min-height: 52px;
    border: 1px solid #0089CF;
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
    font-weight: 500;
    color: #0089CF;

}

.cus-btn:hover {
    color: #ffff;
}

.cus-mdl {
    margin-top: 100px;
}

/* ====================================[OTP VARIFICATION MODAL FORM FORM CSS======================] */
.cus-mod-h {
    border-bottom: unset;
}

.cus-mod-con {
    border-radius: 20px;
    Background: #FFF;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 50px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.card-body h4 {
    color: #0089CF;
    /* font-family: Montserrat; */
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-body p {
    color: #747D8C;
    /* font-family: Montserrat; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cus-btn3 {
    border-radius: 10px;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
}

/* ====================modal2css=================================== */

.card-2 .sec1 {
    color: #2498DB;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.28px;
}





.card-2 .sec2 {
    color: #808080 !important;
    text-align: center !important;
    /* font-family: Poppins; */
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom: 0px !important;
}

/* =============================================Donor Form css =========================== */

.cus-head-check {
    Background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 16px;
    border-radius: 12px;
}

.cus-don {
    color: #1788D5;
    /* font-family: Poppins; */
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cus-don2 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cus-chek-inp {
    border: 1px solid #000;
}

.cus-chek-inp2 {
    border: 1px solid #1788D5;
}

.outer-form-area2 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}


/* ===================================profile page css with header====== */

.search {
    position: relative;

}

.search input {

    height: 40px;
    text-indent: 25px;
    border: 1px solid #0089CF;


}

.search input:focus {

    box-shadow: none;
    border: 2px solid #0089CF;


}

.search .fa-search {

    position: absolute;
    top: 20px;
    left: 16px;

}

.search button {

    position: absolute;
    top: 0px;
    right: 1px;
    height: 40px;
    /* width: 110px; */
    Background: #0089CF;

}

.cus-dnt {
    border-radius: 8px;
    border: 1.042px solid #FFF;
    Background: #F05726;
    filter: blur(0.1736111044883728px);
    color: #fff;
}

.cus-icon {
    display: flex;
    justify-content: space-evenly;
}

.cus-svg-para {
    margin-left: -7px;
    line-height: normal;
    color: #8B96A5;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

.cus-svg-para2 {
    line-height: normal;
    color: #8B96A5;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

/* =========================================new header for profile===================== */

.header-area2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.left-logo-abosolute2 {

    position: absolute;
    z-index: 9999;
    Background: #fff;
    padding: 10px 35px;
    /* width: 207px; */
    margin-left: -20px;

}

.left-logo-abosolute2 .leftt {
    position: relative;
    top: -10px;
}

.left-logo-abosolute2::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 40px solid transparent;
    border-top: 40px solid #fff;
    clear: both;
}

.header-area2 .leftt .left-logo22 {
    display: none;
}

.cus-inner-icon {
    display: flex;
    justify-content: space-evenly;
    color: #fff;
}

.caption {
    display: block;
}

.cus-inner-icon img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.my-right-profile-box {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
    /* margin-top: 50px; */
}

.my-right-profile-box p {
    text-align: justify;
    max-width: 534px;
    max-height: 58px;
    color: #000;
    /* font-family: Poppins; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profile-card {
    /* text-align: center; */
    padding: 30px;
    border-radius: 10px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
    /* margin-top: 50px; */
    max-width: 400px;
}

.profile-image {
    width: 89px;
    height: 89px;
    border-radius: 89px;
    object-fit: cover;
    margin-bottom: 10px;
    Background: #CEFAF4;
}

.profile-heading {
    color: #000;
    /* font-family: Outfit; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.profile-Details {
    color: #756F6F;
    /* font-family: Outfit; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inner-page-sec {
    border-radius: 12px;
    border: 1px solid #AC9E9E;
    padding: 7px;

}

.cus-img2 {
    margin: 0 auto;
}

.cus-mail {
    color: #878787;
    /* font-family: Outfit; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cus-mail2 {
    color: #000;
    /* font-family: Outfit; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.my-right-profile-boxx {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
    margin-top: 5px;

}

.my-right-profile-boxx p {
    text-align: justify;
    max-width: 534px;
    max-height: 58px;
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cus-box-btn {
    border-radius: 10px;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
    color: #fff;
    width: 220px;
    height: 46px;
}

.cus-box-btn:hover {
    color: #ffff;
}

.prof-box-parent {
    display: flex;
    justify-content: space-between;
}


/* ==========================personal Detail form=================== */

.cus-per-form {
    color: #000;
    /* font-family: Poppins; */
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.don-per-form {
    color: #000;
    /* font-family: Poppins; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Back_btn {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Back_btn:hover {
    color: #000;
}

.upload-btn {
    border-radius: 10px;
    width: 100%;
    height: 55px;
    margin-top: 30px;
    font-weight: 500;
    color: #FFF;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
}

/* .strip, li {
    margin: 0;
    padding: 0;
    color: #00cec9;
    font-family: verdana;
    font-size: 14px;
  }
  
  .strip {
    display: flex;
    max-width: 800px;
    justify-content: space-between;
    position: relative;
  }
  .strip:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    Background-color: #81ecec;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
  }
  
  .strip2 {
    list-style-type: none;
    position: relative;
    cursor: pointer;
  }
  .strip2:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    Background-color: #81ecec;
    border: 2px solid #81ecec;
    transition: Background-color 0.2s ease;
  }
  
  .strip2:hover:after {
    Background-color: #528787;
  }
  
  .strip2.active:after {
    Background-color: #222222;
  }
  
  .spancus {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    text-align: center;
    text-align: center;
    width: 100px;
  } */

/* =================================================profile Inner Page Css===================== */

.my-right-profile-box .cus-inn-prop-p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.my-right-profile-box .cus-inn-prop-p2 {
    color: #F05726;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.my-right-profile-box .cus-inn-prop-p3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cus-box-btnn {
    border-radius: 8px;
    border: 1.042px solid #FFF;
    Background: #F05726;
    filter: blur(0.1736111044883728px);
    max-width: 117px;
    color: #fff;
}

.cus-box-btnn:hover {
    color: #fff;
}

/* Background: rgb(240,87,38) linear gradient border color;
  Background: linear-gradient(112deg, rgba(240,87,38,1) 0%, rgba(255,255,255,0.4009978991596639) 95%); */

/* .corner-border {
    position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  } */

/* .corner-border::before{
    content:'';
    position: absolute;
    Background-color: pink;
    width: 20%;
    height: 3px;
    top: 0;
    left:-12px;
   
  } */

/* .bottom2 {
    position: relative;
  }
  .bottom2 span:nth-child(1) {
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top: 3px solid #008bd047;
    border-left: 3px solid #008bd047;
} */

/* =================================================profile another page tablev =================== */

.my-right-profile-boxx-inner {

    text-align: center;
    padding: 30px;
    border-radius: 10px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);

}

.my-right-profile-boxx-inner p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.cus-prof-inner-head h5 {
    color: #000;

    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.table-striped tbody {
    border-top: unset !important;
}

/* ===============================================corner ================================== */



/* .services-item-two {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s
} */

/* .services-item-two:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px)
} */

/* .services-item-two:hover .bottom span {
    width: 50px;
    height: 50px
} */

/* .services-item-two:hover .bottom .icon {
    color: #fff;
    Background-color: #fff;
    border: 3px solid #008bd047;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
} */

/* .services-item-two .top a {
    display: block
}

.services-item-two .top a img {
    border-radius: 10px
}
.profile-card .bottom {
    Background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 30px 30px 30px 105px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    -webkit-box-shadow: 0 8px 20px 0 #f5fcfe;
    box-shadow: 0 8px 20px 0 #f5fcfe
}
.services-item-two .bottom {
    Background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 30px 30px 30px 105px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    -webkit-box-shadow: 0 8px 20px 0 #f5fcfe;
    box-shadow: 0 8px 20px 0 #f5fcfe
}

.profile-card .bottom span {
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.profile-card .bottom span:nth-child(1) {
    top: 0;
    left: 0;
    border-top-left-radius: 8px;
    border-top: 1px solid #ff7300;
    border-left: 1px solid #ff7300;
}

.profile-card .bottom span:nth-child(2) {
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-top: 3px solid #008bd047;
    border-right: 3px solid #008bd047;
}

.profile-card .bottom span:nth-child(3) {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 10px;
    border-bottom: 3px solid #008bd047;
    border-right: 3px solid #008bd047
}

.profile-card .bottom span:nth-child(4) {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom: 3px solid #008bd047;
    border-left: 3px solid #008bd047
}
 */


/* table th:first-child{
    border-radius:10px 0 0 10px;
  } */




/* ====================================stepper Css ================== */

.cus-step {
    border-radius: 30px;
    padding: 40px;
    Background: #FFECE4;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step-button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    Background-color: #ccc;
    transition: .4s;
}

.step-button[aria-expanded="true"] {
    width: 20px;
    height: 20px;
    Background-color: #F47B0B;
    color: #fff;
}

.done {
    Background-color: #F47B0B;
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 8px;
    left: 0;
    height: 4px;
    appearance: unset;
    text-align: center;
}

#progress::-webkit-progress-value {
    Background-color: #F47B0B;
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    Background-color: #ccc;

}

/* ===========================================================ah css========================= */
.search .cus-inp {
    height: 40px;
    text-indent: 4px;
    border: 1px solid #F05726;
}

.search .btn-ah-cus {
    position: absolute;
    top: 0px;
    right: -1px;
    height: 40px;
    /* width: 110px; */
    Background: #F05726;
}

/* ==========================================prof casrd Dash css=============================== */

.cardd-prof {
    /* max-width: 30em; */
    /* flex-direction: row; */
    border-radius: 12px;
    Background: #FFF;
    box-shadow: 0px 20px 32px 0px rgba(207, 207, 207, 0.25);
    border: 0;
    display: flex;
}

.prof-card-b {
    padding: 26px 11px;
}

.prof-card-b .card-title {
    color: #1C2A53;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.prof-card-b .card-text {
    color: #8E95A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.cardd-prof.dark {
    color: #fff;
}

.cardd-prof.card.bg-light-subtle .card-title {
    color: dimgrey;
}

.cardd-prof img {
    max-width: 18%;
    margin: auto;
    padding: 1.5em;
    border-radius: 0.7em;
}

.cardd-prof-body {
    display: flex;
    justify-content: space-between;
}

.text-section {
    max-width: 60%;
}

.inter-minner-box {
    border-radius: 16px;
    Background: #FFE2E5;
    padding: 20px;
    max-height: 184px;
    max-width: 180px;
}

.outer-prof-card-minner {
    border-radius: 12px;
    Background: #FFF;
    box-shadow: 0px 20px 32px 0px rgba(207, 207, 207, 0.25);
    border: 0;
    padding: 20px;
}

.inner-cus-para {
    color: #151D48;
    /* font-family: Poppins; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 4px;
    margin-left: 2px;
}

.inner-cus-para-2 {
    color: #425166;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 4px;
    margin-left: 2px;
}

.inter-minner-box2 {
    border-radius: 16px;
    Background: #FFF4DE;
    ;
    padding: 20px;
    max-height: 184px;
    max-width: 180px;
}

.inter-minner-box3 {
    border-radius: 16px;
    Background: #DCFCE7;
    padding: 20px;
    max-height: 184px;
    max-width: 180px;
}

.inter-minner-box4 {
    border-radius: 16px;
    Background: #F3E8FF;
    padding: 20px;
    max-height: 184px;
    max-width: 180px;
}

.assign-pr {
    color: #1C2A53;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
}

.cardd-prof-dark2 {
    padding: 20px;
    border-radius: 12px;
    Background: #FFF;
    box-shadow: 0px 20px 32px 0px rgba(207, 207, 207, 0.25);
    border: 0;

}

.icon-left i {
    color: black;
}

.inner-para {
    color: #1C2A53;
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.assign-content-icon i {
    color: #000;
    font-size: 18px;
    margin-right: 15px;
    max-width: 16px;
    max-height: 16px;
    color: #C8CAD8;
}

.cus-inner-prof-sec span {
    color: #8E95A9;
    /* font-family: Inter; */
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.assin-content {
    padding: 15px 10px;
}

.task-box {
    padding: 20px;
    border-radius: 12px;
    Background: #FFF;
    box-shadow: 0px 20px 32px 0px rgba(207, 207, 207, 0.25);
    border: 0;
}

.cus-task-head h2 {
    color: #1C2A53;
    /* font-family: Inter; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.cus-text-more {
    color: #555F7E;
    text-align: right;
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.inner-task-my-box {
    padding: 20px;
    border-radius: 12px;
    Background: #FFF;
    box-shadow: 0px 20px 32px 0px rgba(207, 207, 207, 0.25);
    border: 0;

}

.inner-task-content p {
    color: #8E95A9;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.inner-task-content span {
    color: #1C2A53;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

.new-area h6 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* ========================================prof upload page ================= */

.profile-pic-wrapper {
    /* height: 100vh;
    width: 100%; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: -32px; */
}

.pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    overflow: hidden;
    border: 2px solid #9d9d9d52;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    /* padding: 10px; */
}

.pic-holder .pic {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 115px;
    height: 115px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    Background-color: rgba(90, 92, 105, 0.7);
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.pic-holder .upload-file-block {
    cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus~.upload-file-block {
    opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}

/* Snackbar css */
.snackbar {
    visibility: hidden;
    min-width: 250px;
    Background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
}

.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#newProfilePhoto-error {
    display: none !important;
}

.cus-astrik {
    color: red;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/* .form-control  {
    padding: 10px;
  }
   */
.my-custom-form {
    height: 50px;
    padding: 10px;
    border-radius: 9px;
    text-align: start;
}

.dropdown-btn-custom {
    border-radius: 5px;
    width: 150px;
    height: 35px;
    border: none;
    font-weight: 500;
    color: #FFF;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
}

.dropdown-btn-section {
    text-align: end;
}

/* .new-height {
    height: 430px;
} */

.right-icon-section {
    position: relative;
}

.right-icon-custom {
    position: absolute;
    right: 6%;
    top: 52%;


}

/* ==============================cus Input file upload ============= */


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    /* display: inline-block; */
    border-radius: 9px;
    padding-left: 7px;
}

.upload-btn-wrapper .btn {


    color: #808080;
    Background-color: white;

    border-radius: 8px;


    height: 37px;
    border-radius: 9px;
    text-align: start;
    padding: 0px;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.input-custom input {
    width: 18px;
    height: 16px;
    margin-top: 10px
}

.input-custom span {
    font-size: 18px;

    color: #F47B0B;
}

/* ========================================cus new css ================= */

.cus-bg-col {
    Background: linear-gradient(77deg, rgb(234 122 38 / 17%) 0%, rgba(90, 159, 215, 0.05926120448179273) 35%);
}

/* =====================Registeration new By Boni==================== */
.registration-form {
    padding: 10px 0;
}

.registration-form .form-welcome {
    /* height: 600px; */
    Background: rgb(49, 57, 182);
    Background: linear-gradient(90deg, rgba(49, 57, 182, 0.9948354341736695) 25%, rgba(0, 187, 248, 1) 100%);
}

.registration-form .form-welcome .col-lg-3 {
    text-align: center;
}

.registration-form .form-welcome h4 p {
    color: #fff;
}

.registration-form .form-welcome .col-lg-3 img {
    /* width: 100px; */
}

/* -------Form Area--------- */
.registration-form .form-welcome .form-area {
    padding: 20px 10px 0 40px;
    Background-color: #ffff;
    min-height: 510px;
    border-top-left-radius: 15% 50%;
    border-bottom-left-radius: 15% 50%;
}

.registration-form .form-welcome .form-area .nav-pills li:nth-child(1) {
    padding: 2px;
    border-radius: 30px 0 0 30px;
    Background-color: #0062cd;
}

.registration-form .form-welcome .form-area .nav-pills li:nth-child(2) {
    padding: 2px;
    /* border-radius: 0 30px 30px 0; */
    Background-color: #0062cd;
}

.registration-form .form-welcome .form-area .nav-pills li:nth-child(3) {
    padding: 2px;
    border-radius: 0 30px 30px 0;
    Background-color: #0062cd;
}

.registration-form .form-welcome .form-area .nav-pills .nav-link {
    border-radius: 30px;
    padding: 2px 30px;
    font-size: 17px;
    font-weight: 600;
    Background-color: #0062cd !important;
    color: #fff !important;
}

.registration-form .form-welcome .form-area .nav-pills .nav-link.active {
    Background-color: #fff !important;
    color: #257bd5 !important;
}

.registration-form .form-welcome .form-area .tab-content .head-area h3 {
    font-size: 18px;
}

.registration-form .form-welcome .form-area .tab-content .form-heading h2 {
    font-size: 25px;
    font-weight: 600;
}

.registration-form .form-welcome .form-area .tab-content .my-custom-form {
    height: 40px;
}

.registration-form .form-welcome .form-area .tab-content .has-search .form-control {
    padding-left: 1rem;
}

.registration-form .form-welcome .form-area .tab-content .nxt-btn a {
    color: #fff;
    padding: 6px 30px;
    border-radius: 30px;
    Background: linear-gradient(90deg, rgba(49, 57, 182, 0.9948354341736695) 25%, rgba(0, 187, 248, 1) 100%);
}


.registration-form .form-welcome .form-area .footer-btn-area #Back_button_comp {
    Background: linear-gradient(90deg, rgba(49, 57, 182, 0.9948354341736695) 25%, rgba(0, 187, 248, 1) 100%);
    border: unset;
    padding: 5px 30px;
    color: #fff;
    border-radius: 30px;
}

.registration-form .form-welcome .form-area .footer-btn-area #next_button_comp {
    Background: linear-gradient(90deg, rgba(49, 57, 182, 0.9948354341736695) 25%, rgba(0, 187, 248, 1) 100%);
    border: unset;
    padding: 5px 30px;
    color: #fff;
    border-radius: 30px;
}

.registration-form .form-welcome .form-area .footer-btn-area #Back_button2 {
    Background: linear-gradient(90deg, rgba(49, 57, 182, 0.9948354341736695) 25%, rgba(0, 187, 248, 1) 100%);
    border: unset;
    padding: 5px 30px;
    color: #fff;
    border-radius: 30px;
}

.registration-form .form-welcome .form-area .footer-btn-area #next_button2 {
    Background: linear-gradient(90deg, rgba(49, 57, 182, 0.9948354341736695) 25%, rgba(0, 187, 248, 1) 100%);
    border: unset;
    padding: 5px 30px;
    color: #fff;
    border-radius: 30px;
}

.txt-area-dim {
    height: 50px;
}

.cus-upload-img {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ced4da;
    height: 90px;
    object-fit: fill;

}

/* ================================new feedBacks Css================ */

.cus-drp {
    Background: #ff4900;
    padding: 4px 14px;
    color: #fff;
    border-radius: 50px;
}

.cus-drp:hover {
    color: #fff;
}

.cus-dop {
    z-index: 9999;
}

.table-heading h2 {
    color: #1C2A53;

    font-size: 18px;

    font-weight: 500;
    line-height: 30px;
}

.table-heading-custom {
    display: flex;
    justify-content: space-between;
}

.my-generate-btn {
    border-radius: 10px;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.my-generate-btn:hover {
    color: #fff;
}

.cus-para-sec p {
    color: #1A1A1A;
    /* font-family: Poppins; */
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 177.778% */
    text-transform: capitalize;
}

.cus-list-grp {
    border: unset;
}

.cus-list-grup-bg1 {
    background: #F4F4F4;
    box-shadow: 0px -1px 0px 0px #E3E7EA inset;
    color: #222129;
    /* font-family: Poppins; */
    font-size: 16px;
    font-style: normal;
    padding: 17px;
    font-weight: 400;

}

.cus-list-grp:first-child {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.cus-list-grup-bg2 {
    background: #FFF;
    /* box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14); */
    color: #222129;
    /* font-family: Poppins; */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;

}

/* .cus-list-grup-bg1 ::before {
    content: ".";
} */

.cus-dot {
    font-weight: bolder;
    position: relative;
    top: -3px;
    left: -2px;
}

.border-bottomm {
    border: 1px solid #131C55;
    margin-top: 8px;
    width: 96%;
}

.cus-editt {
    background: #ea7a26b8;
    color: #fff;
    border-radius: 4px;
}

.cus-editt h3 {
    color: #fff;
    font-size: 24px;
    padding: 2px;
    text-align: center;
}

/* don and ah form custom================================= */


.don-ahform .my-outer-area .cus-frm .form-ah-don .nav-pills li:nth-child(1) {
    padding: 2px;
    border-radius: 30px 0 0 30px;
    Background-color: #4589d0;
}

.don-ahform .my-outer-area .cus-frm .form-ah-don .nav-pills li:nth-child(2) {
    padding: 2px;
    border-radius: 0 30px 30px 0;
    Background-color: #4589d0;
}


.don-ahform .my-outer-area .cus-frm .form-ah-don .nav-pills .nav-link {
    border-radius: 30px;
    padding: 2px 30px;
    font-size: 17px;
    font-weight: 600;
    Background-color: #4589d0 !important;
    color: #fff !important;
}

.don-ahform .my-outer-area .cus-frm .form-ah-don .nav-pills .nav-link.active {
    Background-color: #fff !important;
    color: #257bd5 !important;
}




/* ==========================================media queries==================================== */

@media only screen and (min-width:200px) and (max-width:769px) {
    .left-logo1 {
        display: none;
    }

    .left-logo-abosolute2 {
        padding: unset !important;
        Background-color: unset !important;
        z-index: unset !important;
    }

    .my-patient-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


}

.dropdown-menu-custom {
    border-radius: 10px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
    width: 100%;
}

.my-doc-profile {
    float: right;
    height: auto;
    width: 35%;
    margin-top: 0px;
}

.my-proflie-box {
    border-radius: 12px;
    Background: #ccc;
    box-shadow: 0px 20px 32px 0px rgba(207, 207, 207, 0.25);
}

.cus-titlesal {
    margin-top: 33px;
}

.cus-format-msg {
    color: red;
    font-size: 14px;
}

@media (min-width: 320px) and (max-width: 425px) {
    .cardd-prof img {
        max-width: 40%;
    }

    .inter-minner-box {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .inter-minner-box2 {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .inter-minner-box3 {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .inter-minner-box4 {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .cardd-prof-dark2 {
        margin-top: 30px;
    }

    .task-box {
        margin-top: 30px;
    }

    .profile-card {
        margin-bottom: 30px;
    }

    .my-doc-profile {
        margin-top: 20px;
    }

    #progress {
        top: 17px;
        left: 0;
        width: 100%;
    }

    .step-title {
        font-size: 11px
    }

    .step-button {
        margin-top: 8px;
    }

    .cus-step {
        padding: 15px;
        margin-top: 40px;
    }

    .registration-form .form-welcome .form-area {
        height: 830px;
    }
    .step-button {
        width: 14px;
        height: 14px;
    }
    .step-button[aria-expanded="true"] {
        width: 14px;
        height: 14px;
    }
    .step-button {
        margin-top: 12px;
    }
    .steps {
        align-items: baseline;
    }
    .cus-step-custom {
        padding: 10px;
    }
}

/* ==============================media query by me (ank=========================) */

@media only screen and (min-width:568px) and (max-width:992px) {

    .mean-container .mean-nav ul li a {
        float: unset;
    }

    .mean-container .mean-nav ul li a {
        text-align: center;
        border-top: unset;
    }

    .mean-container a.meanmenu-reveal span {
        margin-top: 42px !important;
    }

    .mean-container .mean-nav ul li a {
        border-top: unset;
        /* float: right; */
        padding: 5px 0px;
        margin-left: 2px;
        margin-top: -1px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .logo-row {
        margin-top: 15px;
    }

    .cus-btn {
        min-width: 212px;
    }

    .cus-inner-icon {
        color: #677294;
    }

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        background: transparent !important;
    }

    .registration-form .form-welcome .form-area {
        min-height: 510px;
    }

    .cus-btn-second {

        min-width: 195px;
    }

    .my-outer-area {
        margin-top: 90px;
    }

    .new-height {
        height: unest !important;
    }

    .inter-minner-box {
        border-radius: 16px;
        Background: #FFE2E5;
        padding: 21px;
    }

    .inner-task-my-box {
        min-height: 125px;
    }

    .table-heading-custom {
        display: block;
    }

    .cus-mar {
        margin: 87px 0 0 0;
    }
    .download_head h5{
        margin-bottom: 20px;
    }

}

@media only screen and (min-width:200px) and (max-width:567px) {
    .left-sec-out {
        padding: 16px;
    }

    .cus-inner-sec {
        padding: 16px;
    }

    .cus-head {
        font-size: 35px;
    }

    .outer-form h3 {
        font-size: 24px;
    }

    .outer-form {
        padding: 10px 20px;

    }

    .cus-don {
        font-size: 20px;

    }

    .cus-don2 {
        font-size: 20px;
    }

    
    .mean-container .mean-nav ul li a {
        border-top: unset;
        float: unset;
        padding: 5px 0px;
        margin-left: 2px;
        margin-top: -1px;
        margin-bottom: 0px;
        font-size: 16px;
        color: #fff;
    }

    .donate-now-img {
        display: none;
    }

    .mean-container a.meanmenu-reveal span {
        margin-top: 42px !important;
    }

    .donatenow-btn a {
        width: 170px !important;
        font-size: unset !important;
        color: #fff !important;
    }

    .logo-row {
        margin-top: 15px;
    }

    .caption {
        display: block;
        text-align: center;
        color: #677294;
    }

    .cus-inner-icon {
        /* display: block; */
        color: #fff;
    }

    .cus-btn {
        min-width: 110px;
    }

    .left-sec-out {
        height: unset;
    }

    .cus-p {
        padding: unset;
    }

    .new-height {
        height: unset;
    }

    .cus-col-none {
        display: none;
    }

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        background: transparent !important;
        
    }
    .mean-container .mean-nav ul li a{
        width: 100% !important;
        padding: 10px 0 !important;
        
    }
    .mean-container .mean-nav ul li a {
        padding: 5px 0px !important;
        font-size: 16px !important;
    }
    .registration-form .form-welcome .form-area .nav-pills .nav-link {
        padding: 1px 6px;
    }

    .registration-form .form-welcome .form-area .tab-content .form-heading h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .registration-form .form-welcome .form-area {
        height: auto;
    }

    .cus-btn-second {

        min-width: 110px;
        min-height: 51px;
    }

    .step-second-btn {
        margin-top: -1px;
    }

    .my-outer-area {
        margin-top: 90px;
    }

    .new-height {
        height: unset !important;
    }

    .cus-btn-imp {
        width: unset !important;
    }

    .card-section-bg {
        margin-top: 20px;
    }

    .table-heading-custom {
        display: block;
    }

    .document-text h3 {
        font-size: 17px !important;

    }

    .don-per-form {

        font-size: 17px;

    }

    .cus-mar {
        margin: 87px 0 0 0;
    }


}

/*========================= dashboard-section-start-css ==========================*/
.dashboard-section {
    padding: 40px;
}

.dashborad-list li {
    list-style: none;
    padding: 13px;

    border-bottom: 2px solid #ffa2a2;
    border-image: linear-gradient(0.25turn, rgb(255 255 255), rgb(255 171 171), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 100%;

}

.dashborad-list li a {
    color: #000;

}

.dashborad-list ul {
    padding: unset;
    margin-top: 20px;

}

.dashborad-list li:hover {

    Background: #FFEADA;
    color: orange;


}




.dashboard-bg {
    border-radius: 15px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    position: sticky;
    top: 120px;
}

.dashboard-bg-2 {
    border-radius: 15px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    border: none;
}

.cus-color {
    background-color: #fbece3;
}

.cus-view-p {
    color: #efa822 !important;
    font-size: 16px !important;
}

.dashboard-top-heading p {
    color: #756F6F;
    font-weight: 400;
    margin-bottom: 0px;
}

.dashboard-top-heading p span {
    color: #0A65CC;

    font-size: 14px;

    font-weight: 500;

}

.dashborad-list li.active {
    border-top: 2px solid #ffa2a2;
    Background: #FFEADA;
    color: orange;
    border-bottom: 2px solid #ffa2a2;
    border-image: linear-gradient(0.25turn, rgb(255 255 255), rgb(255 171 171), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 100%;

}



.card-section-bg {
    position: relative;
    border-radius: 15px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
}

.card-para-section {
    position: absolute;
    left: 6%;
    top: 20px;
}

.img-cus {
    width: 100%;
}

.card-para-section p {
    font-size: 19px;
    font-weight: 500;
}

.card-para-section h4 {
    color: #F05726;

    font-size: 24px;

    font-weight: 600;

}

.card-custom {
    border-radius: 10px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
}



.card-heading h4 {
    font-weight: 500;
    font-size: 20px;
    color: #686767;
    text-align: center;
}

.card-para h3 {
    color: #F05726;
    text-align: center;

    font-size: 36px;
    margin-top: 10px;
    font-weight: 500;

}

.card-second-section-bg {

    padding: 40px;
}

.receipt-det-button a {
    background: #0089CF;
    color: #fff;
    border: 1px solid #0089CF;
    padding: 10px 20px;
    border-radius: 5px;
}
.vision-f-details{
    background-color: #f3f1f1;
    padding: 10px;
}
@media only screen and (min-width:200px) and (max-width:767px) {
    .steps {
        align-items: baseline;
    }
    .hcs-para p {
        text-align: left !important;
        font-size: 15px !important;
    }
    .dashboard-section {
        padding: 0px;
        margin-top: 97px;
        margin-bottom: 30px;
    }


    .img-cus {

        height: 121px;
    }

    .card-para-section p {
        font-size: 14px;

    }

    .card-second-section-bg {
        padding: 20px;
    }

    .card-custom {
        margin-top: 15px;
    }



    .new-height {
        height: unset !important;
    }


}

/*============================== document-section-start-css ==========================================*/
.document-second-bg {
    border-radius: 10px;
    Background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
}

.cus-step-custom {
    border-radius: 0px;
    padding: 28px;
    Background: #FFECE4;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.outer-form-custom {
    border-radius: 0px;
    padding: 28px;

    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);

}

.document-text h3 {
    padding: 18px;
    color: #000;

    font-size: 20px;

    font-weight: 500;

}

.document-text h4 {

    color: #000;

    font-size: 16px;

    font-weight: 500;

}

.form-custom {
    padding: 12px 12px 12px 12px;
}



.card-img-cus {
    margin-top: 34px;
}

.card-btn-cus {
    border-radius: 10px;
    border: 1px solid #0089CF;
    /* box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30); */
    color: #0089CF;

    width: 200px;
    height: 50px;

    font-weight: 500;

}

.card-second-btn {
    border-radius: 10px;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
    color: #FFF;
    width: 200px;
    height: 50px;
    border: none;
    font-weight: 500;

}

.card-second-btn-ah {
    width: 280px;

}

.document-section-bg {
    border-radius: 40px;
    Background: #FFF;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

@media only screen and (min-width:200px) and (max-width:767px) {
    .document-section-bg {
        padding: 0px;
    }

    .new-height {
        height: unset !important;
    }
}


.project-msg-box {
    border-radius: 10px;
    Background: #FFF;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
    padding: 15px;
}

.msg-para p {
    color: #0089CF;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.my-thead {
    border-radius: 8px 8px 0px 0px;
    Background: var(--shape-1, #F8F8F8);
}

.download-icon {
    text-align: center;
}

.my-thead {
    text-align: center;
}

.task-box-bg {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);
    padding: 30px;
}

.cus-btn-imp {
    width: 388px;
}

/*================================ HOSPITAL-SELECTION-CRITERIA-start-css ========================================*/
.Criteria-bg {
    background: #F47B0B;
    padding: 5px;
}

.Criteria-heading h3 {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.Criteria-para p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #FFF;
}

.hcs-btn {
    border-radius: 10px;
    background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
    font-weight: 500;
    color: #FFF;
    font-size: 16px;
    width: 350px;
    height: 60px;
    border: none;

}

.hcs-para p {
    color: #53565A;
    text-align: justify;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;

}

.first-heading h4 {
    color: #000;

    font-size: 16px;

    font-weight: 400;

}

.hcs-heading h3 {
    font-weight: 500;
    font-size: 24px;
}

.border-bottom {
    border: 1px solid red;
    margin-top: 8px;
}

.operation-section {
    display: flex !important;
    justify-content: space-between;
}

.checkbox-custom input {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.checkbox-custom label {
    font-size: 18px;
}

/* ======================================new Css For Ah And media queries==== */
.form-control-custom {
    width: 320px;
    border-radius: 7px;
    border: 1px solid rgba(167, 168, 170, 0.50);
    background: #FFF;
    box-shadow: 0px -1px 0px 0px #E3E7EA inset;
    padding: 10px;
}



.form-input-bg {
    background: #F4F4F4 !important;
    box-shadow: 0px -1px 0px 0px #E3E7EA inset !important;

}

.form-input-second-bg {
    background: #FFF !important;
    box-shadow: 0px -1px 0px 0px #E3E7EA inset !important;

}

.form-display {
    display: flex !important;
    justify-content: space-between;
}

.Continue-btn {
    border-radius: 10px;
    background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
    font-weight: 500;
    color: #FFF;
    padding: 15px 146px;
    border: none;
}
@media only screen and (min-width:768px) and (max-width:920px){
    .dashboard-section {
        padding: 0px !important;
        margin-top: 90px !important;
    }
}

@media only screen and (min-width:200px) and (max-width:767px) {
    .document-section-bg {
        padding: 20px;
    }

    .operation-section {
        display: flex !important;
        justify-content: space-between;
        flex-direction: column;
    }

    .form-control-custom {
        width: 100%;
    }

    .Continue-btn {
        padding: 6px 52px;
    }

    .hcs-btn {
        width: 172px;
        height: 35px;
    }

    .form-surery-custom {
        margin-top: 10px !important;
    }

    .form-first-heading h5 {
        margin-bottom: 10px;
    }
    .donation-details-section {
        padding: 0px !important;
        margin-top: 100px !important;
    }
    .donation_btn a {
      
        font-size: 16px !important;
       
    }
    .download_head h5{
        margin-bottom: 20px;
    }
    .card-donation{
        margin-top: 15px;
    }
    .view-details-section {
      
        padding: 0px !important;
    }
    .details-top-head {
        display:unset !important;
       
    }
    .background-view-details{
        padding: 25px !important;
        margin-top: 100px !important;
    }
    .Preview-btn {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center
    }
    .sent-btn-custom{
        margin-top: 27px !important;
    }
    .Preview-btn div a{
        margin-top: 20px !important;
    }
    .btn-back-cus{
        padding: 5px 10px 5px 10px !important;
    }
    .btn-back-cus1{
        padding: 5px 10px 5px 10px !important;
    }
}
.card-donation{
   padding: 15px;
    border-radius: 10px;
background: #FFF;
box-shadow: 0px -2px 31px 0px rgba(0, 0, 0, 0.14);

}
.card-donation h5{
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
}
.card-donation p{
    color: #F05726;
    text-align: center;
   
    font-size: 20px;
   
    font-weight: 500;
  
}
.donation-details-section{
    padding: 40px;
    margin-top: 80px;
}
.donation-background{
    padding: 40px;
    border-radius: 40px;
background: #FFF;
box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
}
.donation_back_icon a{
    color: #1D2026;
    font-size: 18px;
font-weight: 600;
}
.download_head h5{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
}
.download_head h5 span{
    color: #0089CF;
}
.donation_btn a{
    background: #F4F4F4;
box-shadow: 0px -1px 0px 0px #E3E7EA inset;
font-size: 18px;
color: #F05726;
padding: 10px;
}
.table>:not(:first-child) {
    border-top: none !important;
}
.Utilization_head h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.table-add-btn a{
    border-radius: 5px;
background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
font-weight: 500;
font-size: 14px;
color: #FFF;
padding: 9px 25px 9px 25px;

}
.table-patient-cus{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.from-display{
    display: flex !important;
    justify-content: space-between;
}
.cus-upload-img-custom{
    width: 70%;
    margin-top: 5px;
    border: 1px solid #ced4da;
    height: 75px;
    object-fit: cover;
}
.btn-back-cus{
    border-radius: 10px;
border: 1px solid #0089CF;
box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
padding: 10px 80px 10px 80px
}
.btn-back-cus1{
    border-radius: 10px;
background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
color: #FFF;
padding: 10px 80px 10px 80px
}

.view-details-section{
    margin-top: 60px;
    padding: 40px;
}
.details-top-head{
    display: flex;
    justify-content: space-between;
}
.background-view-details{
    border-radius: 40px;
background: #FFF;
box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
padding: 40px;
}
.view-heading h2 a{
    color: #1C2A53;
    font-size: 18px;
    font-weight: 500;
}
.cus-upload-img5{
    width: 43%;
    margin-top: 5px;
    border: 1px solid #ced4da;
    height: 90px;
    object-fit: cover;
}
.cus-upload-img6{
    width: 68%;
    margin-top: 5px;
    border: 1px solid #ced4da;
    height: 46px;
    object-fit: cover;
}
.Preview-btn{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.Preview-btn div a{
    border-radius: 7px;
background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
font-weight: 500;
font-size: 16px;
color: #FFF;
padding: 10px 40px 10px 40px;
margin-top: -8px;
}
.Preview-btn-custom{
    
    padding: 8px 40px 8px 40px !important;
}
.download-head h3{
    color: rgba(16, 17, 17, 0.80);

    text-align: center;
  
    font-size: 24px;
  
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.96px;
   
}

.download-head h3 span{
    color: #0089CF;

font-size: 28px;

font-weight: 600;
line-height: normal;
letter-spacing: 1.12px;

}
.download-bg{
    display: flex;
    justify-content: space-around;
    background: #F4F4F4;
box-shadow: 0px -1px 0px 0px #E3E7EA inset;
padding: 10px;
}
.download-bg a{
    color: #000;
}
.Continue-btn{
    border-radius: 7px;
    background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    padding: 15px 75px 15px 75px;
}
.modal-back-custom{
    border-radius: 40px;
background: #FFF;
box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
padding: 10px;
}
.main_detail_new thead tr th{
    white-space: nowrap;
}
.main_detail_active .active a{
    color: orange;
}
.paynow-btn-change {
    border-radius: 10px;
    Background: linear-gradient(180deg, #0089CF 0%, #00679C 100%);
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.30);
    color: #FFF;
    width: 100%;
    padding: 10px 0;
    border: none;
    font-weight: 500;
    max-width: 200px;
}
/* ============= */
.main-nav-n {
    Background-color: #F47B0B;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 0 solid #F05726;
}
.main-nav-n .logo-shrink {
    display: block;
    Background: #fff;
    padding: 10px 14px 4px;
    margin-left: -14px;
    margin-top: -16px !important;
    margin-bottom: -14px !important;
    position: relative;
}
.aline-item-baseline{
    align-items: baseline;
}
.main-nav-n .logo-shrink::after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-left: 50px solid #fff;
    border-bottom: 50px solid transparent;
    border-top: 50px solid #fff;
    clear: both;
}
.main-nav-n .logo-shrink{
    display: block !important;
}
.text-right{
    text-align: right !important;
}
.main_notifica{
    position: relative;
}
.main_notifica span{
    background: #ff7300;
    position: absolute;
    padding: 0px 6px;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    top: -7px;
    right: -16px;
    color: #fff;
    font-size: 12px;
}
.toggle-password-input{
    position: relative;
}
.toggle-password-input span{
    position: absolute;
    right: 20px;
    top: 15px;
}
button.step-button.text-center.collapsed.addresses.one_column {
    background: #F47B0B;
}
button.step-button.text-center.collapsed.documents.one_column{
    background: #F47B0B; 
}
.main-nav {
    padding-top: 10px;
    padding-bottom: 15px;
}
.main_icon_svg {
    margin: 0 5px;
}
.main_icon_svg svg{
width: 20px;
}
.text-center-left{
    text-align: left;
}
.text-center-right{
    text-align: right;
    left: 3px;
    position: relative;
}
.w-100{
    width: 100%;
}
.download-icon{
    display: flex;
}
.download-icon a{
    margin: 0 5px;
}
.download-icon a i{
    filter: brightness(0.1);
}