
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/*** 

====================================================================
	Reset
====================================================================

 ***/

 * {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
:root {
    --color-default: rgb(34, 34, 34);
    --color-primary:#0c4f95;
    --color-secondary: #e8679b;
  }

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
 body {
    font-size: 14px;
    color: #202020;
    line-height: 1.6em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color:var(--color-secondary);
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

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

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}
.main-menu .navigation>li .active{
    color: var(--color-secondary);
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 0px;
    margin: 0 auto;
}

.page-wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
}
.page-wrapper::before{
    content: "";
    position: fixed;
    background-image: url(../gallery/bg1.jpg);
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: -1;
}
.top-wrap {
    position: relative;
    height: 100vh;
}


.top-wrap1 {
    position: relative;
}
/**header-main**/

.header-main {
    position: absolute;
    width: 100%;
    z-index: 5;
}

.header-one {
    position: relative;
}

.header-one .container {
    position: relative;
}

.header-one .lower-box {
    position: relative;
    height: 100%;
}

.lower-box .logo {
    top: 10px;
    position: absolute;
    display: inline-block;
    left: 0;
    z-index: 999;
    width: 250px;
}

.lower-box .logo a img {
}

.lower-box .nav-outer {
    position: relative;
    display: inline-block;
    text-align: right;
    margin-left: 0;
    width: 100%;
    padding: 0;
    margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.main-menu {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 60px 0 0;
    top: 0;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
    padding: 0 11px;
    border-radius: 24px 0 1px 24px;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-table;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    border-right: 0px;
    padding: 8px 12px;
    opacity: 1;
    color: #1e1e1e;
}

.logins_section {
    position: absolute;
    right: 34px;
    z-index: 99;
    display: inline-block;
    top: 25px;
}

.logins_section span {
    display: inline-block;
    color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    border-radius: 20px;
    background: var(--color-primary);
}

.social-links-1 {
    position: relative;
    z-index: 9;
    right: -229px;
    text-align: center;
    top: -77px;
}

.social-icon-one-1 {
    padding: 0px;
    margin: 0px;
}

.social-icon-one-1 li {
    position: relative;
    display: inline-block;
}

.social-icon-one-1 li a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #007bff;
    text-align: center;
    border-left: 1px dashed #333;
    padding: 2px 12px;
}

.social-icon-one-1 li:nth-child(2) a {
    color: red;
}

.social-icon-one-1 li:nth-child(3) a {
    color: #208a4c;
}

.social-icon-one-1 li:nth-child(4) a {
    color: #f518da;
    border-right: 1px dashed #000;
}
.social-icon-one-1 li:nth-child(5) a {
    color: #fff;
    background-color: #8e56a1;
    padding: 8px;
    bottom: 2px;
    border-radius: 4%;
    cursor: pointer
}

.social-icon-one-1 li:nth-child(5) a:hover{
    color: #fff;
}
.social-icon-one-1 li:nth-child(5) .fa-calendar{
    font-family:"fontawesome";
}
.social-icon-one-1 li:nth-child(5) span{
    font-family:'Open Sans',sans-serif;
    font-size: 16px;
    margin-left: 7px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

/*** 
========================================
    Mobile Menu
========================================
***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #07244d;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
    position: relative;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.main-menu .navigation>li>a:hover {
    color: var(--color-secondary);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #dddddd;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    visibility: hidden;
    left: 0;
    width: 239px;
    border-top: 4px solid #e8679b;
    opacity: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #ccc;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    padding: 0 10px;
    width: 100%;
}

.main-menu .navigation>li>ul>li:hover {
    background:var(--color-primary);
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    
    padding: 4px 0px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li{
    border-bottom: 1px solid #cccc;
}
.main-menu .navigation>li>ul>li:last-child{
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
}


/*
* 4. banner style
*/

.banner-wrapper {
    position: relative;
}

.banner-one .container {
    position: relative;
    padding-top: 92px;
    padding-bottom: 130px;
}

.banner-one__slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.slide-one {
    background-image: url(../gallery/banner/banner2.jpg);
}

.fixedcall {
    position: absolute;
    top: 41%;
    left: -216px;
    width: 260px;
    height: auto;
    background: #3a3a3a;
    border-radius: 0 10px 10px 0;
    z-index: 8;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.fixedcall.fixedcall2 {
    top: 49%;
}

.fixedcall:hover {
    left: 0;
}

.fixedcall .fixedcallL {
    width: 44px;
    height: 54px;
    background: var(--color-primary);
    float: right;
    position: relative;
    border-radius: 0 10px 10px 0;
    text-align: center;
}

.fixedcall.fixedcall2 .fixedcallL {
    background:var(--color-secondary);
}

.fixedcall .fixedcallL:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 18, .45);
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 18, .45);
    box-shadow: 0 0 0 0 rgba(255, 0, 18, .45);
    -webkit-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: bxa 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.fixedcall:hover .fixedcallL:after {
    display: none;
}

