@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Semibold.eot');
    src: url('../fonts/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
        url('../fonts/GeneralSans-Semibold.woff') format('woff'),
        url('../fonts/GeneralSans-Semibold.ttf') format('truetype'),
        url('../fonts/GeneralSans-Semibold.svg#GeneralSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1240px;
    padding: 0;
}

#wrap {
    float: left;
    width: 100%;
}

#middle {
    float: left;
    width: 100%;
}

/* wordpress menu */
header {
    padding: 0px 80px;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 999999;
    border-bottom: 1px solid #C7DFFF;

}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header .logo {
    max-width: 150px;
    width: 100%;
}
.main-header .logo img {
    width: 100%;
    height: auto;
}
header .main-header .menu_sec {
    display: flex;
    gap: 30px;
}
.menu_sec ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu_sec ul.menu li {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 35px;
}
.menu_sec ul.menu li:last-child {
    margin-right: 0;
}
.menu_sec ul.menu li a:before:hover:last-child {
    display: none;
}
.menu_sec ul.menu li a {
    position: relative;
    display: block;
    padding: 39px 0 39px 0;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    color: #00224D;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.menu_sec ul.menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #085EC7;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    transition: all 0.3s linear;
}
.menu_sec ul.menu>li>a:hover,
.menu_sec ul.menu>li:hover>a,
.menu_sec ul.menu>li:hover>a::before,
.menu_sec ul.menu>li.current_page_item>a,
.menu_sec ul.menu>li.current_page_item>a::before,
.menu_sec ul.menu>li.current-menu-parent>a {
    color: #085EC7;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.menu_sec ul.menu li.menu-item-has-children a {
    padding-right: 14px;
}
.menu_sec ul.menu li.menu-item-has-children>a:after {
    content: "";
    background-image: url(../images/drwop-down-arrow.png);
    position: absolute;
    margin-top: 0;
    top: 50%;
    right: -5px;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
}
.menu_sec ul li a svg {
    display: none;
}
.menu_sec ul.menu>li:hover>ul.sub-menu {
    display: block;
}
.menu_sec ul.menu li ul.sub-menu {
    margin: 0;
    padding: 0;
    align-items: center;
    align-content: center;
    list-style-type: none;
    float: left;
    width: 300px;
    color: #ffffff;
    position: absolute;
    top: 100%;
    left: -31px;
    z-index: 2;
    background: #ffffff;
    border-radius: 4px;
    display: none;
    border: 1px solid #085EC7;
}
.menu_sec ul.menu li ul.sub-menu li {
    float: left;
    width: 100%;
    padding: 0 0px;
}
.menu_sec ul.menu li ul.sub-menu li a {
    padding: 10px 12px;
    border-radius: 0px;
    font-size: 16px;
    color: #00224D;
    text-transform: none;
    cursor: pointer;
}
.menu_sec ul.menu li ul.sub-menu li a:hover,
.menu_sec ul.menu li ul.sub-menu li:hover>a,
.menu_sec ul.menu li ul.sub-menu li.current-menu-item>a {
    color: #085EC7;
    text-decoration: none;
}
.menu_sec ul.menu li ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f125";
    right: 10px;
}
.menu_sec ul.menu li ul li ul.sub-menu {
    top: 0;
    left: 100%;
    display: none;
}
.menu_sec ul.menu>li>ul>li:hover>ul.sub-menu {
    display: block;
}
.main-header .contact-btn {
    border: 2px solid transparent;
}
header .main-header .menu_sec ul.menu li.contact-btn a {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border-radius: 3px;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
}
header .main-header .menu_sec ul.menu li.contact-btn a:hover {
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%) padding-box, linear-gradient(0deg, #085EC7 0%, #4092F7 100%) border-box;
}
header .main-header .menu_sec ul.menu li.contact-btn a::before {
    display: none;
}
.main-header .callnow-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-header .callnow-menu .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 0px 5px #ffffff;
    background: #F9E79F;
}
.main-header .callnow-menu:has(.callnow-info a:hover) .img-box {
    background: #085EC7;
}
.main-header .callnow-menu:has(.callnow-info a:hover) .img-box img {
    filter: brightness(0) invert(1);
}
.main-header .callnow-menu .img-box img {
    width: 22px;
    height: 22px;
}
.main-header .callnow-menu .callnow-info {
    width: calc(100%- 54px);
}
.main-header .callnow-menu .callnow-info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #085EC7;
    text-transform: capitalize;
    margin: 0;
}
.main-header .callnow-menu .callnow-info a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #00224D;
    transition: 0.3s all ease-in;
}
.main-header .callnow-menu .callnow-info a:hover {
    text-decoration: none;
    color: #085EC7;
}

#rmp_menu_trigger-198:focus {
    outline: 0px;
    outline: 0;
}

