.main-wrapper .container{max-width: 92% !important;}
a:hover, a:active {
    color: #281870;
    text-decoration: none
}
.bg-primary {
    background-color: #17a170 !important
}
.bg-secondary {
    background-color: #2e2e2e !important
}.bg-theme {
    background-color: #281870 !important;
}
.bg-dark-blue {
    background: #091e42
}
.primary-overlay[data-overlay-dark]:before {
    background: #7ec53e
}
.secondary-overlay[data-overlay-dark]:before {
    background: #281870;
    opacity: 0.7;
}
.left-overlay[data-overlay-dark]:before {
    background: rgba(0, 0, 0, 0.76);
    background: linear-gradient(-90deg, transparent, #000 65%)
}
.left-overlay-secondary[data-overlay-dark]:before {
    /*background: rgba(46, 46, 46, 0.76);
    background: linear-gradient(-90deg, transparent, #2e2e2e 65%)*/
}
.left-overlay-white[data-overlay-dark]:before {
    /*background: rgba(225, 225, 225, 0.8);
    background: linear-gradient(-90deg, transparent, #fff 65%)*/
}
.text-primary, .text-primary-hover:hover {
    color: #1f9346 !important
}
.text-secondary, .text-secondary-hover:hover {
    color: #2e2e2e !important
}
.border-secondary-color {
    border-color: #2e2e2e !important
}
.border-primary {
    border-color: #7ec53e !important
}
.cursor-pointer {
    cursor: pointer
}
.primary-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}
.primary-border {
    border-left: 0px solid #7ec53e
}
.border-top-10-radius {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}
.border-top-5-radius {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}
.height-300 {
    height: 300px
}
@media screen and (min-width: 992px) {
    .vw-lg-70 {
        width: 70vw
    }
}
@media screen and (min-width: 992px) {
    .vw-lg-50 {
        width: 50vw
    }
}
.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #949494;
    border: 1px solid #949494;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}
.scroll-to-top i {
    color: #fff;position: relative;
    top: 2px;
}
.scroll-to-top:hover {
    color: #fff;
    background: #2e2e2e;
    border-color: #2e2e2e
}
.scroll-to-top:hover i {
    color: #fff
}
.scroll-to-top:visited {
    color: #1e2022;
    text-decoration: none
}
.list-style1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}
.list-style1 li:before {
    content: "\e64c";
    font-family: 'themify';
    color: #2e2e2e;
    position: absolute;
    left: 0
}
.list-style2 {
    list-style: none;
    margin: 0;
    padding: 0
}
.list-style2 li {
    position: relative;
    padding: 0 0 0px 30px;
    margin: 0 0 15px 0
}
.list-style2 li:before {
    content: "\f058";
    position: absolute;
    top: 2px;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #0aba7c
}
.list-style2 li:last-child {
    margin-bottom: 0
}
.butn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px !important;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    padding: 10px 32px !important;
    text-transform: uppercase;
    z-index: 1;
    border: none;
    transition: all 500ms ease;
    background-color: #291971
}
.butn:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: #291971;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}
.butn:hover, .butn:active, .butn:focus {
    color: #fff
}
.butn:hover:before, .butn:active:before, .butn:focus:before {
    top: -40%
}
.butn.secondary {
    background-color: #2e2e2e
}
.butn.secondary:hover:before, .butn.secondary:active:before, .butn.secondary:focus:before {
    background-color: #7ec53e
}
.butn.white:before {
    background-color: #fff
}
.butn.white:hover, .butn.white:active, .butn.white:focus {
    color: #7ec53e
}
.butn.md {
    padding: 12px 28px !important
}
.butn.sm {
    padding: 8px 24px !important
}
.ani-move-round {
    animation-duration: 15s;
    -webkit-animation-name: animationMoveround;
    animation-name: animationMoveround;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@keyframes animationMoveround {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
}
.ani-left-right {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: LeftRight;
    animation-timing-function: ease-in-out
}
@keyframes LeftRight {
    0% {
        transform: translate(0px, 0px)
    }
    65% {
        transform: translate(30px, 0)
    }
    100% {
        transform: translate(0px, 0px)
    }
}
.ani-top-bottom {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: TopBottom;
    animation-timing-function: ease-in-out
}
@keyframes TopBottom {
    0% {
        transform: translate(0px, 0px)
    }
    65% {
        transform: translate(0, 30px)
    }
    100% {
        transform: translate(0px, 0px)
    }
}
.ani-move {
    animation: ImageMove 4s infinite linear;
    animation-duration: 5s
}
@keyframes ImageMove {
    0% {
        transform: translate(0px, 0px)
    }
    25% {
        transform: translate(10px, 20px)
    }
    50% {
        transform: translate(30px, 30px)
    }
    75% {
        transform: translate(20px, 10px)
    }
    100% {
        transform: translate(0px, 0px)
    }
}
.top-bar-info {
    display: inline-block;
    vertical-align: middle
}
.top-bar-info ul {
    margin-bottom: 0
}
.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0
}
.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 2px 0;background-color: #0484bf !important;
}
.top-bar-info li i {
    font-size: 15px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0px;
    position: relative;
    top: -4px;
    vertical-align: text-bottom;
}
.top-social-icon {
    padding: 0;
    float: right;
    margin: 0
}
.top-social-icon li {
    font-size: 14px;color: #fff;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px
}
.top-social-icon li:last-child {
    padding-right: 0
}
.top-social-icon li:last-child a {
    padding-right: 0
}
.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px
}
.top-social-icon li a img{    width: 14px;
    position: relative;
    top: 6px;}
.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.65)
}
.navbar-nav li.current > a, .navbar-nav li.active > a {
    color: #281870
}
.attr-nav > ul > li > a.butn {
    color: #fff
}
.navbar > ul > li.current > a:after {
    border-color: transparent #1676a7 #1676a7 transparent
}
.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #1676a7
}
.menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent #1676a7 #1676a7 transparent
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: #1676a7
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #1676a7
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: #1676a7
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #1676a7 #1676a7 transparent
}
.navbar ul ul > li.has-sub:hover > a:before {
    top: 15px
}
.navbar ul ul li.has-sub > a:before {
    top: 16px;
    right: 26px;
    width: 2px;
    height: 10px;
    background: #1676a7
}
.navbar ul ul li.has-sub > a:after {
    top: 20px;
    right: 22px;
    width: 10px;
    height: 2px;
    background: #1676a7
}
.header-style3 .navbar-nav li.current > a, .header-style3 .navbar-nav li.active > a {
    color: #1676a7
}
@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active > a {
        color: #1676a7
    }
    .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
        border-color: #1676a7
    }
    .menu_area-light .navbar-nav li.has-sub a:hover, .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: #1676a7
    }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: #1676a7
    }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
        border-color: transparent #1676a7 #1676a7 transparent
    }
    .header-style2.scrollHeader .navbar-nav li.current > a {
        color: #7ec53e
    }
    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
        color: #1676a7
    }
    .header-style2.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent #1676a7 #1676a7 transparent
    }
    .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
        border-color: transparent #1676a7 #1676a7 transparent
    }
    .header-style2 .navbar > ul > li.has-sub > a:hover:after, .header-style2 .navbar > ul > li.has-sub > a:active:after, .header-style2 .navbar > ul > li.has-sub > a:focus:after {
        border-color: transparent #1676a7 #1676a7 transparent
    }
    .header-style2 .navbar ul ul li.active > a {
        color: #1676a7
    }
    .header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
        color: #281870
    }
    .header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a {
        color: #281870
    }
    .header-style3 .navbar-nav li.active > a {
        color: #281870
    }
    .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
        color: #281870
    }
    .header-style3 .navbar ul ul li.active > a {
        color: #281870
    }
    .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
        color: #281870
    }
    .header-style3 .navbar-nav > li.has-sub > a:hover {
        color: #281870
    }
    .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
        border-color: transparent #281870 #281870 transparent
    }
    .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: #281870
    }
    .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
        border-color: transparent #281870 #281870 transparent
    }
    .header-style3.scrollHeader .navbar-nav > li.active > a {
        color: #281870
    }
    .header-style3.scrollHeader .navbar-nav li.current > a {
        color: #281870
    }
    .header-style3.scrollHeader .navbar-nav li.current > a:hover {
        color: #281870
    }
    .header-style3.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent #281870 #281870 transparent
    }
}
@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background: #7ec53e
    }
    .header-style1 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
    .header-style1 .navbar-toggler:before {
        background: #fff
    }
    .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}
@media screen and (max-width: 991px) {
    .header-style3 .navbar-toggler {
        background: #7ec53e
    }
    .header-style3 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
    .header-style3 .navbar-toggler:before {
        background: #fff
    }
    .header-style3 .navbar-toggler.menu-opened:after, .header-style3 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}
.header-style2 .navbar-nav li.current > a {
    color: #7ec53e
}
.header-style2 .navbar > ul > li.current > a:after {
    border-color: transparent #7ec53e #7ec53e transparent
}
.header-style2.scrollHeader .navbar-nav li.current > a {
    color: #7ec53e
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #7ec53e
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #7ec53e #7ec53e transparent
}
@media screen and (min-width: 992px) {
    .header-style2 .navbar ul ul li.active > a {
        color: #7ec53e
    }
    .header-style1 .butn.primary:before {
        background: #ffffff
    }
    .header-style1 .butn.primary:hover, .header-style1 .butn.primary:focus, .header-style1 .butn.primary:active {
        color: #2e2e2e !important
    }
    .header-style1.scrollHeader .butn.primary {
        color: #fff !important
    }
    .header-style1.scrollHeader .butn.primary:before {
        background: #2e2e2e
    }
    .header-style1.scrollHeader .butn.primary:hover, .header-style1.scrollHeader .butn.primary:focus, .header-style1.scrollHeader .butn.primary:active {
        color: #fff !important
    }
    .header-style3 .butn.primary:before {
        background: #ffffff
    }
    .header-style3 .butn.primary:hover, .header-style3 .butn.primary:focus, .header-style3 .butn.primary:active {
        color: #2e2e2e !important
    }
    .header-style3.scrollHeader .butn.primary {
        color: #fff !important
    }
    .header-style3.scrollHeader .butn.primary:before {
        background: #2e2e2e
    }
    .header-style3.scrollHeader .butn.primary:hover, .header-style3.scrollHeader .butn.primary:focus, .header-style3.scrollHeader .butn.primary:active {
        color: #fff !important
    }
}
.slidrinfo{position: relative;
    top: -20px;
    z-index: 5;}