.fixedcall .fixedcallL p {
    font-size: 26px;
    text-align: center;
    line-height: 34px;
    margin: 0;
    letter-spacing: 0px;
    padding: 14px 3px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    text-orientation: upright;
    writing-mode: vertical-rl;
}

.fixedcall .fixedcallR ul {
    margin: 0;
    padding: 0;
}

.fixedcall .fixedcallR ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fixedcall .fixedcallR ul li a {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
    /* letter-spacing: .8px; */
    padding: 0px 7px;
    color: #ffffff;
    display: block;
    border-bottom: 1px dashed #8766c5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall .fixedcallR ul li a svg {
    margin: 0 10px 0 0;
}

.fixedcall .fixedcallR ul li:last-child a {
    border-bottom: 0px solid #3acece;
}
/* About-section */
.know_abt img{
    box-shadow: 0px 0px 10px #ccc;
    border: 9px solid #f5f5f5;
}
.know_abt2{
    position: relative;
    top: -10px;
    /* left: 26px; */
}
.know_abt h2 {
    text-transform: uppercase;
    font-size: 37px;
    text-align: center;
    border-bottom: 1px dashed #000;
    margin-bottom: 12px;
    /* font-weight: 500; */
    padding-top: 13px;
    display: inline-block;
    color: #0c4f95;
}
.know_abt h3 {
    text-align: center;
    font-size: 20px;
    font-weight:400;
}
.abt-sec{
    text-align: center;
    padding-top: 30px;
}
.welcometext {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.abtiocn {
    position: absolute;
    left: 0px;
    top: 5px;
}

.abtiocnright {
    left: initial;
    right: 0px;
}

.welcometext h4 {
    font-size: 27px;
    position: relative;
    color: #2c2c2c;
    padding-bottom: 9px;
    font-weight: 500;
    text-transform: capitalize;
}
.welcometext h2 {
    text-transform: uppercase;
    color: #842894;
    font-size: 74px;
    font-weight: 600;
    position: relative;
}

.welcometext h2::before,
.welcometext h2::after {
    content: "";
    position: absolute;
    width: 22%;
    height: 2px;
    border-bottom: 2px solid;
    left: 0;
    top: 52px;
}

.welcometext h2::after {
    left: initial;
    right: 0px;
}

.welcometext h3 {
    font-size: 40px;
    color: var(--color-primary);
    text-transform: uppercase;
    display: inline-block;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 4px 18px;
    /* font-weight: 500; */
}

.welcometext p {
    padding-top: 18px;
    text-align: center;
    line-height: 27px;
    color: #2f2f2f;
    font-size: 15px;
}
.team_section::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1190px;
    height: 327px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 41px;
    border: 1px solid #004968;
}
.mvv_icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #000000;
    border-radius: 50%;
    /* box-shadow: inset 0px 0px 10px #6a6a6a; */
    padding: 10px;
}
.mvv_icon img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.mvv_list {
    display: block;
    position: relative;
    text-align: center;
    padding: 40px 30px 0;
    color: inherit;
    /* box-shadow: 0 10px #fed6e6; */
    width: 270px;
    height: 284px;
    margin: 0px;
    /* border-radius: 50%; */
    background: #fff9f9;
    border: 4px solid #fff;
    border-top: 5px solid #ffa2c8;
}
.mvv_list_row{
    padding-top: 18px;
}
.mvv_list_row .col-md-3:nth-child(2){
    top: -40px;
}
.mvv_list1{
    border-top: none;
    border-bottom: 5px solid #0c4f95;
}
.mvv_list_info h3 {
    font-weight: 500;
    color: #013b78;
}


.ot-ach .mvv_list {
    width: 270px;
    height: 217px;
}

 .int_heading {
    margin-bottom: 47px;
    z-index: 1;
    text-align: center;
    width: 30%;
    margin: auto;
}

.int_heading h4 {
    color: #414242;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    margin-top: 0;
}

.int_heading h2 {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 0;
    font-size: 44px;
    margin-bottom: 10px;
}
.int_heading h2::before {
    content: "";
    position: absolute;
    width: 43%;
    height: 2px;
    border-bottom: 1px dashed var(--color-primary);
    left: -49%;
    top: 26px;
}
.int_heading h2::after{
    content: "";
    position: absolute;
    width: 43%;
    height: 2px;
    border-bottom: 1px dashed var(--color-primary);
    left: 10%;
    top: 26px;
    left: initial;
    right: -49%;
}
.int_heading span {
    font-size: 75px;
    color: #03202f;
    letter-spacing: 12px;
    left: 0;
    right: 0;
    top: 0px;
    margin: auto;
}
/* 
======================================
Appiontment-section
======================================
*/
.appointmeent-section {
    position: relative;
    padding: 100px 0;
    background-image: url(../gallery/appointmentbg.jpg);
    background-repeat: no-repeat;
    z-index: 1;
}
.appointmeent-section::before {
    content: "";
    position: absolute;
    background: #041d33;
    top: 0;
    width: 100%;
    opacity: 0.9;
    height: 100%;
}
.appointment-block {
    text-align: center;
    position: relative;
    padding: 0 88px;
}
.app_icon {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 1;
}
.appbtm_icon {
    left: initial;
    right: 0
}
.appointment-block h2 {
    text-transform: uppercase;
    color: var(--color-secondary);
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 41px;
}
.app_icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 68%;
    background: #ccc;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.app_icon i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 44px;
    border-radius: 50%;
    border: 2px solid #ccc
}

