/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');

/*** 

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

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}


/*** 

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

 ***/

body {
    font-size: 14px;
    color: #1e1e1e;
    line-height: 1.6em;
    font-weight: 500;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

p a{
   color:#111; 
}
.services_text p a {
    color:#111;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #4693b1;
}

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

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

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.page-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
    background-image: url(../images/background.jpg);
}

.auto-container {
    position: relative;
    max-width: 1155px;
    padding: 0px 15px;
    margin: 0 auto;
}

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

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    color: #d4be45;
    padding: 2px 11px;
    border: 2px solid #d4be45;
    font-weight: 600;
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff;
}

.btn-style-one:hover {
    color: #ffffff;
    background: linear-gradient(to bottom, #e6d15e, #000000);
    border: 2px solid;
}

@keyframes rainbow {
    0% {
        background-color: #25bdd8;
    }
    25% {
        background-color: #5798fe;
    }
    50% {
        background-color: #7cbe47;
    }
    75% {
        background-color: #9c49fa;
    }
    100% {
        background-color: #ff4880;
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-color: #25bdd8;
    }
    25% {
        background-color: #5798fe;
    }
    50% {
        background-color: #7cbe47;
    }
    75% {
        background-color: #9c49fa;
    }
    100% {
        background-color: #ff4880;
    }
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding: 25px 50px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
    background-color: #1e2c67;
}

.btn-style-two .btn-title {
    position: relative;
}

.btn-style-two:hover {
    color: #1e2c67;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #f1ecff;
    font-weight: 500;
    padding: 10px 32px;
    background-color: #1a2940;
    overflow: hidden;
    border-radius: 5px;
    transition: all 300ms linear;
}

.btn-style-three .btn-title {
    position: relative;
}

.btn-style-three:hover {
    color: #1a2940;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #333333;
    background-color: #333333;
}

.btn-style-four:hover {
    color: #333333;
    border: 1px solid #ffffff;
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}


/*=== Social Icon One ===*/

.social-icon-one {
    position: relative;
}

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

.social-icon-one li::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
}

.social-icon-one li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    width: 33px;
    height: 33px;
    color: #2e75da;
    background: #ffffff;
    box-shadow: inset 0px 0px 10px #575757;
    text-align: center;
    font-weight: 400;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.social-icon-one li:nth-child(4) a {
    color: #26703f;
}

.social-icon-one li:nth-child(5) a {
    color: #ff0000;
}

.social-icon-one li a:hover {
    color: #fff;
    background: #4693b1;
}

.social-icon-one li:first-child {
    margin-left: 0;
}


/*=== Social Icon Two ===*/

.social-icon-two {
        position: absolute;
    text-align: center;
    
    display: inline-block;
    margin: 24px 0 20px;
    /* top: 45%; */
    left: 36px;
    top: 46px;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
        margin-bottom: 8px;
}

.social-icon-two li a {
        position: relative;
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #000000;
    border: 1px solid #000000;
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    text-align: center;
    margin: 0 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: inset 0px 0px 4px 2px #4693b1;
}



.social-icon-two li:nth-child(2) a {
    /* color: red; */
}

.social-icon-two li:nth-child(3) a {
    /* color: #e014d0; */
}

.social-icon-two li:nth-child(4) a {
    /* color: #ed1b24; */
}

.social-icon-two li a:hover {
    color: #ffffff;
    background: #4693b1;
}

.social-icon-two li a:first-child {
    margin-left: 0;
}

.f_map_widjet a {
    display: inline-block;
    position: relative;
    margin-top: 4px;
}

.f_map_widjet a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(26 39 74 / 62%);
}

.f_map_widjet span {
    width: 117px;
    position: absolute;
    right: -50px;
    bottom: -37px;
    border: 7px solid #fff;
}


/*=== List Style One ===*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 13px;
}

.list-style-one li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    color: #ff4788;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}


/*=== List Style Two ===*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 15px;
}

.list-style-two li:before {
    content: "\f182";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 0px;
    color: #666666;
    font-family: "LineAwesome";
}

.list-style-two li a:hover {
    color: #44bce2;
}

.theme_color {
    color: #fa7720;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}


/*.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}*/

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

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

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

***/

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

.scroll-to-top:hover {
    background: #282828;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: absolute;
    z-index: 99999;
    vertical-align: middle;
    width: 100%;
    border-top: 4px solid;
}

.main-header.fixed-header {}

.main-header .header-top {
    position: absolute;
    text-align: right;
    right: 0px;
    z-index: 99;
    top: 15px;
}

.main-header .auto-container {
    max-width: 1155px;
}


/* Top Left*/

.main-header .header-top .top-left {
    position: relative;
    background: transparent;
    padding: 0;
    display: inline-block;
}

.main-header .header-top .top-left::before {
    content: "";
    position: absolute;
}

.main-header .header-top .info-list {
    position: relative;
    display: inline-block;
}

.main-header .header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 10px;
    border-right: 2px dotted #000;
}

.main-header .header-top .info-list li a {
    display: inline-block;
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover {
    color: #4693b1;
}

.main-header .header-top .info-list li:last-child {
    border-right: 0px;
}

.main-header .header-top .info-list li i {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    background: linear-gradient(to top, #006891, #6E9FB2);
    color: #ffffff;
    font-size: 15px;
    line-height: 31px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .login-info {
    position: relative;
}

.social-links {
    /* position: absolute; */
    /* left: 0; */
    /* z-index: 9; */
    /* width: 56px; */
    /* top: 37%; */
}

.main-header .header-top .login-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #c8bee3;
    font-weight: 700;
    padding: 10px 0;
    margin-left: 13px;
}

.main-header .header-top .login-info li a {
    display: inline-block;
    color: #c8bee3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .login-info li a:hover {
    color: #25bdd8;
}


/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    text-align: right;
}

.main-header .header-upper .logo-outer {
    position: absolute;
    text-align: center;
    z-index: 999;
    width: 406px;
    top: 21px;
    left: 0;
}

.main-header .header-upper .logo-outer:before {
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #ffffff;
    content: "";
}

.main-header .header-upper .logo {
    margin: auto;
}

.main-header .header-upper .logo:before {
    position: absolute;
    margin: auto;
    content: "";
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.main-header .header-upper .social-links {
    position: absolute;
    padding: 0;
    margin-left: 0;
    right: 21px;
    top: 15px;
}

.main-header .nav-outer {
    position: relative;
    display: inline-block;
    margin: auto;
    top: 0;
    padding: 58px 0px 0 0px;
    border-radius: 0px 30px 30px 0px;
}

.appointment {
    top: 23px;
    position: absolute;
    right: 27px;
    background: #00265e;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 9px 22px;
    cursor: pointer;
    border-radius: 30px;
    display: none;
}

.appointment:hover {
    background: #6f64bb;
    color: #fff;
}

.top-wraapper {
    position: relative;
    height: 100vh;
}

.whatsapp {
    position: absolute;
    right: 39px;
    bottom: 62px;
    z-index: 99;
}


/*===  Header Lower ===*/

.main-header .header-lower {
    position: relative;
    width: 100%;
}

.main-menu {
    position: relative;
    padding: 0 0px;
    border-top: 2px dotted #000;
    border-bottom: 2px dotted #000;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    left: 0;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    margin-left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    padding: 0 0;
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a {
    color: #4693b1;
}

.main-menu .navigation>li.current>a {}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 221px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #4693b1;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    /* background: #d52528; */
}

.main-menu .navigation>li>ul>li:hover:before {
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li.active a {
    /*color: #4693b1;*/
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 19px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #131313 !important;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a.active {
    background-color: #4693b1;
    color: #fff !important;
}

.main-menu .navigation>li>ul>li>ul>li>a.active {
    background-color: #333;
    color: #fff !important;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0px;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    background: #4693b1;
    color: #fff !important;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 8px;
    top: 6px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 246px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #2e2e2e;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    /* background: #d42729; */
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 16px;
    line-height: 17px;
    font-size: 14px;
    text-transform: capitalize;
    color: #1e1e1e !important;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ffffff !important;
    background: #4693b1;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

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

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

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 30px 0;
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right;
}

.main-header .outer-box .btn-box .theme-btn {
    text-transform: uppercase;
    display: block;
}


/*search box btn*/

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding: 10px 30px;
    margin-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-outer:before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 24px;
    width: 1px;
    background-color: #e8e8e8;
    content: "";
}

.main-header .search-box-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    background: none;
    color: #222222;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
    color: #343434;
}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 70px !important;
    left: auto !important;
    right: 0;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border-top: 3px solid #ff4788;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #25262c;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-header .outer-box .social-links {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 20px 0;
    padding-left: 20px;
}

.main-header .outer-box .social-links:before {
    position: absolute;
    left: -3px;
    top: 15px;
    height: 35px;
    border-left: 1px solid #e5e5e5;
    content: "";
}