.slidrinfobg{background: #fff;padding: 30px 30px;border-radius: 8px;box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);display: inline-block;width: 100%;}
.slidrinfo-col{float: left;width: 33.3%;}
.cmbr-box {
    position: relative;
    display: block;
    padding: 0 15px 0 40px;
    text-align: left;
}
.cmbr-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 7px;
    font-size: 15px;
        color: #281870;
    background: #dad0ff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.cmbr-box .icon-box i{line-height: 35px;
    position: relative;}
.cmbr-box span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    color: #281870;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cmbr-box span a{color: #FD6400;font-weight: 600;}
.cmbr-box p {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #4f4f4f;
    font-weight: 500;
    letter-spacing: 0px;margin-bottom: 0px;
}
.category-card {border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);margin-bottom: 20px;background: #fff;background-image: url(../img/pattern2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}
.category-card .catg-icon {
    width: 100px;
    height: 100px;
    padding: 10px;
    transition: var(--transition);
}
.category-card .catg-icon i {
    font-size: 52px;
    position: relative;
    top: 10px;
    /*color: #050505;*/
    transition: var(--transition);
}
.category-card .catg-icon i img{width: auto;height: 60px;}
.category-card .catg-info {
    width: calc(100% - 130px);
    margin-left: auto;
}
.category-card .catg-info h4{margin-bottom: 5px;}
.category-card .catg-info h4 a{color: #242424;
    font-size: 20px;}
.category-card .catg-info p{    font-size: 13px;
    line-height: 18px;
    color: #666;
    font-weight: 500;height: 56px;overflow: hidden;margin-bottom: 5px;}