.docotor-app-img {
    position: absolute;
    right: 98px;
    top: 85px
}
.app_icon i, .appointment-block select.form-control option {
    color: #fff;
    background:var(--color-secondary);
}
.appointment-block .btn {
    width: 139px;
    padding: 5px;
    margin-top: 22px;
    background:var(--color-secondary);
    border: none;
    font-size: 21px;
}
.acatt_pic {
    position: relative;
    padding: 0px;
    background: #fff9f9;
    text-align: center;
    border: 11px solid #fff;
    border-top: none;
    border-radius: 0 0 174px 174px;
    box-shadow: 0px 9px 17px #afafaf;
    height: 430px;
}

.acch_att_sec h3 {
    font-weight: 600;
    margin: 0 0 10px;
    color: #053764
}

.acch_att_sec p {
    font-size: 15px;
    line-height: 27px;
}

.acch_att_sec a {
    background: linear-gradient(to left, #0c9b8e, #012d54);
    color: #fff;
    display: inline-block;
    padding: 11px 16px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 30px;
    margin: 17px 0 0
}
.testimonila_item{
    text-align: center;
}

.acch_att_sec::before{
    position: absolute;
  content: '';
  right: 23px;
  top: 9px;
  width: 125px;
  height: 140px;
  
  z-index: 999;
  
  border-left: 0px;
  border: 10px solid;
  
  border-left: 0px;
    
  border-bottom: 0px;
 
  border-radius: 10px;
  border-color: #e8679b;
}


.acch_att_sec::after{
    position: absolute;
    content: '';
    left: 22px;
    bottom: 25px;
    width: 125px;
    height: 140px;
    z-index: 999;
    border-left: 0px;
    border: 10px solid;
     
    border-right: 0px;
      
    border-top: 0px;
     
    border-radius: 10px;
    border-color: #e8679b;
}
.testimnila_box.serviceBox .service-icon {
    font-size: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;

 
        font-size: 26px;

       
      font-size: 21px;
      position: absolute;
     
      width: 40px;
      height: 40px;
      
      line-height: 40px;
      border-radius: 50%;
    
}


.service_icon_btm {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 26px;
   
    color: #ffffff;
  font-size: 21px;
  position: absolute;
 
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  line-height: 40px;
  border-radius: 50%;
}
.testimnila_box.serviceBox {
    text-align: center;
    padding: 55px 54px;
    position: relative;
    margin: 0 0 27px;
}
.feedbacks .abtleftbg {
    /* left: 2px; */
    width: 41%;
    transform: rotate(68deg);
    opacity: .2;
    float: left;
    right: 27%;
    top: 291%;
    z-index: -23;
}
.feedbacks .bgs img {
    width: 100%;
}

.feedbacks .bgs {
    position: absolute;
}
.acatt_pic .sec-head{
    text-align: center;
    padding-top: 30px;
}
.sec-head h2 {
    text-transform: uppercase;
    font-size: 33px;
    color: var(--color-primary);
}
.sec-head h4 {
    font-size: 29px;
    position: relative;
    color: #2c2c2c;
    padding-bottom: 6px;
    font-weight: 500;
    text-transform: capitalize;
}
.faq_row .col-md-3:nth-child(4) {
    border-right: 0px;
}

.faq_row .col-md-3 {
    padding: 30px 10px;
    /*border: 1px solid #e0e0e0;
    */box-shadow: 0px 0px 10px #ccc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.faq_row .col-md-3:nth-child(2),
.faq_row .col-md-3:nth-child(4) {
    background-color: #fff9f9;
    top: 62px;
}

.faq_section {
    position: relative;
    padding: 70px 0px 110px;
}

.faq_s_box.serviceBox {
    color: #333;
    text-align: center;
    padding: 0 10px;
}

.faq_s_box.serviceBox .service-icon {
    color: var(--color-primary);
    background: #fff;
    font-size: 43px;
    line-height: 84px;
    width: 100px;
    height: 100px;
    margin: 0 auto 64px;
    border-radius: 50%;
    border: 8px solid var(--color-primary);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 15px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.faq_s_box.serviceBox .service-icon:before,
.faq_s_box.serviceBox .service-icon:after {
    content: '';
    background-color: var(--color-primary);
    height: 17px;
    width: 17px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -33px;
}

.faq_s_box.serviceBox .service-icon:after {
    height: 12px;
    width: 12px;
    bottom: -50px;
}

.faq_s_box.serviceBox .title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    /* text-transform: uppercase; */
    margin: 0 0 7px;
}
.faq_s_box.serviceBox .description {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.faq_s_box.serviceBox.green .service-icon {
    color:var(--color-primary);
    border-color: var(--color-primary);
}

.faq_s_box.serviceBox.green .service-icon:before,
.faq_s_box.serviceBox.green .service-icon:after {
    background-color: var(--color-primary);
}

.faq_s_box.serviceBox.green .title {
    color: #142b35;
}

@media only screen and (max-width: 990px) {
    .faq_s_box.serviceBox {}
}
.app-medi-headline {
    padding-bottom: 10px;
}
.sec-head1 h4{
    font-size: 25px;
    position: relative;
    color: #2c2c2c;
    padding-bottom: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.sec-head1 h2{
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 0;
    font-size: 44px;
    margin-bottom: 10px;
}
.sec-head1 h2::before {
    content: "";
    position: absolute;
    width: 43%;
    height: 2px;
    border-bottom: 1px dashed var(--color-primary);
    left: -49%;
    top: 26px;
}
.sec-head1 h2::after {
    content: "";
    position: absolute;
    width: 43%;
    height: 2px;
    border-bottom: 1px dashed var(--color-primary);
    left: 10%;
    top: 26px;
    left: initial;
   
   
    right: -49%;
}

.crowns-dentures-about {
    padding-top: 66px;
    /* padding-bottom: 50px; */
}

.crowns_bridges h2 {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    position: relative;
    display: table;
    margin: auto;
    margin-top: auto;
    border-bottom: 2px dashed;
    margin-bottom: auto;
    margin-top: 0;
    font-size: 38px;
    margin-bottom: 10px;
}
.crowns_bridges {
    /* padding-top: 60px; */
    position: relative;
    top: 14%;
}
.crowns_bridges p {
    text-align: center;
    line-height: 28px;
    color: #2f2f2f;
    font-size: 15px;
}

.denture-img{
    position: relative;
  padding: 0px;
  background: #fff9f9;
  text-align: center;
  border: 11px solid #fff;
    border-top-width: 11px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
  /* border-top: none; */
  border-bottom: none;
  border-radius: 174px 174px 0 0;
  box-shadow: 0px -1px 17px #afafaf;
  height: 430px;
  width: 350px;
}
.denture-img img {
    height: 360px;
    top: 11%;
    position: relative;
}

/***

==================================================================
		Our Projects Section
==================================================================

***/
.four-item-carousels{
    padding-top: 20px;
}
.our-projects {
    position: relative;
    padding-top: 50px;
}

.our-projects .auto-container {
    max-width: 90%;
    padding: 0;
}

.our-projects.style-two .auto-container {
    max-width: 1230px;
    padding: 0 15px;
}

.our-projects > .row {
	margin: 0 -1px;
}

.our-projects.style-two > .row {
	margin: 0 -15px;
}

.project-block-one {
    position: relative;
    padding: 0 1px;
}

.our-projects.style-two .project-block-one {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.project-block-one .inner-box {
    position: relative;
}

.project-block-one .image {
	position: relative;
	overflow: hidden;
}

.project-block-one .image img {
	width: 100%;
	transition: all 8s cubic-bezier(0, 0, 0.2, 1);
	transition-delay: .2s;
	display: block;
	transform: scale(1.05);
    height: 300px;
}

.project-block-one .inner-box:hover .image img {
	-webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.project-block-one .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 45px;
}

.project-block-one .overlay:before {
    position: absolute;
    content: '';
    background: linear-gradient(to top, #000000e0, #0000008a);
    left: 0;
    top: 0;
    /* z-index: 1; */
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: scale(0,);
    transition: all .5s linear;
}
.project-block-one .inner-box:hover .overlay:before {
    transform: scale(1,1);
    opacity: 0.4;
}
.project-block-one .overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 32px;
    color: #fff;
    transform: translate(-50%,-50%) scale(.5);
    transition: .5s linear;
    opacity: 0;
    transition-delay: .4s;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--color-secondary);
    border-radius: 50%;
}
.project-block-one .inner-box:hover .overlay a {
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
	transition-delay: 0s;
}

.project-block-one .overlay h5 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inherit;
    transition: .5s ease;
    /* transform: rotate(-90deg) translateX(-100%); */
    transform-origin: 0 0;
    width: max-content;
    position: relative;
    top: 85%;
}

.project-block-one .inner-box:hover .overlay h5 {
    letter-spacing: 30px;
    opacity: 0;
}

.project-block-one .overlay h5:before {
	position: absolute;
	content: '';
	background: #fff;
	height: 1px;
	width: 60px;
	left: -80px;
	top: 12px;
	transform: translate(-10px);
}

.project-block-one .lower-content {
	position: relative;
	text-align: center;
	padding: 31px 0;
}

.our-projects.style-two .project-block-one .lower-content {
	border-bottom: 2px solid #f3f3f3;
}

.project-block-one .lower-content h3 {
	font-size: 24px;
}

.project-block-one .lower-content h3 a {
	color: #252733;
	transition: .5s ease;
}

.project-block-one .lower-content h3 a:hover {
	color: var(--color-secondary);
}

.our-projects .owl-carousel .owl-stage {
    margin: 0 -1px;
}
.top-border {
    position: relative;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #0c4f94, transparent, #e8679b);
}

/* BLOGS */

.blogs-section{
    padding-top: 45px;
}

/*=========================================================
12.blog start here
============================================================*/

.content{
    height:250px;
}


.blog-area.blog-area2 .blog-slider .single-blog {
    text-align: center;
    background: #fff;
    padding: 15px;
    transition: 0.5s;
  }
  .blog-area.blog-area2 .blog-slider .single-blog .content p {
    font-family: "Roboto", sans-serif;
    padding: 0 20px;
  }
  .blog-area.blog-area2 .blog-slider .owl-dots {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .blog-area.blog-area2 .blog-slider .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
    background: #ffb600;
    margin: 5px;
    transition: 0.5s;
    border-radius: 0px;
  }
  .blog-area.blog-area2 .blog-slider .owl-dots .owl-dot.active {
    width: 45px;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.7);
  }
  .blog-area .blog-slider .single-blog {
    padding: 15px;
    background:#f2f9fd;
    box-shadow: 0px 0px 10px #ccc;
  }
  .blog-area .blog-slider .single-blog .blog-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .blog-area .blog-slider .single-blog .blog-image:hover img {
    transform: scale(1.2);
    transition: 0.3s;
  }
  .blog-area .blog-slider .single-blog .blog-image img {
    width: 100%;
    transition: 0.3s;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
  .blog-area .blog-slider .single-blog .meta-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .blog-area .blog-slider .single-blog .meta-info ul li {
    display: inline-block;
    margin-right: 15px;
  }
  .blog-area .blog-slider .single-blog .meta-info ul li i {
    margin-right: 10px;
  }
  .blog-area .blog-slider .single-blog .content h3 {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .blog-area .blog-slider .single-blog .content h3 a {
    color: #000;
    font-size: 20px;
    transition: 0.3s;
    /* margin-bottom: 30px; */
  }
  .blog-area .blog-slider .single-blog .content h3 a:hover {
    color: #000;
  }
 
  .blog-area .blog-slider .single-blog .content .read-more a {
    color: #000;
    font-size: 14px;
    transition: 0.3s;
    margin-bottom: 30px;
    font-weight: 600;
  }
.date1{
    position: absolute;
    bottom: 107px;
    background: var(--color-secondary);
    color: #fff;
    padding: 8px 13px;
    height: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% calc(100% - 20px), 0% 100%, 0% 0%);
    left:0%;
}

.date1 p {
    color: #fff;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0c4f95;
    display: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--color-secondary) ;
}
.tipssection {
    position: relative;
    /* padding: 65px 0px 65px; */
    padding: 83px 0px 98px;
}

.tipssection   .container {
    max-width: 1350px;
  }

.tips_block {
    position: relative;
    border-radius: 121px;
}

.tipetitle {
    color: #000000;
    text-align: center;
}

.tipetitle h2 {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 0;
    font-size: 44px;
    margin-bottom: 10px;
}
.tipetitle h3 {
    color: var(--color-primary);
    text-transform: capitalize;
    font-weight: 500;
    z-index: 2;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 10px;
}
.tipetitle p {
    text-align: center;
    width: 73%;
    /* padding: 0px 134px; */
    left: 0px;
    position: relative;
    right: 0px;
    margin: auto;
    line-height: 26px;
}
.tipetitle h2::before {
    content: "";
    position: absolute;
    width: 43%;
    height: 2px;
    border-bottom: 1px dashed var(--color-primary);
    left: -49%;
    top: 26px;
}
.tipetitle h2::after {
    content: "";
    position: absolute;
    width: 43%;
    height: 2px;
    border-bottom: 1px dashed var(--color-primary);
    left: 10%;
    top: 26px;
    left: initial;
    right: -49%;
}
.tipls_list_block {
    text-align: center;
}
.tipls_list_block .tips_list:nth-child(odd){
    background: #d5eaff;
}
.tipls_list_block .tips_list:nth-child(even){
    background:#ffd7e7;
}
.tips_list {
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    box-shadow: 0px 0px 10px #ccc;
  border: 9px solid #f5f5f5;
    padding: 60px 11px 0;
    display: inline-block;
    width: 224px;
    height: 224px;
    border-radius: 11px 90px 11px 90px;
    margin: 17px 13px 0;
    transition: all ease-in-out .5s;
}
.tips_list:hover{
    border-radius: 90px 0px 90px 0px;
}

.tipsrow {
    align-items: center;
    top: 24px;
    position: relative;
}

.tips_img {
    position: relative;
    z-index: 1;
    top: 11px;
    text-align: center;
}
/* News Letter */
.news-letter-section {
    max-width: inherit;
    margin: auto;
   
    background: var(--color-secondary);
    padding: 35px 30px;
    margin-top: 0;
    position: relative;
  bottom: -35px;
  z-index: 999;
  box-shadow: 0px 2px 10px #454545;
}

.newsletter-head h4 {
    text-transform: uppercase;
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    line-height: 36px;
}

.newsletter-head .text {
    font-size: 14px;
    color: #fff;
}

.newsletter-form {
    position: relative;
    margin: auto;
}

.newsletter-form .form-control {
    height: 63px;
    background-color: transparent;
    border: 1px solid;
    color: #fff;
}

.newsletter-form .form-control::placeholder {
    color: #fff;
}



.newsletter-form  .btn {
    position: absolute;
    top: 7px;
    right: 8px;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 11px 16px;
    color: #091f3a
}


/* .newsletter-form .btn-danger {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-primary);
} */
 /** main-footer **/
 .main-footer {
    position: relative;
    display: block;
    background: #0b355a;
}

.main-footer .footer-top {
    position: relative;
    display: block;
    background-color: transparent;
    padding: 95px 0px 16px 0px;
}

.main-footer .footer-top .logo-widget {
    position: relative;
    display: block;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
}

.main-footer .footer-top .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 22px;
    width: 285px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 2px;
}

.main-footer .footer-top .logo-widget p {
    position: relative;
    display: block;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
}

.main-footer .footer-top .widget-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 23px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    display: inline-block;
}

