/*BASIC*/



* { margin: 0;    padding: 0;  box-sizing: border-box;  -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;}



body {

    font-family: 'Open Sans', sans-serif;

    font-size: 13px;

    font-weight: 400;

    color: #555555;

    -webkit-font-smoothing: antialiased;

    -webkit-text-size-adjust: 100%;

    line-height: -webkit-calc(22/13);

    line-height: -moz-calc(22/13);

    line-height: calc(22/13);

}



.swal-button { background: #333; border-radius: 0;}

.swal-button:active { background-color: #333;}



section { position: relative;}

.section-content { position: relative; margin: 0 auto;}

.section-content--w1090 { max-width: 1090px;}

.section-content--w1140 { max-width: 1140px;}

.section-content--w1792 { max-width: 1792px;}

.page-content-top-wrap { padding: 0 35px;}



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

p {line-height: -webkit-calc(22/13); line-height: -moz-calc(22/13); line-height: calc(22/13); margin-bottom: 0;}

a {-webkit-transition: all 0.3s ease;  -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; font-size: 14px;}

a:link, a:visited { text-decoration: none; color: #444444;}

a:hover, a:active { text-decoration: none; color: #ebcd1e;}

ul { margin-bottom: 0;}

.ul--inline>li { display: inline-block;}

.ul--no-style>li { list-style: none;}

.pull-left { float: left;}

.pull-right { float: right;}

.visible { display: block;}



h1,h2,h3,h4,h5,h6 {

    /*text-transform: uppercase;*/

    color: #333333;

    margin-bottom: 0;

    font-weight: 700;

    line-height: -webkit-calc(24/18);

    line-height: -moz-calc(24/18);

    line-height: calc(24/18);

}



h1 { font-size: 36px;}

h2 { font-size: 30px;}

h3 { font-size: 24px;}

h4 { font-size: 18px;}

h5 { font-size: 15px;}

h6 { font-size: 13px;}





/*Custom Space*/



.m-r-15 {margin-right: 15px;}

.m-r-8 {margin-right: 8px;}

.m-t-60 {margin-top: 60px;}

.m-t-50 {margin-top: 50px;}

.m-t-40 {margin-top: 40px;}

.m-t-70 {margin-top: 70px;}

.m-t-20 {margin-top: 20px;}

.m-t-90 {margin-top: 90px;}

.m-b-10 {margin-bottom: 10px;}

.m-b-20 { margin-bottom: 20px;}

.m-b-100 { margin-bottom: 100px;}

.m-b-5 {margin-bottom: 5px;}

.m-t-25 { margin-top: 25px;}

.m-t-30 { margin-top: 30px;}

.m-b-35 { margin-bottom: 35px;}

.m-b-75 { margin-bottom: 75px;}

.m-b-40 { margin-bottom: 40px!important;}

.m-b-10 { margin-bottom: 10px;}

.m-b-8 { margin-bottom: 8px;}

.p-r-15 { padding-right: 15px;}

.p-l-15 { padding-left: 15px;}

.m-l-20 { margin-left: 20px;}

.m-b-25 { margin-bottom: 25px;}

.p-l-30 {padding-left: 30px;}

.m-b-0 { margin-bottom: 0;}
.ver-top{vertical-align: top;}


section.p-t-50 { padding-top: 50px;}



.p-t-30 { padding-top: 30px;}

.redtext{color:#ff0000;}

.cen-text{text-align: center;}

.clear{font-size: 0; line-height: 0l clear:both;}

.title {

    font-size: 36px;

    font-weight: 700;

    color:#253c6e;

    text-align: center;

}



.title-2 {

    font-size: 42px;

    position: relative;

    margin-bottom: 60px;

}



.under-title-2 {

    display: block;

    height: 12px;

    width: 12px;

    background: #ebcd1e;

    position: relative;

    bottom: -19px;

    left: 50%;

    margin-left: -9px;

}



.under-title-2:before {

    content: '';

    position: absolute;

    height: 1px;

    width: 100px;

    top: 5px;

    left: -111px;

    background: rgba(0, 0, 0, 0.34);

}



.under-title-2:after {

    content: '';

    position: absolute;

    height: 1px;

    width: 100px;

    top: 5px;

    left: 23px;

    background: rgba(0, 0, 0, 0.34);

}



.title-small {

    font-size: 30px;

}



.title-2--special {

    position: relative;

    text-align: left;

    display: inline-block;

}



.title-2--special:before {

    content: '';

    position: absolute;

    height: 12px;

    width: 12px;

    top: 12px;

    right: -23px;

    background: #ebcd1e;

}



.title-2--special:after {

    content: '';

    position: absolute;

    height: 1px;

    width: 100px;

    background: rgba(0, 0, 0, 0.34);

    top: 17px;

    right: -136px;

}



.title>span {

    color: #e71025;

    font-size: 36px;

    font-weight: 700;

}





.title-detail {

    text-align: center;

    margin-top: 10px;

    margin-bottom: 80px;

    padding: 0 20px;

}



.title-detail--px-45 {

    padding: 0 45px;

}



.title-f8 {

    color: #f8f8f8;

}



.title-f8>.under-title-2:before,

.title-f8>.under-title-2:after {

    background: rgba(48, 48, 48, 0.341);

}



::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #d6d6d6;

}



::-moz-placeholder {

    /* Firefox 19+ */

    color: #d6d6d6;

}



:-ms-input-placeholder {

    /* IE 10+ */

    color: #d6d6d6;

}



:-moz-placeholder {

    /* Firefox 18- */

    color: #d6d6d6;

}





/* Background  */



.bg--f8 { background: #f8f8f8;}



/*Owl custom dot*/



.owl-theme .owl-dots .owl-dot span {

    width: 11px;

    height: 11px;

    background: transparent;

    border: 2px solid #666666;

    -webkit-transition: all 0.3s ease, -webkit-transform 0.3s ease;

    transition: all 0.3s ease, -webkit-transform 0.3s ease;

    -o-transition: all 0.3s ease, -o-transform 0.3s ease;

    -moz-transition: all 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;

    transition: all 0.3s ease, transform 0.3s ease;

    transition: all 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;

}



.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

    background-color: #ebcd1e;

    display: block;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    border: 1px solid #fff;

    -webkit-box-shadow: 0 0 0 2px #ebcd1e;

    -moz-box-shadow: 0 0 0 2px #ebcd1e;

    box-shadow: 0 0 0 2px #ebcd1e;

}



#sync2 .owl-dots .owl-dot span {

    border: 2px solid #f1f1f1;

}



#sync2 .owl-dots .owl-dot.active span,

#sync2 .owl-dots .owl-dot:hover span {

    border: 2px solid #000;

}





/* Custom Bullet */



.au-bullet-wrap .tp-bullet {

    width: 11px;

    height: 11px;

    background: transparent;

}



.au-bullet-wrap .tp-bullet .au-bullet {

    border: 2px solid #f1f1f1;

    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;

    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;

    -o-transition: background-color 0.3s ease, -o-transform 0.3s ease;

    -moz-transition: background-color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;

    transition: background-color 0.3s ease, transform 0.3s ease;

    transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    outline: none;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background-color: transparent;

    text-indent: -999em;

    cursor: pointer;

    position: absolute;

}



.au-bullet-wrap .tp-bullet.selected {

    -webkit-box-shadow: 0 0 0 2px #ebcd1e;

    -moz-box-shadow: 0 0 0 2px #ebcd1e;

    box-shadow: 0 0 0 2px #ebcd1e;

    border: none;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background: transparent;

}



.au-bullet-wrap .tp-bullet.selected .au-bullet {

    background-color: #ebcd1e;

    -moz-transform: scale(0.75);

    -ms-transform: scale(0.75);

    -o-transform: scale(0.75);

    transform: scale(0.75);

    -webkit-transform: scale(0.75);

    border: none;

}





/*Icon Box*/



.box-head {

    float: left;

}



.box-head--border {

    width: 68px;

    line-height: 64px;

    text-align: center;

}



.box-body {

    margin-left: 60px;

    padding: 0 32px;

}





/* Icon Zoom */



.icon-zoom {

    font-size: 45px;

    font-weight: 600;

}



.icon-zoom--white {

    color: #fff;

}





/*Page Loader*/



#page-loader {

    background: #f8f8f8;

    bottom: 0;

    left: 0;

    position: fixed;

    right: 0;

    top: 0;

    z-index: 99999;

}



.page-loader__spin {

    width: 35px;

    height: 35px;

    position: absolute;

    top: 50%;

    left: 50%;

    border-top: 6px solid #222;

    border-right: 6px solid #222;

    border-bottom: 6px solid #222;

    border-left: 6px solid #0abce3;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    -webkit-animation: spinner 1000ms infinite linear;

    -moz-animation: spinner 1000ms infinite linear;

    -o-animation: spinner 1000ms infinite linear;

    animation: spinner 1000ms infinite linear;

    z-index: 100000;

}



@-webkit-keyframes spinner {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}



@-moz-keyframes spinner {

    0% {

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    100% {

        -webkit-transform: rotate(360deg);

        -moz-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}



@-o-keyframes spinner {

    0% {

        -webkit-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    100% {

        -webkit-transform: rotate(360deg);

        -o-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}



@keyframes spinner {

    0% {

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    100% {

        -webkit-transform: rotate(360deg);

        -moz-transform: rotate(360deg);

        -o-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}

/*End Page Loader*/

/*Button*/

.au-btn {

    display: inline-block;

    line-height: 50px;

    padding: 0 15px;

    text-align: center;

    -webkit-transition: 0.5s ease;

    -o-transition: 0.5s ease;

    -moz-transition: 0.5s ease;

    transition: 0.5s ease;

    white-space: nowrap;

}



.au-btn--small { line-height: 27px; padding: 0 20px;}

.au-btn--pill { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}

.au-btn--yellow {color: #fff; background-color: #ebcd1e;}

.au-btn--yellow:hover { color: #fff; background-color: #333;}

.au-btn--red { color: #fff; background-color: #328bbf; font-size: 21px!important; font-weight: 700; border:#fff 1px solid!important;}

.au-btn--red:hover { color: #fff; background-color: #253c6e!important; border:#fff 1px solid!important;}

.au-btn--border { border: 1px solid transparent;}



.au-btn--border:hover { color: #fff;  background-color: #ebcd1e; border-color: #ebcd1e;}

.au-btn--gray { color: #999999; border-color: #999999;}

.au-btn--white { border-color: #fff;}

.au-btn--gray-1 { background: #c8c8c8; color: #333;}

a.au-btn--dark { background-color: #333; color: #fff;}

a.au-btn--dark:hover { background-color: #ebcd1e;  color: #fff;}

a.au-btn--white { color: #fff;}

.tp-caption.au-btn--pill.au-btn.au-btn--slide {

    color: #fff;

    font-size: 13px;

    white-space: nowrap;

    cursor: pointer;

    padding: 0 40px;

    text-transform: capitalize;

    -webkit-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



.tp-caption.au-btn--gray-1.au-btn--slide {color: #333!important;}

.tp-caption.au-btn--gray-1.au-btn--slide:hover { background: #ebcd1e;}

.au-btn--big { padding: 0 50px;}



.au-btn--medium { padding: 0 40px;}

.au-btn--medium.au-btn--pill {

    -webkit-border-radius: 50px;

    -moz-border-radius: 50px;

    border-radius: 50px;

}

.au-btn--pill.au-btn--slide {

    -webkit-border-radius: 40px;

    -moz-border-radius: 40px;

    border-radius: 40px;

}

.tp-caption.au-btn--slide:hover { color: #fff; background-color: #333;}

.au-btn--big.au-btn--pill { -webkit-border-radius: 10px; -moz-border-radius: 10px;  border-radius: 10px;}

#btn-to-top {

    display: none;

    width: 40px;

    height: 40px;

    background-color: #2a9edc;

    position: fixed;

    bottom: 25px;

    right: 55px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    line-height: 40px;

    text-align: center;

    z-index: 1000;

}



#btn-to-top:hover { background-color: #fecc0b;}



#btn-to-top .fa.fa-chevron-up { font-weight: 400; color: #fff;}



#btn-to-top i { margin-right: 0;}



.overlay {

    background: rgba(0, 0, 0, 0.7);

    display: block;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    -webkit-transition: 0.4s;

    -o-transition: 0.4s;

    -moz-transition: 0.4s;

    transition: 0.4s;

}



.overlay--p-15 { padding: 15px;}

.overlay--invisible { opacity: 0;}

.overlay--dark { background: rgba(3, 37, 75, 0.9);}

.overlay--border { height: 100%; width: 100%; border: 2px dashed #ebcd1e;}

.overlay--yellow {

    background: rgba(235, 205, 30, 0.63);

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.overlay--yellow>i { color: #fff; font-size: 72px;}

.parallax {

    /* background-attachment: fixed; */

    background-repeat: no-repeat;

    background-position: center left;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}

.parallax--footer { background:rgb(2, 58, 125); padding: 40px 0;}



/*Form*/

.form { position: relative;}

.form-header { margin: -5px 15px 26px 0;}

.form__input {

    border: 1px solid #e6e6e6;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    border-radius: 20px;

    line-height: 30px;

    outline: none;

    padding: 0 20px;

    font-size: 13px;

    color: #999999;

    width: 500px;

}

.form__input--show { display: block;}

.form__input--hidden { display: none;}

/* Header Stick */



.header-stick {

    position: fixed;

    top: -83px;

    -webkit-transition: 0.6s;

    -o-transition: 0.6s;

    -moz-transition: 0.6s;

    transition: 0.6s;

    width: 100%;

    left: 0;

    z-index: 88888;

    -webkit-box-shadow: 1px 0px 3px #ccc;

    -moz-box-shadow: 1px 0px 3px #ccc;

    box-shadow: 1px 0px 3px #ccc;

    background-color: rgba(255, 255, 255, 0.96);

}



.header-stick nav>ul>li { padding: 20px 12px;}

.header-stick .logo { margin-top: -1px;}

.header-stick nav .sub-menu { top: 59px;}

.header-stick--show { top: 0;}

.header-stick--dark {

    background-color: rgba(0, 0, 0, 0.75);

    -webkit-box-shadow: 1px 0px 3px #222;

    -moz-box-shadow: 1px 0px 3px #222;

    box-shadow: 1px 0px 3px #222;

}

.header-stick--dark nav>ul>li>a { color: #eeeeee;}

.header-stick nav.menu-desktop { margin-right: 0;}



/*Header 1*/



header h1 { margin-top: 10px;}

.logo { text-align: center; padding:1px 0;}

nav.menu-desktop { margin-right: 5px;}

nav>ul>li { padding: 30px 12px;}

nav>ul>li>a { font-size: 17px; font-weight: bold;}

/* update- 10-04-26 */

nav>ul>li>a:hover {text-decoration: none;

    color: #1c84c1; border-bottom: #1c84c1 5px solid;}

.menu-desktop--hidden { display: none;}

.menu-desktop--show { display: block;}

.li-has-sub {

    position: relative;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    -moz-transition: 0.3s;

    transition: 0.3s;

}

.sub-menu {

    position: absolute;

    left: 0;

    top: 88px;

    z-index: 1000;

    max-height: 0;

    border-top: 3px solid #1c84c1 ;

    overflow: hidden;

    transform: rotate3d(1, 0, 0, -90deg);

    -ms-transform-origin: 50% 0;

    transform-origin: 50% 0;

    -webkit-transform: rotate3d(1, 0, 0, -90deg);

    -webkit-transform-origin: 50% 0;

    -moz-transform: rotate3d(1, 0, 0, -90deg);

    -moz-transform-origin: 50% 0;

    -o-transform: rotate3d(1, 0, 0, -90deg);

    -o-transform-origin: 50% 0;

    transition: 350ms;

    -webkit-transition: 350ms;

    -moz-transition: 350ms;

    -o-transition: 350ms;

}

.li-has-sub:hover .sub-menu {

    max-height: 10000px;

    -webkit-transform: rotate3d(0, 0, 0, 0);

    -moz-transform: rotate3d(0, 0, 0, 0);

    -o-transform: rotate3d(0, 0, 0, 0);

    transform: rotate3d(0, 0, 0, 0);

}

.sub-menu>li { min-width: 224px;}

.sub-menu>li>a {

    display: block;

    line-height: 50px;

    padding: 0 20px;

    border-bottom: 1px solid #e6e6e6;

    background-color: #fff;

}



.sub-menu>li>a:hover { background-color: #253c6e; color: #fff;}

.mini-cart { position: relative;}

.header-button { margin-top: 32px;}

.header-button>.pull-right { margin-left: 30px;}

.header-button>.pull-right:last-child { margin-left: 0;}

.header-button>div>a>i { font-size: 18px; font-weight: 600;}


/*Header 2*/



.header2 { position: absolute;  top: 0; left: 0; z-index: 10000; width: 100%;}



.header2 .form-header>.form__input { background: transparent;}



.header2 nav>ul>li>a { color: #eeeeee;}



.header2 nav>ul>li>a:hover { color: #ebcd1e;}



.header2 .header-button>div>a>i { color: #eeeeee;}



/*Menu Canvas*/

#menu-canvas {

    background-image: url('../img/bg-menu-canvas.jpg');

    background-color: #333;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    height: 100vh;

    width: 360px;

    position: fixed;

    z-index: 10000;

    top: 0;

    -webkit-transition: right 0.5s;

    -o-transition: right 0.5s;

    -moz-transition: right 0.5s;

    transition: right 0.5s;

    padding: 0 30px;

}



.close-menu-canvas i {

    color: #ebcd1e;

    font-size: 22px;

    line-height: 22px;

    cursor: pointer;

}



.canvas-menu-button i {

    -webkit-transition: 0.6s ease-in-out;

    -o-transition: 0.6s ease-in-out;

    -moz-transition: 0.6s ease-in-out;

    transition: 0.6s ease-in-out;

}



.menu-canvas--hidden { right: -361px;}

.menu-canvas--show { right: 0;}

.menu-canvas__inner { height: 100%; margin-top: 30%;}

.menu-canvas-slide { margin-top: 74px;}



.menu-canvas__image { padding: 10px; border: 2px dashed #ebcd1e;}



.menu-canvas__detail { color: #c2c2c2; padding: 0 45px; text-align: center; margin-top: 79px;}



.social {/* text-align: center; margin-top: 55px;*/}



.social__item {

    display: inline-block;

    line-height: 30px;

    -webkit-transition: 0.6s ease;

    -o-transition: 0.6s ease;

    -moz-transition: 0.6s ease;

    transition: 0.6s ease;

    text-align: center;

    width: 30px;

    background: #499fff;

    margin-right: 7px;

    margin-top: 15px;

}



.social .social__item:last-child { margin-right: 0;}

.social__item:hover {  background: #328bbf;}

.social__item:hover>i { color: #fff;}

.social__item>i { color: #dedede;}

#sync2 .owl-dots { position: absolute; top: 20px; left: 126px;}



/*Menu Mobile*/



header.header-mobile { display: none;}



.menu-mobile__button {

    display: inline-block;

    float: right;

    width: 40px;

    line-height: 40px;

    height: 40px;

    text-align: center;

    border: 1px solid #c6c6c6;

    cursor: pointer;

    margin: 20px 0;

}



.menu-mobile__button:hover { background: #2da2af;}



.menu-mobile__button:hover i { color: #333;}



.menu-mobile__button i { font-size: 18px;}



.hidden { display: none;}



.menu-mobile__more {

    position: absolute;

    top: 0;

    right: 0;

    text-align: center;

    line-height: 40px;

    padding: 0 20px;

    cursor: pointer;

    color: #444444;

}



nav.menu-mobile {

    position: absolute;

    top: 93px;

    left: 0;

    float: left;

    z-index: 50000;

    background: #fff;

    width: 100%;

    margin-right: 0;

}



nav.menu-mobile>ul { border-top: 3px solid #2da2af;}

nav.menu-mobile>ul>li { position: relative; padding: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05);}

nav.menu-mobile li { border-bottom: 1px solid rgba(0, 0, 0, 0.05);}

nav.menu-mobile>ul>li a { padding: 0 20px; line-height: 40px; display: block;}

nav.menu-mobile>ul>li a:hover { background-color: #1c84c1; color: #fff;}

nav.menu-mobile>ul>li>ul { background: rgba(0, 0, 0, 0.03);}

.click { background: #2da2af;}

.click>i { color: #333;}



nav>ul>li.callbutr a{ background:#328bbf; color:#fff; border-radius:6px; padding:10px 15px; font-size:17px; }

nav>ul>li.callbutr a:hover{background: #253c6e}

/* Slider Homepage 1 */



.slide-title {

    color: #fff;

    text-transform: uppercase;

    text-align: center;

}



.slide-content {

    color: #253c6e!important;

    /*text-transform: uppercase;*/

    text-align: left;

    font-weight: 700;

    line-height: 60px;

    white-space: nowrap;

}

.slide-content span{color:#328bbf;}



/* Slider Homepage 2 */



.slide-content-2 {

    font-family: 'Montserrat';

    padding: 0 40px;

    text-transform: uppercase;

    text-align: center;

    border: 2px dashed #ebcd1e;

    font-weight: 800;

    color: #ffffff;

}



.slide-content-2 span.color {

    font-family: 'Montserrat';

    text-transform: uppercase;

    font-weight: 800;

    color: #e71025;

    font-size: 72px;

}



.owl-theme .owl-dots .owl-dot.active span {

    background: #e71025;

}



.mouse {

    position: absolute;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    left: 50%;

    bottom: 47px;

    width: 16px;

    height: 30px;

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

    border: 2px solid #fff;

    -webkit-transform: translateX(-50%) translateZ(0);

    -moz-transform: translateX(-50%) translateZ(0);

    transform: translateX(-50%) translateZ(0);

    z-index: 88887;

}



.mouse__wheel {

    position: absolute;

    left: 50%;

    margin-left: -1px;

    top: 3px;

    width: 2px;

    height: 5px;

    background: #fff;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    -webkit-animation: mouse-wheel 1.25s infinite linear;

    -moz-animation: mouse-wheel 1.25s infinite linear;

    -o-animation: mouse-wheel 1.25s infinite linear;

    animation: mouse-wheel 1.25s infinite linear;

    -webkit-transform-origin: 50% 0%;

    -moz-transform-origin: 50% 0%;

    -ms-transform-origin: 50% 0%;

    -o-transform-origin: 50% 0%;

    transform-origin: 50% 0%;

}



@-webkit-keyframes mouse-wheel {

    0% {

        -webkit-transform: scaleY(.4) translateY(0);

        transform: scaleY(.4) translateY(0)

    }



    20% {

        -webkit-transform: scaleY(1) translateY(0);

        transform: scaleY(1) translateY(0)

    }



    60% {

        -webkit-transform: scaleY(.4) translateY(8px);

        transform: scaleY(.4) translateY(8px)

    }



    100% {

        -webkit-transform: scaleY(.4) translateY(0);

        transform: scaleY(.4) translateY(0)

    }

}



@-moz-keyframes mouse-wheel {

    0% {

        -moz-transform: scaleY(.4) translateY(0);

        transform: scaleY(.4) translateY(0)

    }



    20% {

        -moz-transform: scaleY(1) translateY(0);

        transform: scaleY(1) translateY(0)

    }



    60% {

        -moz-transform: scaleY(.4) translateY(8px);

        transform: scaleY(.4) translateY(8px)

    }



    100% {

        -moz-transform: scaleY(.4) translateY(0);

        transform: scaleY(.4) translateY(0)

    }

}



@-o-keyframes mouse-wheel {

    0% {

        -o-transform: scaleY(.4) translateY(0);

        transform: scaleY(.4) translateY(0)

    }



    20% {

        -o-transform: scaleY(1) translateY(0);

        transform: scaleY(1) translateY(0)

    }



    60% {

        -o-transform: scaleY(.4) translateY(8px);

        transform: scaleY(.4) translateY(8px)

    }



    100% {

        -o-transform: scaleY(.4) translateY(0);

        transform: scaleY(.4) translateY(0)

    }

}



@keyframes mouse-wheel {

    0% {

        -webkit-transform: scaleY(.4) translateY(0);

        -moz-transform: scaleY(.4) translateY(0);

        -o-transform: scaleY(.4) translateY(0);

        transform: scaleY(.4) translateY(0)

    }



    20% {

        -webkit-transform: scaleY(1) translateY(0);

        -moz-transform: scaleY(1) translateY(0);

        -o-transform: scaleY(1) translateY(0);

        transform: scaleY(1) translateY(0)

    }



    60% {

        -webkit-transform: scaleY(.4) translateY(8px);

        -moz-transform: scaleY(.4) translateY(8px);

        -o-transform: scaleY(.4) translateY(8px);

        transform: scaleY(.4) translateY(8px)

    }



    100% {

        -webkit-transform: scaleY(.4) translateY(0);

        -moz-transform: scaleY(.4) translateY(0);

        -o-transform: scaleY(.4) translateY(0);

        transform: scaleY(.4) translateY(0)

    }

}



.mouse>i {

    position: absolute;

    color: #fff;

    left: 50%;

    margin-left: -3px;

    bottom: -15px;

}

/**************** Gallery css **************/
.gallery-img {
    display: block;    
    width: 100%; 
    margin-bottom: 15px; 
    border:#328bbf 1px solid;
    padding:2px; 
}


/*Testimonial*/

.row#owl-testi { margin: 0;}
.parallax-testi { background-image: url('../img/bg-testi.jpg'); padding: 80px 0; padding-bottom: 50px; background-position: center;}
.testi .owl-theme .owl-nav div {

    width: 50px;

    height: 50px;

    line-height: 50px;

    position: absolute;

    top: 50%;

    margin-top: -25px;

    background: #ebcd1e;

    text-align: center;

    cursor: pointer;

    -webkit-transition: all 0.6s ease 0s;

    -o-transition: all 0.6s ease 0s;

    -moz-transition: all 0.6s ease 0s;

    transition: all 0.6s ease 0s;

    color: #fff;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}
.testi .owl-theme .owl-nav div:hover { color: #333333; background: #fff;}
.testi .owl-theme .owl-nav .owl-prev { left: 54px;}
.testi .owl-theme .owl-nav .owl-next { right: 54px;}
.testi .owl-carousel { position: static;}


/*Our Process 1*/



.our-process { padding: 95px 0; padding-bottom: 85px; background-color: #fff; position: relative;}

/********************** modify 13-04-26------------------*/

.our-process-item-area{position: relative;}

.our-process__item {

    background: #f9f7fa;

    padding: 25px;

    position: relative;

    margin-top: 25px;

    border-radius: 12px; -webkit-border-radius:12px; -moz-border-radius:12px; 

}

.item-box{min-height: 170px!important;}

.uspbox{ background:#f9f7fa; padding:20px; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; width:100%; position:absolute; left:0; top:-155px;

    box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important; }





.usp-item{display: flex; }

.usp-item>.usp-img {width:38%;}

.usp-item>.usp-con{width: 60%; }

.usp-item>.usp-con>h4{color: #234376; font-weight: 700; font-size: 21px; margin-top:25px;}



.doctor-bio{margin-top: 50px; margin-bottom: 50px}
.doctor-bio img{border-radius: 6px; -moz-border-radius:6px; -webkit-border-radius:10px;}

.about-doc{}

.about-doc h4{ color:#057b95; text-transform:uppercase; font-size:13px; line-height:18px; margin-bottom:15px}

.about-doc h2{color: #024959; font-size: 27px; font-weight: 700; line-height: 31px; margin-bottom: 15px;}

.about-doc p{ color:#0a1832; font-size:15px; line-height:18px; margin-bottom:15px}

.about-doc ul{list-style: none; padding:0 ; margin: 0 }

.about-doc ul li{background:url(../img/bullete.webp) 0 6px no-repeat; padding-left:20px; width:50%; float: left;}
 ul.servicepage{padding: 0; margin: 0; list-style: none; }
 ul.servicepage li{background:url(../img/bullete.webp) 0 6px no-repeat; padding-left:20px; font-size: 17px; line-height: 24px;}

.about-doc .knowmore{margin-top:30px;}

.about-doc .knowmore a{background: #fff; border:#057b95 1px solid; padding:5px 10px; color:#057b95; display:block; width:200px; text-align:center; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }

.about-doc .knowmore a:hover{background: #057b95; border:#057b95 1px solid; padding:5px 10px; color:#fff }





.client-say{}

.client-say h4{ color:#057b95; text-transform:uppercase; font-size:13px; line-height:18px; margin-bottom:10px; text-align: center;}

.client-say h2{color: #024959; font-size: 27px; font-weight: 700; line-height: 31px; margin-bottom: 20px; text-align: center;}.servicebox{border:#ebeffo 1px solid; background: #fff; border-radius: 6px; padding: 10px; min-height: 215px;text-align: center;}



.service-sec{background: #f3f8fb; width:100%; padding:50px 0;}

.service-sec h4{ color:#057b95; text-transform:uppercase; font-size:13px; line-height:18px; margin-bottom:10px; text-align: center;}

.service-sec h2{color: #024959; font-size: 27px; font-weight: 700; line-height: 31px; margin-bottom: 20px; text-align: center;}.servicebox{border:#ebeffo 1px solid; background: #fff; border-radius: 6px; padding: 10px; min-height: 215px;text-align: center;}

.servicebox{border:#ebeffo 1px solid; background: #fff; border-radius: 6px; padding: 15px; margin-bottom: 25px; min-height: 215px;text-align: center;

box-shadow:0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;}

.servicebox:hover{margin-top: -10px;transition: 0.6s;}

.servicebox img{margin-bottom: 10px; margin-top: 10px}

.servicebox img:hover{box-shadow:0 5px 8px 0 rgba(96,201,255,0.5),0 3px 10px 0 rgba(96,201,255,0.25) !important; border-radius: 50%; transition: 0.3s}

.servicebox h3{color: #024959;    margin-bottom: 10px;    font-weight: 700;line-height: -webkit-calc(17 /15);

    line-height: -moz-calc(17/15);    line-height: calc(17 / 15); font-size: 17px;}



.booking-sec {

    padding: 50px 0;

    background-image: url(../img/bookingbg.jpg);

    background-attachment: fixed;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    /*background: #e7f6fb url(../img/doc-element-img.png) top left no-repeat;width: 100%; padding-bottom: 30px;*/

}



.transform-box{background: #90d5fd; padding:20px; border-radius: 15px; -moz-border-radius;15px; -webkit-border-radius:15px; margin-top: 40px;box-shadow:0 0 15px rgba(0,0,0,0.1);}

.transform-box1{background: #dcf5ff; padding: 36px 20px; border-radius: 15px; -moz-border-radius;15px; -webkit-border-radius:15px; margin-top: 40px;box-shadow:0 0 15px rgba(0,0,0,0.1);}

.form-title{color:#234376; font-weight: 700; font-size: 17px; padding-bottom: 15px;}



.form-group{

        margin-bottom:10px;

    }



    textarea{

        resize:vertical;

        min-height:120px;

    }

    

label {

    display: block;

    margin-top: 10px;

    font-weight: bold;

}



input, select {

    width: 100%;

    padding: 10px;

    border: 1px solid #139ff1;

    border-radius: 5px;

    font-size: 14px;

    

}



input:focus, select:focus {

    border-color: #6c63ff;

    outline: none;

}



button {

    width: 100%;

    margin-top: 0px;

    padding: 10px;

    background: #328bbf;

    border: none;

    color: white;

    font-size: 16px;

    border-radius: 5px;

    cursor: pointer;

}



button:hover {

    background: #253c6e;

}

.owl-carousel .owl-item img {

    display: block;

    width: 100%;

   /* border-radius: 50%;

    margin-top: 25%;*/

}

/* For Custom Scoller*/

.table-content{width:100%; height:500px; overflow-y:auto; overflow-x: auto!important;}

.table-content::-webkit-scrollbar { width: 5px; height: 5px;}

/* Track */

.table-content::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px;}

 /* Handle */

.table-content::-webkit-scrollbar-thumb { background: #398439; border-radius: 10px;}

/* Handle on hover */

.table-content::-webkit-scrollbar-thumb:hover { background: #255625; }





/******************************* Blog section css ***********************************/



.blog-sec{background: #fff; width: 100%; overflow: hidden;  padding: 50px 0;    margin-bottom: 25px;}

.blog-sec h4{ color:#057b95; text-transform:uppercase; font-size:13px; line-height:18px; margin-bottom:10px; text-align: center;}

.blog-sec h2{color: #024959; font-size: 27px; font-weight: 700; line-height: 31px; margin-bottom: 20px; text-align: center;}



.blog-sec p{color: #0d2222; font-size: 18px; font-weight: 400; letter-spacing: .5px;line-height: 22px; text-align: justify; margin-bottom: 40px; padding:0 20px;}



.post-box {

    transition: 0.3s; height: 100%; overflow: hidden; padding: 25px 15px; border-radius: 8px;  position: relative; display: flex;  flex-direction: column;

    justify-content: center; text-align: center; min-height: 428px;background: #f9f9fa;box-shadow: 1px -4px 21px 0px rgba(0, 0, 0, 0.25);

}



.post-box .post-img {overflow: hidden; margin: -30px -30px 15px -30px;position: relative;}

.post-box .post-img img {transition: 0.5s;}

.post-box .post-title { font-size: 18px; color: #328bbf; display: block; margin-bottom: 8px; line-height: 21px; text-align: left; /* min-height: 20px; */ width: 100%; font-weight: 600; font-family: "Poppins", serif;}

.post-box .post-text { font-size: 18px; line-height: 25px; color: color:#0d22228f; font-weight: 400; margin-bottom: 20px; position: relative; transition: 0.3s;  -webkit-line-clamp: 7;

    overflow: hidden; display: -webkit-box;  -webkit-box-orient: vertical;  text-align: justify;}

.post-box .post-meta{text-align: right;font-style: italic; color:#787878;}

.entry-single .post-meta{text-align: right;font-style: italic; color:#787878;}

.post-box .readmore {display: flex; align-items: center;justify-content: center;line-height: 1;transition: 0.3s;color:#057b95 ;margin-bottom: 1.5em; background:#fff; border:#057b95 1px solid;border-radius:3px;

 -moz-border-radius:3px; -webkit-border-radius:3px; padding: 10px; font-size: 17px; width: 140px; text-decoration: none;}

.post-box .readmore i {

line-height: 0;

margin-left: 5px;

font-size: 18px;

}

.post-box:hover .readmore {color: #fff; background: #057b95; font-weight: 400;}

 .post-box:hover .post-img img {

transform: rotate(6deg) scale(1.2);

}



/************************** End **************************/



.our-process__item--l-t:before {

    content: '';

    height: 30px;

    width: 287px;

    border: 2px dashed #bbbbbb;

    border-bottom: none;

    position: absolute;

    left: 50%;

    top: -30px;

    /*display: none;*/

}*/



/*Blog*/



.blog {

    padding: 95px 0;

    padding-bottom: 160px;

}



.blog-single {

    margin-bottom: 30px;

    margin-right: 25px;

}



.img-blog {

    margin-bottom: 20px;

}



.img-blog>a {

    position: relative;

    display: block;

    overflow: hidden;

}



.img-blog>a>img {

    width: 100%;

    -webkit-transition: all 1s ease;

    -o-transition: all 1s ease;

    -moz-transition: all 1s ease;

    transition: all 1s ease;

}



.img-blog>a>img:hover {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}



.date {

    height: 47px;

    width: 47px;

    background: #333333;

    padding: 5px;

    position: absolute;

    top: 10px;

    right: 10px;

}



.date--big {

    width: 80px;

    height: 80px;

    top: 20px;

    right: 20px;

}



.date .date__inner {

    width: 100%;

    height: 100%;

    text-transform: uppercase;

    border: 1px solid #999999;

    padding: 7px 0;

    text-align: center;

}



.date .date__inner span {

    display: block;

    color: #fff;

    font-size: 10px;

    font-weight: 700;

    line-height: 1;

}



.date--big .date__inner {

    width: 100%;

    height: 100%;

    text-transform: uppercase;

    border: 1px solid #999999;

    padding: 15px 0;

    text-align: center;

}



.date--big .date__inner span {

    display: block;

    color: #fff;

    font-size: 18px;

    font-weight: 700;

    line-height: 1;

}



.blog-title {

    margin-bottom: 3px;

    margin-top: -6px;

}



.blog-title>a {

    text-transform: uppercase!important;

    color: #333333;

    font-size: 18px;

    text-transform: none;

    font-weight: bold;

    text-decoration: none;

    outline: none;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    -moz-transition: 0.3s;

    transition: 0.3s;

}



.blog-title>a:hover {

    color: #ebcd1e;

}



.author {

    color: #999999;

    margin-bottom: 5px;

}



.blog-single .blog-content {

    margin-top: 17px;

}



.see-more {

    text-align: center;

    margin-top: 55px;

}



.blog-link__item {

    display: inline-block;

    color: #777777;

    margin-right: 15px;

}



.blog-link .blog-link__item:last-child { margin-right: 0;}



.blog-link__item>a>i { color: #777777;}



/* Client Say */



.client-say {

    padding: 50px 0;

    background: #fff;

}

.review-sec{border: #328bbf 1px solid; border-radius: 6px; padding: 10px;}

#owl-client-say.row { margin: 0;}



.client-say .title.m-b-100 { margin-bottom: 100px;}



.client-say .owl-theme .owl-nav.disabled+.owl-dots {

    margin-top: 78px;

}



.client__item {

   /* display: table;*/ background: #fff;border:#328bbf 1px solid; border-radius: 6px; padding: 10px;text-align: center;

}



/*Footer*/

/******************* modify- 13-04-26 ************************/





.footer-item h4{text-transform: uppercase; color: #fff; text-align: left;padding-bottom: 15px;}

.footer-item p{ color: #fff; text-align: left; font-size: 14px;}

.footer_item-con{display: flex; margin-bottom: 10px; color: #fff; }

.footer_item-con a{ line-height: 28px;color: #fff; font-weight: bold;}



.footer_item-con>.add-img {width:20%;}

.footer_item-con>.add-con{width: 80%;}

.footer_item-con>.add-con p a{line-height: 42px; color: #fff; font-weight: bold;}

.footer_item-con>.add-con p a:hover{color:#499fff;}

.footer-item .fa{color:#fff; font-size:27px}







footer {

    position: relative;

    /*text-align: center; as on 13-04-26*/

}



.ul--footer li {

    /*display: inline-block;

    padding: 0 15px;*/ list-style: none;



}



.ul--footer li a {

    color: #fff;

    background: url(../img/link-bullet.webp) 0px 2px no-repeat;

    padding-left: 15px;

}



.ul--footer li a:hover {

    color: #499fff;

    margin-left: 3px;

}



footer .social {

   /* margin-top: 38px;*/

}



.social__item--circle {

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

}





/*Copyright*/



.copyright {

    padding: 15px 0;

    text-align: center;

    background: #328bbf;

    color: #fff;

    font-size: 11px;

}



.copyright span {

    color: #ebcd1e;

}



/*Contact*/



.form-contact input,

textarea {

    width: 100%;

    color: #999;

    outline: none;

    padding: 10px;

    border: 1px solid #139ff1;

}



.form-contact input {

    margin-bottom: 10px;

}



.form-contact textarea {

    min-height: 190px;

}



.form-contact-wrap div>button {

    border: none;

    cursor: pointer;

    margin-top: 30px;

}

/*End Contact*/



.slide-title {

    font-family: "Montserrat";

    color: #253c6e;

    text-align: left;

    text-transform: none;

    line-height: 21px;

}

/************************************ Service page css ********************************/
/* Banner */

.page-banner{

background:url(../img/servicepage-banner.webp) center center;
background-size:cover;
padding:90px 0;
position:relative;
overflow:hidden;
}
.page-banner p{color:#fff; font-size: 17px;}

.banner-overlay{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(255,255,255,.25);
}

.page-banner .container{
position:relative;
z-index:2;
}

.page-banner h5{
color:#0055b8;
font-weight:700;
letter-spacing:1px;
margin-bottom:12px;
}

.page-banner h1{
font-size:56px;
font-weight:700;
color:#052a66;
margin-bottom:20px;
}

.page-banner nav{
font-size:15px; color:#fff;
}

.page-banner nav a{
color:#fff;
text-decoration:none;
}

.page-banner nav strong{
color:#0055b8;
}

/* Intro */

.lead{

font-size:20px;

line-height:34px;

}

.title-line{

width:70px;

height:3px;

background:#0d6efd;

margin:25px auto;

border-radius:30px;

}

/* Card */

.service-card{

background:#fff;

border-radius:12px;

overflow:hidden;

box-shadow:0 5px 25px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.service-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.service-image{

position:relative;

}

.service-image img{

width:100%;

height:210px;

object-fit:cover;

}

.service-icon{

position:absolute;

left:50%;

bottom:-40px;

transform:translateX(-50%);

width:86px;

height:86px;

border-radius:50%;

background:#0b4db8;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:22px;

border:4px solid #fff;

}
.service-icon img{ width:64px; height:64px; text-align:center; }

.service-content{

padding:45px 25px 30px;

text-align:center;

}

.service-content h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#053b8d;

}

.service-content p{

line-height:30px;

font-size:15px;

margin-bottom:20px;

}

.service-content a{

color:#0057d9;

font-weight:700;

text-decoration:none;

}

.service-content i{

margin-left:6px;

}

/******************************************* Serviecs Details inner page *****************************/

/*Text:
order-2 order-lg-1

Image:
order-1 order-lg-2
================================
order-1 → First on mobile.
order-2 → Second on mobile.
order-lg-1 → First on desktop.
order-lg-2 → Second on desktop.*/

.faq-section{
    padding: 0 0 50px 0;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h2{
    font-weight:700;
    color:#0d4d8b;
}

#faqAccordion .card{
    border:none;
    margin-bottom:15px;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}

#faqAccordion .card-header{
    padding:0;
    background:#fff;
    border:none;
}

#faqAccordion .btn-link{
    display:block;
    width:100%;
    text-align:left;
    padding:18px 55px 18px 20px;
    color:#222;
    font-weight:600;
    text-decoration:none;
    position:relative;
    font-size:17px;
}

#faqAccordion .btn-link:hover{
    text-decoration:none;
}

#faqAccordion .btn-link:focus{
    text-decoration:none;
    box-shadow:none;
}

#faqAccordion .btn-link:after{
    content:"−";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0d4d8b;
    color:#fff;
    text-align:center;
    line-height:28px;
    font-size:20px;
    font-weight:bold;
}

#faqAccordion .btn-link.collapsed:after{
    content:"+";
}

#faqAccordion .card-body{
    border-top:1px solid #eee;
    color:#666;
    line-height:1.8;
    font-size:15px;
}
/***************** Video Section *******************/
.video-section{
            padding:60px 0;
            background:#f8f9fa;
        }

        .video-title{
            text-align:center;
            margin-bottom:40px;
        }

        .video-wrapper{
            position:relative;
            width:100%;
            padding-bottom:56.25%; /* 16:9 */
            height:0;
            overflow:hidden;
            border-radius:6px;
            box-shadow:0 8px 25px rgba(0,0,0,.15);
        }

        .video-wrapper iframe{
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            border:0;
        }

@media(max-width:767px){

.greview img{width: 50%}
.service-icon img{width: 100%}

#faqAccordion .btn-link{
    font-size:13px;
    padding:16px 30px 16px 7px;
}

.section-title h2{
    font-size:28px;
}

}

/******************************************** Services inner page End *************************/

/************************************ Service page css End ********************************************/
/****************************** Contact Us page Css Start ***************************************/
.left{margin-left:0;}
.small-title{

color:#0b49b6;

font-weight:700;

font-size:14px;

letter-spacing:1px;

}

.contact-box{

display:flex;

margin-bottom:30px;

}

.icon{

width:55px;

height:55px;

background:#f4f7fb;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

color:#0b49b6;

font-size:22px;

margin-right:20px;

box-shadow:0 5px 15px rgba(0,0,0,.10);

}

.contact-box h5{

font-size:18px;

font-weight:700;

color:#0b49b6;

}

.contact-box p{

margin:0;

line-height:28px;

}

.contact-form{

background:#fff;

padding:35px;

border-radius:12px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-form h3{

margin-bottom:25px;

font-size:30px;

font-weight:700;

color:#0a2d72;

}

.form-control{

height:50px;

border-radius:5px;

font-size:15px;

}

textarea.form-control{

height:auto;

}

.btn-primary{

background:#328bbf;

border:none;

padding:12px 28px;

font-weight:600; color#fff;

}

.btn-primary:hover{

background:#253c6e;

}

/*========================*/

.map-area{

position:relative;

overflow:hidden;

border-radius:15px;

}

.map-area iframe{

width:100%;

height:420px;

border:0;

}

.map-card{

position:absolute;

left:40px;

top:40px;

background:#fff;

padding:25px;

width:310px;

border-radius:12px;

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.map-card h4{

font-size:22px;

font-weight:700;

color:#0a2d72;

}

.map-card h6{

color:#0b49b6;

margin-bottom:15px;

}

.map-card p{

line-height:28px;

}

/****************************************************** Contact us page css End ********************************************/
/******************************************************* About us page css *************************************************/

.about-section{

background:#fff;

}

.doctor-image{

background:#f5f8fd;
border-radius:15px;
overflow:hidden;
padding:20px;

}

.doctor-image img{

width:100%;

}

.sub-title{

font-size:13px;
font-weight:700;
color:#1d4fbf;
letter-spacing:.5px;

}

.ser-section-title{

font-size:36px;
font-weight:700;
color:#04286d;
margin:20px 0;
line-height: 39px;

}

.about-section p{

font-size:16px;
line-height:30px;

}

.feature-box{

background:#d6e6fa;
padding:20px;
border-radius:12px;
height:100%;
transition:.3s;
box-shadow:0 5px 20px rgba(0,0,0,.05);

}

.feature-box:hover{

transform:translateY(-5px);

}

.feature-box i{

font-size:34px;
color:#1148c2;
margin-bottom:20px;

}

.feature-box h5{

font-weight:700;
font-size:20px;
color:#062d7b;

}

.feature-box p{

font-size:15px;
margin-top:15px;

}

.mission-section{

background:linear-gradient(90deg,#02266c,#0b56df);
padding:35px 0;
color:#fff;
position:relative;

}

.mission-icon{

width:70px;
height:70px;
border:2px solid rgba(255,255,255,.3);
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:30px;

}

.mission-section h3{font-weight:700;margin-bottom:10px; color:#fff;}

.approach-section{

background:#fff;

}

.approach-section h2{

font-size:40px;
font-weight:700;
color:#02266c;

}

.approach-box{

padding:30px 20px;
border-right:1px solid #ececec;
height:100%;

}

.approach-box:last-child{

border:none;

}

.approach-box i{

font-size:36px;
color:#1148c2;
margin-bottom:20px;

}

.approach-box h5{

font-size:20px;
font-weight:700;
color:#062d7b;

}

.approach-box p{

font-size:15px;

}

/******************************************************* About us page css End **********************************************/


/*Responsive*/



@media (max-width: 1200px) {

    nav.menu-desktop {

        margin-right: 0px;

    }



    .header6 nav.menu-desktop {

        margin-right: 0;

    }



    .our-process__item {

        padding: 30px 13px;

        min-height: 210px;

    }



    .service-2__right {

        top: 47px;

    }



    .service-2__inner-body {

        padding: 30px 25px;

        width: 84%;

        margin: 0 auto;

        margin-top: 30px;

    }



    .header-wrap {

        padding: 0 20px;

    }



    .service-3__inner {

        padding: 90px 20px 60px 20px;

    }



    h2.title--small {

        white-space: normal;

    }



    .testi__speech blockquote {

        padding: 40px 30px;

        padding-right: 10px;

    }



    .our-process2__item {

        height: 240px;

        width: 240px;

        padding: 56px 0;

    }



    .our-process2__item>p {

        width: 80%;

    }



    .header4 nav>ul>li {

        padding: 46px 18px;

    }



    .header4 .header-button .search-button .form__input {

        width: 250px;

    }



    .testi__speech blockquote .big-qoute {

        left: 3px;

    }



    .blog1.blog2 .blog-item .blog-content .blog-meta .author,

    .cate,

    .time {

        display: block;

    }



    .our-process3__text {

        padding: 30px 70px;

        padding-right: 50px;

        top: 45px;

    }



    .our-team__left {

        width: 75%;

    }

}



@media (max-width: 1024px) {

    .service__item {

        min-height: 400px;

    }



    .testi .owl-theme .owl-nav .owl-prev {

        left: 20px;

    }



    .testi .owl-theme .owl-nav .owl-next {

        right: 20px;

    }



    .contact__content {

        margin-right: 17%;

    }



    .pro__text-wrap {

        padding-left: 45px;

    }



    .blog-single {

        margin-right: 0;

    }

}



@media (max-width: 992px) {

    .header-stick {

        display: none;

    }



    .title-2 {

        font-size: 30px;

    }



    #menu-canvas {

        display: none;

    }



    .header-desktop {

        display: none;

    }



    .our-process__item--l-b:after,

    .our-process__item--l-t:before {

        display: none;

    }



    header.header-mobile {

        display: block;

    }



    #menu-canvas {

        padding: 60px 30px;

    }



    .service__item {

        width: 50%;

    }



    .our-process__item {

        min-height: auto;

    }



    .service-2__left {

        width: 100%;

    }



    .service-2__right {

        width: 100%;

        position: static;

        margin-top: 30px;

    }



    .service-3__item {

        margin-top: 65px;

    }



    .service-3__item:hover {

        margin-top: 65px;

    }



    .bottom-shadow:after {

        display: none;

    }



    .service-3__inner {

        padding: 90px 35px 60px 35px;

    }



    .contact__inner {

        text-align: center;

    }



    .contact__content {

        margin: 0 auto;

    }



    .contact__inner>a {

        margin-top: 30px;

    }



    .we-are__left {

        margin-bottom: 50px;

    }



    .process-item {

        display: block;

    }



    .process-item>.process__right,

    .process__left {

        display: block;

        width: 100%;

    }



    .pro__text-wrap {

        padding-top: 30px;

        padding-bottom: 30px;

    }



    .port__text {

        margin-left: 0;

        margin-top: 50px;

    }



    .port3 .port__text {

        margin-left: 0;

        margin-top: 50px;

    }



    .port__info {

        margin-left: 0;

    }



    .port2 .col-lg-4 {

        padding-right: 15px;

    }



    .port2 .col-lg-8 {

        padding-left: 15px;

    }



    .port2__img {

        margin-top: 50px;

    }



    .port2 .port__info {

        margin-bottom: 50px;

    }



    .port2 .port__text {

        margin-top: 0;

    }



    .top-contact1 {

        display: none;

    }



    .single-product-detail {

        margin-top: 40px;

    }



    #revolution-slider4 .tparrows.gyges {

        display: none;

    }



    #revolution-slider5 .persephone.tparrows {

        display: none;

    }



    .partner {

        padding: 35px 20px;

    }



    .we-are__right {

        padding-left: 0;

    }



    .we-are__left>div {

        text-align: center;

    }

}



@media (max-width: 993px) {

    .our-process3__text {

        position: static;

        width: 100%;

    }



    .our-process3__big-img {

        float: none;

        margin-top: 15px;

        width: 100%;

    }



    .dot-wrap .slick-dots {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

        -webkit-flex-direction: row;

        -moz-box-orient: horizontal;

        -moz-box-direction: normal;

        -ms-flex-direction: row;

        flex-direction: row;

        bottom: 0;

        left: 0;

        top: auto;

        right: auto;

        width: 100%;

        height: 18%;

    }



    .dot-wrap .slick-dots li {

        height: 100%;

    }

}


@media (max-width: 991px) {

.page-banner{padding:70px 0;}

.page-banner h1{font-size:42px;}

.map-card{

position:relative;

left:0;

top:0;

width:100%;

margin-bottom:25px;

}

.our-process2__item {

        height: 270px;

        width: 270px;

        padding: 80px 0;

    }



    .our-process2__item>p {

        width: 75%;

    }



    .slide-content-2 span.color {

        font-size: 58px;

    }

}



@media(min-width: 1200px) {

    .container {

        max-width: 1200px;

    }

}



@media (max-width: 1200px) and (min-width: 992px) {

    .pro__text-wrap {

        padding-left: 45px;

        padding-right: 45px;

    }



    .process-page .pro__text>h2 {

        margin-bottom: 0;

    }



    .process-page .pro__text>h2>span {

        font-size: 50px;

    }

}



@media(min-width: 768px) {

    .slide-title-3 {

        font-size: 48px;

    }



    .slide-title-3>span {

        font-size: 48px;

    }

}



@media (max-width: 768px) {


    .service-2__inner-body .box-item .box-head {

        float: none;

    }



    .service-2__inner-body .box-item .box-body {

        margin-left: 0;

        padding-left: 0;

        margin-top: 30px;

    }



    .our-team__info:after {

        display: none;

    }



    .navigation h2 {

        float: none;

        text-align: center;

        padding: 0;

    }



    .breadcrumbs {

        float: none;

        text-align: center;

        margin-top: 10px;

    }



    .port1__img-wrap .port1-img {

        padding-right: 10px;

    }



    .port1__img-wrap {

        margin-right: -10px;

    }



    .service-img-wrap .service-img {

        padding-right: 10px;

    }



    .service-img-wrap {

        margin-right: -10px;

    }



    .service-text {

        padding-left: 0;

    }



    .blog-sidebar {

        padding-left: 0px;

    }



    .cart-button>form {

        float: none;

    }



    .cart-button>form>input[type=text] {

        display: block;

        width: 100%;

    }



    .cart-button>form>button {

        display: block;

        width: 100%;

        margin: 0;

        margin-top: 15px;

    }



    .cart-button>a {

        display: block;

        float: none;

        margin-top: 15px;

    }



    .pro-cart>span {

        margin-left: 0;

        white-space: nowrap;

    }



    .slide-title-3 {

        font-size: 34px;

    }



    .slide-title-3>span {

        font-size: 34px;

    }



    .num {

        font-size: 100px;

    }



    .head {

        font-size: 40px;

    }



    h4.pro-title {

        font-size: 28px;

    }



    .form-contact-wrap {

        padding-left: 0;

    }



    #revolution-slider2 .tp-bullets {

        display: none;

    }



    .parallax--slide-re-pro {

        padding: 30px;

    }



    #our2.title-2--special:before {

        top: 8px;

    }



    .title-2--special:after {

        width: 80px;

    }



    #our2.title-2--special:after {

        top: 14px;

        right: -120px;

    }



    .dot-wrap .slick-dots {

        height: 15%;

    }

}



@media(max-width: 767px) {

.page-banner{text-align:center;padding:55px 0;}

.page-banner h1{font-size:34px;}

.lead{font-size:17px;line-height:30px;}

.service-image img{height:220px;}
.contact-form{

padding:25px;

}

.map-area iframe{

height:320px;

}

 .sub-menu {

    position: absolute;

    left: 0;

    top: 40px;

    }

    .slide-content-2 span.color {

        font-size: 38px;

    }

.doctor-bio {margin-top: 0px; margin-bottom: 20px;}

.doctor-bio img{text-align: center; width: 100%; margin: 0 auto;}

.about-doc h4 { margin-bottom: 10px; text-align: center; margin-top: 10px;}

.about-doc h2 {text-align: center;}

.about-doc ul li{float: none; width: 100%;}

.about-doc .knowmore { margin: 25px auto 0 auto; width: 50%;}



 .uspbox{position: relative; margin: 0 auto; top:0; margin-bottom: 25px;}

 .our-process {padding: 35px 0;}

 .usp-item { display: flex; padding-bottom: 5px; border-bottom: #2da2af 1px solid;}

 .offer-detail{width: 100%;}

 ul.offer-list {width:100%;}

 .latest-project { padding-top: 25px;}

 .servicebox {margin-bottom:20px;}

 .client-say { padding: 25px 0;}

 .client-img{width:50%; margin: 0 auto;}

 .slide-content {line-height: 52px;]

 .slide-title { line-height: 22px!important; width: 70%!important;}

 .booking-sec{padding:25px 0!important;}

 .footer_item-con>.add-img{ width: 10%!important;}

.about-section .m-t-90{margin-top:0px!important;}

/* .mobileview{display: block;}*/

 

 

}



@media (max-width: 576px) {

    .testi__item blockquote>i {

        left: -30px;

    }



    .client-img{display: block;

        width: 50%; margin:0 auto;

        padding-top: 20px;

        padding-bottom: 20px;}

    .client-content {

        display: block;

        width: 100%;

        padding-top: 20px;

        padding-bottom: 20px;

    }



    .service__item {

        display: block;

        width: 100%;

    }



    .top-contact {

        display: none;

    }



    .we-are__item {

        display: block;

        margin: 0 auto;

        margin-top: 20px;

    }



    .our-process3__text {

        padding: 20px 30px;

        padding-right: 10px;

    }



    .pro-cat-name {

        top: 35%;

    }



    .user-img {

        width: 100px;

        float: none;

        margin-bottom: 20px;

    }



    .cmt-list .cmt-right {

        margin-left: 0;

        padding: 24px 10px;

    }



    .cmt-list>li.children {

        padding-left: 75px;

    }



    .blog-footer .tags {

        float: none;

        margin: 0;

        margin-bottom: 15px;

    }



    .blog-footer .share {

        float: none;

    }



    .blog-quote {

        margin-left: 30px;

    }



    .pro__text-wrap {

        padding-left: 25px;

        padding-right: 25px;

    }



    .contact2__item {

        padding: 50px 20px;

    }



    .why-choose__inner .box-body h3 {

        font-size: 20px;

    }



    .title-2--special {

        font-size: 20px;

    }



    #our1 {

        left: -40px;

    }



    #our1:before {

        top: 7px;

        left: -22px;

    }



    #our1:after {

        top: 12px;

        left: -114px;

    }

}



@media (max-width: 425px) {

    

    .pay-method {

        padding: 40px 20px;

    }



    .form-sub {

        padding: 30px 20px;

    }



    .slide-title-3 {

        display: none;

    }



    .slide-title-3>span {

        display: none;

    }



    #revolution-slider3 a.tp-caption.au-btn {

        display: none;

    }



    .pro-sorting .sort-left {

        float: none;

    }



    .pro-sorting .sort-right {

        float: none;

        margin-top: 15px;

    }



    .slide-content-2 span.color {

        font-size: 34px;

    }



    .num {

        font-size: 85px;

    }



    .head {

        font-size: 32px;

    }



    h4.pro-title {

        font-size: 24px;

    }



    .testi__item>blockquote {

        width: 70%;

    }



    .service4__content {

        padding: 30px 35px;

    }



    #pro-menu>.nav#myTab {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -moz-box-orient: vertical;

        -moz-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }



    h2.title--small {

        font-size: 26px;

    }



    .title-3 {

        font-size: 30px;

    }



    .our-process2__item {

        height: 220px;

        width: 220px;

        padding: 35px 0;

    }



    .title-detail--px-45 {

        padding: 0;

    }

}



@media (max-width: 480px) {

    #filter li {

        display: block;

        margin: 0;

        margin-bottom: 10px;

    }



    .slide-title-3 {

        font-size: 30px;

    }



    .slide-title-3>span {

        font-size: 30px;

    }

}



@media (max-width: 375px) {

    .blog1 .blog-item .blog-content .blog-meta .author,

    .cate,

    .time {

        display: block;

    }



    .form-footer>.form__input {

        max-width: 120px;

    }

}



@media (max-height: 700px) {

    .menu-canvas__inner {

        margin-top: 20px;

    }

}



@media (max-height: 550px) {

    #menu-canvas {

        display: none;

    }

}







.title > span {

    color: rgb(35, 67, 118);

    font-size: 36px;

    font-weight: 700;

}



/***************** css animation ***********/

.table-striped tbody tr:nth-of-type(odd) {

    background-color: rgba(6, 99, 153, 1)!important;

    color: #fff!important;

}

.social-popout {

    height: 48px;

    width: 48px;

    margin: 10px;

    float:left;

    -webkit-transition: all ease 0.5s;

    -moz-transition: all ease 0.5s;

    -o-transition: all ease 0.5s;

    -ms-transition: all ease 0.5s;

    transition: all ease 0.5s;

}

.social-popout img {

    border-radius: 50%;

    margin: 8px;

    width: 100%;

    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);

    -webkit-transition: all ease 0.5s;

    -moz-transition: all ease 0.5s;

    -o-transition: all ease 0.5s;

    -ms-transition: all ease 0.5s;

    transition: all ease 0.5s;

}

.social-popout img:hover {

    margin: 0px;

    box-shadow: 6px 6px 4px 4px rgba(0,0,0,0.3);

}