.said-icon {
    position: fixed;
    background-color: #085EC7;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 40px 10px;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
}
.said-icon ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}
.said-icon ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 0px 4px #085EC7;
    background: #ffffff;
}
.said-icon ul li a:hover {
    background: #BDDAFF;
}
.mobile-menu {
    width: 30px;
    display: none;
}
.mobile-menu img {
    width: 100%;
    height: auto;
}
.banner-section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 80px 50px 80px;
}
.banner-section .left-said {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.banner-section .left-said h3 {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #085EC7;
    border-radius: 80px;
    display: inline-block;
    margin-bottom: 20px;
}
.banner-section .left-said h1 {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #00224C;
    width: 100%;
    max-width: 660px;
    margin-bottom: 25px;
}
.banner-section .left-said h1 strong {
    color: #085EC7;
    font-weight: 600;
}
.banner-section .left-said p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00224C;
    width: 100%;
    max-width: 615px;
    margin-bottom: 25px;
}
.banner-section .left-said .button-box {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}
.banner-section .left-said .button-box .book-an-apporment {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    align-items: center;
    padding-left: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border-radius: 3px;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
    transition: 0.3s all ease-in;
}
.banner-section .left-said .button-box .book-an-apporment:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    background-image: url(../images/book-appointment.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    transition: 0.3s all ease-in;
}
.banner-section .left-said .button-box .book-an-apporment:hover {
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%);
}
.banner-section .left-said .button-box .conditions {
    display: inline-block;
    padding: 15px 20px;
    background-color: transparent;
    border-radius: 3px;
    border: 1.5px solid #00224D;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00224C;
    padding-left: 40px;
    text-decoration: none;
    transition: 0.3s all ease-in;
}
.banner-section .left-said .button-box .conditions:hover {
    background-color: #D6E9FF;
}
.banner-section .left-said .button-box .conditions:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 15px;
    background-image: url(../images/condision-button-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 20px;
}
.banner-section .left-said .counterBox {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
}
.banner-section .left-said .counterBox .counterItem {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 32%;
}
.banner-section .left-said .counterBox .counterItem .bigText {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 500;
    line-height: 47px;
    color: #00224C;
    margin: 0 0 0px 0;
}
.banner-section .left-said .counterBox .counterItem .smallText {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #00224C;
}
.banner-section .right-said {
    width: 100%;
    position: relative;
    padding-right: 80px;
    max-width: 700px;
    margin: 0 auto;
}
.banner-section .right-said .inner-after {
    position: absolute;
    bottom: 70px;
    left: -85px;
    background-color: #FFFFFF;
    padding: 15px 20px;
    border: 1px solid #085EC7;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    max-width: 195px;
    width: 100%;
}
.banner-section .right-said .inner-after p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #085EC7;
    padding-top: 45px;
    margin: 0;
}
.banner-section .right-said .inner-after:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    background-image: url(../images/banner-right-afterimg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
}
.banner-section .right-said .inner-before {
    position: absolute;
    top: 85px;
    right: 0;
    background-color: #FFFFFF;
    padding: 15px 20px;
    border: 1px solid #085EC7;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    max-width: 227px;
    width: 100%;
}
.banner-section .right-said .inner-before p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #085EC7;
    padding-top: 45px;
    margin: 0;
}
.banner-section .right-said .inner-before:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    background-image: url(../images/banner-right-beforeimg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
}
.meet-doctor-sec {
    position: relative;
    width: 100%;
    float: left;
    background-image: url(../images/meet-docter-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 115px;
}
.meet-doctor-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107.26deg, #FFFFFF 42.77%, rgba(255, 255, 255, 0) 74.64%, #FFFFFF 98.82%);
}
.meet-doctor-sec .left-said .meet {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    color: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    background-color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.meet-doctor-sec .left-said h2 {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    color: #00224C;
    margin-bottom: 5px;
}
.meet-doctor-sec .left-said h6 {
    font-family: 'General Sans';
    font-size: 18px;
    font-weight: 500;
    line-height: 44px;
    color: #00224C;
    margin-bottom: 23px;
}
.meet-doctor-sec .left-said p {
    width: 100%;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #00224C;
    margin-bottom: 15px;
    max-width: 615px;
}
.meet-doctor-sec .left-said p:last-child {
    margin-bottom: 0px;
}
.meet-doctor-sec .left-said p strong {
    font-weight: 700;
}
.meet-doctor-sec .left-said .read-more-btn {
    padding-top: 30px;
    padding-bottom: 130px;
    margin: 0;
}
.meet-doctor-sec .left-said .read-more-btn .read-more {
    display: inline-block;
    position: relative;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 25px 16px 44px;
    border-radius: 3px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
}
.meet-doctor-sec .left-said .read-more-btn .read-more:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%);
}
.meet-doctor-sec .left-said .read-more-btn .read-more:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 17px;
    background-image: url(../images/read-more-btn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}
.meet-doctor-sec .right-said img {
    padding-top: 65px;
}
.servicesSec {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, #F5F9FF 0%, #D6E8FF 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    height: auto;
    z-index: 1;
}
.servicesSec a {
    text-decoration: none;
}
.servicesSec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    mix-blend-mode: overlay;
    z-index: -1;
}
.servicesSec .servicesTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.servicesSec .servicesTitle h3 {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    color: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    background-color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}
.servicesSec .servicesTitle h2 {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    color: #00224C;
    text-align: center;
}
.servicesSec .row [class*="col-"] {
    margin-bottom: 50px;
}
.servicesSec .row [class*="col-"]:last-child {
    margin-bottom: 0px;
}
.servicesSec .row [class*="col-"]:nth-child(1),
.servicesSec .row [class*="col-"]:nth-child(3) {
    margin-top: 180px;
}
.servicesSec .row [class*="col-"]:nth-child(2) {
    margin-top: 0 !important;
}