.main-footer .footer-top .links-widget .widget-content ul li {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.main-footer .footer-top .links-widget .widget-content ul li:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .widget-content ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    padding: 0px 0px 0px 15px;
}

.main-footer .footer-top .links-widget .widget-content ul li a:hover,
.main-footer .footer-top .links-widget .widget-content ul li a:hover:before,
.main-footer .footer-top .contact-widget .widget-content .info-list li a:hover {
    color: var(--color-secondary);
}

.main-footer .footer-top .links-widget .widget-content ul li a:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 700;
    color: var(--color-secondary);
    left: 0px;
    top: 1px;
    transition: all 500ms ease;
}

.main-footer .footer-top .contact-widget .widget-content .text {
    position: relative;
    display: block;
    color: #000000;
    margin-bottom: 15px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 16px;
    /* padding-left: 37px; */
}

.main-footer .footer-top .contact-widget .widget-content .info-list li:last-child {
    margin-bottom: 28px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
}

.main-footer .footer-top .contact-widget .widget-title {
    
    
}
/** footer-bottom **/

.main-footer .footer-bottom {
    position: relative;
    display: block;
    background-color: transparent;
    padding: 0px 0px 14px 0px;
}

.main-footer .footer-bottom .left-content .copyright {
    position: relative;
    display: block;
    color: #ffffff;
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #fff;
    padding-top: 13px;
}