/*** 

====================================================================
			Header Style Two
====================================================================

***/

.header-style-two {
    position: relative;
}

.header-style-two .main-menu,
.header-style-two .nav-outer {
    width: 100%;
}

.header-style-two .main-menu .navbar-collapse {
    display: block !important;
}

.header-style-two .header-upper .logo-outer {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 12;
}

.header-style-two .header-upper .logo-outer:before {
    display: none;
}

.header-style-two .header-upper .logo:before {
    background-color: #ffffff;
}

.header-style-two .header-top .top-left {
    padding-left: 0;
}

.header-style-two .main-menu .navigation>li {
    margin-left: 0;
    margin-right: 90px;
}

.header-style-two .main-menu .navigation>li:last-child {
    margin-right: 0;
}

.header-style-two .header-top .top-right {
    padding: 10px 0;
}

.header-style-two .social-icon-two li {
    margin-left: 35px;
}

.header-style-two .social-icon-two li a {
    font-size: 15px;
    color: #c8bfe3;
}

.header-style-two .social-icon-two li a:hover {
    color: #ff4788;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0;
    width: 201px;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 32px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 0px !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #696478;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    font-weight: 700;
    color: #1e2c67;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ff4788;
    display: none;
}

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

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

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

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

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

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

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

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

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

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

.mobile-menu .close-btn:hover {
    color: #ff4788;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

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

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

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

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

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #ff4788;
}

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

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

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

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

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

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

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

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


/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner {
    position: relative;
    padding: 120px 0 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.page-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #09031c;
    opacity: .50;
    z-index: 0;
}


/*.page-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/curve.png);
    content: "";
}*/


/*.page-banner.curve-offwhite:after {
    background-image: url(../images/icons/curve-offwhite.png);
}*/

.page-banner h1 {
    position: relative;
    font-size: 80px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
}

.page-banner .home-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -43px;
    margin-bottom: -43px;
    height: 86px;
    width: 86px;
    line-height: 86px;
    z-index: 9;
    background-color: #ffffff;
    color: #1e2c67;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease;
}

.page-banner .home-btn:hover {
    color: #ffffff;
    background-color: #1e2c67;
}

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute !important;
    background-repeat: no-repeat;
    background-position: center;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 33px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 700;
    padding-top: 20px;
    text-transform: capitalize;
}

.sec-title h2:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 90px;
    height: 4px;
    content: "";
    border-radius: 2px;
    right: 0;
    margin: auto;
}

.sec-title .text {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    margin-top: 20px;
}

.sec-title.text-center h2:before {
    right: 0;
    margin: 0 auto;
}

.sec-title.light h2 {
    color: #ffffff;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: 9;
}

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

.banner {
    background-image: url(../images/main-slider/1.jpg);
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 220px 0;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-carousel .slide-item .image-layer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #09031c;
    opacity: .50;
    content: "";
}

.banner-carousel .content-box {
    position: relative;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    padding: 0 70px;
}

.banner-carousel .content-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-carousel .content-box .icon-box .icon-star-1,
.banner-carousel .content-box .icon-box .icon-star-2 {
    position: absolute;
    left: 0;
    top: 20px;
}

.banner-carousel .content-box .icon-box .icon-star-2 {
    right: 0;
    left: auto;
}

.banner-carousel .active .content-box .icon-box {
    opacity: 1;
}


/*.icon-star-1 {
    height: 95px;
    width: 57px;
    background-image: url(../images/icons/icon-star.png);
}*/


/*.icon-star-2 {
    height: 95px;
    width: 57px;
    background-image: url(../images/icons/icon-star-2.png);
}*/

.banner-carousel .content-box .title {
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 100px;
    line-height: .9em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 40px;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-carousel .active .content-box .btn-box a {
    font-size: 22px;
}

.banner-section.style-two .banner-carousel .slide-item {
    padding: 190px 0;
}

.banner-section.style-two .content-box {
    text-align: left;
    max-width: 100%;
    padding: 0;
}

.banner-section.style-two .content-box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}


/*.icon-star-8 {
    height: 26px;
    width: 22px;
    background-image: url(../images/icons/icon-star-8.png);
}*/

.banner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    height: 0;
}

.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next {
    position: absolute;
    left: 30px;
    top: 0;
    background: none;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
    font-size: 20px;
    opacity: 0.30;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 8px solid #ffffff;
    margin: 0px 2px;
    opacity: 0.20;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-dot:last-child {
    margin-bottom: 0;
}

.banner-section .owl-dot.active,
.banner-section .owl-dot:hover {
    opacity: 1;
}

.banner_carousel {
    position: relative;
}

.banner_carousel::before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
}

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

.slide1 {
    background-image: url(../images/main-slider/slide-2.jpg);
}

.slide2 {
    background-image: url(../images/main-slider/slide-1.jpg);
}

.slide1 .container {
    position: relative;
    height: 100%;
}

.slider_gif {
    position: absolute;
    right: 11%;
    top: 23%;
    width: 417px;
}

.banner_carousel .owl-dots {
    position: absolute;
    top: inherit;
    width: auto;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    padding-top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.banner_carousel .owl-dots .owl-dot {
    width: 7px;
    height: 23px;
    background: #1f1f1f;
    position: relative;
    margin: 0 3px;
    transition: all ease .9s;
}

.banner_carousel .owl-dot.active {
    background: #4693b1;
    height: 47px;
}


/*** 

====================================================================
		Offers Section
====================================================================

***/

.offers-section {
    position: relative;
    padding: 19px 0px 85px;
}

.offers-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 622px;
    left: 0;
    z-index: -1;
    top: 0;
    clip-path: polygon(100% 0, 100% 50%, 50% 89%, 0 50%, 0 0, 51% 0);
}

.offers-section::after {
    content: "";
    position: absolute;
    left: initial;
    right: 0px;
    transform: skew(0deg, 10deg);
}

.about-content {
    position: relative;
    text-align: center;
    margin: 0 0 36px;
}

.about-content:before,
.about-content::after {
    content: "";
    position: absolute;
    top: 0;
}

.about-content::after {
    left: 100%;
    width: 100%;
}

.abtbg {
    position: absolute;
}

.about-content span {
    font-size: 25px;
    margin-bottom: 13px;
    color: #4693b1;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    padding: 0 117px;
}

.about-content span::before,
.about-content span::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    border-bottom: 1px dashed;
    left: 0;
    top: 13px;
}

.about-content span::after {
    left: initial;
    right: 0;
}

.about-content h2 {
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 11px;
    font-size: 50px;
}

.about-content h3 {
    text-transform: capitalize;
    color: #4693b1;
    margin-bottom: 14px;
}

.about-content p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.exp_blocks {
    position: absolute;
    right: 0px;
    display: flex;
    bottom: 489px;
    width: 100%;
}

.exp_blocks::before {
    content: "";
    position: absolute;
}

.exp_list {
    position: relative;
    text-align: center;
    width: 50%;
    color: #000000;
    left: 0;
    z-index: 2;
    border-radius: 11px;
    padding-right: 137px;
}

.exp_list:nth-child(2) {
    left: 0;
    z-index: 1;
    padding-left: 137px;
    padding-right: 0;
}

.exp_list h3 {
    font-size: 47px;
    font-weight: 600;
    display: inline-block;
    width: 145px;
    height: 145px;
    background: #ffb166;
    line-height: 139px;
    border-radius: 50%;
    margin: 0 0 23px;
    box-shadow: 0px 10px #242424;
}

.exp_list p {
    margin: 0px;
    font-size: 22px;
}

.appointmeent_section {
    padding: 60px 0px 20px;
}

.mvvrow {
    position: relative;
}

.mvvrow .col-md-4:nth-child(1),
.mvvrow .col-md-4:nth-child(3) {
    top: 49px;
}

.mvv_main_sec {
    position: relative;
    padding: 17px 17px 0;
    margin-top: 39px;
}

.mvv_main_sec::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 110px;
    top: 3px;
    left: 5px;
    background: #4693b1;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-radius: 25px;
}

.mvv_blocks {
    text-align: center;
    background: linear-gradient(to top, #ebebeb, white);
    position: relative;
    z-index: 1;
    padding: 21px 10px;
    border-radius: 18px;
    min-height: 191px;
}

.mvv_icon {
    display: table;
    width: 90px;
    height: 90px;
    background: #4693b1;
    border-radius: 50%;
    line-height: 86px;
    margin: -77px auto 0;
    box-shadow: 0px 0px 8px #111;
}

.mvv_icon img {
    filter: brightness(0) invert(1);
    width:58px;
}

.mvv_blocks h3 {
    text-transform: capitalize;
    margin: 11px 0 5px;
    font-weight: 600;
    display: inline-block;
    /*border-bottom: 2px dotted;*/
    font-size: 23px;
    color: #4693b1;
}

.mvv_blocks p {
    margin: 0px;
    line-height: 22px;
}


/*** 

====================================================================
		Program Section
====================================================================

***/

.service_section {
    position: relative;
    padding: 0px 0 145px;
}

.service_section::before,
.service_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 713px;
    bottom: 0px;
    left: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 50% 100%, 0 68%);
    z-index: -1;
}

