/*-----------------------------------------------------------------------------------
Template Name: Appy HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Ashekur Rahman Hridoy
Author URI: http://www.facebook.com/ashekur.rahman.hridoy
Version: 1.0
-----------------------------------------------------------------------------------


1. Google font
------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,900&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}
#success-alert{display:none;}
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #768ede;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4em;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 32px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8790af;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Button-Style --*/

.bttn-white {
    position: relative;
    /*background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
	background: #2f1768;
background: -moz-linear-gradient(45deg,  #2f1768 1%, #0053c4 100%);
background: -webkit-linear-gradient(45deg,  #2f1768 1%,#0053c4 100%);
background: linear-gradient(45deg,  #2f1768 1%,#0053c4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1768', endColorstr='#0053c4',GradientType=1 );

    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}



.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.bttn-white.active,
.bttn-white:hover {
    color: #ffffff;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default {
        padding: 12px 20px 12px;
    min-width: 120px;
    display: inline-block;
    color: #303030;
    text-transform: uppercase;
    text-transform: inherit;
    border-radius: 4px;
    letter-spacing: inherit;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
        border: 2px solid transparent;
	vertical-align: middle;
	background: #F6F6F6; text-align: center;
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}

.bttn-white-outline {
    background-color: transparent;
    border-color: white;
    color: white;
}
.bttn-white-outline:hover{color: white !important;}

.bttn-empty-style {
    min-width: auto;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
	color: white;
}


.bttn-empty-style:hover {
    color: #fff !important; background-color: rgba(255,255,255,0.1) !important;
}

.bttn-default:hover {
    color: #303030;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px 0 rgba(136,144,195,0.22), 0 8px 15px 0 rgba(37,44,97,0.17);
}


.bttn-white:hover {background: #E8E8E8;color: #261F8A; /*-webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);*/
}

.bttn-badge {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    border-radius: 9999px;
    padding: 5px 15px 5px 6px;
    text-decoration: none !important;
    transition: background-color .2s ease;
	    background-color: #DFEAFE;
    color: #4D61FC;
}
.bttn-badge .badge {
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    padding: 0 7px;
    white-space: nowrap;
    background-color: #4D61FC;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.bttn-badge span.bt_sp_text {
    margin-left: 10px;
    letter-spacing: 0.02em;
}
.bttn-badge span.bt_sp_arrow {
    margin-left: 9px;
    height: 1em;
    width: 1em;
    transform-origin: right center;
    transition: transform .2s ease;
	color: #4D61FC;
}
.bt_sp_arrow svg * {
    fill: #4D61FC;
}
.bttn-badge:hover .bt_sp_arrow {
    transform: translateX(3px);
}

.bttn-badge:hover{background-color: #cbddfd;
    color: #4D61FC;}

.bttn-default span.bt_sp_text2 {display: inline-block;vertical-align: middle;}

.bttn-default .bt_sp_arrow { color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    transition: opacity .2s ease,transform .2s ease;
}

.bttn-default .bt_sp_arrow .icon svg * {
    fill: white;
}
.bttn-default:hover .bt_sp_arrow {
    transform: translateX(3px);
}

.sq {
    border-radius: 3px !important; 
}

.com_mlr5{margin-left: 5px; margin-right: 5px;}

.com_ml5{margin-left: 5px;}

.com_mr5{margin-right: 5px;}

/*-- 4. Helper-Classes --*/

.section-padding-top {
    padding-top: 120px;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.upper {
    text-transform: uppercase;
}

.angle,
.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before { 
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    /*background: rgb(72, 44, 191);*/
    /* Old browsers */
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    opacity: 0.85;
    /* IE6-9 fallback on horizontal gradient */
    z-index: -2;
	background: #00396B;

}

.angle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    z-index: -1;
}

.dark-color {
    color: #434345
}

.blue-color {
    color: #5e88fc;
}

.white-color {
    color: #ffffff !important;
}

.gray-bg {
    background-color: #f5f6ff;
}

/*-- 5. MainMenu-Area --*/

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 0 20px 0;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
	background: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	box-shadow: 0 0 12px 0 rgba(21, 21, 21, 0.05);
}

.mainmenu-area.affix {
    position: fixed;
    top: 0;
}

.mainmenu-area.affix:before {
    opacity: 1;
}

.mainmenu-area.affix .navbar-brand .logo_white{display: none;}
.mainmenu-area .navbar-brand .logo_color{display: none}
.mainmenu-area.affix .navbar-brand .logo_color{display: inline-block}

.mainmenu-area.affix ul.nav.navbar-nav li a{color: #303030;}


.mainmenu-area .right-button {
    position: absolute;
    right: 15px;
    top: 12px;
}

.mainmenu-area .right-button a {
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
}

.mainmenu-area .right-button a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #768ede;
}

.mainmenu-area ul.mainmenu {
    text-align: center;
    float: none;
    display: inline-block;
}

.mainmenu-area ul.mainmenu li {
    float: none;
    display: inline-block;
    text-align: center;
}