.main-footer .footer-bottom .left-content .copyright a,
.main-footer .footer-bottom .right-content .footer-nav li a:hover {
    color: var(--color-secondary);
}

.main-footer .footer-bottom .left-content .copyright a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom .right-content .footer-nav {
    position: relative;
    display: inline-block;
    margin-right: 230px;
    top: -2px;
}

.main-footer .footer-bottom .right-content .footer-social {
    position: relative;
    display: inline-block;
}

.main-footer .footer-bottom .right-content .footer-nav li {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.main-footer .footer-bottom .right-content .footer-nav li:before {
    position: absolute;
    content: '';
    background: #b5b5b8;
    width: 1px;
    height: 14px;
    top: 8px;
    right: -12px;
}

.main-footer .footer-bottom .right-content .footer-nav li:last-child:before {
    display: none;
}

.main-footer .footer-nav li a {
    position: relative;
    display: inline-block;
    color: #cdced1;
}

.main-footer .footer-social li {
    position: relative;
    display: inline-block;
    margin-left: 7px;
}

.main-footer .footer-social li:first-child {
    margin-left: 0px;
}

.main-footer .footer-social li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.main-footer .footer-social li:first-child a {
    background: #f91535;
}

.main-footer .footer-social li:nth-child(2) a {
    background: #4a6fbe;
}

.main-footer .footer-social li:nth-child(3) a {
    background: #ea4c89;
}

.main-footer .footer-social li:last-child a {
    background: #0ccec3;
}

.main-footer .footer-social li a:hover {
    background: var(--color-secondary);
}
.widget-section .foot{
    padding-left: 0px;
}



.main-menu .navigation > li .cstmwidth{
    width:133px
}

.main-menu .navigation > li .cstmwidth2{
    width:160px
}



/* Bread-crumb */
.bread_cumb_wrap {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    padding: 153px 0 60px;
  }

  .bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #000000;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .bread_cumb_wrap ul {
    display: inline-block;
    box-shadow: 0 5px 4px #ccc;
    padding: 4px 15px;
    border-radius: 30px;
    background: #fff;
  }

  .bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    color: #2c2c2c;
  }