.service_section::before {
    background-image: url(../images/gyne-general.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service_section::after {
    background: rgb(31 31 31 / 89%);
}

.home_team_list {
    position: relative;
    text-align: center;
    width: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.home_team_list::before {
    content: "";
    position: absolute;
}

.hm_team_pic {
    margin: 0 auto 0;
    width: 337px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

._hmdoc_info {
    position: relative;
    width: 83%;
    margin: auto;
    background: #4693b1;
    padding: 14px 0;
    border-radius: 20px;
}

._hmdoc_info h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 26px;
}

._hmdoc_info h3 {
    font-size: 20px;
    color: #eee;
    margin: 6px 0 9px;
}

._hmdoc_info h4 {
    font-size: 17px;
    color: #eee;
}

.service_btm_sec {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.service_btm_sec::before,
.service_btm_sec::after {
    content: "";
    position: absolute;
    width: 36%;
    height: 60px;
    bottom: 160px;
    left: 0px;
    background: linear-gradient(to left, rgb(0 0 0 / 0%), #dfdbff);
    transform: skew(0deg, -10deg);
}
.view-more-btn{
    text-align:center;
    font-size:22px;
    margin-top:25px;
}
.more-lnk{
    border-bottom:1px dashed;
    transition:all 0.3s ease-out;
}
.more-lnk:hover{
    letter-spacing:2px;
}

.service_btm_sec::after {
    left: initial;
    right: 0px;
    background: linear-gradient(to right, rgb(0 0 0 / 0%), #dfdbff);
    transform: skew(0deg, 10deg);
}

.sec-title.light h3 {
    color: #eee;
}

.services_row {
    position: relative;
}

.services_sub_title {
    position: relative;
    left: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    font-size: 34px;
    margin: 0px 0 20px;
    text-align: center;
    padding: 51px 0 0;
}

.services_sub_title::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    border-right: 2px dotted;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.services_sub_title h2 {
    display: inline-block;
    padding: 10px 0 0;
    border-top: 2px dotted;
}

.servicesblocks {
    position: relative;
}

.servicesblocks::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 51%;
    background: linear-gradient(to top, transparent, #4693b1, transparent);
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.ser_head p {
    font-size: 15px;
    display: inline-block;
    padding: 0 10px;
}

.ser_head.sec-title {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    text-align: center;
    margin-bottom: 19px;
}

.services_list {
    position: relative;
    margin: 10px 7px 0px;
    z-index: 1;
    text-align: center;
}

.services_list::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out .7s;
}

.ser_image {
    position: relative;
    transition: all ease-in-out .7s;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #c3c3c3;
    box-shadow: 0px 0px 10px;
    display: inline-block;
    width: 204px;
}

.ser_image::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.ser_image img {
    transition: all cubic-bezier(0.92, -0.13, 0.39, 1.15) .7s;
}

.services_list:hover .ser_image img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.ser_icon {
    position: absolute;
    transition: all cubic-bezier(0.92, -0.13, 0.39, 1.15) .7s;
    right: 13px;
    top: 10px;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #4693b1;
    border-radius: 50%;
    padding: 9px;
    transform: scale(.8);
    opacity: .6;
}

.ser_icon img {
    filter: brightness(0) invert(1);
}

.services_list:hover .ser_icon {
    opacity: 1;
    transform: scale(1);
}

.service_section .auto-container {
    position: relative;
}

.ser_info {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 17px 0px 0;
    transition: all ease-in-out .7s;
    z-index: 2;
}

.services_list h3 {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    transition: all ease-in-out .7s;
    color: #ccc;
}

.services_list p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 26px;
}

.services_list a {
    display: inline-block;
    transition: all ease-in-out .7s;
    background: #ffffff;
    padding: 3px 12px;
    margin: 10px 0 0;
    border-radius: 30px;
    color: #4693b1;
}

.services_list:hover a {
    background: #4693b1;
    color: #fff;
}

.ser_btn_text {
    position: relative;
    text-align: center;
    margin-top: 16px;
}

.ser_btn_text h3 {
    text-transform: uppercase;
    font-size: 32px;
    border-top: 2px dotted #f0520b;
    padding-top: 13px;
}

.ser_btn_text h3 span {
    color: #f0520b;
}

.services_icon {
    position: absolute;
    left: 68px;
    top: 133px;
    opacity: .6;
}

.services_icon_btm {
    left: initial;
    right: 68px;
    bottom: 0px;
    top: initial;
}

.services_slider .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 35px;
}

.services_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 21px;
    height: 5px;
    background-color: #fff;
    margin: 0 4px;
}

.services_slider .owl-dots .owl-dot.active {
    background-color: #4693b1;
}


/*** 

====================================================================
		FAQ'S Section
====================================================================

***/

.asahcmaab {
    text-align: center;
    padding: 75px 0 113px;
    position: relative;
    z-index: 1;
    background: #4693b1;
    /* clip-path: polygon(50% 33%, 100% 0, 100% 100%, 0 100%, 0 0); */
}

.asahcmaab h2 {
    font-size: 27px;
    font-weight: 300;
    margin-top: 0;
    display: inline-block;
    color: #fff;
}

.asahcmaab h2:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 6px;
    left: 234px
}

.asahcmaab p {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 26px;
    text-transform: capitalize;
    line-height: 36px;
}

.asahcmaab h2 a {
    text-decoration: none;
    outline: 0;
    color: #fff;
    margin-left: 8px;
    background: #353535;
    padding: 3px 14px;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
}

.f_g_row .col-md-6 {
    padding: 0 7px;
}

.fg_list {
    margin-top: 14px;
    border-radius: 12px;
    overflow: hidden;
}


/*** 

====================================================================
		Newsletter Section
====================================================================

***/

.newsletter-section {
    position: relative;
    text-align: center;
    padding: 0px 0 33px;
}

.add_bar_row {
    margin: -62px 0 0;
    position: relative;
    z-index: 1;
}

.add_bar_row .col-md-4 {
        padding: 28px 15px;
    background: linear-gradient(to top, #ededed, #ffffff);
    text-align: center;
    border-radius: 10px;
    margin: 0 10px;
    max-width: 31.3333333%;
}

.add_bar_row .col-md-4:nth-child(1),
.add_bar_row .col-md-4:nth-child(2) {}

._addre_bar i {
    color: #4693b1;
    font-size: 35px;
    margin-bottom: 20px;
}

._addre_bar h5 {
    font-weight: 400;
    font-size: 15px;
}

.newsletter-section::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
}

.newsletter-section::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
}

.newsletter-section .title-column {
    position: relative;
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-top: 0;
}

.newsletter-section h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 27px;
}

.newsletter-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff;
    font-weight: 500;
}

.newsletter-section .inner-container {
    max-width: 1245px;
    margin: auto;
}


/*Subscribe Form*/

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 200px;
}

.newsletter-section .form-control {
    height: 45px;
    background: transparent;
    color: #fff;
}

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

.subscribe-form .form-group .icon {
    position: absolute;
    left: 24px;
    top: 20px;
    z-index: 1;
    color: #888888;
    font-size: 16px;
    line-height: 1em;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 30px;
    font-size: 16px;
    color: #858687;
    font-weight: 500;
    background: #ffffff;
    padding: 25px 40px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
    position: absolute;
    right: 15px;
    top: 0px;
    min-width: 185px;
    height: 100%;
    border-radius: 0px;
    background: #5dc575;
}

section.tips-secrtion {
    padding: 62px 0 0;
    position: relative;
}

.tips-row-section {
    position: relative;
}

.tips-row-section::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #e81f31;
    left: -17px;
    top: -17px;
}

.tips-row-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #e81f31;
    right: -17px;
    top: -17px;
    z-index: -1;
}

.tips-desc {
    position: relative;
    background: #fefefe;
    padding: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    bottom: 0;
}

.tips-desc h5 {
    position: relative;
    font-size: 26px;
    color: #333;
}

.tips-desc h3 {
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #e81f31;
    font-weight: 600;
    font-size: 39px;
}

.tips-list p {
    position: relative;
    padding-left: 24px;
    color: #151515;
    font-weight: 500;
    line-height: 31px;
}

.tips-list p:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    border-bottom: 2px solid #333;
    left: 0;
    top: 13px;
}