.servicesSec .row [class*="col-"]:nth-child(3n + 2) {
    margin-top: -180px;
}
.servicesSec .row [class*="col-"]:nth-child(7) {
    margin-top: -180px;
}
.servicesSec .servicesBox {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    margin-top: 40px;
}
.servicesSec .servicesBox .servicesName {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: -58px;
    display: flex;
}
.servicesSec .servicesBox .servicesName .servicesIcon {
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 100%;
    border: 1px solid #00224C;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-right: -76px;
}
.servicesSec .servicesBox .servicesName .servicesIcon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #196ED5;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background: linear-gradient(180deg, #085EC7 0%, #4092F7 100%);
}
.servicesSec .servicesBox .servicesName .servicesIcon img {
    width: 31px;
    height: auto;
    z-index: 1;
}
.servicesSec .servicesBox .servicesName .servicesInfo {
    width: 100%;
    float: left;
    text-align: -webkit-right;
}
.servicesSec .servicesBox .servicesName .servicesInfo h4 {
    width: calc(100% - 45px);
    height: 76px;
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #00224C;
    background: #FFFFFF;
    border: 1px solid #00224C;
    border-radius: 340px;
    text-align: center;
    padding: 10px 15px 10px 30px;
    margin: 0;
    transition: all .3s ease-in-out;
    align-content: space-evenly;
}
.servicesSec .servicesBox:hover .servicesName .servicesInfo h4 {
    background-color: #00224C;
    color: #FFFFFF;
}
.servicesSec .servicesBox .top-info .icon-box {
    position: relative;
    margin-left: -55px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #00224C;
    z-index: 1;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesSec .servicesBox .top-info .icon-box:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #196ED5;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: linear-gradient(180deg, #085EC7 0%, #4092F7 100%);
}
.servicesSec .servicesBox .top-info .icon-box img {
    position: relative;
}
.servicesSec .servicesBox p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00224C;
    text-align: center;
    margin-bottom: 20px;
}
.servicesSec .servicesBox .serviceImg {
    width: 100%;
    display: block;
}
.servicesSec .servicesBox .serviceImg img {
    border-radius: 18px;
    width: 100%;
    height: auto;
}
.conditions-sec {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.conditions-sec .Conditions {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    color: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    background-color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}
.conditions-sec h2 {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    color: #00224C;
    margin-bottom: 50px;
}
.conditions-sec p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00224C;
    margin: 0;
}
.conditions-sec p strong {
    font-weight: 700;
}
.conditions-sec .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible !important;
}
.conditions-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conditions-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.conditions-slider .slider-box {
    padding: 2px 2px 0px 2px;
    background: linear-gradient(180deg, #085EC7 77.4%, #4092F7 100%);
    border-radius: 20px;
    border: 2px solid #085EC7;
}
.conditions-slider .slider-box p {
    font-family: 'General Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 0px;
}
.conditions-sec .conditions-slider-arrow {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 40px;
}
.conditions-sec .swiper-button-prev,
.conditions-sec .swiper-button-next {
    position: unset;
    height: 56px;
    width: 56px;
    border: 2px solid #00224C;
    border-radius: 100%;
    margin: 0;
    transition: all .3s ease-in-out;
}
.conditions-sec .swiper-button-prev:hover,
.conditions-sec .swiper-button-next:hover {
    background-color: #00224C;
}
.conditions-sec .swiper-button-prev::after,
.conditions-sec .swiper-button-next::after {
    content: "";
    background-image: url(../images/slider-right-aerrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 22px;
    height: 16px;
    transition: all .3s ease-in-out;
}
.conditions-sec .swiper-button-prev::after {
    transform: rotate(180deg);
}
.conditions-sec .swiper-button-prev:hover::after,
.conditions-sec .swiper-button-next:hover::after {
    filter: grayscale(1) invert(1);
}

.blog-sec {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, #F5F9FF 0%, #F5F9FF 100%);
    padding: 100px 0px 100px 0px;
}
.blog-sec .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog-sec .title h3 {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    color: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    background-color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}
.blog-sec .title h2 {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    color: #00224C;
    margin-bottom: 50px;
    width: 100%;
    max-width: 550px;
    text-align: center;
}
.blog-sec .left-said {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.blog-sec .left-said .blogImg {
    width: 100%;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.blog-sec .left-said:hover img {
    transform: scale(1.1);
}
.blog-sec .left-said a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
.blog-sec .left-said .inner-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    float: left;
    padding: 0px 20px 20px 20px;
}
.blog-sec .left-said .inner-box .info {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}
.blog-sec .left-said .inner-box .info .date {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    display: inline-block;
    align-items: center;
    padding: 2px 10px;
    background: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    margin-bottom: 10px;
}
.blog-sec .left-said .inner-box .info h6 {
    font-family: 'General Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #00224C;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}
.blog-sec .left-said:hover .inner-box .info h6 {
    color: #085EC7;
}
.blog-sec .left-said .inner-box .info h6 a:hover {
    text-decoration: none;
}

.blog-sec .left-said .inner-box .info p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #00224C;
    margin-bottom: 20px;
}
.blog-sec .left-said .inner-box .info .read-blog-btn {
    position: relative;
    display: inline-block;
    padding: 12px 18px 12px 45px;
    border: 2px solid #00224D;
    border-radius: 3px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #00224C;
}
.blog-sec .left-said:hover .inner-box .info .read-blog-btn {
    color: #085EC7;
    border-color: #085EC7;
}
.blog-sec .left-said .inner-box .info .read-blog-btn:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 15px;
    background-image: url(../images/read-mor-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 22px;
    height: 20px;
}
.blog-sec .right-said .blog-box {
    width: 100%;
    margin-bottom: 20px;
}
.blog-sec .right-said .blog-box a {
    display: flex;
    text-decoration: none;
}
.blog-sec .right-said .blog-box:last-child {
    margin: 0;
}
.blog-sec .right-said .blog-box .img-box {
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.blog-sec .right-said .blog-box a img {
    width: 100%;
    transition: all .3s ease-in-out;
}
.blog-sec .right-said .blog-box:hover a img {
    transform: scale(1.1);
}
.blog-sec .right-said .blog-box .card-info {
    padding-left: 20px;
    width: calc(100% - 200px);
}
.blog-sec .right-said .blog-box .card-info .date {
    display: inline-block;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 1px 9px;
    border: 1px solid #085EC7;
    border-radius: 80px;
    color: #085EC7;
    margin-bottom: 10px;
}
.blog-sec .right-said .blog-box .card-info h6 {
    font-family: 'General Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #00224C;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.blog-sec .right-said .blog-box:hover .card-info h6 {
    color: #085EC7;
}
.blog-sec .right-said .blog-box .card-info p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #00224C;
    margin-bottom: 0;
}
.blog-sec .blog-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-sec .blog-btn .all-blog-btn {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 15px 21px 15px 48px;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border-radius: 3px;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 50px;
}
.blog-sec .blog-btn .all-blog-btn:hover {
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%);
}
.blog-sec .blog-btn .all-blog-btn:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 21px;
    background-image: url(../images/all-blog-btn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}
.blog-sec .blog-btn .all-blog-btn:hover {
    text-decoration: none;
}
.contacttoday-sec {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, #085EC7 77.4%, #4092F7 100%);
    padding-bottom: 92px;
    border-bottom: 2px solid #085EC7;
}
.contact-bg {
    position: relative;
    width: 100%;
    float: left;
    background-image: url(../images/contact-today-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 75px;
}
.contacttoday-sec .contact-bg .contact-info {
    position: relative;
    width: 100%;
    float: left;
}
.contacttoday-sec .contact-bg .contact-info h3 {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 9px 19px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 80px;
    background-color: transparent;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}
.contacttoday-sec .contact-bg .contact-info h2 {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 100%;
    max-width: 550px;
}
.contacttoday-sec .contact-bg .contact-info p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    width: 100%;
    max-width: 500px;
}
.contacttoday-sec .contact-bg .contact-info p strong {
    font-weight: 700;
}
.contacttoday-sec .contact-bg .contact-info .contact-btn .book-apporment {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    align-items: center;
    padding-left: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border-radius: 3px;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
    transition: 0.3s all ease-in;
    text-decoration: none;
}
.contacttoday-sec .contact-bg .contact-info .contact-btn .book-apporment:hover {
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%);
}
.contacttoday-sec .contact-bg .contact-info .contact-btn .book-apporment:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    background-image: url(../images/book-appointment.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    transition: 0.3s all ease-in;
}
.contacttoday-sec .contact-bg .contact-info .contact-btn a:hover {
    text-decoration: none;
}
.contacttoday-sec .contact-bg .testimonials-slider .swiper-wrapper {
    padding-bottom: 25px;
}
.contacttoday-sec .contact-bg .testimonials-slider .swiper-slide {
    height: auto;
}
.contacttoday-sec .contact-bg .testimonials-slider .slider-box {
    height: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.39);
    border-radius: 10px;
}
.contacttoday-sec .contact-bg .testimonialsSliderBox {
    width: 100%;
    float: left;
    margin-bottom: -60px;
}
.contacttoday-sec .contact-bg .testimonialsSliderBox .testimonials-slider-arrow {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: end;
    margin-bottom: 40px;
}
.contacttoday-sec .contact-bg .testimonialsSliderBox .testimonials-slider-arrow .swiper-button-prev,
.contacttoday-sec .contact-bg .testimonialsSliderBox .testimonials-slider-arrow .swiper-button-next {
    position: unset;
    width: 52px;
    height: 16px;
    margin: 0;
}
.contacttoday-sec .contact-bg .testimonialsSliderBox .testimonials-slider-arrow .swiper-button-prev::after,
.contacttoday-sec .contact-bg .testimonialsSliderBox .testimonials-slider-arrow .swiper-button-next::after {
    content: "";
    background-image: url(../images/testimonials-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
.contacttoday-sec .contact-bg .testimonialsSliderBox .testimonials-slider-arrow .swiper-button-prev::after {
    transform: rotate(180deg);
}
.contacttoday-sec .contact-bg .testimonials-slider .slider-box .slider-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.contacttoday-sec .contact-bg .testimonials-slider .slider-box .slider-info .img-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contacttoday-sec .contact-bg .testimonials-slider .slider-box .slider-info .img-box h6 {
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #00224C;
    margin-bottom: 0;
}
.contacttoday-sec .contact-bg .testimonials-slider .slider-box p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #00224C;
    margin-bottom: 0;
}
.contacttoday-sec .contact-bg .testimonials-slider .slider-box .slider-info ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
.contacttoday-sec .contact-bg .testimonials-slider .swiper-button-next {
    position: relative;
    border: 2px solid black;
    border-radius: 100%;
    height: 56px !important;
    width: 56px !important;
    top: var(--swiper-navigation-top-offset, 122%) !important;
    right: 45% !important;
}
.contacttoday-sec .contact-bg .testimonials-slider .swiper-button-next::after {
    content: "" !important;
    position: absolute;
    background-image: url(../images/slider-right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 20px;
    height: 20px;
}
.contacttoday-sec .contact-bg .testimonials-slider .swiper-button-prev {
    position: relative;
    border: 2px solid black;
    border-radius: 100%;
    height: 56px !important;
    width: 56px !important;
    top: var(--swiper-navigation-top-offset, 122%) !important;
    background-color: #00224C;
    left: 45% !important;
}
.contacttoday-sec .contact-bg .testimonials-slider .swiper-button-prev::after {
    content: "" !important;
    position: absolute;
    background-image: url(../images/slider-left-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 20px;
    height: 20px;
}
footer {
    width: 100%;
    float: left;
    padding: 50px 0 0px 0;
    background: linear-gradient(180deg, #F5F9FF 0%, #F5F9FF 100%);
}
footer .footer-info img {
    max-width: 150px!important;
    width: 100%;
    margin-bottom: 30px;
}
footer .footer-info p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #00224C;
    margin: 0;
}
footer .links h6 {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #00224C;
    margin-bottom: 20px;
}
footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .links ul li {
    margin-bottom: 10px;
}
footer .links ul li:last-child {
    margin: 0;
}
footer .links ul li a {
    display: inline-block;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #00224C;
    text-decoration: none;
    transition: 0.3s all ease-in;
}
footer .links ul li a:hover {
    color: #085EC7;
}
footer .contact h6 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #00224C;
    margin-bottom: 20px;
}
footer .contact ul {
    padding-left: 0;
    list-style: none;
}
footer .contact ul li {
    position: relative;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #00224C;
    padding-left: 22px;
    margin-bottom: 15px;
}
footer .contact ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 17px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .contact ul li.location::before {
    background-image: url(../images/loction-icon.svg);
}
footer .contact ul li.mail::before {
    background-image: url(../images/email-icon.svg);
}
footer .contact ul li.tel::before {
    background-image: url(../images/footer-phone-icon.svg);
}
footer .contact ul li a {
    text-decoration: none;
    transition: 0.3s all ease-in;
}
footer .contact ul li a:hover {
    color: #085EC7;
}

footer .contact-icons ul {
    display: flex;
    gap: 10px;
    margin: 0;
}
footer .contact-icons ul li {
    padding: 0;
    margin: 0;
}
footer .contact .social-contact-icons ul {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
}
footer .contact .social-contact-icons ul li {
    padding: 0;
	margin-bottom: 0;
}
footer .contact .social-contact-icons ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: inset 0px 0px 0px 4px #ffffff;
    background: #00224C;
}
footer .contact .social-contact-icons ul li a img {
    filter: brightness(0) invert(1);
}
footer .contact .social-contact-icons ul li a:hover {
    background: #085EC7;
}
footer .open-hours h6 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #00224C;
    margin-bottom: 20px;
}
footer .open-hours ul {
    margin: 0;
    list-style: none;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(180deg, #E0EEFF, #E0EEFF) padding-box, linear-gradient(0deg, #BDDAFF, #BDDAFF) border-box;
    border: 1px solid transparent;
}
footer .open-hours ul li {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #00224C;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 15px;
}
footer .open-hours ul li:last-child {
    margin: 0;
}
footer .open-hours ul li strong {
    position: relative;
    display: block;
    padding-left: 27px;
    width: 40%;
}
footer .open-hours ul li strong:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../images/footer-right-icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}
footer .open-hours ul li:last-child strong::before {
    opacity: 0.4;
}
.bottom-footer {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
    background: #00224C;
}
.bottom-footer .bottom-footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.bottom-footer .bottom-footer-info p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #80B9FF;
    margin-bottom: 0;
}