/* Testimonials */


/* 
.testimonials_inner{

    padding: 50px 100px;
    text-align: center;

} */




.inner-section2 {
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: auto;
}

.inner-section2 a{
    color: #34a7b2;
   
}

.serv-matter .serv-img img {
    border: 7px solid #f5f5f5;
    box-shadow: 0px 0px 10px #9f9f9f;
}

.ol_styles {
    padding: 0;
    padding-left: 20px;
}

.ol_styles li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 15px;
}

.ol_styles li::before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 700;
    color: var(--color-secondary);
    left: 0px;
    top: 1px;
    transition: all 500ms ease;
}

.serv-matter p {
    font-size: 15px;
    margin-bottom: 7px;
    text-align: justify;
    line-height: 28px;
}

.serv-matter h2 {
    color: var(--color-primary);
    font-size: 20px;
}
.serv-matter h3 {
    color: var(--color-primary);
    font-size: 16px;
}



.contact-form {
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    padding: 33px 38px;
    border: 5px solid #ebebeb;
    background: #fff;
}

.contact-form h2 {
    text-transform: uppercase;
    margin-bottom: 27px;
    color: #000000;
}

.contact-form .form-control {
    height: 55px;
    background-color: transparent;
    color: #000;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.serviceBox {
    text-align: center;
    padding: 0 10px;
}