/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 67px 0;
    background: #1a144c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-section::before {
    content: "";
    position: absolute;
    background: rgb(0 44 98 / 92%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.facilities-row .col-md-2 {
    /* border-right: 2px dashed #e4e4e4; */
    flex: 0 0 20.666667%;
    max-width: 20%;
    padding: 0 6px;
}

.facilities-row .col-md-2:last-child {
    border-right: 0px;
}

.fac-title {
    margin-bottom: 40px;
}

.fac-title h2:before {
    background-color: #eee;
}

.facility-list {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    position: relative;
}

.facility-list::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 23px;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 1px dashed;
    bottom: -11px;
}

.fac_img {
    margin-bottom: 16px;
    display: inline-block;
    width: 122px;
    height: 122px;
    background: linear-gradient(to bottom, #ff5960, #e5000a);
    border-radius: 50%;
    border: 5px solid #eee;
    line-height: 105px;
}

.fac_img img {
    width: auto;
}

.facility-list span {
    display: block;
    padding-bottom: 18px;
    font-size: 17px;
    text-transform: uppercase;
}

.facility-list span::before {
    content: "";
    position: absolute;
    width: 83px;
    height: 2px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -2px;
    transition: all ease-in-out .6s;
}

.why_bootm {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    padding-top: 22px;
    border-top: 1px dashed;
    margin-top: 10px;
    line-height: 43px;
}

.why_bootm span {
    color: #fd7d99;
    font-weight: 700;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    border: 1px solid #e8e6ec;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.team-block .image-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 250px;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.team-block .image-box .image {
    display: none;
    margin-bottom: 0;
}

.team-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.team-block .info-box {
    position: relative;
    padding-left: 250px;
}

.team-block .info-box .inner {
    position: relative;
    padding: 50px 60px 50px;
}

.team-block .info-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1e2c67;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-block .info-box .name a {
    color: #1e2c67;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .info-box .name a:hover {
    color: #25bdd8;
}

.team-block .info-box .designation {
    display: block;
    font-size: 16px;
    color: #696478;
    margin-bottom: 30px;
}

.team-block .info-box .text {
    position: relative;
}

.team-block .info-box .social-links {
    position: relative;
    display: block;
    text-align: center;
    background-color: #25bdd8;
    padding: 10px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .info-box .social-links {
    background-color: #1e2c67;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 16px;
}

.team-block .social-links li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li a:hover {
    color: #ff4986;
}

.appointmeent-section {
    position: relative;
}

.appointment-block {
    max-width: 603px;
    text-align: center;
    padding: 27px 45px;
    box-shadow: 0px 0px 14px #d0d0d0;
    background: #fff;
    position: relative;
}

.appointment-block::before,
.appointment-block::after {
    content: "";
    position: absolute;
    width: 163px;
    height: 163px;
    background: #ffcad9;
    left: -66px;
    bottom: -66px;
    z-index: -1;
    border-radius: 50%;
}

.appointment-block::after {
    left: inherit;
    right: -56px;
    background: transparent;
}

.appointment-block h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}

.appointment-block .form-control {
    background-color: #f5f5f5;
    border: none;
}

.appointment-block .form-control {
    height: 45px;
}

.appointment-block textarea.form-control {
    height: 100px;
}

.appointment-block .btn {
    width: 204px;
    padding: 10px 5px;
    margin-top: 0;
}

.blogs_section {
    position: relative;
}

.blog_pic {
    position: absolute;
    right: 9px;
    width: 178px;
    top: 9px;
    border-radius: 50%;
    overflow: hidden;
}

.blogs_row .col-md-6:nth-child(2) .blog_pic {
    left: 9px;
    right: initial;
}

.bloglist {
    position: relative;
    padding: 20px 205px 20px 20px;
    background: #ededed;
    border-radius: 0px 100px 100px 0px;
    box-shadow: 0px 0px 10px #9f9f9f;
    margin-bottom: 30px;
}

.blogs_row .col-md-6:nth-child(2) .bloglist {
    padding: 20px 20px 20px 205px;
    border-radius: 100px 0px 0px 100px;
}

.blog_info h3 {
    font-size: 20px;
    color: #002c62;
}

.blog_info p {
    line-height: 23px;
    font-size: 15px;
    margin: 0 0 6px;
}

.blog_info a {
    display: inline-block;
    background: #e70711;
    color: #fff;
    padding: 5px 13px;
    border-radius: 21px;
}

.blog_info a:hover {
    background: #002c62;
    color: #fff;
}

.faq_section {
    position: relative;
    padding: 54px 0px 98px;
}

.counter {
    color: #192136;
    text-align: right;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 0 24px;
}

.counter:before {
    content: '';
    background: radial-gradient(at 5% 10%, #dbdbdb 10%, white 50%, white 80%, #dbdbdb 100%);
    border: 5px solid #fff;
    border-radius: 0 100px 0 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px #ccc;
}

.counter:hover:before {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.counter .counter-icon {
    color: #fff;
    background: linear-gradient(to left, #002c62, #ed1b24);
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    width: 80px;
    height: 80px;
    margin: 0 0 15px;
    border-radius: 50px;
    border: 6px solid #dcdcdc;
    display: inline-block;
}

.counter h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 0 13px;
    margin: 0 0 15px;
    color: #333333;
}

.counter .counter-value {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    display: block;
    padding: 0 12px;
}

.counter.red {
    /* color: #FA1212; */
}

.counter.red:before {}

.counter.red .counter-icon {}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}


/*** 

====================================================================
	 	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 35px 0 0px;
}

.testimonial-head {
    margin-top: 0;
    margin-bottom: 16px;
}

.testimonial-section:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 10px;
}

.testimonial-carousel {
    position: relative;
    margin: 0 auto;
}

.testimonial-carousel::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
}

.testimonial-block {
    position: relative;
    padding-bottom: 31px;
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #afffc2;
    padding: 77px 27px 20px;
    text-align: center;
    z-index: 9;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0%);
}

.testimonial-block .inner-box:before,
.testimonial-block .inner-box:after {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 36px;
    width: 42px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .inner-box:after {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.active .testimonial-block .inner-box:before,
.active .testimonial-block .inner-box:after {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 25px;
}

.testimonial-block .info-box {
    position: relative;
}

.testimonial-block .name {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.testimonial-block .designation {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #696478;
    margin-bottom: 5px;
}

.testimonial-block .thumb {
    position: relative;
    display: inline-block;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 18px;
}

.testimonial-block:after,
.testimonial-block:before {
    position: absolute;
    left: 30px;
    right: 30px;
    height: 100%;
    bottom: 30px;
    margin: 0 auto;
    /* background-color: #e8e8e8; */
    content: "";
    z-index: 1;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

.testimonial-block:before {
    left: 60px;
    right: 60px;
    bottom: 0px;
    z-index: -1;
}

.testimonial-carousel .active .testimonial-block:before,
.testimonial-carousel .active .testimonial-block:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.testimonial-carousel .active .testimonial-block:before {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 36px 0 0;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 17px;
    width: 17px;
    border: 3px solid #333333;
    opacity: 1;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-dot:hover,
.testimonial-carousel .owl-dot.active {
    opacity: 1;
    border: 3px solid #4693b1;
}

.testimnila_box.serviceBox {
    text-align: center;
    padding: 17px 0;
    position: relative;
    z-index: 1;
    margin: 0px 30px 0px;
}

.testimnila_box.serviceBox:before {
    content: '';
    position: absolute;
}

.testimnila_box.serviceBox:after {
    left: initial;
    right: 46px;
    top: 0;
    bottom: initial;
}

.testimnila_box.serviceBox .service-icon {
    color: #ffffff;
    font-size: 21px;
    position: absolute;
    left: 16px;
    top: 35px;
    width: 40px;
    height: 40px;
    background: #4693b1;
    line-height: 40px;
    border-radius: 50%;
}

.testimnila_box.serviceBox .service_icon_btm {
    left: initial;
    top: initial;
    bottom: 0;
    right: 15px;
}

.testimnila_box.serviceBox .title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 7px;
}

.testimnila_box.serviceBox .title::before,
.testimnila_box.serviceBox .title::after {
    content: "";
    position: absolute;
}

.testimnila_box.serviceBox .title::after {
    left: initial;
    right: 0px;
}

.testimnila_box.serviceBox .description {
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
    padding: 40px 25px 34px;
    margin: 0px 0 0;
    border-radius: 20px;
        background: #fbfbfb;
    box-shadow: 0px 0px 6px #ccc;
}

@media only screen and (max-width: 1199px) {
    .testimnila_box.serviceBox {
        margin: 0 0 40px;
    }
}

.sec-title h3 {
    color: #dec746;
}

.testimoanial_read {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.testimoanial_read::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 16px;
    z-index: -1;
}

.testimoanial_read a {
    display: inline-block;
    color: #f08533;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid;
    padding: 7px 19px;
    border-radius: 30px;
    background: #fff;
}

.gg_review {
    position: relative;
    top: 0;
    text-align: center;
    border-radius: 16px;
    width: 256px;
    margin: -129px auto 6px;
    padding: 5px;
    box-shadow: 0px 0px 10px #717171;
    background: #f5f5f5;
}

.ovrn_cyts_section {
    position: relative;
    padding: 0 0 0;
    z-index: 1;
}

.onerian_block {
    position: relative;
    background: #f0f0f0;
    padding: 20px 20px;
}

.aovrnmainrow {
    margin: 0px;
    background: #fff;
    padding: 24px 17px;
}

.ovrntitle h3 {
    color: #4693b1;
    margin: 0;
}

.ovrn_pic {
    overflow: hidden;
}

.ovrn_pic img {}

.ovrnlistrow .col-md-3 {
    padding: 4px 4px;
}

.ovrn_list {
    text-align: center;
    font-size: 18px;
    padding: 27px 0;
    border-radius: 66px;
    background: #ffe4ea;
    margin: 8px 0;
}

.ovrnlistrow .col-md-3:nth-child(2) .ovrn_list,
.ovrnlistrow .col-md-3:nth-child(4) .ovrn_list,
.ovrnlistrow .col-md-3:nth-child(5) .ovrn_list,
.ovrnlistrow .col-md-3:nth-child(7) .ovrn_list {
    background: #cadefe;
}


/* blog section */

.blogs_section {
    padding: 26px 0 110px;
}

.blog_blocks {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px #b7b7b7;
}

.blog_blocks::before {
    content: "";
    position: absolute;
}

.blo_info {
    position: relative;
    bottom: 0px;
    right: 0;
    background: linear-gradient(to bottom, rgb(255 255 255), #ffcedb);
    padding: 24px 34px;
    text-align: center;
    display: inline-block;
    margin-top: 0;
}

.blog_row .col-md-4:nth-child(1) .blog_blocks,
.blog_row .col-md-4:nth-child(3) .blog_blocks {
    margin-top: 63px;
}

.blo_info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.blo_info p {
    color: #060606;
    line-height: 21px;
    font-size: 14px;
}

.blo_info a {
    display: inline-block;
    background: #4693b1;
    color: #fff;
    padding: 4px 15px;
    border-radius: 30px;
    margin-top: 10px;
}

.blog_blocks:hover a {
    background: #333;
    color: #fff;
}

.faqs_section {
    position: relative;
    padding: 28px 0px 0;
}

.faq_timeline.main-timeline {
    position: relative;
}

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

.faq_timeline.main-timeline .timeline {
    width: 98%;
    margin: 0 0px 50px;
    float: left;
}

.faq_timeline.main-timeline .timeline-content {
    background-color: #ffffff;
    padding: 20px 120px 20px 20px;
    border-radius: 20px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    outline: 1px solid rgb(0 0 0 / 31%);
    outline-offset: 10px;
    /* display: block; */
    overflow: hidden;
    position: relative;
}

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

.faq_timeline.main-timeline .timeline-content:before {
    content: '';
    background: #4693b1;
    height: 100%;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq_timeline.main-timeline .timeline-icon {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    width: 100px;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
}

.faq_timeline.main-timeline .title {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 9px;
    color: #4693b1;
}

.faq_timeline.main-timeline .description {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.faq_timeline.main-timeline .timeline:nth-child(even) {
    float: right;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 20px 20px 120px;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    left: 0;
}

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

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

@media screen and (max-width:479px) {
    .faq_timeline.main-timeline .timeline-content,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 120px 20px 20px;
    }
    .faq_timeline.main-timeline .timeline-content:before,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        height: 100px;
        width: 100%;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 0;
    }
    .faq_timeline.main-timeline .timeline-icon,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        line-height: 100px;
        height: 100px;
        width: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 0;
    }
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 120px 0 100px;
}

.contact-section .sec-title {
    margin-bottom: 35px;
}

.contact-section .sec-title .text {
    font-size: 22px;
    line-height: 36px;
    color: #696478;
    font-weight: 400;
    margin-top: 40px;
}

.contact-section .contact-form {
    position: relative;
}

.contact-section .row {
    margin: 0 -10px;
}

.contact-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #858687;
    line-height: 28px;
    padding: 25px 30px;
    border: 1px solid transparent;
    background-color: #f2f5f6;
    font-weight: 500;
    border-radius: 15px;
    height: 80px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ff4880;
}

.contact-form .form-group textarea {
    height: 250px;
    resize: none;
}

.contact-form label.error {
    color: #ff4880;
    padding-top: 10px;
    text-transform: capitalize;
    display: block;
}

.contact-section .contact-info {
    position: relative;
}

.contact-section .contact-info li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #696478;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 30px;
}