.bottom-footer .bottom-btn {
    display: inline-block;
}
.bottom-footer .bottom-btn p {
	display: flex;
    gap: 30px;
}
.bottom-footer .bottom-btn a {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #80B9FF;
    text-decoration: none;
	transition: all .3s ease-in-out;
}
.bottom-footer .bottom-btn a:hover {
	color: #fff;
}

/*----- contact form 7 -----*/
.wpcf7-form-control-wrap 				{ display: block; }
body .wpcf7 form .wpcf7-response-output { float: left; width: 100%; padding: 10px; margin: 5px 0 15px 0; box-sizing: border-box; color:#ff0000; text-align: center; font-size: 14px; }
body span.wpcf7-not-valid-tip 			{ position: absolute; top: 5px; right: 10px; font-size: 12px; white-space: nowrap; margin:5px 0 15px 0; }
body .wpcf7-not-valid 					{ border-color: #f00 !important; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; color: #46b450; }
.wpcf7-spinner 							{ margin: 0 10px; position: absolute; top: 13px; left: 60%; }

/*------------- inner pages -------------*/
.alignleft,
.alignnone {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 0 15px 33px 0;
    border-radius: 20px;
}
.alignright {
    float: right;
    max-width: 100%;
    height: auto;
    margin: 0 0 40px 40px;
    border-radius: 20px;
}
.aligncenter {
    float: none;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    border-radius: 20px;
}

/* -------INNER-BANNER------ */
.innerBanner-section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg-img.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 13px 80px 50px 80px;
}
.innerBanner-section .left-said {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.innerBanner-section .left-said .button-title {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #085EC7;
    border-radius: 80px;
    display: inline-block;
    margin-bottom: 20px;
}
.innerBanner-section .left-said h1 {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #00224C;
    width: 100%;
    max-width: 660px;
    margin-bottom: 19px;
}
.innerBanner-section .left-said h1 strong {
    color: #085EC7;
    font-weight: 600;
}
.innerBanner-section .right-said {
    max-width: 378px;
    width: 100%;
    float: left;
    z-index: 1;
    position: relative;
}
.innerBanner-section .right-said img {
    border-radius: 25px;
    width: 100%;
    height: auto;
}
.innerBanner-section .right-said::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 27px;
    border-radius: 20px;
    background: linear-gradient(180deg, #D9EAFF, #D9EAFF) padding-box, linear-gradient(0deg, #085EC7, #08C7B7) border-box;
    border: 4px solid transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: 'Manrope';
	font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.breadcrumb a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #085EC7;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.breadcrumb a:hover {
    color: #00224C;
}
.breadcrumb i {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #00224C;
}

/* --------Inner Page -------- */
#innerSection {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
}
#innerSection .content h2 {	
    margin: 0 0 20px 0;
    font-size: 40px;
	line-height:40px;
    font-weight: 600;
	letter-spacing: -2px;
    color: #002E62;
}
#innerSection .content h2 strong {	
    font-weight: 700;
    color: #FE8007;
}
#innerSection .content h3 {	
    margin: 0 0 20px 0;
    font-size: 35px;
	line-height:45px;
    font-weight: 600;
    color: #002E62;
}
#innerSection .content h4 {	
    margin: 0 0 20px 0;
    font-size: 25px;
	line-height:35px;
    font-weight: 600;
    color: #002E62;
}
#innerSection .content h5 {	
    margin: 0 0 20px 0;
    font-size: 22px;
	line-height:32px;
    font-weight: 600;
    color: #002E62;
}
#innerSection .content p {
	margin:0 0 15px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #001833;
}
#innerSection .content p:last-child {
	margin-bottom:0;
}