.serviceBox.gray {
    padding: 0 10px 15px;
}

.serviceBox .service-icon {
    color: #0c4f95;
  
    font-size: 35px;
    line-height: 68px;
    /* margin: 0 auto 21px; */
    border-radius: 50%;

}

.serviceBox .title {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 12px;
    display: inline-block;
    /* border-bottom: 2px dashed; */
}

.serviceBox .description {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
}

.serviceBox.gray .service-icon {
    background-color: #5c5c5c;
}

.serviceBox.blue .service-icon {
    background-color: #01a985;
}

.serviceBox.darkblue .service-icon {
    background-color: #273243;
}

.serviceBox.darkblue .title {
    color: #273243;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 27px;
        margin-top: 12px;
    }
}

._c_form_sub {
    position: relative;
    border: 10px solid #ccc;
    padding: 45px 29px;
    margin-top: 47px;
    text-align: center;
}

._c_form_sub h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 38px;
}

._c_form_sub .form-control {
    /* background-color: #ffffff; */
    height: 50px;
    color:#0c4f95;
}

._c_form_sub textarea.form-control {
    height: 90px;
}

._c_form_sub .btn {
    margin-top: 40px;
    background: #0c4f95;
    border-color: transparent;
}

._c_map iframe {
    margin-top: 47px;
    width: 100%;
    height: 338px;
    border: 10px solid #ccc;
}


.appointmeent-section .form-group .form-control::placeholder {
    color: #ffffff;
}

.appointmeent-section .form-control::placeholder {
    color: #ffffff;
}


.form-group .form-control::placeholder {
    color: #4e4e4e;
}

 .form-control::placeholder {
    color: #4e4e4e;
}


.main-timeline {
    /* font-family: 'Poppins', sans-serif; */
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: 60%;
    padding: 15px;
    margin: 0 5px 0px 0;
    float: left;
}

.main-timeline .timeline-content {
    background-color: #fff;
    text-align: right;
    padding: 35px 70px 35px 35px;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #ffe9f2, white);
    border-right: 5px solid #0a76e7;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: '';
    border-radius: 25px;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}

.main-timeline .timeline-content:after {}

.main-timeline .timeline-icon {
    color: #838383;
    background: #ffffff;
    border: 3px solid;
    font-size: 35px;
    text-align: center;
    line-height: 74px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1;
}

.main-timeline .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #0c4f95;
}

.main-timeline .description {
    font-size: 15px;
    line-height: 27px;
    margin: 0;
    color: #333;
    font-weight: 400;
}

.main-timeline .timeline:nth-child(even) {
    margin: 0 0 0px 5px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 35px 35px 35px 70px;
    text-align: left;
    background: linear-gradient(to left, #cbe5ff, white);
   border-left: 5px solid #e8679b;
    border-right: 0px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: -25px;
    right: auto;
}

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: calc(100% - 5px);
    }
}

@media screen and (max-width:479px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 15px;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 70px 35px 35px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        line-height: 80px;
        height: 80px;
        width: 80px;
        transform: translateY(0) translateX(50%);
        top: -25PX;
        right: 50%;
        left: auto;
    }
}


.service-icon i{
    background: #e8679b;
  padding: 10px;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 31px;
}

.bread_cumb_wrap i {
    color: #0c4f95;
}