.contact-section .contact-info li a {
    color: #696478;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .contact-info li a:hover {
    color: #ff4986;
}

.contact-section .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #ff4986;
    font-weight: 400;
}

.contact-map-section {
    position: relative;
}

.contact-map-section .map-canvas {
    position: relative;
    min-height: 560px;
    width: 100%;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    padding: 0px 0 0;
}

.main-footer:before {
    position: absolute;
    left: 0;
    content: "";
}

.main-footer::after {
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
}

.main-footer .anim-icons .icon {
    opacity: 0.08;
}

.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 0;
}

._f_logo {
    text-align: center;
    position: relative;
    margin: 34px 0 9px;
    z-index: 2;
}

._f_logo img {
    width: 423px;
    border-radius: 10px;
}

.add_row_btm .col-md-3 {
    /* border-right: 1px dotted #535353; */
}

.add_row_btm .col-md-3:nth-child(4) {
    border-right: 0px;
}

.useful-links {
    margin: 26px 0 19px;
    padding: 0px 0px;
}

.useful-links span {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0 0 12px;
    font-weight: 600;
    border-left: 4px solid #4693b1;
    padding-left: 7px;
}

.useful-links .useful-ul {
    display: block;
}

.ftr_abt p {
    line-height: 25px;
}

.useful-links .useful-ul span {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #c3b047;
    font-weight: 600;
    font-size: 21px;
}

.useful-links .useful-ul li a {
    color: #191919;
    font-size: 15px;
    display: block;
    line-height: 29px;
    position: relative;
    padding-left: 17px;
    transition:all 0.3s ease;
}

.useful-links .useful-ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #4693b1;
    top: 9px;
    border-radius:50%;
    
}
.useful-links .useful-ul li a:hover::before{
    background-color:#4693b1;
}

.useful-links .useful-ul li:last-child a {}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 35px;
}

.main-footer .footer-widget .widget-title {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #988ceb;
    margin-bottom: 18px;
    text-transform: uppercase;
    text-align: center;
}

.main-footer .footer-widget .widget-title::before {
    content: "";
    position: absolute;
    width: 34%;
    height: 2px;
    border-bottom: 2px solid #afa4ff;
    left: 0;
    top: 29px;
    right: 0;
    margin: auto;
}

a:hover {
    color: #4693b1;
    text-decoration: none;
}

.ftr_add_row .col-md-4:nth-child(1),
.ftr_add_row .col-md-4:nth-child(2) {
    border-right: 1px dashed #988ceb;
}

.footer-widget {
    text-align: center;
}

.footer-widget i {
    position: relative;
    display: inline-block;
    font-size: 21px;
    line-height: 46px;
    width: 48px;
    height: 48px;
    border: 1px dashed;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 11px;
}

.widget-content {
    text-align: center;
}

.widget-content p {
    line-height: 26px;
    color: #c1c1c1;
}

.f_c_info_list {
    text-align: center;
}

.f_c_info_list a {
    display: inline-block;
    background: #0f1630;
    color: #fff;
    font-size: 19px;
    padding: 15px 16px;
    border-radius: 30px;
    border: 1px solid #9b8fed;
}

.f_c_row {
    position: fixed;
    top: 40%;
    z-index: 99;
}

.f_c_row::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 290px;
    left: -4px;
    /* right: 0; */
    margin: auto;
    border: 1px solid #535353;
    border-left: 0px;
    top: 42px;
    border-radius: 5px;
}

.f_c_row .col-md-4:nth-child(3) .f_c_info_list a {
    background: #0f1630;
}

.f_reach_title {
    text-align: center;
}

.f_reach_title h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 46px;
    margin: 0 0 21px;
    color: #ffffff;
    display: inline-block;
    padding: 0 80px;
}

.f_reach_title h3::before,
.f_reach_title h3::after {
    content: "";
    position: absolute;
    width: 17%;
    height: 2px;
    border-bottom: 2px dashed #9b8fed;
    left: 0;
    top: 24px;
}

.f_reach_title h3::after {
    right: 0px;
    left: initial;
}


/*Logo Widget*/

.logo-widget {
    position: relative;
    text-align: center;
}

.logo-widget .logo img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 30px;
    width: 347px;
}

.logo-widget .logo img:hover {
    opacity: 1;
}

.logo-widget .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 7px;
}


/*Links Widget*/

.main-footer .links-widget {
    position: relative;
}

.main-footer .activity-list {
    position: relative;
    padding-top: 10px;
}