.catgbtn{    line-height: 10px;}
.catgbtn a{font-size: 13px;color: #333;}
.catgbtn a:hover{color: #ff893c;}
.catgbtn a i{position: relative;top:3px;margin-left: 2px;}
.bg-srv1{background: #fffcc2;}
.bg-srv1 i{color: #857e03;}
.bg-srv2{background:#A3DAC2;}
.bg-srv2 i{color: #007c46;}
.bg-srv3{background:#E7C2D4;}
.bg-srv3 i{color: #930249;}
.bg-srv4{background:#FEC091;}
.bg-srv4 i{color: #b34f04;}
.bg-srv5{background:#ECB2FF;}
.bg-srv5 i{color: #8300ae;}
.bg-srv6{background:#92BDF6;}
.bg-srv6 i{color: #0c4ca0;}
.bg-srv7{background:#A0E1E1;}
.bg-srv7 i{color: #007474;}
.bg-srv8{background:#CBE2AE;}
.bg-srv8 i{color: #527c1b;}
.bg-srv9{background: #fffcc2;}
.bg-srv9 i{color: #857e03;}
.bg-srv10{background:#A3DAC2;}
.bg-srv10 i{color: #007c46;}
.bg-srv11{background:#E7C2D4;}
.bg-srv11 i{color: #930249;}
.bg-srv12{background:#FEC091;}
.bg-srv12 i{color: #b34f04;}
.bg-srv13{background:#ECB2FF;}
.bg-srv13 i{color: #8300ae;}
.bg-srv14{background:#92BDF6;}
.bg-srv14 i{color: #0c4ca0;}
.bg-srv15{background:#A0E1E1;}
.bg-srv15 i{color: #007474;}
.bg-srv16{background:#CBE2AE;}
.bg-srv16 i{color: #527c1b;}
/******************/
.dz-ring-effect {
    -webkit-animation: dzRing 1.2s infinite ease-in-out;
    animation: dzRing 1.2s infinite ease-in-out;
    display: inline-flex
}

@-webkit-keyframes dzRing {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes dzRing {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.support-box {
    position: relative;
    display: block;
    padding: 0 10px 0 25px;
    text-align: left;
}
.support-box .icon-box {
    position: absolute;
    display: inline-block;
    left: -10px;
    top: 7px;
    font-size: 15px;
    color: #291a6f;
    background: #dad3ff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.support-box .icon-box i{line-height: 30px;
    position: relative; top: 5px;}
.support-box span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #4834a5;
    margin-bottom: 0;
}
.support-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #291971;
    font-weight: 600;
    letter-spacing: 1px;
}
.diagnostic-qury{}
.diagnostic-qury .modal-content{border-radius: 16px!important;}
.diagnostic-qury .modal-header h4{font-size: 18px;}
.diagnostic-qury .form-control{background: #f5f2ff;
    padding: 5px 10px;
    min-height: 45px;}
.slider-fade1{text-align: center;}
.slider-fade1 h3{font-size: 32px;}
.slider-fade1 .owl-item {
    position: relative
}
.slider-fade1 h1 {
    animation-delay: 0.8s
}
.slider-fade1 p {
    animation-delay: 1.2s
}
.slider-fade1 a {
    animation-delay: 1.6s
}
.slider-fade1 .section-title02{position: absolute;
    bottom: 60px;}
.slider-fade1 .h5 {
    font-weight: 500;
    animation-delay: 0.5s;
    display: block;
    position: relative
}
.slider-fade1.owl-theme .owl-nav {
    margin-top: 0
}
.slider-fade1.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0;
    left: 0
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev, .slider-fade1.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50%;
    color: #000;
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1)
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev {
    left: 1%
}
.slider-fade1.owl-carousel .owl-nav button.owl-next {
    right: 1%
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover, .slider-fade1.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #392594 ;
    color: #fff
}
.page-title-section {
    padding: 90px 0 80px 0
}
.page-title-section h1 {
    font-size: 32px;
    font-weight: 600;
    word-wrap: break-word;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}
.page-title-section ul {
    margin-bottom: 0
}
.page-title-section ul li {
    display: inline-block;
    position: relative
}
.page-title-section ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #fff
}
.page-title-section li + li:before, .page-title-section li + li:before {
    padding: 0 5px;
    color: #c5c5c5;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f105";
}
.page-title-section ul li:last-child {
    padding-left: 0px
}
.page-title-section ul li:last-child a {
    color: rgba(255, 255, 255, 0.8)
}
/*.page-title-section ul li:last-child:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    position: absolute;
    vertical-align: middle;
    left: 10px;
    top: 14px;
    transform: translateY(-50%);
    background-color: #120d14;
    border-radius: 50%
}
.page-title-section ul li:last-child:before {
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    transform: translateY(-50%);
    background-color: #a9ebff;
    border-radius: 50%;
    position: absolute;
    vertical-align: middle;
    top: 14px;
    left: 7px
}*/
@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 90px 0 80px 0
    }
    .page-title-section h1 {
        font-size: 58px;
        margin-bottom: 15px
    }
}
@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 80px 0 70px 0
    }
    .page-title-section h1 {
        font-size: 52px
    }
}
@media screen and (max-width: 767px) {
    .page-title-section {
        padding: 80px 0 70px 0
    }
    .page-title-section h1 {
        font-size: 48px
    }
}
@media screen and (max-width: 575px) {
    .page-title-section {
        padding: 80px 0 70px 0
    }
    .page-title-section h1 {
        font-size: 38px
    }
}
.section-title01 .sm-title {
    background-color: #ffaf67;
    color: #281870;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}
.section-title02 .sub-title {
    background-color: rgb(255 235 217);
    padding: 10px 10px 10px 10px;
    line-height: 1;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    color: #222222;
}
/*.section-title02 .sub-title:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background-color: #a9ebff;
    border-radius: 50%
}
.section-title02 .sub-title:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    background-color: #120d14;
    border-radius: 50%
}*/
.section-title02 .sub-title.sub-white {
    background-color: rgba(255, 255, 255, 0.2)
}
.blogcol{}
.blogcol .card-body{padding: 15px 15px;}
.blogcol .card-image img{width: 100%!important;height: 280px;}
.blogcol .card-body span{font-size: 12px;font-weight: 600;background: #e8e4ff;border-radius: 4px;padding: 3px 5px;}
.blogcol .card-body h3{font-size: 16px;font-weight: 500;}
.blogcol .card-body a{color: #333;font-size: 15px;font-weight: 700;}
.blogcol .card-body a:hover{color: #000;}
.blogcol .card-body .read-more{font-size: 13px;color: #757575;}
.blogdtlscol h3{font-size: 24px;}
.blogdtlscol li{font-size: 14px;padding-bottom: 10px;}
.blogdtlsimg{margin-bottom: 30px;}
.blogdtlsimg img{width: 100%;height: auto;border-radius: 8px;}
.blogdtls-post{margin-bottom: 20px;}
.blogdtls-post span i{margin-right: 10px!important;}
.blogdtls-post span {
    font-size: 14px;
    font-weight: 600;
    background: #e8e4ff;
    border-radius: 8px;
    padding: 5px 10px;
}
.blog-share-icon{margin-bottom: 30px;}
.blog-share-icon span{    float: left;
    font-size: 14px;
    padding-right: 15px;
    font-weight: 500;}
.eyecarecol{}
.eyecarecol h2{font-size: 34px;}
.eyecarecol span{color: #fff;margin-bottom: 10px;}
.eyecarecol h5{color: #fff;font-weight: 700;}
.eyecarebg{background: linear-gradient(135deg, rgb(34 155 251) 0%, rgb(5 121 209) 44%, rgb(0 93 170) 100%);}
.doctorcol{}
.doctorcol .card-style07{display: block;}
.doctorcol .card-style07 .image{padding: 0px !important;}
.doctorcol .card-style07{    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);
    background: #fff;background-image: url(../img/pattern2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    border-radius: 8px;
    margin-bottom: 0px;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #dcd4ff;}
.doctorcol .card-style07 .image{
    border-radius: 8px;
    text-align: center;
    background: #fff;
    /* border: 1px dashed red; */
    float: left;
    width: 30%;
    }
.doctorcol .card-style07 .image img {
    transition: all 500ms ease;
    width: auto;
    height: 130px;
    text-align: center;
    margin: 0px auto;
    border-radius: 8px;background: #333;
}
.doctorcol .card-style07 .card-body{/* border: 1px dashed red; */float: left;width: 70%;text-align: left !important;padding-top: 2px;}
.doctorcol h3{font-size: 18px;margin-bottom: 10px !important;}
.doctorcol h3 a{color: #281870;}
.doctorcol h3 a:hover{color: #333;}
.doctorcol p{line-height: 17px;
    font-size: 14px;
    color: #666;
    font-weight: 400;padding-bottom: 10px;}
.doctorcol p span{     margin-right: 5px;
    background: #cce3f7;
    padding: 2px 6px;
    border-radius: 25px;
    color: #1d4b72;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.dctrinfobtn{}
.dctrinfobtn a{font-size: 13px;font-weight: 500;padding: 8px 10px;border-radius: 4px;margin-right: 5px;}
.dctrinfobtn a:hover{}
.btnapmnt{background: #e67817;
    color: #ffffff;}
.dctrsoclmdia{padding-top: 12px;}
.dctrsoclmdia b{font-weight: 400!important;font-size: 13px;}
.dctrsoclmdia li a {
    color: #291971 !important;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
    display: inline-block !important;
    font-size: 13px !important;
    border-radius: 50% !important;
    background: rgb(255 255 255) !important;
    border: 1px solid #9381e1;
}
.btnapmnt:hover{background: #e67817;
    color: #ffffff;}
.btnabut{    background: #e1daff;
    color: #29157f;}
.btnabut:hover{    background: #e1daff;
    color: #29157f;}
.doctorabout{}
.doctorprfl{ width: 100%;
    /*padding: 15px 15px;
    border: 1px solid #dcd4ff;border-radius: 8px;*/
    display: inline-block;
    }
.doctorprfl .doctorrow{width: 100%; display: inline-block;}
.doctorprfl .prflimg{float: left;width: 25%;border-radius: 8px;overflow: hidden;margin-bottom: 20px;}
.doctorprfl .prflimg img{width: 100%;height: auto;min-height: 260px;max-height: 270px;}
.doctorprfl .prflcnt{float: left;width: 75%;padding-left: 30px;margin-bottom: 20px;}
.doctorprfl .prflcnt ul{padding-left: 10px;}
.doctorprfl .prflcnt h3{font-size: 26px;font-weight: 600;color: #281870;}
.doctorprfl .prflcnt span {
    margin-right: 0px;
    background: #cce3f7;
    padding: 2px 8px;
    border-radius: 25px;
    color: #1d4b72;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}
.doctorprfl .prflcnt h6{font-size: 15px;font-weight: 500;color: #141414;}
.doctorprfl .prflcnt p{font-size: 14px;font-weight: 500;color: #5f5f5f;}
.doctorprfl h4{font-size: 22px;font-weight: 600;color: #333;margin-bottom: 20px;}
.doctorprfl p{font-size: 14px;font-weight: 500;color: #5f5f5f;}
.doctorprfl ul{padding-left: 30px;}
.doctorprfl ul li{font-size: 14px;color: #333;font-weight: 500;padding: 4px 0px;}
.description{
        font-size: 14px;font-weight: 500;color: #5f5f5f;
        display: inline-block;
        margin-top: 0px;
        line-height: 22px;
}
.description b{font-weight: 500 !important;
    font-size: 14px !important;
    color: #5f5f5f !important;
    cursor: pointer;
    text-transform: none !important;
    background: none !important;padding: 0px 0px !important;}
.description p{
}
.addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }
 
    .addReadMore.showmorecontent .readMore {
        display: none;
    }
 
    .addReadMore .readMore,
    .addReadMore .readLess {
            font-weight: 600 !important;
    margin-left: 2px;
    font-size: 13px !important;
    color: #8880ac !important;
    cursor: pointer;
    text-transform: none !important;
    background: none !important;
    }
 
    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }
.reviewcol {background: #281870;}
.reviewcol span{color: #fff;}
.reviewcol h2{font-size: 30px;}
.rating {
    /* min-width: 270px; */
    float: left;
    margin-right: 20px;
}
.rating a {
	display: inline-block;
	border-radius: 10px;
	 border: 1px solid #4d3c9b; 
	padding: 20px 15px;
	margin-top: 15px;
	/*background: #035484;*/
}
.rating a .review-top {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 8px
}
.rating a .review-top .logo{}
.rating a .review-top .logo img{width: auto;height: 40px;}
.rating a .review-top .star ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 2px
}
.rating a .review-top .star ul li {
	line-height: 1
}
.rating a .review-top .star ul li i {
	font-size: 20px;font-style: normal;
	color: #c1c1c1
}
.star-icon {
    color: #ddd;
    font-size: 2em;
    position: relative;
}

.star-icon.full:before {
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
    color: #FDE16D;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
}

.star-icon.half:before {
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
    color: #FDE16D;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

@-moz-document url-prefix() { /* Firefox Hack :( */
  .star-icon {
    font-size: 50px;
    line-height: 34px;
  }
}
.rating a .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 18px
}
.rating a .content ul li {
	
font-weight: 300;
	
font-size: 14px;
	
line-height: 1;
	
color: #fff;
	
position: relative
}
.rating a .content ul li span {
	font-weight: 600
}
.rating a .content ul li::after {
	content: "";
	height: 10px;
	width: 1px;
	background-color: var(--text-color);
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%)
}
.rating a .content ul li:first-child::after {
	display: none;
	visibility: hidden
}
.revw-box {
	margin: 0px 0px;
	padding: 15px;
	/*border: 1px solid #e2e2e2;*/
    background: #fff;
	border-radius: 8px;
}
.revw-box-img{
	text-align:center;    float: left; width: 45px;
}
.review-ratng{
    float: left;
    position: relative;
    top: 5px;
    margin-right: 5px;
    }
.review-ratng .star-icon.full:before {
    text-shadow: none;
    color: #f1b138;
    content: '\2605';
    position: absolute;
    left: 0;
}
.review-ratng i{}
.review-ratng i img{width: 12px !important; height: 12px !important; margin-left: 0px!important; margin-right: 0px!important;}
.review-ratng i{color:#f7b704;font-size: 16px !important;}
.revw-box-img img{
	width: 38px !important;
	height: 38px !important;
	margin: 0px 5px 0px 0px;
	background: #F4F4F4;
	border: 0px solid #fff;
	border-radius: 50%;
}
.revw-box-info{float: left;width: 80%;}
.revw-box-info h6 {
	    font-size: 16px;
	    line-height: 16px;
	    color: #333;
	    font-weight: 600;
	    margin-bottom: 5px;
	    text-align: left;
	    padding-top: 0px;
}
.revw-box-info small {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	font-weight: 400
}.revw-box-info small i{font-size: 13px;font-weight: 300;float: right;line-height: 13px;font-style: normal;/* border: 1px dashed red; */display: inline-flex;}
.revw-box-info small i img{ width: 16px !important; height: 16px !important; margin-left: 5px; margin-right: 2px;}
.revw-box p {
	font-size: 15px;
	line-height: 22px;
	color: #040404;
	/* font-style:italic; */
	font-weight: 300;
	margin-bottom:10px; padding-top: 10px;
	padding-bottom:0px;
	text-align:left;display: inline-block;
}
.revw-box p i {
	font-size: 8px;
    color: #4c4c4c;
}
.revw-box h5 {
	font-size: 26px;
	line-height: 22px;
	color: #db723e;
	margin-bottom:0px;
	padding-bottom: 10px;
	padding-top:10px;
	font-weight: 500;
	text-align: center
}
.review-lnk{
	text-align:center;
	margin-bottom: 20px;
}
.review-lnk p{ font-size:14px; text-transform:none;
}
.review-lnk img{
	height:45px; margin:0px 10px;
}
.hehoutlt{padding: 100px 0px;}
.hehoutlt h2{font-size: 40px;}
.hehoutlt p{font-size: 14px;color: #fff;font-weight: 500;}
.faqs{padding: 60px 0px;}
.faqimg{}
.faqimg img{width: 100%; height: auto;}
.faqs .accordion-button:not(.collapsed) {
                color: #2c1981;
    background-color: #fbf9ff;font-weight: 600;}
.faqs .accordion-body {
    padding: 1rem 1.25rem;color: #333;font-weight: 500;font-size: 14px;line-height: 22px;
}
.faqs .accordion-button {font-weight: 600;}
.faqs .card-header{margin-bottom: 15px;}
.faqs .accordion>.card .card-header {
    margin-bottom: 0px;    border-radius: 8px !important;background: #f8ffed;
}
.faqs .card-header:first-child {/*border-radius: 0px;*/}
.faqs .card{margin-bottom: 15px;border-radius: 8px;border: none;float: left;
    width: 50%;
    padding: 0px 10px;}
.faqs .card-body { border-radius: 0px 0px 8px 8px;
    /*border-bottom: 1px solid #ccc;   
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
}
.faqs .card-title {
    margin-bottom: .75rem;
    font-size: 16px;
    font-weight: 600;color: #242424;
}
.faqs .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f106";
    float: right; 
}
.faqs .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107"; 
}
.whtspp{
	position:fixed;
	width: 50px;
	height: 50px;
	bottom:90px;
	left:20px;
	background-color: #291971;
    color: #ff893c;
	border-radius:50px;
	text-align:center;
	font-size: 25px;
	/*box-shadow: 2px 2px 3px #999;*/
	z-index:100;
}
.whtspp:hover{
	background-color:#210f72;
	color:#FFF;
}
.whtspp-icon{
	margin-top: 12px;
}
.phnecl{
	position:fixed;
	width: 50px;
	height: 50px;
	bottom: 150px;
	left:20px;
	background-color: #291971;
    color: #ff893c;
	border-radius:50px;
	text-align:center;
	font-size: 20px;
	/*box-shadow: 2px 2px 3px #999;*/
	z-index:100;
}
.phnecl:hover{
	background-color:#210f72;
	color:#FFF;
}
.phnecl-icon{
	margin-top: 17px;
}
.foterchus{text-align:center; margin:0px auto;}
.fotbtmenqry{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 99999;
    height: auto;
    padding: 0px 0px;
    width: 100%;}
.fotbtmenqry .alert{margin-bottom: 0px!important;background: #dcd5ff;padding: 15px 20px;border-radius: 8px 8px 0px 0px;}
.fotbtmenqry-cont{text-align: center;}
.fotbtmenqry-cont h6{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    color: #281870;
    }
.fotbtmenqry-cont h6 i{position: relative;top: 2px;}
.fotbtmenqry-cont h6 a{padding: 8px 10px;border-radius: 4px;font-size: 14px;margin: 0px 5px;font-weight: 500;}
.fotbtmenqry-cont h6 a i{    font-size: 10px;
    position: relative;
    top: 0px;
    margin-left: 2px;}
.clbckbtn{background: #291971;color: #fff;}
.clbckbtn:hover{background: #291971;color: #fff;}
.clapntbtn{background: #e67817;color: #fff;}
.clapntbtn:hover{background: #e67817;color: #fff;}
.fotbtmenqry .btn-close{padding: 16px 20px;
    font-size: 13px;
    font-weight: 600;}
.footercol{background: #f5f3ff;padding-top: 60px;padding-bottom: 50px;/* background: linear-gradient(135deg, rgb(3 93 164) 0%, rgb(2 62 111) 100%); */}
.footercol h3{color: #281870;font-weight: 600;font-size: 16px;}
.footbtm{text-align: center;}
.footbtm p{font-size: 13px;font-weight: 400;color: #281870;}
.footbtm p a{font-weight: 500;color: #3c2a8c;}
.footinfo p{display: flex;color: #281870;
    font-weight: 600;}
.footinfo p i {
    left: 0;
    top: 4px;
    margin-right: 10px;
    float: left;
    position: relative;
    text-align: left;
}
.qucklnk{}
.qucklnk ul, .qucklnk2 ul{}
.qucklnk ul li{float: left;
    width: 50%;
    padding-bottom: 5px;}
.qucklnk2 ul li{float: left;
    width: 100%;
    padding-bottom: 5px;}
.qucklnk ul li a, .qucklnk2 ul li a{
    color: #281870;
    font-size: 13px;
    font-weight: 500;
    }
.qucklnk ul li a:before {
        content: "\f105";
    font: normal normal normal 10px / 1 FontAwesome;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.qucklnk ul li a:hover, .qucklnk2 ul li a:hover{color: #281870; text-decoration: underline;}
.video-cntnr {
  width: 100%;
  height: 350px;
  margin: 0 auto;border-radius: 8px;overflow: hidden;
}

.video-cntnr .video-thumbnail img {
  width: 100%!important;
  height: 310px;
  cursor: pointer;
}
.video-cntnr .video-thumbnail button{
    margin: 0px auto;
    border: none;
    outline: none;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 100px;
    height: 80px;
    width: 80px;
    bottom: 0;
    line-height: 110px;
    z-index: 9;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    }
.video-cntnr .video-thumbnail i{ font-size:40px; color:#fff;}
.video-cntnr .video-thumbnail button:hover{ opacity:0.8;background: rgba(0,0,0,0.5);}
.video-iframe {
  width: 100%;
  height: 350px;
  display: none;
}
.vedo-col{
    background:#F2F2F2;
    width:100%;
    margin-bottom:20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 23px rgb(39 79 117 / 8%);
    border: 1px solid #d0c6fc;
    }
	.vedo-col:hover{border: 1px solid #d0c6fc;box-shadow: 0 3px 23px rgb(39 79 117 / 9%);}
.vedo-col-titl{
    text-align: center;
    font-size: 16px;
    padding:5px 5px;
    line-height: 30px;
    font-weight: 500;
    background: #322181;
    color: #fff;
    }
.vedo-col button{
    margin: 0px auto;
    border: none;
    outline: none;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 100px;
    height: 80px;
    width: 80px;
    bottom: 0;
    line-height: 110px;
    z-index: 9;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    }
	.vedo-col i{ font-size:40px; color:#fff;}
	.vedo-col button:hover{ opacity:0.8;background: rgba(0,0,0,0.5);}
.vedo-col img{width: 100% !important;height: 280px;background: #fff;}
.timeline {
  position: relative;
  padding: 0;
  list-style: none; margin-bottom:0px;
}
.aflt-logo span {
    color: #333;
    padding-right: 10px;
    font-size: 14px;padding-top: 10px;
    display: inline-block;
}
.aflt-logo{text-align:left;    padding-top: 0px;}
.aflt-logo img{text-align:center; width:auto; height:45px; margin-right:10px;}
.btn-timlin{ text-align:center;margin-top: 40px;}
.btn-timlin a{ border:1px solid #ccc; font-size:14px; text-transform:uppercase; font-weight:600; background:#fff; color:#333; border-radius:5px; padding:10px 30px;margin-top: 30px; }
.btn-timlin a:hover{ border:1px solid #ccc;  background:#11a5dc; color:#fff; text-decoration:none; }
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 40px;
  width: 7px;
  margin-left: -1.5px;
  content: "";
  background-color: #ffdcbd;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 110px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100px;
  height: 100px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 10px solid #ffb573;
  border-radius: 100%;
  background-color: #291971;
}
.timeline > li .timeline-image i{     font-size: 44px;
    /*color: #281870;*/
    line-height: 108px;}
.timeline > li .timeline-image i img{width: 50px;
    height: 50px;
    position: relative;
    top: 20px;}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 110px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
  padding-bottom: 0px;
  padding-top: 10px;
  color: #281870;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
  letter-spacing: 0px;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  line-height: 18px;
}
.timeline .timeline-body > span{background: #ffe7d3;
    color: #e67817;
    border-radius: 4px;
    padding: 1px 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
    display: inline-block;}
.timeline .timeline-body > p{    font-size: 14px;
    color: #575757;
    font-weight: 400;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: auto;
    margin-bottom: 20px;
  }
	.timeline > li .timeline-staplft {
    float: left;
    width: 47%;
    padding: 40px 10px 20px 10px;
    text-align: right;
  }
	.timeline > li .timeline-staprgt {
            float: right;
        width: 47%;
        padding: 40px 20px 20px 10px;
        text-align: left;
        vertical-align: middle;
  }
	.timeline > li .timeline-staprgt b{
        border-radius: 0px 25px 25px 0px;
        background: #ffdfc3;
        padding: 6px 15px 6px 20px;
        color: #281870;
        text-transform: uppercase;
        }
	.timeline > li .timeline-staplft b{border-radius: 25px 0px 0px 25px;
        background: #ffdfc3;
        padding: 6px 15px 6px 20px;
        color: #281870;
        text-transform: uppercase;}
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image i {
    color: #ffffff;
}
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: auto;
  }
  .timeline > li .timeline-panel {
    padding: 0 10px 20px 160px;
  }
  .timeline > li .timeline-image {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    background: #281870;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 10px;
  }
}
.card-style01 .card-image, .card-style01 .card-body {
    position: relative
}
.card-style01 .card-image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 86, 0.5)), color-stop(73%, transparent));
    background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, transparent 73%);
    content: "";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}
.card-style01:hover .card-image:after {
    visibility: visible;
    opacity: 1;
    height: 100%
}
.card-style01 .card-icon {
    width: 72px;
    height: 72px;
    background-color: #7ec53e;
    border: 5px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
    line-height: 1.3;
    position: absolute;
    top: -37px;
    right: 30px;
    transition: 0.5s
}
.card-style01:hover .card-icon {
    background-color: #2e2e2e;
    color: #fff
}
.card-style02 {
    background: #fff;
    height: 100%
}
.card-style02 .card-icon {
    width: 50px;
    height: 50px;
    background-color: #7ec53e;
    text-align: center;
    margin-right: 20px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9
}
.card-style02:hover p, .card-style02:hover a {
    color: #fff;
    position: relative;
    z-index: 99
}
.card-style02 .card-body .card-img {
    position: relative
}
.card-style02 .card-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0)
}
.card-style02:hover .card-bg-img {
    transform: scaleY(1)
}
.card-style03 .card-image, .card-style03 .card-body {
    position: relative
}
.card-style03 .card-image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 86, 0.5)), color-stop(73%, transparent));
    background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, transparent 73%);
    content: "";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}
.card-style03:hover .card-image:after {
    visibility: visible;
    opacity: 1;
    height: 100%
}
.card-style03 .card-icon {
    width: 74px;
    height: 74px;
    background-color: #7ec53e;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 3px;
    color: #fff;
    padding: 0 20px;
    line-height: 1.3;
    font-size: 18px;
    margin-top: -13%;
    transition: 0.5s
}
.card-style03:hover .card-icon {
    background-color: #2e2e2e;
    color: #fff
}
.card-style04 {
    position: relative;
    height: 280px;
    border-radius: 5px
}
.card-style04:hover .card-body {
    transform: rotateY(180deg)
}
.card-style04 .card-body {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    perspective: inherit
}
.card-style04 .card-front, .card-style04 .card-back {
    padding: 20px 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 10px 8px 35px rgba(49, 49, 49, 0.08);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(0);
    transition: 0.7s;
    perspective: inherit;
    transform-style: preserve-3d
}
.card-style04 .card-front {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.card-style04 .card-back {
    transform: rotateY(-180deg);
    background: #2e2e2e;
    text-align: center;
    justify-content: center
}
.card-style04 .card-front .card-butn {
    position: absolute;
    bottom: 20%;
    right: -1px
}
.card-style04 .card-front .card-butn h3 {
    padding: 10px 25px;
    border-radius: 5px 0 0 5px;
    background: #fff
}
@media screen and (max-width: 575px) {
    .card-style04 .card-front, .card-style04 .card-back {
        padding: 20px 10px
    }
    .card-style04 .card-front .card-butn h3 {
        padding: 10px 12px
    }
}
.card-style05 {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}
.card-style05 .left-area {
    border-right: 1px solid #dee2e6
}
.card-style05 .price-icon:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: inline-block;
    background-color: #f9f6f1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 50%;
    top: 20%
}
.card-style05 .price-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}
.card-style05 .price-list li:last-child {
    margin-bottom: 0
}
.card-style05 .price-list li:before {
    content: "\e64c";
    font-family: 'themify';
    color: #7ec53e;
    position: absolute;
    left: 0
}
.card-style05 .price-number {
    position: relative;
    font-weight: 700;
    color: #2e2e2e;
    font-size: 95px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}
.card-style05 .price-number sub {
    position: relative;
    font-size: 20px
}
.card-style05 .price-number sup {
    position: relative;
    top: -55px;
    font-size: 20px
}
.card-style05 .price-number span {
    position: relative;
    font-weight: 600;
    opacity: 0.50;
    margin-left: -40px;
    display: inline-block;
    font-size: 18px
}
.card-style05::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transform: scale(1, 0.2);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #2e2e2e
}
.card-style05:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}
.card-style05:hover h4, .card-style05:hover p, .card-style05:hover .price-list li, .card-style05:hover .price-number {
    color: #fff
}
.card-style05:hover .left-area {
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}
.card-style05:hover .price-icon:before {
    opacity: 0.1
}
@media screen and (max-width: 1199px) {
    .card-style05 .price-number {
        font-size: 75px
    }
}
@media screen and (max-width: 575px) {
    .card-style05 .left-area {
        border-right: unset
    }
    .card-style05 .price-icon:before {
        left: 5%
    }
}
.servicecol{padding: 60px 0px;background: #f6f4ff;}
.servicecol h3{font-size: 26px;font-weight: 600;}
.servicecol p{font-size: 14px;font-weight: 300;line-height: 22px;}
.card-style06 {
    transition: 0.3s;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    position: relative;
    height: 100%
}
.card-style06.bg-hover-color:after {
    content: '';
    background: rgb(9 ,98, 144,0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1
}
.card-style06.bg-hover-color:hover:after {
    opacity: 0
}
.card-style06:before {
    content: '';
    background: rgb(1 132 76 / 80%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
.card-style06:hover:before {
    opacity: 1
}
.card-style06 .service-body {
    background-color: #ddffe9
}
.card-style06:hover .card-body {
    background-color: transparent
}
.card-style06:hover h3, .card-style06:hover p, .card-style06:hover a, .card-style06:hover .card-footer i {
    color: #fff
}
.card-style06 .card-body {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    padding: 197px 40px 100px 60px
}
.card-style06:hover .card-icon {
    -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
    -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
    -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
    transform: translateY(-10px) translate3d(0, -10px, 0);
    background: #7ec53e
}
.card-style06 .card-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #2e2e2e;
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
    align-items: center;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18)
}
.card-style06 .card-border::before {
    position: absolute;
    content: "";
    background: #eee;
    width: 1px;
    height: 45px;
    top: 10%;
    transition: 0.3s
}
.card-style06 .card-border::after {
    position: absolute;
    content: "";
    background: #eee;
    width: 1px;
    height: 45px;
    transition: 0.3s;
    bottom: 30px;
    opacity: 0;
    transition: 0.3s
}
.card-style06:hover .card-border::after {
    background: #1388d7;
    opacity: 1;
    bottom: -45px;
    transition: 0.3s
}
@media screen and (max-width: 1399px) {
    .card-style06 .card-body {
        padding: 197px 30px 30px 40px
    }
}
.card-style07 {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dcd4ff;
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);margin-bottom: 15px;
}
.card-style07 .image {
    position: relative;
    overflow: hidden;
    background-color: #f7f6ff;background-image:url("../img/pattern1.png");
    background-repeat: no-repeat; background-position: top;
    background-size:cover;padding: 30px;
}
.card-style07 .image img {
    transition: all 500ms ease;
    background: #dcd5ff;border-radius: 8px;
}
.card-style07:hover .image img {
    /*opacity: 0.80;
    transform: scale(1.05, 1.05)*/
}
.card-style07:hover .social-box {
    bottom: 30px
}
.drname a{color: #281870;font-size: 18px;}
.card-style07 .social-box {
    position: absolute;
    left: 0px;
    bottom: -80px;
    right: 0px;
    padding: 0;
    text-align: center;
    transition: all 500ms ease;
    margin-bottom: 0
}
.card-style07 .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 5px
}
.card-style07 .social-box li:last-child {
    margin-right: 0
}
.card-style07 .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #2e2e2e;
    background-color: #fff
}
.card-style07 .social-box li a:hover {
    color: #fff;
    background-color: #291971
}
@media screen and (max-width: 1199px) {
    .card-style07 .social-box li a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 14px
    }
}
.story-video {
    height: 100%
}
.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #7ec53e;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}
.video_btn:hover i, .video_btn:focus i {
    color: #fff
}
.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}
.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}
.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}
.video_btn.small:after {
    height: 50px;
    width: 50px
}
.video_btn.small:before {
    height: 65px;
    width: 65px
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}
@media screen and (max-width: 1199px) {
    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 75px
    }
    .video_btn:after {
        height: 75px;
        width: 75px
    }
    .video_btn:before {
        height: 90px;
        width: 90px
    }
}
@media screen and (max-width: 991px) {
    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 70px
    }
    .video_btn:after {
        height: 70px;
        width: 70px
    }
    .video_btn:before {
        height: 85px;
        width: 85px
    }
    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}
@media screen and (max-width: 767px) {
    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 60px
    }
    .video_btn:after {
        height: 60px;
        width: 60px
    }
    .video_btn:before {
        height: 75px;
        width: 75px
    }
}
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}
.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}
.pagination li {
    display: inline-block;
    margin-right: 5px
}
.pagination a {
    float: left;
    font-size: 16px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 4px;
    color: #575a7b
}
.pagination a:hover {
    background-color: #7ec53e;
    border: 1px solid #7ec53e;
    color: #ffffff
}
.pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    border: 1px solid #ededed;
    cursor: default
}
@media screen and (max-width: 575px) {
    .pagination a {
        padding: 0 13px;
        font-size: 14px
    }
}
.owl-theme .owl-nav.disabled {
    margin-top: 40px !important
}
.owl-theme .owl-dots {
    margin-top: 40px !important
}
.owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.15)
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
    background: #e67817
}
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}
.dots-white.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5)
}
.dots-white.owl-theme .owl-dots .owl-dot:hover span, .dots-white.owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}
.owl-theme .owl-nav {
    margin-top: 50px
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #6f6f6f;
    line-height: 30px;
    border-radius: 0
}
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #1e2022
}
.owl-thumbs {
    z-index: 9;
    position: relative
}
.owl-thumbs button {
    border: none
}
.owl-thumbs button .title {
    transition: 0.5s;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    margin: 20px -100px 0
}
.owl-thumbs button.active .title {
    opacity: 1;
    visibility: visible
}
.owl-thumbs button img {
    opacity: .5
}
.owl-thumbs button.active img {
    opacity: 1
}
@media screen and (max-width: 991px) {
    .owl-theme .owl-nav {
        margin-top: 30px
    }
}
.testimonial-carousel1.owl-theme .owl-dots {
    text-align: right
}
.service-carousel1.owl-theme .owl-nav {
    margin-top: 0
}
.service-carousel1.owl-theme .owl-nav .owl-prev, .service-carousel1.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #7ec53e !important;
    border-radius: 50%
}
.service-carousel1.owl-theme .owl-nav .owl-prev {
    left: -6%
}
.service-carousel1.owl-theme .owl-nav .owl-next {
    right: -6%
}
.service-carousel1 .owl-nav i, .service-carousel1 .owl-nav span {
    color: #fff;
    transition-duration: 500ms;
    font-size: 16px;
    padding-top: 0
}
.service-carousel1.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #2e2e2e !important
}
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none;
    margin-bottom: 15px
}
.accordion-style .card:last-child {
    margin-bottom: 0
}
.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}
.accordion-style .btn-link {
    background: #3f3084;
    color: #fff;font-weight: 600;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 10px;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
    box-shadow: none;
    border-radius: 5px
}
.accordion-style .btn-link.collapsed {
    background: #ffffff;
    color: #424242;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}
.accordion-style .btn-link.collapsed:after {
    background: #3f3084;
    border-radius: 50%;
    font-family: Font Awesome\ 5 Free;
    content: '\f0da';
    font-weight: 700;
    right: 15px;
    left: inherit;
    font-size: 16px;
    line-height: 24px;
    height: 25px;
    transform: none;
    width: 25px;
    top: 15px;
    text-align: center;
    padding-left: 0;
    letter-spacing: -1px;
    color: #fff
}
.accordion-style .btn-link:after {
    background: #fff;
    border-radius: 50%;
    font-family: Font Awesome\ 5 Free;
    content: '\f0d7';
    font-weight: 700;
    right: 15px;
    left: inherit;
    font-size: 16px;
    height: 25px;
    line-height: 24px;
    transform: none;
    width: 25px;
    top: 15px;
    position: absolute;
    color: #3f3084;
    text-align: center;
    padding-left: 2px;
    letter-spacing: 2px
}
.accordion-style .card-body {
        padding: 20px;
    line-height: 24px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #242424;
}
@media screen and (max-width: 767px) {
    .accordion-style .btn-link {
        padding: 12px 45px 12px 15px
    }
    .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
        top: 10px
    }
}
@media screen and (max-width: 575px) {
    .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
        top: 15px
    }
}
.error-page h1 {
    font-size: 220px;
    line-height: 1
}
@media screen and (max-width: 767px) {
    .error-page h1 {
        font-size: 190px
    }
}
@media screen and (max-width: 575px) {
    .error-page h1 {
        font-size: 130px
    }
}
ul.countdown {
    padding: 0;
    margin: 0
}
ul.countdown li {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    min-width: 125px
}
ul.countdown li:last-child {
    border: none;
    padding-right: 0
}
ul.countdown li:first-child {
    padding-left: 0
}
ul.countdown li span {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    color: #fff
}
ul.countdown li span::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}
ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85)
}
@media screen and (max-width: 767px) {
    ul.countdown.one li {
        min-width: 100px
    }
    ul.countdown.one li span {
        font-size: 40px
    }
}
@media screen and (max-width: 575px) {
    ul.countdown li {
        border-right: 0;
        margin: 15px 0;
        min-width: 130px;
        padding: 0 20px
    }
    ul.countdown li:first-child {
        padding-left: 20px
    }
}
.coming-soon-page .shape-01 {
    width: 160px;
    height: 175px;
    background-color: rgba(70, 112, 206, 0.2);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    display: inline-block;
    top: 0%;
    left: 30%;
    z-index: 1
}
.coming-soon-page .shape-02 {
    width: 90px;
    height: 95px;
    background-color: rgba(52, 197, 161, 0.2);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    display: inline-block;
    bottom: 9%;
    left: -1%;
    z-index: 1
}
.modal-backdrop {
    z-index: 99999
}
.modal {
    z-index: 999999
}
.bd-example button, .bd-example a {
    margin-top: .25rem;
    margin-bottom: .25rem
}
.icon-gallery .d-table {
    margin-top: 30px
}
.icon-gallery .d-table-cell {
    width: 125px;
    height: 125px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    vertical-align: middle;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    background: #fff
}
.icon-gallery i {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    color: #7ec53e
}
pre[class*="language-"] {
    max-height: 45vh;
    height: 100%;
    margin: 35px 0 15px 0;
    padding-top: 0
}
.html-code {
    background-color: #fbfbfb;
    position: relative;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ededed
}
.html-code:before {
    color: #c8dfab;
    content: "â€¢â€¢â€¢";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px
}
.copy-element {
    position: absolute;
    top: 0;
    right: 85px;
    transition: opacity 0.3s ease-in-out
}
.source-element {
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.3s ease-in-out
}
.html-code .copy-element {
    top: 15px;
    right: 30px
}
.html-code:hover .copy-element, .html-code:hover .source-element {
    opacity: 1
}
.box-hover:hover .copy-element, .box-hover:hover .source-element {
    opacity: 1
}
.copy-element > a, .source-element > a {
    background: #dde1e6;
    color: #777 !important;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer !important;
    font-weight: 600
}
.copy-element > a:hover, .source-element > a:hover {
    background: #7ec53e;
    color: #fff !important
}
.copy-clipboard {
    cursor: pointer;
    padding: 5px 15px
}
.white-popup-block {
    background-color: #fbfbfb;
    position: relative;
    max-width: 650px;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 60px 30px 30px 30px;
    border-radius: 5px;
    margin: 40px auto;
    border: 1px solid #ededed
}
.white-popup-block:before {
    color: rgba(17, 88, 231, 0.2);
    content: "â€¢â€¢â€¢";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px
}
.white-popup-block:hover .copy-element {
    opacity: 1
}
.white-popup-block .copy-element {
    top: 45px;
    right: 30px
}
.box-hover {
    position: relative
}
.box-hover .container {
    position: relative
}
.inner-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 35px;
    padding-bottom: 20px
}
.inner-title h2 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    color: #2e2e2e
}
@media screen and (max-width: 767px) {
    .elements-block .inner-title {
        margin-bottom: 65px
    }
    .copy-element, .source-element {
        top: 65px
    }
}
.about-style01{}
.about-style01 p{font-size: 14px;color: #333;font-weight: 400;line-height: 22px;margin-bottom: 0px;}
.abutmore{font-size: 14px;font-weight: 500;color: #333;text-transform: uppercase;}
.about-style01 .about-img img{width: auto;height: 680px;}
.about-style01 .about-img:before {display: none;
    content: "";
    position: absolute;
    /*background-color: #7ec53e;*/background: linear-gradient(135deg,  rgba(15,145,182,1) 0%,rgba(44,206,246,1) 44%,rgba(18,194,119,1) 100%);
    width: 40%;
    height: 100%;border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}
.section-title02 h2{font-size: 30px;}
.about-style02{}
.abutstyl2img{}
.abutstyl2img img{width: 100%;height: auto;}
.abutexp{background: linear-gradient(135deg, rgba(15, 145, 182, 1) 0%, rgba(44, 206, 246, 1) 44%, rgba(18, 194, 119, 1) 100%);}
.abutsrvcol{}
.abutsrvcol h4{font-weight: 500;}
.contact-box{    background: #f3f0ff;padding: 20px 20px;}
.contact-box span{
    font-size: 14px;
    line-height: 18px;
    color: #e06e08;
    font-weight: 400;
    }
.contact-box h3{font-size: 20px;
    color: #281870;
    font-weight: 600;font-weight: 800;
    text-transform: uppercase;}
.contact-box p{
    font-size: 15px;
    line-height: 22px;
    color: #281870;
    font-weight: 600;
    display: flex;margin-bottom: 15px;
    }
.contact-box p:last-child{margin-bottom: 0px;}
.contact-box p span{left: 0;/* top: 4px; */margin-right: 20px;float: left;position: relative;text-align: left;min-width: 100px;color: #504873;}
.contact-box p a{color: #281870;}
.border-bottomc {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #ddd5f8 !important;
}
@media screen and (max-width: 1199px) {
    .about-style01 .about-img:before {
        left: -10%
    }
}
@media screen and (max-width: 991px) {
    .about-style01 .about-img:before {
        left: 0
    }
}
@media screen and (max-width: 767px) {
    .about-style01 .about-img:before {
        display: none
    }
}
.about-style02 .about-img {
    margin-top: -15%
}
@media screen and (max-width: 991px) {
    .about-style02 .about-img {
        margin-top: unset
    }
}
.testimonial-style01.owl-theme .owl-nav {
    text-align: left
}
.testimonial-style01.owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    color: #232323;
    background: #fff; border-radius: 50%;
    transition: all 0.6s ease;
    line-height: 40px
}
.testimonial-style01.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
    position: relative
}
.testimonial-style01.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #2e2e2e !important
}
.testimonial-style01 .owl-nav i {
    font-size: 15px;
    padding-top: 0
}
.testimonial-style01.owl-theme .owl-nav [class*='owl-']:hover i {
    color: #fff !important
}
.testimonial-style01 .testimonial-items .testi-icon i {
    background-color: #2e2e2e;
    color: #fff;
    font-size: 45px;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}
.whychose{}
.whychose h2{color: #ff912f;font-size: 34px;}
.whychose p{color: #e1e1e1;}
.service-style1 .service-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px;
    background: #fff;
	/*background-image:url("../img/pattern2.png");
    background-repeat: no-repeat;
    background-size: contain;background-position: right top;*/
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}
.service-style1 .service-grid h3{}
.service-style1 .service-grid h3 a{font-size: 20px;}
.service-style1 .service-grid h3 a:hover{color: #333;}
.service-style1 .service-grid p{color: #333;}
.service-style1 .service-grid .icon {
    margin-right: 30px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease
}
.service-style1 .service-grid .icon img{width: 60px;
    height: 60px;
    position: relative;
    top: 10px;}
.service-style1 .service-grid .icon i{font-size:46px;color: #131313;}
.service-style1 .half-line-btn {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-bottom: 4px;
    text-transform: uppercase;
    color: #7ec53e
}
.service-style1 .service-wrap-5 {
    margin-right: -49%
}
.service-style1 .half-line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 20px;
    height: 1px;
    background-color: #7ec53e;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.service-style1 .service-center-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e67817;border: 6px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    font-size: 60px;
    color: #fff
}
.service-style1 .service-center-img i{font-size: 62px;position: relative;
    top: 10px;}
@media screen and (max-width: 1199px) {
    .service-style1 .service-wrap-5 {
        margin-right: unset
    }
}
@media screen and (max-width: 767px) {
    .service-style1 .service-center-img {
        display: none
    }
    .service-style1 .service-grid {
        padding: 20px
    }
    .service-style1 .service-grid .icon {
        margin-right: 20px
    }
}
.counter-style01 .counter-item-inner {
    background:none;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}
.counter-style01 .counter-item-inner h4 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
    color: #291971;
    font-weight: 700;
    text-align: center
}
.counter-style01 .counter-item-inner.upper {
    /*border: 1px solid #dee2e6;*/
    background: transparent
}
.counter-style01 .counter-item-inner i {font-size: 50px;color: #e67918;background: linear-gradient(to right,  rgb(40,24,112) 0%,rgb(40,24,112) 50%,rgb(230,120,23) 50%,rgb(230,120,23) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;    display: block;}
.counter-style01 .counter-item-inner p {font-weight: 600;color: #333;}
@media screen and (max-width: 1199px) {
    .counter-style01 .counter-item-inner {
        width: 210px;
        height: 210px
    }
    .counter-style01 .counter-item-inner h4 {
        font-size: 50px
    }
    .counter-style01 .counter-item-inner p {
        font-size: 14px;
    }
}
.portfolio-style01 .portfolio-content {
    position: absolute;
    z-index: 3;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s;
    top: initial;
    left: 0;
    bottom: 0;
    width: calc(100% - 50px);
    margin: 0 20px 20px;
    border-radius: 5px;
    word-break: break-word;
    transform: translateY(15px);
    padding: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.7);
}
.portfolio-style01 img{width: 100%;height: 260px;}
.portfolio-style01:hover .portfolio-content {
    transform: translateY(0);
    opacity: 1
}
.portfolio-details-list {
    position: relative;
    overflow: hidden
}
.portfolio-details-list .shape-1 {
    width: 90px;
    height: 95px;
    background-color: rgba(225, 225, 225, 0.2);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    display: inline-block;
    bottom: -16%;
    right: -2%
}
.portfolio-details-list .shape-2 {
    width: 30px;
    height: 33px;
    background-color: #2e2e2e;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    display: inline-block;
    top: 3%;
    left: 23%
}
.feature-box-01 {
    position: relative;
    transition: 0.5s
}
.feature-box-01:before {
    position: absolute;
    content: "";
    height: 55px;
    width: 55px;
    background: #fff;
    opacity: .15;
    left: 3%;
    top: 18%;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease .2s
}
.feature-box-01:hover:before, .feature-box-01:hover:after {
    background: #fff;
    transform: scaleX(-1)
}
@media screen and (max-width: 1199px) {
    .feature-box-01:before {
        height: 50px;
        width: 50px
    }
}
.why-us-style01 .why-us-from {
    margin: 0 0 -222px;
    position: relative;
    z-index: 9;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}
.why-us-style01 .why-us-icon {
    background-color: #7ec53e;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px
}
.why-us-style01 .why-us-items:hover .why-us-icon {
    background-color: #2e2e2e;
    transform: rotate(360deg)
}
.contact-style-01 .contant-icons i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: #e06e08;
    background: #ffffff;
}
@media screen and (max-width: 991px) {
    .contact-style-01 .contant-icons i {
        width: 50px;
        height: 50px;
        font-size: 22px
    }
}
.breadcrumbs{ padding:5px 0px; background:#efebff;}
.pg-titl-breadcrumb {
  font-size:13px; color:#333;
  padding:0px 0px; position:relative; text-align:center; margin:0px auto;
}
.pg-titl-breadcrumb ul { padding-left:0px;margin-top: -10px;
}
.pg-titl-breadcrumb li + li:before {
	padding: 0 5px;
	color: #666;font-family: flaticon_medical_ !important;
	content: "\f13e";    top: 1px;
    position: relative;
}
.pg-titl-breadcrumb li { list-style:none; font-weight:400;
	float: left
}
.pg-titl-breadcrumb .actv {
	color: #f5b11b!important
}
.pg-titl-breadcrumb li a {
	transition: all 0.4s ease 0s;
	color: #333
}
.pg-titl-breadcrumb li a:hover {
	text-decoration: underline
}
.pginside{}
.pginside h1{font-size: 30px;}
.pgbannerin{}
.pgbannerin img{width: 100%;height: auto;}
.pgqury-col {
    position: relative;
    top: -15px;
    z-index: 5;
}
.pgqurybg {
    background: #fbfaff;
    padding: 30px 30px;
    border-radius: 8px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    display: inline-block;
    width: 100%;border: 1px solid #bfb6e2;
}
.pgqurybg h4{color: #333;font-weight: 500;margin-bottom: 10px;font-size: 14px;}
.pgqurybg input[type=text], .pgqurybg textarea[type=text]{border: 1px solid #554891;
    background: #f0ecff;
    font-size: 16px;
    font-weight: 600;
    color: #261960;}
.pgqurybg input[type=text]:focus, .pgqurybg textarea[type=text]:focus{background: #fff;}

.pgqurybg input::placeholder, .pgqurybg textarea::placeholder {
  color: #261960;
  opacity: 1; /* Firefox */
}

.pgqurybg input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #261960;
}
.pgqurybg a {
    background: #4d3d96;
    color: #fff;
    display: block;
    padding: 10px 15px !important;
    position: relative;
    font-size: 14px !important;height: 54px;
}
.pgqurybg a i{margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 5px;
}
.mapg {
    height: auto;
    width: 100%;border-radius: 8px;overflow: hidden;
    vertical-align: top;
    border: 0
}
.venus-tbl{}
.venus-tbl thead{background: #2a2a2a;}
.venus-tbl table{/*border-collapse:separate;*/border-radius: 5px;border: 1px solid #d5cff1;border-collapse: separate;border-spacing: 0;overflow: hidden;width: 100%;}
.venus-tbl table:first-child{border-top:none;}
.venus-tbl tr { box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #dfe3e6;
}
.venus-tbl .routloc{color: #000;font-weight: 600;}
/*.taxirout-tbl .routloc:before {
    content: "\f1ba";font: normal normal normal 14px / 1 FontAwesome;    margin-right: 10px;float: left;
    display: contents;
}*/
.venus-tbl .routloc i{font-weight: 300!important;}
.venus-tbl th {
    /*border:none !important;*/
    padding: 10px 15px !important;
    font-weight: 600;
    color: #281870 !important;
    font-size: 14px !important;
    background: #e3defb;
    }
.venus-tbl td {
    padding: 10px 15px !important;
    border-top: 1px solid #d5cff1 !important;
    vertical-align: top !important;
    background: #ffffff;
    font-weight: 600;
    color: #333;
    }
/*.acmdtn-tbl tr:first-child {border-top: 1px solid #fff !important; }*/
.venus-tbl tr {border-bottom: 1px solid #d9d9d9 !important;}
.venus-tbl tr:first-child .venus-tbl td:first-child{
  border-top-left-radius: 5px;
}
.venus-tbl tr:last-child .venus-tbl td:first-child{
  border-bottom-left-radius: 5px;
}
.venus-tbl tr:first-child .venus-tbl td:last-child{
  border-top-right-radius: 5px;
}
.venus-tbl tr:last-child .venus-tbl td:last-child{
  border-bottom-right-radius: 5px;
}
.srvclist{width: 100%;
    margin-bottom: 30px;
    display: inline-block;}
.srvclist ul{
    padding-left: 30px;
}
    .srvclist ul li {
        width: 33.3%;
        color: #281870;
        float: left;
        font-size: 15px;
        font-weight: 600;
        padding: 5px 0px;
        list-style: disc;
        text-align: left;
    }
.srvclist ul li::marker{color: #e07517;}
.progress-style1 .progress {
    height: 8px
}
.process-number-counter {
    counter-reset: count
}
.process-style01 {
    text-align: center;
    position: relative
}
.process-style01:before {
    content: '';
    top: 25%;
    right: -10%;
    z-index: 99;
    width: 55px;
    height: 43px;
    background: url(../img/content/process-arrow-01.png) no-repeat 0 0;
    display: block;
    position: absolute
}
.process-style01 .process-image {
    padding-top: 0;
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-bottom: 50px
}
.process-style01 .process-num {
    background-color: #7ec53e;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -26px;
    z-index: 10;
    left: 40%;
    font-size: 22px;
    border-radius: 50%
}
.process-style01 .process-num:before {
    counter-increment: count;
    content: "0"counter(count)
}
.process-style01.last-arrow:before {
    content: none
}
.process-style01 .process-image:before {
    border: 2px solid #2e2e2e;
    border-radius: 50%;
    background-clip: border-box;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    content: "";
    zoom: 1;
    transition: all .3s ease
}
@media screen and (max-width: 1399px) {
    .process-style01:before {
        right: -16%
    }
}
@media screen and (max-width: 1199px) {
    .process-style01:before {
        right: -20%
    }
}
@media screen and (max-width: 991px) {
    .process-style01:before {
        display: none
    }
}
.search-form_input {
    color: #7ec53e
}
.search-frame h4 a:hover {
    color: #7ec53e
}
.search-frame .search_list .match {
    color: #7ec53e
}
.search-frame .search_list li:before {
    color: #7ec53e
}
.search-frame .search_list li + li {
    border-top: 3px solid #7ec53e
}
.search-frame .search {
    color: #7ec53e
}
.lg-backdrop {
    z-index: 99999
}
.lg-outer {
    z-index: 999999
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #7ec53e
}
.lg-progress-bar .lg-progress {
    background-color: #7ec53e
}
.lg-backdrop.in {
    opacity: 0.85
}
.service-sidebar .service-widgets {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px
}
.service-sidebar .service-widgets h2{font-size: 18px;}
.service-sidebar .service-widgets .category-list li {
    padding: 10px 15px;
    background-color: #F3F7F8;
    margin-bottom: 10px;
    border-radius: 3px
}
.service-sidebar .service-widgets .category-list li:last-child {
    margin-bottom: 0
}
.service-sidebar .service-widgets .category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease-in-out
}
.service-sidebar .service-widgets .category-list li a i {
    background-color: #fff;
    font-size: 14px;
    color: #2e2e2e;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out
}
.service-sidebar .service-widgets .category-list li.active a, .service-sidebar .service-widgets .category-list li:hover a {
    color: #096290;
}
.service-sidebar .service-widgets .category-list li.active a i, .service-sidebar .service-widgets .category-list li:hover a i {
    background-color: #096290;
    color: #fff
}
.quform-elements .form-control {border: 1px solid #ccc;
    min-height: 50px!important;
}
.quform-elements .form-control::placeholder {
  color: #333;
  opacity: 1; /* Firefox */
}
.service-sidebar .secondary-overlay[data-overlay-dark]:before {
    background: #454545;
    opacity: 0.7;
}
@media screen and (max-width: 575px) {
    .service-sidebar .service-widgets {
        padding: 20px
    }
}
.service-sidebar .downloads li a {
    border: 1px solid #2e2e2e;
    border-radius: 3px;
    position: relative;
    display: block;
    padding: 13px 0 13px 70px
}
.service-sidebar .downloads li a:hover {
    color: #2e2e2e
}
.service-sidebar .downloads i {
    background: #2e2e2e;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px 0 0 3px
}
.blog-sidebar .widget {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px
}
.blog-sidebar .widget:last-child {
    margin-bottom: 0
}
.blog-sidebar .butn {
    border-radius: 0 3px 3px 0
}
.blog-sidebar .butn:before {
    border-radius: 0 3px 3px 0
}
.blog-sidebar .widget-categories li {
    padding: 15px 20px;
    background-color: #F3F7F8;
    margin-bottom: 10px;
    border-radius: 3px
}
.blog-sidebar .widget-categories li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out
}
.blog-sidebar .widget-categories li a span {
    background-color: #fff;
    font-size: 14px;
    color: #2e2e2e;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out
}
.blog-sidebar .widget-categories li:hover a {
    color: #2e2e2e
}
.share-post li {
    display: inline-block;
    margin-right: 10px
}
.share-post li:last-child {
    margin-right: 0
}
.comment-reply-link {
    color: #7ec53e;
    background: rgba(70, 112, 206, 0.1);
    padding: 5px 18px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px
}
.comment-reply-link:hover {
    color: #fff;
    background: #7ec53e
}
.blog-tags li {
    display: inline-block
}
.blog-tags a {
    background-color: #F3F7F8;
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0.6rem 3px 0 0;
    display: inline-block
}
.blog-tags a:hover {
    background: #7ec53e;
    color: #fff
}
@media screen and (max-width: 575px) {
    .blog-sidebar .widget {
        padding: 20px
    }
}
.read-more {
    font-weight: 600
}
.page-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #f8f9fa;
    border-radius: 10px
}
.page-navigation:last-child {
    margin-bottom: 60px
}
.prev-page, .next-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px
}
.prev-page:before, .next-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none
}
.prev-page .page-info > a, .next-page .page-info > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s
}
.prev-page .page-info .image-prev, .prev-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 3px;
    overflow: hidden
}
.next-page .page-info .image-prev, .next-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 3px;
    overflow: hidden
}
.prev-page .page-info .prev-title, .prev-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}
.next-page .page-info .prev-title, .next-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}
.prev-page .page-info .prev-title:empty, .prev-page .page-info .next-title:empty {
    display: none
}
.next-page .page-info .prev-title:empty, .next-page .page-info .next-title:empty {
    display: none
}
.prev-page:hover:before, .next-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1)
}
.prev-page a {
    justify-content: flex-start;
    text-align: left
}
.prev-page a:hover .image-prev:after {
    visibility: visible;
    opacity: 1
}
.prev-page a:hover .image-prev:before {
    visibility: visible;
    opacity: 1;
    margin-left: 0
}
.prev-page .image-prev {
    margin-right: 20px
}
.prev-page .image-prev:after {
    background-color: #7ec53e;
}
.next-page .image-next:after {
    background-color: #7ec53e
}
.prev-page .image-prev:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}
.prev-page .image-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}
.next-page {
    margin-left: auto
}
.next-page a {
    justify-content: flex-end;
    text-align: right
}
.next-page a:hover .image-next:after {
    visibility: visible;
    opacity: 1
}
.next-page a:hover .image-next:before {
    visibility: visible;
    opacity: 1;
    margin-right: 0
}
.next-page .image-next {
    margin-left: 20px
}
.next-page .image-next:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-right: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    transform: scaleX(-1)
}
.next-page .image-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}
.next-page .next-title {
    text-align: right
}
.prev-link-page-info > span, .next-link-page-info > span {
    display: block
}
.prev-link-page-info .date-details, .next-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 20px;
    margin-bottom: -2px
}
.prev-link-page-info .date-details > div, .prev-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}
.next-link-page-info .date-details > div, .next-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;

    font-weight: 500
}
.prev-link-page-info .date-details:only-child, .next-link-page-info .date-details:only-child {
    margin-top: 0
}
@media (max-width: 767px) {
    .prev-page, .next-page {
        width: calc(100% - 20px);
        max-width: unset
    }
    .prev-page + .next-page {
        margin-top: 0
    }
    .page-navigation {
        flex-direction: column
    }
}
@media (max-width: 575px) {
    .prev-page .page-info > a, .next-page .page-info > a {
        padding: 10px
    }
    .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
        max-width: 168px
    }
    .next-page .page-info .prev-title, .next-page .page-info .next-title {
        max-width: 168px
    }
}
.social-icon-style li {
    display: inline-block;
    margin-right: 5px
}
.social-icon-style li:last-child {
    margin-right: 0
}
.social-icon-style li a {
    font-size: 14px;
    border: 1px solid #7ec53e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #7ec53e
}
.social-icon-style li a:hover {
    color: #fff;
    background: #2e2e2e;
    border: 1px solid #2e2e2e
}
@media screen and (max-width: 767px) {
    .social-icon-style li a {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 30px
    }
}
.social-icon-style01 li {
    display: inline-block;
    margin-right: 5px
}
.social-icon-style01 li:last-child {
    margin-right: 0
}
.social-icon-style01 li a {
    font-size: 14px;
    border: 1px solid #7ec53e;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #7ec53e
}
.social-icon-style01 li a:hover {
    color: #fff;
    background: #2e2e2e;
    border: 1px solid #2e2e2e
}
@media screen and (max-width: 767px) {
    .social-icon-style01 li a {
        width: 35px;
        height: 35px;
        font-size: 13px
    }
}
.social-icon-style02 li {
    display: inline-block;
    margin-right: 5px
}
.social-icon-style02 li:last-child {
    margin-right: 0
}
.social-icon-style02 li a {
    font-size: 14px;
    border: 1px solid #7ec53e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #7ec53e
}
.social-icon-style02 li a:hover {
    color: #7ec53e;
    background: #fff;
    border: 1px solid #fff
}
.form-group {
    margin-bottom: 1rem
}
.form-group label {
    margin-bottom: .5rem
}
.form-control:focus {
    border-color: #7ec53e
}
.form-check-input:checked {
    border-color: #7ec53e;
    background-color: #7ec53e
}
.quform-input {
    position: relative
}
.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}
.quform-element > label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 15px
}
.quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px
}
.quform-inner input {
    width: 100%
}
.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}
.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}
.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}
.quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}
.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}
.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}
.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
    border-color: #f5543f
}
.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}
.quform-submit-inner {
    float: none
}
.quform-loading-wrap {
    float: none
}
.quform-loading-wrap .quform-loading {
    display: inline-block
}
.quform-element {
    margin-bottom: 1rem
}
.footer-logo {
    max-width: 320px;
    width: 100%;
    display: inline-block
}
footer .email {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding-bottom: 5px
}
footer .email a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.8s ease
}
footer .email a:hover:after, footer .email a:active:after, footer .email a:focus:after {
    width: 100%
}
footer .email a:hover, footer .email a:active, footer .email a:focus {
    color: #7ec53e
}
footer .email a:after {
    border-bottom: 1px solid #fff;
    transition: all 0.8s ease;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0
}
footer .phone {
    padding-bottom: 0;
    margin-bottom: 0
}
footer .phone a {
    padding-bottom: 0;
    letter-spacing: -0.05rem;
    color: #fff
}
footer .phone a:hover, footer .phone a:active, footer .phone a:focus {
    color: #7ec53e
}
.footer-social-style1 {
    padding: 0;
    display: inline-block;
    list-style: none
}
.footer-social-style1 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block
}
.footer-social-style1 li:last-child {
    margin-right: 0
}
.footer-social-style1 li a {
    color: #f8f9fa;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    border-radius: 50%;
    background: rgb(89 75 151);
}
.footer-social-style1 li a img{width: 14px;
    height: 14px;
    position: relative;
    top: 10px;
}
.footer-social-style1 li a:hover, .footer-social-style1 li a:active, .footer-social-style1 li a:focus {
    color: #ffffff;
    background: rgb(89, 75, 151,0.8);
}
.footer-style-01 .top-inner .logos {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.07);
    padding: 54px 40px 54px 40px;
    margin-bottom: 35px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center
}
@media screen and (max-width: 1199px) {
    .footer-style-01 .top-inner .logos {
        padding: 45px 45px 45px 45px
    }
}
.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 150px;
    right: -89px;
    background: #7ec53e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}