.ot-doc-pic img{
    box-shadow: 0px 0px 10px #ccc;
    border: 9px solid #f5f5f5;
}


.ot-doc-info h2 {
    text-transform: uppercase;
    font-size: 37px;
    text-align: center;
    border-bottom: 1px dashed #000;
    margin-bottom: 12px;
    /* font-weight: 500; */
    padding-top: 13px;
    display: inline-block;
    color: #0c4f95;
}
.ot-doc-info  h3 {
    text-align: center;
    font-size: 20px;
    font-weight:400;
   
}
.ot-team p{
    font-size:15px;
    line-height: 28px;
}

.ot-team h3{
    font-size: 16px;
    margin-bottom: 7px;

}

.doc-note{
    padding-top: 25px;
}

.ot-team h2{
    /* padding-top: 10px; */
    text-transform: uppercase;
    font-size: 37px;
    text-align: center;
    border-bottom: 1px dashed #000;
    margin-bottom: 7px;
    /* font-weight: 500; */
    padding-top: 13px;
    display: inline;
    color: #0c4f95;
}

.ot-team h3{
    
    text-transform: capitalize;
    font-size: 20px;
    text-align: center;
    /* border-bottom: 1px dashed #000; */
    margin-bottom: 7px;
    /* font-weight: 500; */
    padding-top: 13px;
    
    color: #0c4f95;
}

.ot-ss .ot-ss-desc{
    
    background: rgb(255, 249, 249);
    border-width: 5px 4px 4px;
    border-style: solid;
    border-color: rgb(255, 162, 200) rgb(255, 255, 255) rgb(255, 255, 255);
}

.ot-ss .ot-ss-desc{
    /* border-right:1px dashed #000; */
}
.ot-ss .ot-ss-desc:nth-child(2){
    border-right:none;
}

.ot-ss .ot-ss-block{
   padding-top: 25px;
}

.ot-tech h2{
    text-transform: uppercase;
  font-size: 30px;
  text-align: center;
 
  margin-bottom: 7px;
  font-weight: 500;
  padding-top: 13px;
  display: inline;
  color: #0c4f95;
}
.ot-tech h3{
   
    text-transform: capitalize;
  font-size: 20px;
 
 
  margin-bottom: 7px;
  font-weight: 500;
  padding-top: 5px;
  color: #e8679b;

}
.ot-tech p{
    font-size: 15px;
    margin-bottom: 7px;
    text-align: justify;
    line-height: 28px;
}
.techimage img{
    box-shadow: 0px 0px 10px #ccc;
    border: 9px solid #f5f5f5;
}

.ot-ach{
    padding-top: 25px;
}
.ot-bottom h3{
    font-size: 45px;
}

.ot-bottom span{
    font-size: 20px;
}
.date{
    display: none;
}

.box {
    position: relative;
    overflow: hidden
  }
  
  .box-content:after,
  .box-content:before,
  .box:after,
  .box:before {
    content: '';
   
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .3s;
  }
  .box-content .lightboxed:hover{
    box-shadow: 0 0 32px #333;
    transform: scale(1.025);
  }
  
  .box:after {
    top: 25%;
    transition-delay: .1s
  }
  
  .box-content:before {
    top: 50%;
    transition-delay: .2s
  }
  
  .box-content:after {
    top: 75%;
    transition-delay: .3s
  }
  
  .box:hover .box-content:after,
  .box:hover .box-content:before,
  .box:hover:after,
  .box:hover:before {
    opacity: 1
  }
  
  .box img {
    width: 100%;
    height: auto;
    border: 5px solid #e3e3e3;
    border-radius: 8%;
    box-shadow: -2px 7px 12px 0px #e3dce5;
  }
  
  .box img:hover{
    
  }
  .box .box-content {
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1
  }
  
  .content {
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    /* bottom: 58px; */
    z-index: 2;
    transition: all .3s ease 0;
}
  
  .box .title {
    color: #25567a;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transform: translateX(-100px);
    transition: all .5s ease .3s
  }
  
  .box .post {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    opacity: 0;
    transform: translateX(100px);
    transition: all .5s ease .3s
  }
  
  .box:hover .post,
  .box:hover .title {
    opacity: 1;
    transform: translateX(0)
  }
  
  .box .icon {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all .5s ease .3s
  }
  
  .box:hover .icon {
    opacity: 1
  }
  
  .box .icon li {
    margin: 0 4px;
    display: inline-block
  }
  
  .box .icon li a {
    color: #fff;
    background-color:#47a5ae;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    /* border-radius: 0 0 50%; */
    display: block;
    transition: all .3s
  }
  
  .box .icon li a:hover {
    color: #fff;
    background-color: #f57f4b;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .8) inset */
  }
  
  @media only screen and (max-width:479px) {
    .box .title {
        font-size: 20px
    }
  }
  

  .sb-border {
    border-right: 1px dashed #000;
  }