.main-footer .activity-list li {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .activity-list li:last-child {
    margin-bottom: 0;
}

.main-footer .activity-list li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #c8bfe3;
    padding: 10px 15px;
    padding-left: 30px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .activity-list li a:hover {
    border: 1px solid #ff4788;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 7px;
    padding-left: 17px;
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 9px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #14aae9;
    content: "";
}

.main-footer .list li a {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
}

.main-footer .list li a:hover {
    color: #14aae9;
}


/*COntact Widget*/

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-info {
    position: relative;
}

.main-footer .contact-info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    padding-left: 44px;
    margin-bottom: 20px;
}

.main-footer .contact-info li:last-child {
    margin-bottom: 0;
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #e81f31;
    text-align: center;
    color: #ffffff;
}

.main-footer .contact-info li a {
    color: #000000;
    display: inline-block;
    transition: all 300ms ease;
}

.main-footer .contact-info li a:hover {
    color: #f72f67;
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .03;
    content: "";
}

.main-footer .footer-bottom .social-icon-two {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 8px 0px;
    border-top: 1px solid #535353;
}

.main-footer .footer-bottom .copyright a {
    color: #4693b1;
}

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


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 50px;
}

.sidebar-widget {
    position: relative;
    padding: 45px 50px;
    background-color: #f2f5f6;
    margin-bottom: 30px;
    border-radius: 7px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}


/* Sidebar Title */

.sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-title h5 {
    position: relative;
    font-size: 22px;
    color: #1e2c67;
    font-weight: 700;
    line-height: 30px;
}


/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
    padding: 50px;
    border-radius: 7px;
    background-color: #25bdd8;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 25px 30px;
    border: 1px solid transparent;
    background: #ffffff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 80px;
    color: #696478;
    border-radius: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
    position: absolute;
    right: 30px;
    top: 25px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #1e2c67;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
    color: #ff4880;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
    border-color: #25bdd8;
}

.sidebar .search-box .sidebar-title h5 {
    color: #ffffff;
}


/* Categories */

.categories {
    position: relative;
    padding: 45px 50px 50px;
}

.category-list li {
    position: relative;
    margin-bottom: 20px;
}

.category-list li:last-child {
    margin-bottom: 0;
}

.category-list li a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #696478;
    display: block;
    padding-left: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category-list li a:before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    background-color: #ff4986;
    content: "";
}

.category-list li.active a,
.category-list li a:hover {
    color: #ff4986;
}


/* Post Widget */

.posts-widget {
    position: relative;
}

.posts-widget .post {
    position: relative;
    margin-bottom: 35px;
}

.posts-widget .post:last-child {
    margin-bottom: 0;
}

.posts-widget .post .post-inner {
    position: relative;
    padding-left: 80px;
}

.posts-widget .post .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.posts-widget .post .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.posts-widget .post .post-inner:hover .image img {
    opacity: .70;
}

.posts-widget .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #25bdd8;
    font-weight: 600;
    margin-bottom: 5px;
}

.posts-widget .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    color: #393d72;
    font-weight: 700;
}

.posts-widget .post h5 a {
    color: #393d72;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.posts-widget .post h5 a:hover {
    color: #ff4986;
}


/*Popular Tags*/

.sidebar .popular-tags {
    position: relative;
}

.sidebar .tags-list li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar .tags-list a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #25bdd8;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .tags-list a:hover {
    background-color: #1e2c67;
    color: #ffffff;
}


/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .group-title h3 {
    position: relative;
    font-size: 40px;
    color: #1e2c67;
    font-weight: 700;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0 0 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e8e6ec;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    min-height: 70px;
    padding: 0px 0px 0px 150px;
    font-size: 14px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 110px;
    height: 115px;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 30px;
}

.sidebar-page-container .comments-area .comment-box strong {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #393d72;
    line-height: 30px;
    text-transform: capitalize;
    margin-right: 10px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    display: inline-block;
    font-size: 14px;
    color: #25bdd8;
    font-weight: 400;
    line-height: 30px;
}

.sidebar-page-container .comments-area .comment-box .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #696478;
}

.sidebar-page-container .comments-area .comment-box .reply-outer {
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #1e2c67;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    background-color: #25bdd8;
}


/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.app_nt_section {
    position: relative;
    padding: 216px 0px 199px;
    margin: 0;
}

.app_nt_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%, 0 0);
    background-image: url(../images/appointment-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.app_nt_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to left, rgb(32 32 32 / 83%), #4693b1, rgb(32 32 32 / 83%));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%, 0 0);
}

.appointment-form {
    text-align: center;
    position: relative;
    z-index: 1;
}

.appointment-form form {
    position: relative;
}

.appointment-form h2 {
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    margin: 0 0 11px;
}

.appointment-form p {
    font-size: 20px;
    color: #f4f4f4;
    font-weight: 300;
    position: relative;
    margin: 0 0 22px;
}

.appointment-form .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #7c7c7c;
    border-radius: 0px;
    height: 50px;
    color: #d4d4d4;
}

.appointment-form .form-group {
    position: relative;
    z-index: 1;
}

.appointment-form .form-group i {
    position: absolute;
    right: 15px;
    bottom: 14px;
    color: #dcdcdc;
    z-index: -1;
}

.appointment-form .form-control::placeholder {
    color: #d4d4d4;
}

.appointment-form textarea.form-control {
    height: 82px;
}

.appointment-form .btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 6px 30px;
    font-weight: 600;
    overflow: hidden;
    min-width: 123px;
    border-radius: 30px;
    background: #ffffff;
    border: none;
    color: #4693b1;
    margin: 18px 0 0;
}

.approw .col-md-6 {
    padding: 0px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.inr_cnt_section {
    min-height: 50vh;
    position: relative;
    padding: 60px 0px;
}

.breadcrumb {
    text-align: center;
    position: relative;
    padding: 245px 0 128px;
    margin: 0;
    background: transparent;
    display: block;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/breadcumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 50% 100%, 0 70%);
    left: 0;
    top: 0;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 50% 100%, 0 70%);
    top: 0;
    left: 0;
}

.breadcrumb h1 {
    font-size: 31px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.breadcrumb ul {
    display: inline-block;
    margin: auto;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb ul li {
    display: inline-block;
    position: relative;
    color: #000;
    padding: 0 9px;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0
}

.breadcrumb ul li:before {
    content: "|";
    position: absolute;
    right: -7px;
    top: 1px;
    color: #4693b1;
    font-weight: 500;
    font-size: 14px
}

.breadcrumb ul li a {
    color: #000;
}

.breadcrumb ul li:last-child:before {
    content: none
}

.services_text h2 {
    font-size: 20px;
    color: #03668d;
    margin: 19px 0 9px;
    font-weight: 600;
    border-bottom: 2px dashed;
    width: fit-content;
}

.services_text h3 {
    font-size: 19px;
    color: #3a3a3a;
    margin: 19px 0 13px;
    font-weight: 600;
}

.services_text p {
    text-align: justify;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 16px;
}

.services_text a {
    color: #ED257F;
}

.list_styles {
    position: relative;
    padding-left: 10px;
}

.list_styles li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
}
.ser_inner_nav ul li {
    position: relative;
}
.ser_inner_nav ul li::before{
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    position: absolute;
    left: -4px;
    top: 13px;
    color: #0c6a8f;
    font-weight: 600;
    font-size: 15px;
}

.list_styles li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    color: #4693b1;
    font-weight: 600;
    font-size: 13px;
}