.mainmenu-area ul.nav.navbar-nav li a {
    color: #fff;
    padding: 9px 2px 8px;
    /*text-transform: capitalize;*/
    background: transparent;
    font-weight: normal;
    border-bottom: 0;
    margin: 0 15px;
	font-size: 15px;
}
.mainmenu-area ul.nav.navbar-nav li ul li a{color: #303030; display:block;}

.navbar-nav.mainmenu ul.dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.mainmenu .dropdown-toggle i {margin-left: 3px;
    font-size: 12px;}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li.active a {
    border-bottom-color: #ffffff; border: none !important;
}
.mainmenu-area ul.nav.navbar-nav li a:hover {
	color: #1970e0;}
.mainmenu-area .mega-dropdown.open .dropdown-toggle{color: #1970e0;}

.mainmenu-area .navbar-brand {
    height: auto;
    padding: 0;
}
.navbar-collapse {
    padding-right: 0;
	padding-left: 0;}

.mainmenu-area .navbar-brand img {
    /*height: 50px;*/ max-height: 30px;
	/*width: 132px;*/ height: auto;
}

.mainmenu.menu_left{ padding-left: 25px;}

/*-- 6. Page-Title --*/

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8790af;
    font-weight: 600;
}

.text-center.page-title .title:before,
.page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*-- 7. Home-Area --*/

.home-area {
    width: 100%;
    background-color: #00396B;
	background-image: url(../images/hero_video_bg.jpg); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    /*padding-top: 20vh;
	padding-bottom: 20vh;*/
	padding-top: 200px;
	padding-bottom: 230px;
    color: #ffffff;
    margin-bottom: 0; overflow: hidden;
	/*height: 100vh; min-height: 660px;*/
}

.home-area .mobile-image {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;    position: relative;
    z-index: 2;
}
.home-area .mobile-image img {max-width: 562px; margin-left: -60px;}

.home-area{position: relative;}
/*.home-area:after {
    content: "";
    width: 100%;
    height: 220px;
    background: #fff;
    z-index: 1;
    bottom: -210px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}*/

.home_banner_logo {padding-bottom: 32px; display: block; text-align: center; padding-right: 45px;}
.home_banner_logo img {max-width: 160px;}

.home-area h1 {font-size: 3em; line-height: 1.3; color: #fff;    font-weight: 700; margin: 0;
	margin-top: 25px;
}
.home-area h1 span{display: block;}
/*.home-area .col-md-7 {padding-left: 0; padding-top: 30px;}*/

.home-area .desc p{font-size: 16px; line-height: 24px; color: #fff;    font-weight: 400; /*max-width: 480px;*/ max-width: 780px; display: inline-block;}


.healthgates_maichip_inputbg {padding: 5px 5px; width: auto; display: inline-block; float: left;}

.healthgates_maichip_inputbg input.input_textbox { color: #fff;
	border-radius: 3px; box-shadow: none !important; outline: none; width: 370px; padding: 10px 20px;
	background-color: rgba(246,246,246,0.3);
    border: 2px solid #D8DDE6;
    font-size: 14px;
    transition: border-color .2s ease,background-color .2s ease;
}
.healthgates_maichip_inputbg input.input_textbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
.healthgates_maichip_inputbg input.input_textbox::-moz-placeholder { /* Firefox 19+ */
   color: #fff !important;
}
.healthgates_maichip_inputbg input.input_textbox:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.healthgates_maichip_inputbg input.input_textbox:-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
}


.healthgates_maichip_inputbg input.input_textbox:focus {border: 1px solid #003390;}


.healthgates_maichip_inputbg input.input_textbutton{    /*background: #003390 !important; border-radius: 0;  color: #fff; cursor: pointer;border: 1px solid #003390; width: 140px;*/

background: #0263E5;
    color: #FFFFFF;
    font-size: 15.8512px;
    font-family: Montserrat;
    font-weight: 700;
    width: 136px;
    border-radius: 3px;
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    cursor: pointer; padding: 12px 10px;

}

.healthgates_maichip_inputbg input.input_textbutton:hover, .healthgates_maichip_inputbg input.input_textbutton:focus{ background: #1565C0 !important;}

#mce-error-response a {display: inline-block !important; color: #003390 !important; line-height: 22px !important;}

#mce-error-response a:hover {color: #083FA3 !important;}

#mce-error-response {color: #ff0000;}

#mce-success-response {color: green;}

.healthgates_maichip_inputbg input.input_textbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1f65e5;
}
.healthgates_maichip_inputbg input.input_textbox::-moz-placeholder { /* Firefox 19+ */
  color: #1f65e5;
}
.healthgates_maichip_inputbg input.input_textbox:-ms-input-placeholder { /* IE 10+ */
  color: #1f65e5;
}
.healthgates_maichip_inputbg input.input_textbox:-moz-placeholder { /* Firefox 18- */
  color: #1f65e5;
}

.healthgates_maichip_bg#mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 5px 35px;
    position: absolute;
    background-color: transparent;
    font-weight: 300;
    z-index: 1;
    color: red;
    left: 0;
}
.healthgates_maichip_bg #mce-responses{display: block;
    width: 100%;
    color: #fff;    float: left;
    padding-top: 5px;}



.getintouch_formbg .healthgates_maichip_inputbg input.input_textbox{color: #303030;}

.getintouch_formbg .healthgates_maichip_inputbg input.input_textbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303030 !important;
}
.getintouch_formbg .healthgates_maichip_inputbg input.input_textbox::-moz-placeholder { /* Firefox 19+ */
  color: #303030 !important;
}
.getintouch_formbg .healthgates_maichip_inputbg input.input_textbox:-ms-input-placeholder { /* IE 10+ */
  color: #303030 !important;
}
.getintouch_formbg .healthgates_maichip_inputbg input.input_textbox:-moz-placeholder { /* Firefox 18- */
  color: #303030 !important;
}

/*-- 8. Progress-Area --*/

/*-- mck --*/

.gogoodicons svg {
    width: 80px;
}

.gogoodicons {
    display: inline-block;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    margin-bottom: 15px; border-radius: 6px;font-size: 30px;
    color: #4D61FC;
}

.gogoog_box {
    padding-bottom: 15px;
}

.new_sec_2by2_bg .new_sec_img1, .new_sec_img1{border-radius: 50%;
    border: 12px solid #fff;
    box-shadow: 0px 0px 28px 10px rgb(0 0 0 / 17%);
    max-width: 500px !important;}
.d-table {display: table;}
.d-tablecell {display: table-cell;}
.v-middel {vertical-align: middle;}
.h-100{height: 100%;}

.row.vertical-align {
    display: flex;
    align-items: center;
}

.home-area.adv_alliance.patient_pg h1 {
    font-size: 65px;
}
h1.home_h1 {
    font-size: 65px;
}
.home-area.adv_alliance.patient_pg{background: url(../images/doctor_2_bg.jpg);}

.patientpg_5iconsec svg {
    max-width: 60px;
    max-height: 60px;
}

.patientpg_5icon_col p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 15px;
}
.patientpg_5icon_col p b{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}


.patientpg_7iconsec svg {
    max-width: 50px;
    max-height: 50px;
}