/* ----------------About-Page-------------------------- */
.eliteSports-sec {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.eliteSports-sec h2 {
    font-family: 'General Sans';
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #00224C;
    margin-bottom: 19px;
}

.eliteSports-sec p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00224C;
    margin-bottom: 15px;
    text-align: justify;
}
.eliteSports-sec p:last-child {
    margin-bottom: 0px;
}
.doctorInfo-sec {
    width: 100%;
    float: left;
    background-color: #F2F8FF;
    padding: 50px 0;
}
.doctorInfo-sec h3 {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    color: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    background-color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.doctorInfo-sec h2 {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    color: #00224C;
    margin-bottom: 5px;
}
.doctorInfo-sec h6 {
    font-family: 'General Sans';
    font-size: 18px;
    font-weight: 500;
    line-height: 44px;
    color: #00224C;
    margin-bottom: 18px;
}
.doctorInfo-sec h5 {
    font-family: 'Manrope';
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #00224C;
    margin-bottom: 15px;
}
.doctorInfo-sec h5 strong {
    font-weight: 600;
}
.doctorInfo-sec p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #00224C;
    margin-bottom: 15px;
}
.doctorInfo-sec p:last-child {
    margin-bottom: 0x;
}
.doctorInfo-sec p strong {
    font-weight: 700;
}
.doctorInfo-sec .accordionBox {
    width: 100%;
    float: left;
}
.doctorInfo-sec .accordionBox h4 {
    font-family: 'General Sans';
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    color: #085EC7;
    margin: 40px 0;
}
.doctorInfo-sec .accordion {
    width: 100%;
    float: left;
}
.doctorInfo-sec .accordion .panel {
    border: none;
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 20px;
}
.doctorInfo-sec .accordion .panel:last-child {
    border-bottom: 0;
}
.doctorInfo-sec .accordion .panel .panel-heading {
    padding: 0;
    border: none;
    background: transparent;
}
.doctorInfo-sec .accordion .panel .panel-heading .btn {
    position: relative;
    display: block;
    width: 100%;
    font-family: 'General Sans';
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    color: #00224C;
    text-align: left;
    padding: 19px 40px;
    text-decoration: none;
}
.doctorInfo-sec .accordion .panel-heading.collapsed .btn-link::after {
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    position: absolute;
    right: 40px;
    top: 50%;
    content:"";
    background-image: url(../images/plus-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.doctorInfo-sec .accordion .panel-heading:not(.collapsed) .btn-link::after {
	content:"";
    width: 30px;
    height: 30px;
	transform: translateY(-50%);
    position: absolute;
    right: 40px;
    top: 50%;
    background-image: url(../images/mainus-icon.jpg);
	background-repeat: no-repeat;
    background-position: center;
}
.doctorInfo-sec .accordion .panel .panel-body {
    padding: 0 40px 18px 40px;
}
.doctorInfo-sec .accordion .panel .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.doctorInfo-sec .accordion .panel .panel-body ul li {
    position: relative;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #00224C;
    padding-left: 26px;
    margin-bottom: 6px;
}
.doctorInfo-sec .accordion .panel .panel-body ul li strong {
    font-weight: 700;
}
.doctorInfo-sec .accordion .panel .panel-body ul li::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/checkbox-circle-icon.svg);
    background-repeat: no-repeat;
}
.doctorInfo-sec .accordion .panel .panel-body ul li ul.subList {
    padding-left: 40px;
    margin-top: 6px;
}
.doctorInfo-sec .accordion .panel .panel-body ul li ul.subList li {
    padding-left: 0;
    list-style: disc;
}
.doctorInfo-sec .accordion .panel .panel-body ul li ul.subList li::before {
    display: none;
}