.ser_inner_nav {
    position: relative;
    padding: 25px;
    background: #fff;
    margin-bottom:25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    /*border-radius: 10px;*/
}
.side-app-container{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 25px;
    text-align: center;
    /*background: #ffffff;*/
}
.side-app-container .dr-image{
    width: 220px;
    border-radius: 50%;
    border: 8px solid #e5e5e5;
    text-align: center;
}
.side-ap-details h3{
        text-transform: uppercase;
    font-size: 20px;
    color: #186f91;
    margin-bottom: 5px;
}
.side-ap-details h4{
    font-size: 17px;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.book-appntm{
    position:relative;
    font-size: 18px;
    padding: 10px 25px;
    background: #4693b1;
    color: #fff !important;
    transition:all 0.3s ease; 
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0px 4px 7px #737373;
}
.book-appntm:hover{
    transform:translateY(-8px);
}

.services_text .ser_inner_nav h3 {
    text-transform: capitalize;
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 11px;
    text-align: center;
    background: #4693b175;
    padding: 10px 0;
    border: 1px #d1d1d1;
}

.ser_inner_nav ul {
    position: relative;
}

.ser_inner_nav ul li {
    display: block;
}

.services_text .ser_inner_nav ul li a {
    display: block;
    font-weight: 500;
    /*border: 2px solid #4693b1;*/
    padding: 10px 20px;
    font-size: 16px;
    border-bottom:1px dashed #ccc;
    /*margin-bottom: 10px;*/
    /*border-radius: 50px;*/
    color: #3a3a3a;
     transition:all 0.3s ease;
    text-transform: capitalize;
}
.services_text .ser_inner_nav ul li:last-child a{
    border-bottom:0px;
}

  .services_text .ser_inner_nav ul li a:hover {
    color: #0c6a8f;
    /*background: #4693b1;*/
    /*box-shadow:0px 5px 8px #ccc;*/
    /*transform:translateX(8px);*/
    /*border-bottom:none;*/
}
.service-img-cont img{
    border: 10px solid #e5e5e5;
    margin-bottom: 16px;
    box-shadow: 0px 6px 8px #3a3a3a;
    width:100%;
}
.treatment-img-cont{
   /*box-shadow: 0px 2px 8px #3a3a3a; */
   width:100%;
   border-radius:25px;
   overflow:hidden;
   margin-bottom:25px;
}

.cbt_c_box {
    text-align: center;
}

.cbt_c_box .service-icon {
    color: #333;
    background-color: #e8e8e8;
    font-size: 36px;
    line-height: 96px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border: 2px solid #333;
    box-shadow: 0 0 0 8px #ffffff inset;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.cbt_c_box .title {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 0 4px;
    margin: 0px 0 0;
}

.cbt_c_box .description {
    color: #fff;
    background-color: #4693b1;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    margin: 0 10px;
    min-height: 70px;
    border-radius:5px;
}

.cbt_c_box.cyan {
    --main-color: #30ABBD;
}

.cbt_c_box.blue {
    --main-color: #167DD9;
}

.cbt_c_box.purple {
    --main-color: #744ACE;
}

@media only screen and (max-width: 990px) {
    .cbt_c_box {
        margin: 0 0 20px;
    }
}

._c_form_sub {
    position: relative;
    padding: 24px 25px;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    background: #f5f5f5;
}

._c_form_sub h3 {
    text-transform: capitalize;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 25px;
}

._c_form_sub .form-control {
    background-color: #fff;
    height: 50px;
    border: 0px;
    border-radius: 13px;
    border: 1px solid #ccc;
}
._c_form_sub select{
    height: 50px !important;
}

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

._c_form_sub .btn {
    margin-top: 19px;
    background: #4693b1;
    border: transparent;
}

.c_map iframe {
    height: 383px;
    border: 8px solid #ffffff;
    width: 100%;
    box-shadow: 0px 0px 10px #cbcbcb;
    margin-top: 30px;
}

.tstmnl_timeline.main-timeline {
    position: relative;
}

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

.tstmnl_timeline.main-timeline:before {
    content: '';
    background-color: #000;
    height: 100%;
    width: 4px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}

.tstmnl_timeline.main-timeline .timeline {
    width: 50%;
    padding: 3px 0;
    margin: 0 2px 0 0;
    float: left;
}

.tstmnl_timeline.main-timeline .timeline-content {
    color: #000;
    padding: 0 130px 0 0;
    display: block;
    position: relative;
}

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

.tstmnl_timeline.main-timeline .timeline-content:before {
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    border: 3px solid #4693b1;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -10px;
    top: 50%;
}

.tstmnl_timeline.main-timeline .timeline-icon {
    color: #fff;
    background: #4693b1;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 80px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 1;
}

.tstmnl_timeline.main-timeline .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.tstmnl_timeline.main-timeline .description {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

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

.tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 0 0 130px;
}

.tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    left: -10px;
    border: 3px solid #000;
}

.tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: 11px;
    background: #333;
}

@media screen and (max-width:767px) {
    .tstmnl_timeline.main-timeline:before {
        transform: translateX(0);
        left: 23px;
    }
    .tstmnl_timeline.main-timeline .timeline,
    .tstmnl_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 20px;
    }
    .tstmnl_timeline.main-timeline .timeline-content,
    .tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 0 0 0 150px;
    }
    .tstmnl_timeline.main-timeline .timeline-content:before,
    .tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: 0;
    }
    .tstmnl_timeline.main-timeline .timeline-icon,
    .tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width:479px) {
    .tstmnl_timeline.main-timeline .timeline-content,
    .tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 120px 0 0 25px;
    }
    .tstmnl_timeline.main-timeline .timeline-content:before,
    .tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        transform: translateY(0);
        top: 43px;
    }
    .tstmnl_timeline.main-timeline .timeline-icon,
    .tstmnl_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0);
        top: 0;
    }
}

.gallery_box .box {
    background: linear-gradient(to bottom, rgb(32 32 32), #4693b1);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 190px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #a6a6a6;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.6s ease 0s;
}

.box:hover img {
    opacity: 0.3;
    transform: scale(1.2);
    /*transform-origin: left;*/
}

.box-content {
    color: #fff;
    width: 85%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0.2s;
}

.box:hover .box-content {
    opacity: 1;
}

.box .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin: 0 0 1px;
}

.box .post {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin: 0 0 10px;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    margin: 0 4px;
    display: inline-block;
}

.box .icon li a {
    color: #4693b1;
    background: #ffffff;
    font-size: 17px;
    line-height: 36px;
    width: 35px;
    height: 35px;
    display: block;
    transition: all 0.35s ease 0s;
    border-radius: 50px;
}

.box .icon li a:hover {
    color: #fff;
    background: transparent;
    box-shadow: 0 0 0 2px #fff;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.innerfac_row .col-md-3 {
    padding: 0 7px;
}

.inner_facility_list {
    position: relative;
    text-align: center;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 13px;
}

.inner_facility_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 61%;
    background: linear-gradient(to top, rgb(0 0 0 / 87%), rgb(255 255 255 / 0%));
    left: 0;
    z-index: 1;
    bottom: 0;
}

.inner_facility_list img {
    transition: all ease-in-out .9s;
}

.inner_facility_list:hover img {
    transform: scale(1.4);
}

.inner_fac_title {
    position: absolute;
    bottom: 13px;
    color: #ebebeb;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    z-index: 1;
}

.team_head {
    text-align: center;
}

.team_head h2 {
    text-transform: capitalize;
    font-weight: 450;
    margin: 46px 0 30px;
    font-size: 40px;
}

.inner_team_list ._hmdoc_info {
    width: 100%;
}

.inner_team_list ._hmdoc_info span {
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 5px 9px;
    font-size: 17px;
    margin: 16px 0 0;
    border-radius: 4px;
    cursor: pointer;
}

.team_modal .modal-dialog {
    max-width: 500px;
}

.team_modal .modal-header {
    display: block;
    padding: 0px;
    border: none;
}

.team_modal .modal-header .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    background: #4693b1;
    opacity: 1;
    color: #fff;
    padding: 7px 8px;
        width: 40px;
    height: 40px;
    border-radius:50%;
}
.modal-body{
    padding:25px;
}
.pop_form{
    position: relative;
    /*padding: 24px 25px;*/
    text-align:center;
}
.pop_form input, .pop_form select{
    background-color: #f6f6f6;
    height: 50px !important;
    border: 0px;
    border-radius: 4px;
}
 
.form-control:focus{
    border:1px solid #ccc;
}
.pop_form textarea{
    background-color: #f6f6f6;
     
    border: 0px;
    border-radius: 4px;
}
.pop_form .btn{
    margin-top:20px;
    background-color:#4693b1;
    
}

.modal_team_head {
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 0px 4px 2px #ccc;
    padding: 0 0 16px;
}

.modal_team_head h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 29px;
}

.modal_team_head h3 {
    font-size: 19px;
}

.modal_team_head h4 {
    font-size: 19px;
    color: #f71e58;
}

.inner_about_text p {
    text-align: justify;
    margin-bottom: 12px;
    line-height: 26px;
}

.hospital_pic img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.inner_about_text h2 {
    text-transform: uppercase;
    color: #f71e58;
    margin: 0 0 8px;
    font-weight: 600;
}

.video_list iframe {
    width: 100%;
    height: 197px;
    border: 6px solid #ccc;
    margin-bottom: 30px;
}
.gallery-head {
    margin-bottom: 30px;
    color: #4693b1;
    margin-top: 20px;
    text-align: center;
}
.rotate{
    transform:rotate(90deg);
}
.dr-image img{
    padding:10px;
    box-shadow: 0px 3px 9px #353535;
    background:#fff;
}
.dr-details{
    margin-bottom:15px;
}
.dr-details h2{
        text-align: center;
    font-size: 31px;
    margin: 20px 0 5px;
    padding: 3px;
    border-top: 1px dashed #111;
    border-bottom: 1px dashed #111;
    font-weight: 600;
    color: #17779d;
    text-shadow: 0px 2px 2px #ccc;
}
.dr-details h3{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #353535;
}
.dr-details h4{
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
}
.dr-content{
    margin-left:4%;
}
.dr-content .dr-title{
    width: fit-content;
    padding: 8px 14px;
    background-color: #f3f3f3;
    border-radius: 0px 25px 25px;
    font-size: 20px;
    border-bottom: 4px solid #17779d;
    font-weight: 500;
    color:#353535;
    margin-bottom:15px;
}
.dr-content p{
    margin-bottom:15px;
}
.dr-content ul{
    margin-bottom:20px;
}
.dr-content ul li{
    position:relative;
    font-size:16px;
    padding-left:20px;
    margin-bottom:10px;
}
.dr-content ul li::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    border: 2px solid #17779d;
    border-radius: 50px;
    left: 0;
    top: 8px;
}