.patientpg_7icon_col p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 15px;
}
.patientpg_7icon_col p b{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}
.patientpg_7iconsec.primary_color_bg .ab_com_text h2 {
    color: #fff;}

.patient_banner_rightimg{border: 10px solid #fff;}

.quate_box{border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15);
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;}

.partner-slide .partner_box img {
    max-width: 200px;
    max-height: 80px;
    width: auto;display: inline-block;
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
  filter: grayscale(100%);*/
}   
.partner-slide .partner_box:hover img{-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);} 
.partner_slide_sec {
    border-radius: 8px;
    /* box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15); */
    /* background: #f9f9f9; */
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.partner_box {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgb(37 44 97 / 12%);
    height: 100px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.box3_sec_box {text-align: center;}

.box3_section {padding-top: 70px; padding-bottom: 60px;}

.box3_section .row {max-width: 900px; margin: 0 auto; display: inline-block;}

.box3_section .row ul{padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;}
.box3_section .row ul li{ margin: 0 20px 0;}

.box3_section li .box3_sec_box img {width: auto; margin-bottom: 10px; max-height: 32px; max-width: 190px;}

.box3_section li:first-child .box3_sec_box img{max-height: 27px;}
.box3_section li:last-child .box3_sec_box img{max-height: 24px;}

.box3_sec_box h3 {color: #13034f;font-size: 21.795px; margin: 0 0 16px; font-weight: 600; line-height: 31px;}

.box3_sec_box p{color: #13034f;font-size: 15.851px; margin: 0 0 10px; line-height: 26px; font-weight: 300; padding: 0 18px;}

.section_bg_gray {background: #f9f9f9;}

.progress-area {
    background-image: url('../images/progress-bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin-top: 90px;
    margin-bottom: 220px;
}

.progress-area .mobile-image {
    margin-top: -90px;
    margin-bottom: -153px;
}

.pad-lr-0{padding-left: 0; padding-right: 0;}

.row2line { text-align: center;}

.row2line .col-md-3{float: none; margin: 0 auto;}

/*-- 9. Video-Area --*/

.video-area {
    background-image: url('../images/video-bg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-bottom: 120px;
}

.video-photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.video-photo > img {
    width: 100%;
}

.video-area a.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

/*-- 10. Feature-Area --*/

.feature-area .mobile-image img {/*max-width: 268px;*/}

.page-title h3 {     color: #303030;
    font-size: 31.702px;
    font-weight: 600;
    line-height: 45px;margin-bottom: 7px;}
.page-title p {     color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
        line-height: 1.4;}

.page-title h2 {     color: #303030;
        font-size: 32px;
    font-weight: 700;
    line-height: 45px;margin-bottom: 15px;}


.feature-area {
    color: #ffffff;
    /*background-color: #5e88fc;
    background-image: url('../images/feature-bg.png');
    background-position: bottom -120px center;
    background-repeat: no-repeat;
    background-size: auto 94%;*/
	    /*background: #2f1768;
background: -moz-linear-gradient(left,  #2f1768 0%, #0053c4 100%);
background: -webkit-linear-gradient(left,  #2f1768 0%,#0053c4 100%);
background: linear-gradient(to right,  #2f1768 0%,#0053c4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1768', endColorstr='#0053c4',GradientType=1 );*/
	background: #fff;
    margin-bottom: 112px;
}
.feature-area.section-padding-top {padding-top: 50px;}

.feature-area .page-title .title {
    color: #ffffff;
}

.feature-area .mobile-image { text-align: center;
   /* margin-bottom: -142px;*/
}


.matt_sec_img img {max-width: 160px;}

.matt_sec_img {display: block; padding-left: 50px;}

.matt_sec_text {display: block; margin-left: 270px; padding-top: 80px; padding-bottom: 65px; /*background: url(../images/quote.png) no-repeat 20px center;*/ background-size: contain;}

.matt_sec_text p{display: block; margin:  0 0 10px;
	font-size: 21.7952px;
    line-height: 31px; color: #000000;    font-style: italic;}

.matt_sec_text h3{display: block; margin:  0 0 10px;font-size: 19.8144px;
    line-height: 28px; color: #606060;}

.br_sp {display: block;}

.matt_section .row{position: relative;}

.matt_section .row .col-md-4 {position: absolute; left: 0; top: 0;padding-top: 70px;}

.matt_section .row{}

.section-padding.matt_section {
    padding-top: 50px;
    padding-bottom: 0;
}

.faq_text_bg_bg {padding-left: 45px; padding-right: 45px; padding-bottom: 40px;}

.faq_text_bg_bg h3{font-size: 18px;  line-height: 24px; color: #000000; margin: 0; display: block; text-align: left;}

.faq_text_bg_bg p{font-size: 14px;  line-height: 25px; color: #606060; margin: 0;}

.faq_text_bg_bg .col-lg-4 {    padding-right: 50px;}

.footer-area .page-title p{font-size: 20.8048px;  line-height: 29px; color: #303030; margin: 0;}

.footer-mailchip {display: inline-block;}

.footer-area .section-padding {
        padding-top: 50px;
    padding-bottom: 40px;
}

.home-area.adv_alliance h1 { font-size: 70px;}
h1.home_h1 { font-size: 65px; font-weight: 700; color: #303030;}
h1.home_h1 sup { font-size: 34%; top: -1.3em;}
.home-area.adv_alliance.patient_pg h1 sup { font-size: 34%; top: -1.3em;}
.d-inblock {display: inline-block !important;}
.home-area.adv_alliance{background: url(../images/happy-senior.webp); background-size: cover;
    background-repeat: no-repeat; background-position: center top;}
.ab_com_text22 p {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 100%;
}

.ab_com_text22 {background: #fff; margin-top: -200px; z-index: 1; padding: 55px 70px; border-radius: 4px; box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15);}

.ab_com_text33 {padding: 15px;}
.ab_com_text33 a{color: #fff !important;}

.adv_alliance_textsec.box3_section .row {   max-width: 1100px;}


.pl-0 {padding-left: 0;}
.pr-0{padding-right: 0;}
.pt-0 {padding-top: 0;}
.pb-0{padding-bottom: 0;}
.plr-0{padding-left: 0;padding-right: 0;}
.ptb-0{padding-top: 0;padding-bottom: 0;}

.blog_pg_header {
    background: none;
    padding-top: 0; padding-bottom: 0;
}
.blogpg_headingbox {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    border-radius: 4px!important;
    background: #fff; padding: 50px 25px; margin-top: -200px;position: relative;
    z-index: 1;
}
.blogpg_textbg{padding-top: 100px; padding-bottom: 50px;}
.blogpg_profileimg {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    display: inline-block;
    position: relative;
    margin-bottom: -100px; margin-top: 20px;
}
.blogpg_textbg p{color: #3d3d3d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8; padding-bottom: 8px;}
.blogpg_headingbox h1 {
       color: #303030;
       font-size: 50px;
       font-weight: 600;
       line-height: 1.4;
   }

.blogpg_badge {background-color: #cbddfd;
    color: #4D61FC;align-items: center;
    font-size: 16px;
    border-radius: 9999px;
    padding: 5px 15px 5px 15px;}   
.blogpg_textbg p a{color: #4D61FC;}
.inner_blog_pg_bannerimg { max-height: 500px;}
.inner_blog_pg_bannerimg:before {content:" ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;opacity: 0.55;z-index: 1;background: #00396B;}

/*-- 11. Service-Box --*/

.service-box {
    position: relative;
        padding-left: 30px; padding-top: 20px;
    text-align: left; padding-bottom: 20px;
}

.service-box .box-icon {position: inherit !important; display: inline-block; margin-right: 15px; margin-bottom: 15px; vertical-align: middle; margin-top: 5px;}

.team-slide .owl-controls .owl-nav > div, .press-slide .owl-controls .owl-nav > div,
.service-box .box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    /*background: rgb(72, 44, 191);*/
    /* Old browsers */
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
	
    z-index: 1;
    color: #97a2b4;
}

.team-slide .owl-controls .owl-nav > div:hover, .press-slide .owl-controls .owl-nav > div:hover,
.service-box:hover .box-icon {
    color: #0070e0;
}

/*.team-slide .owl-controls .owl-nav > div:before,
.service-box .box-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
*/
.team-slide .owl-controls .owl-nav > div:hover:before, .press-slide .owl-controls .owl-nav > div:hover:before,
.service-box:hover .box-icon:before {
    opacity: 0;
}

.service-box h4 {
       margin-bottom: 5px; display: inline-block; vertical-align: middle;
        text-transform: uppercase;
    font-size: 12px;
        font-weight: 700;
    line-height: 1.3;
    color: #303030;
}
.service-box p {
	    margin-bottom: 10px;
    color: #3d3d3d;
        font-size: 16px;
    line-height: 1.15;
    font-weight: 400;
	display: block;
	    opacity: 0.85;
}


/*-- 12. Testimonial-Area --*/

.testimonial-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.team-box {
    position: relative;
    padding: 20px;
    margin-top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

/*.team-box:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}*/

.team-box .team-image {
    width: 100%;
    height: auto;
    text-align: center;
	
}
.team-box .team-image img{ max-width: 170px;display: inline-block;}

.team-box h4 {
    color: #5e88fc;
    font-weight: 600;
    font-size: 20px;
}

.team-box h6.position {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.team-slide .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.team-slide .owl-controls .owl-nav > div.owl-next {
    right: auto;
    left: 100%;
}

.press-slide .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.press-slide .owl-controls .owl-nav > div.owl-next {
    right: auto;
    left: 100%;
}


/*-- 13. Gallery-Area --*/

.gallery-area {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    /*background: rgb(72, 44, 191);*/
    /* Old browsers */
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    /* IE6-9 fallback on horizontal gradient */
    /*color: #ffffff;*/
	/*background: #2f1768;
background: -moz-linear-gradient(45deg,  #2f1768 1%, #0053c4 60%, #3873c1 100%);
background: -webkit-linear-gradient(45deg,  #2f1768 1%,#0053c4 60%,#3873c1 100%);
background: linear-gradient(45deg,  #2f1768 1%,#0053c4 60%,#3873c1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1768', endColorstr='#3873c1',GradientType=1 );*/
	background: #fff;
	position: relative;

}

/*.gallery-area:after {
    content: "";
    width: 100%;
    height: 220px;
    background: #fff;
    z-index: 1;
    bottom: -210px;
    background-color: #fff;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}*/

.gallery-slide .owl-stage-outer {
    background: url('../images/mobile-screen.png') no-repeat center right / auto 100%;

}

.gallery-slide .item {
    margin: 58px 17px 70px 15px;
    overflow: hidden;
    border-radius: 2px;
}

.gallery-slide .owl-controls {
    position: static;
    text-align: right;
    padding-right: 80px;
}

.gallery-slide .owl-controls .owl-nav > div {
    display: inline-block;
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: rgba(72, 44, 191, 1);
    margin: 5px;
}

.gallery-slide .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 3px;
}

.gallery-slide .owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 50%;
    background-color: #164cb9;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-slide .owl-controls .owl-dots .owl-dot.active span {
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

/*-- 14. Download-Area --*/

.download-area {
    background-image: url('../images/download-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: 100px;
    color: #ffffff;
}

.download-area .mobile-image {
    margin-top: -106px;
    margin-bottom: -200px;
}

/*-- 15. Price-Area --*/

.price-box {
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #8790af;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-box:hover {
    -webkit-box-shadow: 0 0 50px -15px #4d43c6;
    box-shadow: 0 0 50px -15px #4d43c6;
}

.price-box .price-header {
    background-color: #f2f3fc;
    padding: 40px;
    color: #768ede;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-box .price-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f3fc;
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-box:hover .price-header {
    color: #ffffff;
}

.price-box:hover .price-header:before {
    opacity: 0;
}


.price-box .price-header .price-icon {
    font-size: 60px;
    margin-bottom: 10px;
}

.price-box .price-header h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 3px;
}

.price-box .price-body {
    padding: 40px;
}

.price-box .price-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-box .price-rate {
    color: #768ede;
    margin-bottom: 40px;
    font-size: 20px;
}

.price-box .price-rate sup {
    top: -20px;
    font-size: 26px;
}

.price-box .price-rate .rate {
    font-size: 56px;
}

.price-box .price-footer {
    margin-bottom: 40px;
}

.price-box .price-footer .bttn-white {
    padding: 13px 50px;
}

.price-box .price-footer .bttn-white:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
    left: 2px;
    top: 2px;
}

/*-- 16. Questions-area --*/

.questions-area {
    /*background-color: #f5f6ff;*/
}

.toggole-boxs {
    margin-top: -20px;
}

.toggole-boxs h3 {
    font-size: 18px;
    background-color: #f0f3f5;
    margin-bottom: 0;
    margin-top: 20px;
    outline: none;
    padding: 20px 30px 20px 60px;
    color: #000;
    cursor: pointer;
    position: relative;
}

.toggole-boxs h3:before,
.toggole-boxs h3:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 10px;
    height: 2px;
    background-color: #434345;
}

.toggole-boxs h3:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.toggole-boxs h3.ui-state-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.toggole-boxs div {
    background-color: #ffffff;
    padding: 15px 30px 20px 60px;
}

/*-- 17. Subscribe-Form --*/

.subscribe-area {
    background: url('../images/subscribe-bg.jpg') no-repeat scroll center center / cover;
}

.subscribe-form {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 5px;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form form .control {
    width: 100%;
    height: auto;
    padding: 15px 180px 15px 30px;
    border-radius: 100px;
    border: 1px solid #5e88fc;
}

.subscribe-form form .bttn-white {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}


/*----Video section---*/

.video_section_bg {background: #f9f9f9;}

.video_btnandtextbg {display: block; text-align: center; margin: 0;}

.video_btnandtextbg_1 {display: inline-block; text-align: center; margin: 0;}

.video_btnandtextbg_1 h3 {margin: 0 0 15px; display: block; color: #13034f;
    font-size: 31.702px;
    font-weight: 600;
    line-height: 45px;}

.video_btnandtextbg_1 a {margin: 0 0 10px; display: inline-block; text-decoration: none; background: url(../images/play.png) no-repeat center; background-size: 100% auto; width: 70px; height: 70px;}

.video_btnandtextbg_1 p{color: #8D93A9;
    font-size: 16.842px;
    font-weight: 300;
    line-height: 27px;
    max-width: 300px;}

.mfp-arrow {display: none !important;}
.mfp-wrap {	z-index: 10000;}
.mfp-bg {z-index: 10000;}


.about_2side_sec {
    padding: 0;
}
/*.ab_com_img img {border-radius: 6px;}*/

.ab_left_imgtext {padding-top: 0; padding-bottom: 50px;}

.ab_left_imgtext .ab_com_text {padding-left: 70px;}

.ab_left_imgtext .ab_com_text h2{ font-size: 32px;  line-height: 1.4; font-weight: 400}

.ab_right_imgtext {padding-top: 30px; padding-bottom: 0;}

.ab_left_imgtext .ab_com_img img { max-width: 362px; margin-left: 44px;}

.ab_right_imgtext .ab_com_text {
    /*padding-left: 59px;*/
	padding-top: 40px;
}

.ab_right_imgtext .ab_com_text p {max-width: 450px;}

.ab_right_imgtext .ab_com_img img {max-width: 573px; width: 100%;}

.ab_com_text h2{color: #303030;font-size: 31.702px; font-weight: 600;     line-height: 1.3;}
.ab_com_text h3{color: #303030;font-size: 25px; font-weight: 600;     line-height: 1.2;}
.ab_com_text h4{color: #303030;font-size: 20px; font-weight: 600;     line-height: 1;}
table.costtable th {
    background: #dfeafe;
    color: #fff;
    background: #00396b; font-size: 15px;padding: 15px 10px;
}

table.table.table-bordered.costtable {
    border: 1px solid #cddfff;
    border-radius: 5px;
    overflow: hidden;
}

table.table.table-bordered.costtable td {
    border: 1px solid #cddfff;
    padding: 15px 10px;
    color: #00396b;
    border-bottom: 0;
    background: #dfeafe;
}
table.table.table-bordered.costtable tr:last-child td{border-bottom: 1px solid #cddfff;}
table.table.table-bordered.costtable th {
    border: 1px solid transparent;
    padding: 15px 10px;
}
table.table.table-bordered.costtable th:first-child {border-top-left-radius: 5px;}
.ab_com_text h2 span {display: block;}

.ab_com_text p {color: #3d3d3d;font-size: 16px; font-weight: 400; line-height: 1.4; max-width: 470px;}

.ab_com_text {padding-top: 13px;}

.ab_com_text .bttn-badge {margin-top: 30px;}

.w-100{width: 100% !important; max-width:none !important}
.mb-2 {margin-bottom: 20px;}
.d-block {display:block;}
/*.optimize_fund_section h2 {color: #13034f;
    font-size: 31.702px;
    font-weight: 600;
    line-height: 45px;}

.optimize_fund_section .page-title p{color: #8d93a9;
    font-size: 16.842px;
    font-weight: 300;
    line-height: 27px;
}*/
.primary_color_bg .white_text h2, .primary_color_bg .white_text p, .primary_color_bg .white_text h3, .primary_color_bg .white_text h4 {color:#fff;}
.m3iconimg {width: 60px;}
.primary_color_bg .white_text p{}
.w-80 {width: 80%;}

.press-slide .press-image {text-align: center;}

.press-slide{ margin-top: 60px;}

.press-box {display: inline-block; padding: 10px; vertical-align: middle;}

.press-slide.owl-carousel .owl-item img{width: auto; max-width: 89px; max-height: 50px;
-webkit-filter: grayscale(1); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* W3C */
}

.press-slide.owl-carousel .owl-item {text-align: center;}

.header_demo_bu {
    cursor: pointer;
    text-align: center;
    display: inline-block;
       border: 1px solid #0070e0;
    border-radius: 50px;
    padding: 5px 15px;
    text-decoration: none;
    transition: background-color .5s,border-color .5s;
    background-color: #0070e0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.header_demo_bu:hover{opacity: 0.8; color: #fff;}


.getintouch_container {max-width: 300px; margin: 0 auto; width: 100%; text-align: center;}

.getintouch_container .form-group .form-control{
	color: #000000;
    background-color: #FFFFFF;
	font-size: 15px;
    height: 43px;
	border: 1px solid #A3BAC6;
    border-radius: 3px;
	width: 100%;    padding: .5rem .625rem .5625rem; font-weight: 300;
	
}
.getintouch_container .form-group .btn{background: #261F8A;
    color: #FFFFFF;
    font-size: 17.834px;
    font-weight: 700;
    height: 52px;
    width: 100%;
    border-radius: 3px;    cursor: pointer;
    min-height: 100%;
	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;

}
.getintouch_container .form-group .btn:hover {
    background: #1565C0;
	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}
.error{border: 1px solid #ff0000 !important;}

.getstarted_section h3{font-size: 20px; color: white; font-weight: 700;  line-height: 1.3;}

.getstarted_section h3 span {display: block;}

.getstarted_section{ /*background-color: #00396B; color: #fff;*/}

.primary_color_bg{background-color: #00396B; color: #fff;}

.getstarted_section span.sub_top_title{opacity: 0.8; line-height: 1.15; font-size: 14px;}

.container.container-mid {
    max-width: 900px;
}
.container.container-medium {
max-width: 1080px;
}
.getstarted_section .bttn-default {margin-top: 28px;}



.try_healthgates_section .col-md-6 img {max-width: 525px; width: 100%; height: auto;}

.try_healthgates_section .col-md-6 {text-align: center;}

.try_healthgates_section .col-md-6 h2{color: #303030;
    font-size: 31.702px;
    font-weight: 600;
    line-height: 1.3;}

.try_healthgates_section .col-md-6 p { 
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 450px;
}

.try_healthgates_section .col-md-6 h2 span {
    display: block;
}

.try_healthgates_section .col-md-6.text-left {text-align: left;}

.try_healthgates_section .bttn-badge {
    margin-top: 30px;
}

.whitepaper_section, .team_area {padding-top: 0;}

.whitepaper_box_backbox{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-3deg);
    box-shadow: 0 2px 4px 0 rgba(136,144,195,0.2), 0 5px 15px 0 rgba(37,44,97,0.15);
    background-color: white;
}

.whitepaper_box_orginbox {
    padding: 60px 90px 35px;
    box-shadow: 0 2px 4px 0 rgba(136,144,195,0.2), 0 5px 15px 0 rgba(37,44,97,0.15);
    background-color: white;
	position: relative;
    z-index: 10;
}
.whitepaper_box_orginbox h3{ margin-top: 0.5em;  font-weight: 700;  line-height: 1.3;font-size: 18.7px; color: #303030;}
.whitepaper_box_orginbox p{margin-bottom: 1em;  margin-top: 1em;font-size: 16px;    color: #3d3d3d; line-height: 1.4;}

.whitepaper_box_bg {position: relative; margin-bottom: 26px;}

.whitepaper_box_orginbox .bttn-badge {margin-bottom: 14px; margin-top: 20px;}


/*.healthgates_maichip_bg#mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 5px 35px;
    position: absolute;
    background-color: transparent;
    font-weight: lighter;
    z-index: 1;
    color: red;
    left: 0;
}*/ 
.healthgates_maichip_bg #mce-responses{display: block;
    width: 100%;
    color: #fff;    float: left;
    padding-top: 5px;}


.newsletter_section_bg { text-align: center;}

.newsletterbtnandtextbg {display: block; text-align: center; margin: 0;}

.newsletter_btnandtextbg_1 {display: inline-block; text-align: center; margin: 0;}

.newsletter_btnandtextbg_1 h3 {margin: 0 0 15px; display: block; color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;}

.newsletter_form_bg {margin-top: 50px;    display: inline-block;
    margin: 0 auto;
    max-width: 523px;
    position: relative;}

.dis_block {display: block;}


.meet_dr_iframebg { width: 100%; margin-top: 0;
border-radius: 10px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0 12px 44px 0 rgba(0,0,0,0.1);
    background-color: #303030;
	    overflow: hidden;
    position: relative;
	display: inline-block;
}

.meet_dr_iframebg iframe{position: relative;
    z-index: 10;
width: 100%;height: 350px;}

.team-bg{}

.team_items_bg {padding: 10px 15px;}

.profile_box {
    /*width: 260px;*/
    padding: 25px 20px 10px;
    margin: 0 0 20px;
    background-color: white;
    box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15);
    border-radius: 10px;
    text-align: center;
}

 .profile_img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 50%;
    box-shadow: 0 7px 25px 0 rgba(37,44,97,0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
	     overflow: hidden;
}
.profile_box b{
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; display: block; color: #3d3d3d;
}
.profile_box span {background-color: #E9F1FF;margin-bottom: 15px;
color: #4D61FC;
display: inline-block;
    padding: 4px 12px;
    border-radius: 99px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.profile_links {display: block;margin-bottom: 15px;}

.profile_links a{opacity: 0.2;display: inline-block;
    text-decoration: none;
    transition: opacity .2s ease,transform .2s ease,box-shadow .2s ease;}
.profile_links a img {
    max-width: 18px;
    max-height: 18px;
    width: 100%;
}

.profile_links a:hover {
    opacity: 0.5;
    transform: translateY(-2px);
}

.readytowork_box {display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(136,144,195,0.2), 0 5px 15px 0 rgba(37,44,97,0.15);
    background-color: white;}

.readytowork_box h2{
    font-weight: 700;
    line-height: 1.3;
    color: #303030;
font-size: 24px;

}
.readytowork_box span{font-size: 14px;
    line-height: 1.4;
opacity: 0.6; color: #3d3d3d;}

.readytowork_heading_box {max-width: 270px;}

.getintouch_formbg {width: calc(100% - 300px); text-align: center; position: relative;}

.getintouch_formbg .bttn-default {box-shadow: 0 2px 4px 0 rgba(136,144,195,0.2), 0 5px 15px 0 rgba(37,44,97,0.15);}

.video_over_a:before {content:" "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background-color: rgba(0, 0, 0, 0.22); background-image: url(../images/play-sign.png); background-repeat: no-repeat; background-position: center; background-size: 55px 55px;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}
.video_over_a {display: inline-block; position: relative;}
.video_over_a:hover:before {background-color: rgba(0, 0, 0, 0.52);
	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}

.hoalding_video_bg video {
    width: 100%;
    height: auto;
}

.hoalding_video_bg {
    width: 100%;
    height: 100%;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute; z-index: -3;
}


.d-inlineblock {display: inline-block !important;}


.footer_social_bg {
    display: block;
    text-align: center;
    padding-top: 15px;
}

.footer_social_bg a {
    margin: 4px;
    display: inline-block;
}

.footer_social_bg a img {
    max-width: 40px;
}

.footer_social_bg a:hover {opacity: 0.8;}




/*magamenu*/

.mega-dropdown {
  position: static !important;
  /*width: 100%;*/
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
	box-shadow: 0 0 35px -10px rgba(102,120,109,.6); border-radius: 5px !important;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
	display: none;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
	display: none;
}

.mainmenu-area .mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mainmenu-area .mega-dropdown-menu > li > ul > li {
  list-style: none;
	display: block !important;
}

.mainmenu-area .mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mainmenu-area .mega-dropdown-menu > li ul > li > a:hover,
.mainmenu-area .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mainmenu-area .mega-dropdown-menu .dropdown-header {
  color: #13034f;
  font-size: 16px;
  font-weight: 500; padding: 0 !important;
}

.mainmenu-area .mega-dropdown-menu form {
  margin: 3px 20px;
}

.mainmenu-area .mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.mainmenu-area .container {position: relative;}

.mainmenu-area .mega-dropdown-menu > li.megamenu_inner_block {float: left;}

.mainmenu-area .mega-dropdown-menu .divider {float: none; text-align: left; display: block;}

.mainmenu-area .mega-dropdown-menu > li.megamenu_inner_block a { text-align: left; display: block;}

.mainmenu-area .mega-dropdown-menu li ul li {display: block; text-align: left;}

.mainmenu-area .nav.navbar-nav .mega-dropdown-menu li ul li a{display: block; text-align: left; margin: 0;padding: 8px 12px;}

.megamenu_blog_view {display: block;}

.menu_blog_list {display: block;}
.mainmenu-area .nav.navbar-nav .mega-dropdown-menu li ul li .menu_blog_list a:hover { display: block;
    border-bottom-color: #ffffff;
    border: none !important;
    background-color: #f5f5f5;
}

.white_banner .mainmenu-area ul.nav.navbar-nav li a {
    color: #303030;
}

.white_banner img.logo_white {
    display: none;
}

.white_banner .mainmenu-area .navbar-brand .logo_color {
    display: block;
}


/* // magamenu*/



.mailerlink{background: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 20px;
    color: #303030;
    text-decoration: none;
    font-style: normal !important;}
.mailerlink i {font-style: normal !important;}
.text_right {text-align: right !important;}

.workflow_bg{background: url(../images/workflow_bg.png) no-repeat;position: absolute;width: 308px;height: 241px;right: 0;bottom: 0;margin-bottom: -95px;background-size: 100% auto;}
.pb-2 {
    padding-bottom: 20px;
}


.contact_successbox{position:fixed;top:0;left:0;right:0;z-index: 9999;border-radius: 0;padding: 25px 15px;}

.contact_succe_svg svg {   width: 46px;}

.contact_succe_svg {
    float: left;
    padding-right: 20px;
}
.contact_modal .modal-footer {  text-align: center;}

.contact_modal .form-group {  padding-bottom: 20px;  margin: 0;}

.contact_modal .modal-body .row .col-md-12:first-child{padding-top: 15px;}

.contact_modal .form-control {color: #000;font-size: 16px;}

.contact_modal .form-controltextarea{height: 120px;  resize: none;}




/*-- 18. Footer-Area --*/

.footer-area {background: #F0F4F7;}

.footer-box {
    text-align: center;

}

.footer-area a {color: #8790af;}
li.rights {
    font-size: 14px;
}
.footer-area a:hover {opacity: 0.8;}

.footer-area h3{font-size: 18.5px; font-weight: 700;
    line-height: 1.3;
    color: #303030; margin: 0; padding-bottom: 20px;}

.footer_resources ul {display: block; list-style: none; margin: 0; padding: 0;}

.footer_resources ul li {display: block; list-style: none; margin: 0; padding: 0 0 10px;}

.footer_resources ul li a{color: #303030;font-size: 14px;
    font-weight: 400;
    line-height: 1.15;
    max-width: 300px;}

.footer_social_media ul {display: block; list-style: none; margin: 0; padding: 0;}

.footer_social_media ul li {display: inline-block; list-style: none; margin: 2px 5px; padding: 0;}

.footer_social_media ul li img {
    max-width: 18px;
    max-height: 18px;
    width: 100%;
}
.footer_social_media ul li a{ display: inline-block; transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer_social_media ul li a:hover{opacity: 0.8;
    transform: translateY(-2px);
}

.footer_about img {margin-bottom: 20px;width: 120px;
    height: auto;}

.footer_about p{color: #303030;font-size: 15.851px;
    font-weight: 400;
    line-height: 26px;
    max-width: 300px; margin: 0; padding-bottom: 1px;}

.footer_about p.rights { color: rgba(48,48,48,0.3);font-size: 14px;
    line-height: 1.4;}

.footer-box .box-icon {
    width: 75px;
    height: 75px;
    margin: auto auto 30px auto;
    text-align: center;
    line-height: 75px;
    color: #ffffff;
    font-size: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    /*background: rgb(72, 44, 191);*/
    /* Old browsers */
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
	background: #2f1768;
    background: -moz-linear-gradient(left, #2f1768 0%, #0053c4 100%);
    background: -webkit-linear-gradient(left, #2f1768 0%,#0053c4 100%);
    background: linear-gradient(to right, #2f1768 0%,#0053c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1768', endColorstr='#0053c4',GradientType=1 );
    border-radius: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-box .box-icon:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 2px solid #ffffff;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.footer-box:hover .box-icon {
    color: #5e88fc;
}

.footer-box:hover .box-icon:before {
    background-color: #ffffff;
}

.footer-bottom {
    padding: 0;
    background: #F0F4F7;
}

.footer-bottom .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-bottom .footer-menu ul li {
    display: inline-block;
}

.footer-bottom .footer-menu ul li a {
    padding: 10px;
    color: #3b3b3b;
}

.footer-bottom .footer-menu ul li a:hover {
    color: #2f1768;
}
.footer-bottom .right_sp {font-size: 14.8608px; color: #fff; line-height: 21px; font-weight: 300;}

.footer_bottom_links {display: inline-block; margin: 0 auto; padding: 0;}

.footer_bottom_links li {display: inline-block; list-style: none; margin: 5px 5px;}

.footer_bottom_links a{color: rgba(48,48,48,0.3);font-size: 12px; font-weight: 400;}
.footer_bottom_links a:hover{color: rgba(48,48,48,0.5);}

.footer-bottom .container-medium{border-top: 1px solid #D8DDE6; padding-top: 25px; padding-bottom: 22px;}


/*-- 19. ScrollUp-Button --*/

#scrollUp {
    right: 0;
    bottom: 0;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #4D61FC;
	background: #E9F1FF;
	margin-right: 4px;
	margin-bottom: 4px;
}

.preloader {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloader span { opacity: 0.5;
    /*background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: auto;
    /*-webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;*/
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-webkit-keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
}

@keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
}

/*-- 20. Blog-Post --*/

.site-header {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
    padding: 180px 0 120px;
}

.site-header a {
    color: #ffffff;
}

.breadcrumb {
    background: none;
    display: inline-block;
    margin-top: 10px;
    padding: 0;
}


.post-single:after {
    content: "";
    clear: both;
    display: table;
}

.post-single {
    padding: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.single-post .post-single {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-post .post-single .post-media {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.post-single.sticky .post-media {
    width: 55%;
    float: left;
    margin-right: 60px;
}

.post-single .post-media {
    overflow: hidden;
    border-radius: 3px;
}

.post-single .post-media img {
    width: 100%;
}

.post-single .post-meta {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-single .post-body .post-meta .post-tags {
    float: left;
}

.post-single .post-body .post-meta .post-date {
    float: right;
}

.post-single .post-body h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.post-single .post-body .read-more {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    color: #768ede;
}

.post-single .post-body .read-more:after {
    content: '\e87a';
    font-family: 'Linearicons-Free';
    margin-left: 5px;
}

/*-- 21. Pagination --*/

.pagination .nav-links {
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.pagination {
    text-align: center;
    margin-top: 80px;
    width: 100%;
}

.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
}

.pagination .nav-links .page-numbers:hover {
    color: rgb(72, 44, 191);
    background-color: #f5f6ff;

}

.pagination .nav-links .page-numbers.current {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
}

.post-single blockquote {
    padding: 50px 160px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 26px;
    line-height: 1.6em;
    border: none;
    color: #626264;
    background-color: #f4f4f4;
    border: 30px solid #ffffff;
    font-style: italic;
}

/*-- 22. Comment-Respond --*/

.comment-respond h4,
.comments-area .comment-heading {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #434345;
}

.comments-list,
.comments-list ul {
    list-style: none;
}

.comments-list .comment {
    position: relative;
    padding-left: 130px;
}

.comments-list .comment .comment-pic {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.comments-list .comment .comment-content .comment-header {
    color: #434345
}

.comments-list .comment .comment-content .comment-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.comments-list li li .comment .comment-pic {
    width: 80px;
    height: 80px;
}

.comments-list li {
    margin-bottom: 30px;
}

/*-- 23. Form-Stype --*/

.form-control {
    border-radius: 2px;
    padding: 15px 20px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-double .box {
    width: calc(50% - 15px);
    float: left;
}

.form-double .box.last {
    float: right;
}


.mb-0 {
    margin-bottom: 0;
}

.mob_banner_bg{ background: #131842 !important;padding: 55px 0 !important;}
.mob_banner_bg:before{background-color: #131842 !important; opacity: 1; border-bottom-left-radius: 25px;  border-bottom-right-radius: 25px;}

.mob_screenbox {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    border-radius: 15px !important;
    background: #fff;
    padding: 15px 15px;
    margin-top: -80px;
    position: relative;
    z-index: 1;text-align: left;
}
.mob_listp {display:block; text-align:left; margin: 0;
    padding: 0 0 18px;}
.mob_screenbox h1 {
    color: #000;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding: 0 0 25px;
}

.mob_screenbox h4 {
    color: #000;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding-bottom: 16px;
}

p.mob_listp b {
    color: #000;
    font-family: "Red Hat Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    display: block;
    opacity: 0.5;
}

p.mob_listp span {
    color: #000;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding-top: 4px;
}

a.mob_close_bu {
    border-radius: 10px;
    background: #1BB4E9;
    width: 100%;
    display: block;
    color: #FFF;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 16px;
}

.profile_page_container {padding: 0 15px;}


.mypatientqr_imgbg {
    background-image: url(../images/mypatientqr-healthcare-img.png); 
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
        width: 100%;
    height: 100%;

}
ul.maypqrapp_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.maypqrapp_ul li {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1.4;
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 40px;
    position: relative; min-height: 35px; text-align: left;
}
.maypqrapp_ul svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px; margin-top: 5px;
}

.workflow_bg.pro_serv_bg {
    background: url(../images/products-and-services-img.png) no-repeat; background-size: 100% auto;
}

.mobile_profilepg .container {max-width:600px;}

.profile_imgtextbg {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 25px;
}

.profile_imgbg {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    border: 5px solid rgb(255 255 255 / 18%);
}

.profile_imgbg img {
    width: 100%;
}

.pro_name {
    display: block;
    font-size: 20px;
    padding: 10px 0 35px;
}


.tour-backdrop {opacity: 0 !important;}




/* // mck*/


@media (min-width: 768px){
.container {
	max-width: 970px;
    width: 100%;
}
	}

@media (min-width: 992px){
.container {
	max-width: 970px;
    width: 100%;
}

.mypatientqr_cont .row .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.mypatientqr_cont .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

	}

@media (min-width: 1200px){
.container {
    max-width: 1200px;
	width: 100%;
}


.ab_com_text h2.large_h2 {  font-size: 41.702px;    }
.text_blue{color: #4d61fc !important;}
.max_w{max-width: 440px;}
.pad_t_60{padding-top: 32px;}

}