.buy-theme i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}
.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}
.buy-theme:hover, .all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #7ec53e
}
.all-demo:hover {
    background: #7ec53e
}
.buy-theme span, .all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}
.buy-theme:hover span, .all-demo:hover span {
    opacity: 1;
    color: #fff
}
.buy-theme:hover i, .all-demo:hover i {
    color: #fff
}
.buy-theme a, .all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}
.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 185px;
    right: -105px;
    background: #7ec53e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}
@media screen and (max-width: 991px) {
	.slidrinfo-col {
    width: 100%;margin-bottom: 15px;
}
	.cmbr-box span {
    margin-bottom: 0px;
	}
	.cmbr-box {
    padding: 0 10px 0 50px;
}
	.section-title02 h2, .whychose h2, .pginside h1 {
    font-size: 26px;
}
	.blogdtlscol h3{font-size: 20px;}
	.section-title02 .sub-title {
    font-weight: 600;
    margin-bottom: 10px;
}
	.category-card .catg-info p {
    font-size: 13px;
    height: auto;font-weight: 600;
		
	}
	.service-style1 .service-grid h3 a {
    font-size: 18px;
}
	.service-style1 .service-grid {
    min-height: 190px;
	}
	.servicecol{padding: 50px 0px;}
	.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    font-size: 20px;
	}
	.timeline > li .timeline-image i {
    font-size: 38px;
    line-height: 100px;
}
	.timeline > li .timeline-image {
    border: 5px solid #ffb573;
	}
	.doctorcol h3 {
    font-size: 16px;
    margin-bottom: 8px !important;
}
	.counter-style01 .counter-item-inner h4 {
        font-size: 34px;
        line-height: 22px;
    }
	    .counter-style01 .counter-item-inner {
        width: 210px;
        height: auto;
    }
	.reviewcol h2 {
    font-size: 26px;
}
	.reviewcol .mb-1-9 {
    margin-bottom: 15px;
}
	.blogcol .card-image img {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 768px) {
.fotbtmenqry-cont h6 {
    font-weight: 600;
    font-size: 13px;
}
	.fotbtmenqry-cont h6 a {
    padding: 5px 10px;
    font-size: 13px;display: inline-flex; margin-bottom: 2px;
	}
	.service-style1 .service-grid {
        min-height: auto;
    }
	.timeline:before {
    left: 50px;
	}
	    .timeline > li .timeline-staprgt b {
        border-radius: 25px;font-size: 14px;
        background: #ffdfc3;
        padding: 6px 15px 6px 15px;position: relative;
        left: 13px;
    }
	    .timeline > li .timeline-staplft b {
        border-radius: 25px;font-size: 14px;
        background: #ffdfc3;
        padding: 6px 15px 6px 15px;position: relative;
        left: 13px;
    }
	.btn-timlin a {
    font-size: 13px;
	}
	.fotbtmenqry .alert {
    padding: 10px 10px;
	}
	.card-style07 h3{line-height: 22px;}
	.card-style07 .image {padding: 15px;}
	.card-style07 .drname {padding: 15px !important;}
	.doctorprfl .prflimg {
    width: 100%;
	}
	.doctorprfl .prflcnt {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
}
	.doctorprfl .prflimg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
}
}
@media screen and (max-width: 575px) {
.header-style2 .col-12{padding-left: 0px !important;padding-right: 0px !important;}
	    .attr-nav {
        margin-right: 36px;
    }
	    .navbar-toggler {top: 15px;
        width: 40px;
        height: 38px;
	}
	    .navbar-toggler:before {
        top: 10px;
        right: 10px;
    }    .navbar-toggler.menu-opened:before {
        top: 18px;
	}
	.navbar-toggler.menu-opened:after{top: 18px;}
	    .navbar-toggler:after {
        top: 17px;
        right: 10px;
	}
	    .cmbr-box span {font-size: 16px;
    }
	.cmbr-box p {
    font-size: 13px;
	}
	.slidrinfobg {
    padding: 20px 20px;
	}
	.slidrinfo-col:last-child{margin-bottom: 0px;}
	.section-title02 h2, .whychose h2, .reviewcol h2, .pginside h1 {
        font-size: 20px;
    }
	.blogdtlscol h3{font-size: 18px;}
	.category-card .catg-icon {
    width: 80px;
    height: 80px;
	}
	.category-card .catg-info {
    width: calc(100% - 100px);
}
	.category-card .catg-info h4 a {
    font-size: 18px;
}
	.category-card .catg-icon i {
    font-size: 42px;
    top: 5px;
	}
	.service-style1 .service-grid p {
    font-size: 14px;
    line-height: 22px;
}
	    .timeline > li .timeline-staprgt b, .timeline > li .timeline-staplft b {
        font-size: 12px;
	}
	.video-cntnr{width: auto;}
	.rating a .review-top .logo img {
    width: auto;
    height: 30px;
}
	.revw-box-info small{font-size: 13px;
}
	.faqs .accordion-button{font-size: 15px;}
	.dctrinfobtn a {
    font-size: 12px;
    padding: 5px 5px;
    margin-right: 4px;
}
	.dctrinfobtn a:last-child{margin-right: 0px;}
	.drname a {
    color: #281870;
    font-size: 14px;
}
	.drname h3 {line-height: 15px;}
	.drname p {font-size: 12px;}
	.card-style07 .social-box li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
	.pgqurybg input[type=text] {
    font-size: 14px;
    padding: 10px 15px;
    min-height: 40px;
}
	.pgqurybg a {
    padding: 5px 15px !important;
    font-size: 14px !important;
    height: 45px;
}
	.srvclist ul li {font-size: 14px;width: 50%;}
}
@media screen and (max-width: 414px) {
	    .navbar-brand img {
        max-height: 40px;
    }
}
@media screen and (max-width: 380px) {
	.support-box{display: none;}
	.btnapmnt {
    display: inline-block;margin-top: 4px;
}
}