.main-container{
    width:100%;
    float:left;
    padding: 32px 18px 0 0;
    position:relative;
}
.main-container .headline{
    position:absolute;
    text-transform:uppercase;
    /*transform:rotate(90deg);*/
    color:#4693b1;
        right: 10%;
    top: -5px;
    font-weight:600;
}
.main-container .content-img{
    position: absolute;
    top: 55px;
    left: -45px;
    border-radius: 25px;
}
.content-container{
    padding: 25px;
    border: 2px dashed #3a3a3a;
    border-radius: 25px;
    text-align: center;
     
    padding-left: 70px;
}
.content-container p{
    color:#3a3a3a;
}
.vision-main{
    width:100%;
    float:right;
    padding: 32px 18px 0 0;
    position:relative;
}
 .vision-main .vision-headlline{
    position: absolute;
    text-transform: uppercase;
    /*transform: rotate(270deg);*/
    color: #4693b1;
    left: 6%;
    top: -4px;
    font-weight: 600;
}
.vision-main .content-img{
    position: absolute;
    bottom: 30px;
    right: -46px;
    border-radius: 25px;
}
.vision-content{
    padding-top: 25px !important;
    padding-left: 25px !important;
    padding-right: 48px!important;
    /*padding-bottom: 37px!important;*/
}
.mission-txt{
    text-align:end;
}
.vision-txt{
    text-align:start;
}
.visible-xs{
    display:none;
}
.treat-head-title{
        margin: 25px auto;
    width: fit-content;
    padding: 4px 0;
    color: #4693b1;
    text-transform: uppercase;
    border-top: 2px dashed #111;
    border-bottom: 2px dashed #111;
}
.service-card{
    position:relative;
    padding: 8px;
    background: #fff;
    box-shadow: 0px 0px 10px #111;
    margin:25px 0;
}
.service-img img{
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.treat-title {
    width: 295px;
    position: absolute;
    padding: 7px 29px;
    top: -14px;
    background: #68cbf1;
    color: #353535;
    font-size: 20px;
    left: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #111;
    text-transform: uppercase;
    right: 0;
    margin: auto;
    text-align: center;
}
.treat-title img{
    filter: brightness(0);
    width: 20px;
}
.txt-main-con{
    background: #68cbf1;
    padding: 10px;
    text-align: center;
}
.service-txt p{
    font-size:20px;
}
.treat-more-btn{
    display: inline-block;
    transition: all ease-in-out .7s;
    background: #ffffff;
    padding: 3px 12px;
    margin: 10px 0 0;
    border-radius: 30px;
    color: #4693b1;
        font-size: 16px;
    font-weight: 600;
}
.treat-title.trt-til{
    /*left:13% !important;*/
}
.appointment-main{
    z-index: 99;
    border-radius: 0 50px 50px 0;
    width: 84px;
    height: 70px;
    /*background-color: #ffffff;*/
    position: fixed;
    top: 32%;
     
    border: 1px solid #313131;
    transform: translateX(-14%);
}
.icon-container{
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* line-height: 61px; */
    position: absolute;
    right: 6px;
    top: 4px;
    box-shadow: inset 0px 0px 4px 2px #4693b1;
    border: 1px solid #000000;
}
.icon-container img{
        width: 70%;
        position: absolute;
    right: 5px;
    top: 8px;
    cursor:pointer;
}
@media(max-width:767px){
    .appointment-main{
            z-index: 99;
    border-radius: 0 50px 50px 0;
    width: 62px;
    height: 50px;
    /* background-color: #ffffff; */
    position: fixed;
    top: 32%;
    border: 1px solid #313131;
    transform: translateX(-14%);
    }
   .icon-container img{
           width: 54%;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
   }
   .icon-container{
       background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* line-height: 61px; */
    position: absolute;
    right: 6px;
    top: 4px;
    box-shadow: inset 0px 0px 4px 2px #4693b1;
    border: 1px solid #000000;
   }
    .add_row_btm .col-md-3:nth-child(4){
        border-bottom:none;
    }
    .dr-details h2{
        font-size: 30px;
    }
    .dr-details h3{
        font-size: 22px;
    }
    .dr-content .dr-title{
            font-size: 18px;
    }
    .main-container, .vision-main{
        margin-bottom:25px;
        padding: 32px 0px 0 0;
    }
    .main-container .content-img, .vision-main .content-img{
            position: absolute;
    top: -10px;
     
    border-radius: 10px;
    width: 80px;
    }
    .content-container, .vision-content{
        padding: 16px !important;
    border: 2px dashed #3a3a3a;
    border-radius: 25px;
    text-align: center;
    padding-top: 41px !important;
    }
    .main-container .headline{
        position: absolute;
    text-transform: uppercase;
     transform: rotate(0deg); 
    color: #4693b1;
    right: 30px;
    top: -2px;
    }
    .vision-main .vision-headlline {
    position: absolute;
    text-transform: uppercase;
     transform: rotate(0deg); 
    color: #4693b1;
    left: 30px;
    top: -2px;
}
.main-container .content-img{
        left: 5% !important;
}
.vision-main .content-img{
    right: 5% !important;
}
.mission-txt, .vision-txt{
    text-align:center;
}
.mobile-btns-area {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 100;
    color: #fff;
    margin-bottom: 10px;
}

.visible-xs {
    display: block!important;
}
.fix-box p {
    margin: 0;
    /*text-transform: uppercase;*/
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.fix-box-pad {
    padding: 5px;
    padding-bottom: 0;
    padding-right: 2px;
    width: 50%;
    float: left;
}
.fix-box {
    border-radius: 50px;
    background: #1383af;
    border: 1px solid #fff;
    box-shadow: inset 0px 2px 8px #555555;
}
.fix-box i{
    font-size:20px;
}
.fix-box1-pad {
    padding: 5px;
    padding-bottom: 0;
    padding-left: 2px;
    width: 50%;
    float: left;
}
.fix-box1 {
    background: #25d366 !important;
    border-radius: 50px;
}
.treat-head-title{
    font-size:20px;
}
 
}
@media(max-width:767px){
    .f_c_row::before{
        content: "";
    position: absolute;
    width: 60px;
    height: 246px;
    left: -29px;
    /* right: 0; */
    margin: auto;
    border: 1px solid #535353;
    border-left: 0px;
    top: 42px;
    border-radius: 5px;
    }
    .social-icon-two li a{
        position: relative;
    display: block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    border: 1px solid #000000;
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    text-align: center;
    margin: 0 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: inset 0px 0px 4px 2px #4693b1;
    }
    .social-icon-two{
            left: 16px;
    }
}
.align-item-center{
    align-items:center;
}


@media(min-width:800px){
    .banner_carousel{
        padding-top: 50px;
    background-color: #d1ffff;
    }
}


.key-title{
    font-size:34px;
}
@media(max-width:767px){
   .key-title{
    font-size:24px;
} 
.list_styles li{
    font-size:15px;
}
.services_text p{
    font-size:15px;
}
p{
    font-size:15px;
}
}

/* Video Consultation */

.video-consultation {
  display: flex;
  justify-content: center;
  padding: 50px 15px;  
 
}

.consult-box {
  display: flex;
  align-items: center;
  background: #f5fcffc4;
  border-radius: 12px;
  box-shadow:0px 6px 8px #ccc;
  max-width: 900px;  
  width: 100%;
  overflow: hidden;
}

.consult-image {
  flex: 1;
  min-width: 250px;
}

.consult-image img {
  width: 100%;
  height: auto;
  display: block;
}

.consult-text {
  flex: 1;
  padding: 30px;
}

.consult-text h2 {
  font-size: 1.7em;
  margin-bottom: 10px;
  color: #073163; /* your website's theme color */
}

.consult-text p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.btn-book {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4693b1; /* primary theme color */
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-book:hover {
  background-color: #d8dfe6;
}
.desktopCallBtn{
        position: fixed;
    z-index: 10;
    bottom: 20px;
     
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    padding: 9px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #252525;
    border-radius: 38px;
    background: #fff;
    backdrop-filter: blur(2px);
}
.DCB a{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #4693b1;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .consult-box {
    flex-direction: column;
    text-align: center;
  }
  .consult-text {
    padding: 20px;
  }
  .desktopCallBtn{
      display:none;
  }
}