/* ----------SERVICES-PAGE---------------- */
.serviceBanner-section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg-img.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 13px 80px 50px 80px;
}
.serviceBanner-section .left-said {
    width: 100%;
    float: left;
}
.serviceBanner-section .left-said .whatWe {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #085EC7;
    border-radius: 80px;
    display: inline-block;
    margin-bottom: 20px;
}
.serviceBanner-section .left-said h1 {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    color: #00224C;
    width: 100%;
    max-width: 660px;
    margin-bottom: 19px;
}
.serviceBanner-section .left-said h1 strong {
    color: #085EC7;
    font-weight: 600;
}
.serviceBanner-section .right-said {
    width: 100%;
    float: left;
}
.serviceBanner-section .right-said .imgBox {
    position: relative;
    z-index: 1;
}
.serviceBanner-section .right-said .imgBox::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 31px;
    border-radius: 20px;
    background: linear-gradient(180deg, #D9EAFF, #D9EAFF) padding-box, linear-gradient(0deg, #085EC7, #08C7B7) border-box;
    border: 4px solid transparent;
    width: 374px;
    height: 321px;
    z-index: -1;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

/* --------SERVICE-INNER-PAGE----------- */
.prp-section {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, #F5F9FF 0%, #D6E8FF 100%);
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    height: auto;
    z-index: 1;
}
.prp-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    mix-blend-mode: overlay;
    z-index: -1;
}
.prp-section h3 {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    color: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    background-color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.prp-section h2 {
    font-family: 'General Sans';
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
}
.prp-section h2 strong {
    color: #085EC7;
    font-weight: 600;
}
.prp-section p {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #00224C;
    margin-bottom: 15px;
}
.prp-section p:last-child {
    margin-bottom: 0px;
}
.prp-section .book-an-apporment {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    align-items: center;
    padding-left: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border-radius: 3px;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
    transition: 0.3s all ease-in;
    text-decoration: none;
}
.prp-section .book-an-apporment:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    background-image: url(../images/book-apporment.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    transition: 0.3s all ease-in;
}
.prp-section .book-an-apporment:hover {
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%);
}
.prp-section .otherServices {
    width: 100%;
    float: left;
    padding: 54px 0 72px 0;
}
.prp-section .otherServices a {
    text-decoration: none;
}
.prp-section .otherServices h2 {
    text-align: center;
    margin-bottom: 57px;
}
.prp-section .otherServices .servicesBox {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    margin-top: 40px;
}
.prp-section .otherServices .servicesBox .servicesName {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: -58px;
    display: flex;
}
.prp-section .otherServices .servicesBox .servicesName .servicesIcon {
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 100%;
    border: 1px solid #00224C;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-right: -76px;
}
.prp-section .otherServices .servicesBox .servicesName .servicesIcon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #196ED5;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background: linear-gradient(180deg, #085EC7 0%, #4092F7 100%);
}
.prp-section .otherServices .servicesBox .servicesName .servicesIcon img {
    width: 40px;
    height: auto;
    z-index: 1;
}
.prp-section .otherServices .servicesBox .servicesName .servicesInfo {
    width: 100%;
    float: left;
    text-align: -webkit-right;
}
.prp-section .otherServices .servicesBox .servicesName .servicesInfo h4 {
    width: calc(100% - 45px);
    height: 76px;
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #00224C;
    background: #FFFFFF;
    border: 1px solid #00224C;
    border-radius: 340px;
    text-align: center;
    padding: 10px 15px 10px 30px;
    margin: 0;
    transition: all .3s ease-in-out;
    align-content: space-evenly;
}
.prp-section .otherServices .servicesBox:hover .servicesName .servicesInfo h4 {
    background-color: #00224C;
    color: #FFFFFF;
}
.prp-section .otherServices .servicesBox .top-info .icon-box {
    position: relative;
    margin-left: -55px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #00224C;
    z-index: 1;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prp-section .otherServices .servicesBox .top-info .icon-box:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #196ED5;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: linear-gradient(180deg, #085EC7 0%, #4092F7 100%);
}
.prp-section .otherServices .servicesBox .top-info .icon-box img {
    position: relative;
}
.prp-section .otherServices .servicesBox p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00224C;
    text-align: center;
    margin-bottom: 20px;
}
.prp-section .otherServices .servicesBox .serviceImg {
    width: 100%;
    display: block;
}
.prp-section .otherServices .servicesBox .serviceImg img {
    border-radius: 18px;
    width: 100%;
    height: auto;
}

/* ----------CONDITIONS-PAGE---------- */
.recovery-sec {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, #F5F9FF 0%, #D6E8FF 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    height: auto;
    z-index: 1;
}
.recovery-sec a {
    text-decoration: none;
}
.recovery-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    mix-blend-mode: overlay;
    z-index: -1;
}
.recovery-sec .recovery-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}
.recovery-sec .recovery-title h3 {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    color: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    background-color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}
.recovery-sec .recovery-title h2 {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    color: #00224C;
    text-align: center;
    margin-bottom: 46px;
}
.recovery-sec .recovery-info {
    padding: 2px 2px 0px 2px;
    background: linear-gradient(180deg, #085EC7 77.4%, #4092F7 100%);
    border-radius: 20px;
    border: 2px solid #085EC7;
    margin-bottom: 50px;
}
.recovery-sec .recovery-info img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.recovery-sec .recovery-info p {
    font-family: 'General Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 0px;
    margin: 0;
}

/* ----------CONTACT-PAGE---------- */
.contactForm-sec {
    width: 100%;
    float: left;
    background-color: #F2F8FF;
    padding: 60px 0;
}
.contactForm-sec .contact-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.contactForm-sec .contact-box h2 {
    font-family: 'General Sans';
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #00224c;
    width: 100%;
    max-width: 500px;
    margin-bottom: 25px;
}
.contactForm-sec .contact-box h2 strong {
    font-weight: 600;
    color: #085EC7;
}
.contactForm-sec .contact-box .form-control {
    padding: 22px 20px;
    margin-bottom: 25px;
    font-family: 'DM Sans';
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.5);
    background: #FFFFFF;
    border-radius: 15px;
    border: 0;
}

.contactForm-sec .contact-box .form-control:focus {
    box-shadow: none;
    outline: none;
    color: #000000;
}

.contactForm-sec .contact-box textarea.form-control {
    resize: none;
    height: 150px;
}

.contactForm-sec .contact-box .bubmitBtn-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactForm-sec .contact-box .bubmitBtn-box .submitBtn {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
    padding: 13px 17px;
    border-radius: 10px;
    cursor: pointer;
}
.contactForm-sec .contact-box .bubmitBtn-box .submitBtn:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%);
}
.map-sec {
    width: 100%;
    float: left;
    background-color: #00224C;
    padding: 60px 0px 0 0;
}
.map-sec .icons-info {
    border: 1.5px solid #085EC7;
    border-radius: 10px;
    width: 300px;
    height: 100%;
    min-height: 300px;
    padding: 30px 28px 23px 30px;
}
.map-sec .icons-info img {
    padding: 0 0 0 10px;
    margin-bottom: 40px;

}
.map-sec .icons-info h6 {
    font-family: 'General Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 9px;
}
.map-sec .icons-info p {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
}
.map-sec .icons-info a {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
	text-decoration:none;
	transition: all .3s ease-in-out;
}
.map-sec .icons-info a:hover {
    color: #085EC7;
}
.map-sec .icons-info ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
}
.map-sec .icons-info ul li {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    display: flex;
    gap: 15px;
    margin-bottom: 7px;
}
.map-sec .icons-info ul li strong {
    font-weight: 400;
    width: 34%;
}
.map-sec .map-box {
    margin: 50px 0 0 0;
    width: 100%;
    float: left;
    text-align: center;
}
.map-sec .map-box h2 {
    display: inline-block;
    position: relative;
    font-family: 'General Sans';
    font-weight: 600;
    font-size: 35px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.map-sec .map-box h2:before {
    content: "";
    position: absolute;
    top: 27px;
    right: -70px;
    background-image: url(../images/bottom-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 55px;
}
.map-sec .map-box p {
    width: 100%;
    float: left;
	margin-bottom:0;
}
.map-sec .map-box iframe {
    width: 100%;
	float: left;
    height:560px;
}

/* ----------BLOG-PAGE---------- */
.latestBlog-sec {
    width: 100%;
    float: left;
    background-color: #F2F8FF;
    padding: 60px 0;
}
.latestBlog-sec .blog-title {
    width: 100%;
    float: left;
}
.latestBlog-sec .blog-title .blog {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    color: #085EC7;
    border: 1px solid #085EC7;
    border-radius: 80px;
    background-color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.latestBlog-sec .blog-title h2 {
    font-family: 'General Sans';
    font-size: 35px;
    font-weight: 600;
    line-height: 44px;
    color: #00224C;
    margin-bottom: 45px;
}
.latestBlog-sec .left-said {
    position: relative;
}
.latestBlog-sec .left-said:before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 100%;
    background: rgba(8, 94, 199, 0.5);
}
.latestBlog-sec .left-said .blog-infoBox {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.latestBlog-sec .left-said .blog-infoBox .img-box {
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    border-radius: 10px;
}
.latestBlog-sec .left-said .blog-infoBox .img-box img {
    width: 100%;
    transition: all .3s ease-in-out;
}
.latestBlog-sec .left-said .blog-infoBox:hover a img {
    transform: scale(1.1);
}
.latestBlog-sec .left-said .blog-infoBox .blog-info {
    width: calc(100% - 330px);
    padding: 10px 0 0 20px;
}
.latestBlog-sec .left-said .blog-infoBox .blog-info .date {
    display: inline-block;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 1px 9px;
    border: 1px solid #085EC7;
    border-radius: 80px;
    color: #FFFFFF;
    background-color: #085EC7;
    margin-bottom: 10px;
}
.latestBlog-sec .left-said .blog-infoBox .blog-info h6 {
    font-family: 'General Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #00224C;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.latestBlog-sec .left-said .blog-infoBox .blog-info h6 a {
    text-decoration: none;
}
.latestBlog-sec .left-said .blog-infoBox:hover .blog-info h6 {
    color: #085EC7;
}
.latestBlog-sec .left-said .blog-infoBox .blog-info p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #00224C;
    margin-bottom: 20px;
}
.latestBlog-sec .left-said .blog-infoBox .blog-info .read-blog-btn {
    position: relative;
    display: inline-block;
    padding: 12px 18px 12px 45px;
    border: 2px solid #00224D;
    border-radius: 3px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #00224C;
}
.latestBlog-sec .left-said .blog-infoBox .blog-info .read-blog-btn:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 15px;
    background-image: url(../images/read-mor-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 22px;
    height: 20px;
}
.latestBlog-sec .left-said .blog-infoBox:hover .blog-info .read-blog-btn {
    color: #085EC7;
    border-color: #085EC7;
}
.latestBlog-sec .left-said .search-form label {
    display: none
}
.latestBlog-sec .left-said .search-form .search-field {
    width: 100%;
    padding: 13px 12px;
    margin-bottom: 12px;
    font-family: 'DM Sans';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
    border-radius: 10px;
    background: #FFFFFF;
    border: 0;
}
.latestBlog-sec .left-said .search-form .search-field:focus,
.latestBlog-sec .left-said .search-form .search-submit:focus {
    outline: none;
    box-shadow: none;
}
.latestBlog-sec .left-said .search-form .search-submit {
	font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border-radius: 3px;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
    transition: 0.3s all ease-in;
    text-decoration: none;
    padding: 13px 18px;
    cursor: pointer;
}
.latestBlog-sec .left-said .search-form .search-submit:hover {
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%) padding-box, linear-gradient(0deg, #085EC7 0%, #4092F7 100%) border-box;
    text-decoration: none
}

.latestBlog-sec .right-said {
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
}
.latestBlog-sec .right-said .search-blog {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 35px;
}
.latestBlog-sec .right-said .search-blog h6 {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #00224C;
    margin-bottom: 12px;
}
.latestBlog-sec .right-said .search-blog label {
    display: none
}
.latestBlog-sec .right-said .search-blog .search-field {
    width: 100%;
    padding: 13px 12px;
    margin-bottom: 12px;
    font-family: 'DM Sans';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
    border-radius: 10px;
    background: #FFFFFF;
    border: 0;
}
.latestBlog-sec .right-said .search-blog .search-field:focus,
.latestBlog-sec .right-said .search-blog .search-submit:focus {
    outline: none;
    box-shadow: none;
}
.latestBlog-sec .right-said .search-blog .search-submit {
	font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    border-radius: 3px;
    border: 2px solid transparent;
    z-index: 1;
    background-position: left;
    background-size: 200%;
    transition: 0.3s all ease-in;
    text-decoration: none;
    padding: 13px 18px;
    cursor: pointer;
}
.latestBlog-sec .right-said .search-blog .search-submit:hover {
    background: linear-gradient(180deg, #064189 0%, #0A74F5 100%) padding-box, linear-gradient(0deg, #085EC7 0%, #4092F7 100%) border-box;
    text-decoration: none
}
.latestBlog-sec .right-said .browseCategories {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.latestBlog-sec .right-said .browseCategories h6 {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #00224C;
    margin-bottom: 20px;
}
.latestBlog-sec .right-said .browseCategories ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
}
.latestBlog-sec .right-said .browseCategories ul li {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #00224C;
    margin-bottom: 10px;
}
.latestBlog-sec .right-said .browseCategories ul li:hover {
    color: #085EC7;
}
.latestBlog-sec .right-said .browseCategories ul li a {
    text-decoration: none;
}
.latestBlog-sec .right-said .most-articles {
    width: 100%;
    float: left;
}
.latestBlog-sec .right-said .most-articles h6 {
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #00224C;
    margin-bottom: 28px;
}
.latestBlog-sec .right-said .most-articles ul li {
    width: 100%;
    display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
    margin-bottom: 20px;
}
.latestBlog-sec .right-said .most-articles ul li img {
    border-radius: 5px;
}
.latestBlog-sec .right-said .most-articles ul li .rpwwt-post-title {
    margin-bottom: 0px;
	padding-top: 40px;
    display: table;
	font-family: 'General Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.latestBlog-sec .right-said .most-articles ul li a {
	color: #00224C;
	text-decoration:none;
}
.latestBlog-sec .right-said .most-articles ul li a:hover {
	color: #085EC7;
}
.latestBlog-sec .right-said .most-articles ul li .rpwwt-post-date {
    display: inline-block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 1px 9px;
    line-height: 22px;
    border: 1px solid #085EC7;
    border-radius: 80px;
    color: #085EC7;
    background-color: transparent;
    margin-bottom: -30px;
    margin-left: 115px;
}


/* ---blog-detail-page--- */
.latestBlog-sec .blogDetail .left-said:before {
    content: "";
    position: absolute;
    top: 0;
    right: -19px;
    width: 1px;
    height: 100%;
    background: rgba(8, 94, 199, 0.5);
}
.latestBlog-sec .blogDetail .left-said {
    width: 100%;
    margin-bottom: 0px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.latestBlog-sec .blogDetail .left-said a {
    text-decoration: none;
}
.latestBlog-sec .blogDetail .left-said .post-media {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.latestBlog-sec .blogDetail .left-said .post-media img {
    width: 100%;
    transition: all .3s ease-in-out;
    border-radius: 10px;
}
.latestBlog-sec .blogDetail .left-said .blog-info {
    padding: 20px 20px 20px 20px;
}
.latestBlog-sec .blogDetail .left-said .blog-info .date {
    display: inline-block;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 1px 9px;
    border: 1px solid #085EC7;
    border-radius: 80px;
    color: #FFFFFF;
    background-color: #085EC7;
    margin-bottom: 10px;
}
.latestBlog-sec .blogDetail .left-said .blog-info h1 {
    font-family: 'General Sans';
    font-size: 73px;
    font-weight: 600;
    line-height: 83px;
    color: #00224C;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}
.latestBlog-sec .blogDetail .left-said .blog-info h2 {
    font-family: 'General Sans';
    font-size: 63px;
    font-weight: 600;
    line-height: 73px;
    color: #00224C;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}
.latestBlog-sec .blogDetail .left-said .blog-info h3 {
    font-family: 'General Sans';
    font-size: 53px;
    font-weight: 600;
    line-height: 63px;
    color: #00224C;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}
.latestBlog-sec .blogDetail .left-said .blog-info h4 {
    font-family: 'General Sans';
    font-size: 43px;
    font-weight: 600;
    line-height: 53px;
    color: #00224C;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}
.latestBlog-sec .blogDetail .left-said .blog-info h5 {
    font-family: 'General Sans';
    font-size: 33px;
    font-weight: 600;
    line-height: 43px;
    color: #00224C;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}
.latestBlog-sec .blogDetail .left-said .blog-info h6 {
    font-family: 'General Sans';
    font-size: 23px;
    font-weight: 600;
    line-height: 33px;
    color: #00224C;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}
.latestBlog-sec .blogDetail .left-said .blog-info p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #00224C;
    margin-bottom: 20px;
}
.latestBlog-sec .blogDetail .left-said .blog-info ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}
.latestBlog-sec .blogDetail .left-said .blog-info ul li {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #00224C;
    margin-bottom: 10px;
}
.latestBlog-sec .blogDetail .left-said .blog-info ol {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}
.latestBlog-sec .blogDetail .left-said .blog-info ol li {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #00224C;
    margin-bottom: 10px;
}
.latestBlog-sec .blogDetail .left-said .blog-info .share {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.pagination {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pagination ul li {
	display: inline-block;
	width: auto;
	padding: 0 7px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.pagination ul li a {
	display: block;
	width: 40px;
    height: 40px;
	padding: 5px 12px;
	border: 1px solid #a1a1a1;
	color: #666666;
	text-decoration: none;
}
.pagination ul li a:hover {
	border: 1px solid #085ec7;
	background: #085ec7;
	color: #ffffff;
}
.pagination ul li.active .current {
	display: block;
	width: 40px;
    height: 40px;
	padding: 5px 12px;
	border: 1px solid #085ec7;
	background: #085ec7;
	color: #ffffff;
}
.pagination ul li .next, .pagination ul li .prev {
	width: auto;
    height: auto;
}
.user_cmt_box {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px solid #cccccc;
}
.user_cmt_box h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #d32034;
	font-weight: 600;
}
.user_cmt_box .media_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.user_cmt_box .media_list .blog-user-image {
	display: inline-block;
	width: 69px;
}
.user_cmt_box .media_list .blog-user-image img {
	border-radius: 50%;
}
.user_cmt_box .media_list .blog-user-comment-body {
	float: right;
	width: calc(100% - 69px);
	padding: 0px 12px;
	box-sizing: border-box;
}
.user_cmt_box .media_list .blog-user-comment-body .user_name {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}
.user_cmt_box .media_list .blog-user-comment-body .date {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a {
	color: #777777;
	text-decoration: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a:hover {
	color: #d32034;
}
.user_cmt_box .media_list .blog-user-comment-body p {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 25px;
}
.user_cmt_box .children {
	margin: 0;
	padding-left: 40px;
}
.comment-respond {
	float: left;
    width: 100%;
    padding: 20px;
	margin-top: 0;
    border-top: 1px dashed #cccccc;
}
.comment-respond h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #00224c;
	font-weight: 600;
}
.comment-respond h3 small {
	padding-left: 10px;
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
}
.comment-respond a {
	color: #333333;
	text-decoration: none;
}
.comment-respond a:hover {
	color: #d32034;
	text-decoration: none;
}
.comment-respond p {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	font-size: 15px;
	color: #222;
	font-weight: 400;
	line-height: normal;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
	display: inline-block;
}
.comment-respond p label {
	width: 20%;
	margin: 0;
	padding-right: 20px;
	font-weight: 400;
	text-transform: none;
	text-align: right;
	cursor: pointer;
}
.comment-respond p textarea {
	flex: 1;
	width: 80%;
	height: 100px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: 0;
	font-size: 16px;
	color: #222;
	resize: none;
}
.comment-respond p input {
	flex: 1;
	width: 80%;
	height: 37px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: 0;
	font-size: 16px;
	color: #222;
}
.comment-respond p.comment-form-cookies-consent input {
	max-width: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 7px 0 20%;
	background-color: transparent;
	border: none;
}
.comment-respond p.comment-form-cookies-consent label {
	flex: 1;
	width: calc(50% - 20px);
	margin: 0;
	padding-right: 0px;
	font-size: 14px;
	text-align: left;
}
.comment-respond p .submit {
	flex: none;
	width: auto;
	height: auto;
    padding: 12px 18px;
	margin-left: 20%;
	border: 2px solid transparent;
	background: linear-gradient(180deg, #085EC7, #4092F7) padding-box, linear-gradient(0deg, #085EC7, #4092F7) border-box;
    background-position: left;
    background-size: 200%;
	border-radius: 3px;
	font-size: 16px;
    line-height: 24px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	z-index: 1;
	transition: 0.3s all ease-in;
}
.comment-respond p .submit:hover {
	background: linear-gradient(180deg, #064189 0%, #0A74F5 100%) padding-box, linear-gradient(0deg, #085EC7 0%, #4092F7 100%) border-box;
	color: #fff;
}