.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

* {
    box-sizing: border-box;
}


/* flex */

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.align-items-center {
    align-items: center;
}

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

.align-items-end {
    align-items: flex-end;
}

.align-items-stretch {
    align-items: stretch
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.d-flex img {
    align-self: center;
}


/* show and hide cell */

.d-none {
    display: none;
}

.d-block {
    display: block;
}


/* text alignment */

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}


/*--- cell padding ---*/

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0;
}

.pb-0,
.py-0 {
    padding-bottom: 0;
}

.pl-0,
.px-0 {
    padding-left: 0;
}

.pr-0,
.px-0 {
    padding-right: 0;
}


/* cell padding 20px */

.p-20 {
    padding: 20px;
}

.pt-20,
.py-20 {
    padding-top: 20px;
}

.pb-20,
.py-20 {
    padding-bottom: 20px;
}

.pl-20,
.px-20 {
    padding-left: 20px;
}

.pr-20,
.px-20 {
    padding-right: 20px;
}


/* cell padding 30px */

.p-30 {
    padding: 30px;
}

.pt-30,
.py-30 {
    padding-top: 30px;
}

.pb-30,
.py-30 {
    padding-bottom: 30px;
}

.pl-30,
.px-30 {
    padding-left: 30px;
}

.pr-30,
.px-30 {
    padding-right: 30px;
}


/* cell padding 40px */

.p-40 {
    padding: 40px;
}

.pt-40,
.py-40 {
    padding-top: 40px;
}

.pb-40,
.py-40 {
    padding-bottom: 40px;
}

.pl-40,
.px-40 {
    padding-left: 40px;
}

.pr-40,
.px-40 {
    padding-right: 40px;
}


/* cell padding 50px */

.p-50 {
    padding: 50px;
}

.pt-50,
.py-50 {
    padding-top: 50px;
}

.pb-50,
.py-50 {
    padding-bottom: 50px;
}

.pl-50,
.px-50 {
    padding-left: 50px;
}

.pr-50,
.px-50 {
    padding-right: 50px;
}


/*--- cell margin ---*/

.m-00 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0;
}

.mb-0,
.my-0 {
    margin-bottom: 0;
}

.ml-0,
.mx-0 {
    margin-left: 0;
}

.mr-0,
.mx-0 {
    margin-right: 0;
}


/* cell margin 20px */

.m-20 {
    margin: 20px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.ml-20,
.mx-20 {
    margin-left: 20px;
}

.mr-20,
.mx-20 {
    margin-right: 20px;
}


/* cell margin 30px */

.m-30 {
    margin: 30px;
}

.mt-30,
.my-30 {
    margin-top: 30px;
}

.mb-30,
.my-30 {
    margin-bottom: 30px;
}

.ml-30,
.mx-30 {
    margin-left: 30px;
}

.mr-30,
.mx-30 {
    margin-right: 30px;
}


/* cell margin 40px */

.m-40 {
    margin: 40px;
}

.mt-40,
.my-40 {
    margin-top: 40px;
}

.mb-40,
.my-40 {
    margin-bottom: 40px;
}

.ml-40,
.mx-40 {
    margin-left: 40px;
}

.mr-40,
.mx-40 {
    margin-right: 40px;
}


/* cell margin 50px */

.m-50 {
    margin: 50px;
}

.mt-50,
.my-50 {
    margin-top: 50px;
}

.mb-50,
.my-50 {
    margin-bottom: 50px;
}

.ml-50,
.mx-50 {
    margin-left: 50px;
}

.mr-50,
.mx-50 {
    margin-right: 50px;
}


/* wordpress align class */

.aligncenter {
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}


/* Header css
------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
}

header {
    width: 100%;
    padding: 10px 25px;
    position: relative;
    z-index: 2;
    background-color: rgba(173, 182, 182, 0.2);
    /* background-color: rgb(232 234 234); */
}

.language-selector {
    width: 64px;
}

.header-bottom {
    margin-top: 15px;
}

.header-left {
    width: 40%;
}

.header-right {
    width: 50%;
}

/* .left-menu li {
	position: relative;
} */

.header-left li a {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Minion Pro';
    display: block;
    padding: 12px 15px;
    background-color: #334454;
    color: #fff;
    transition: width 0.3s ease-in;
    position: relative;
}

.header-left li span {
    display: block;
    position: relative;
    z-index: 1;
}

.header-left li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    transition: width 0.3s ease-in;
    z-index: 0;
}

.header-left li + li {
    margin-left: 12px;
}
.header-left li + li.for-doctor.active {
    margin-left: 0px;
}
.header-left li + li a {
	background-color: #fff;
    color: #334454;
}

.header-left li a:hover {
    color: #fff;
}

.header-left li a:hover:before {
    background-color: #658F0C;
    width: 100%;
}

/*doctor/patient dd*/
.left-menu .sub-menu {
	width: 300px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 20px;
	display: none;
	height: 100vh;
}

.left-menu .sub-menu {
	background: #fff;
}

/* .left-menu .for-patient .sub-menu {
	background: #334454;
} */

 .left-menu .sub-menu li {
	padding: 0px 20px;
} 

.left-menu .sub-menu li + li {
	margin-left: 0;
}

.left-menu .sub-menu li a {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	background-color: transparent;
}

.left-menu .sub-menu li.menu-item-has-children a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 22px;
	border: solid #333;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
}

.left-menu .sub-menu li a:hover {
	color: #658F0C;
}

.left-menu .sub-menu li.menu-item-has-children a:hover:after {
	border-color: #658F0C;
}

.left-menu .sub-menu li.learn-more {
	border-bottom: 1px solid #C4C4C4;
	margin: 20px 0;
	padding-bottom: 15px;
}

.left-menu .sub-menu .sub-menu {
	background: #d6e7e7;
	width: 300px;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 10px 20px;
	display: none;
	height: 100vh;
	overflow-y: auto;
}

.left-menu .sub-menu .sub-menu li a:after {
	display: none;
}

.left-menu .sub-menu .sub-menu li.menu-title {
	margin-top: 40px;
}

.left-menu .sub-menu .sub-menu li.menu-title:first-child {
	margin-top: 0;
}

.left-menu .sub-menu .sub-menu li.menu-title a {
	color: #ED6B79;
	font-family: 'Minion Pro';
}

.brand-logo {
    display: block;
    width: 170px;
    min-width: 170px;
    margin-left: 35px;
}

/* .header-left li:hover > ul.sub-menu {
	display: block;
}

.header-left .sub-menu li:hover > ul.sub-menu {
	display: block;
} */

.left-menu .for-doctor.active > a,
.left-menu .for-patient.active > a {
	position: relative;
	color: #ED6B79 !important;
	background: none;
}

.left-menu .for-doctor.active li.active > a,
.left-menu .for-patient.active li.active > a {
	color: #658F0C !important;
}

.left-menu .for-doctor.active > a:after,
.left-menu .for-patient.active > a:after {
	position: absolute;
	content: '';
	width: 97px;
	height: 5px;
	background: url(../images/active-after.png) no-repeat left top;
	background-size: 97px auto;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 9;
}

.left-menu .for-doctor.active > a,
.left-menu .for-patient.active > a {
	z-index: 9;
}

.header-left li.active > a:before {
	display: none;
}

#wrapper {
	position: relative;
}

#wrapper.fixwrapper {
	position: fixed;
}

.for-doctor.active:before,
.for-patient.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(173, 182, 182, 0.8);
	z-index: 1;
}

.header-left .sub-menu li a:hover:before {
	display: none;
}

.submenu-level2,
.submenu-level3 {
	z-index: 8;
}

.for-doctor.active a:before {
	display: none;
}

.for-doctor.active a:hover {
	color: inherit;
}

.brand-logo img {
    max-width: 100%;
}

header nav {
    width: 100%;
}

header nav ul li {
    display: inline-block;
    position: relative;
}

header nav ul li a {
    color: #333;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Minion Pro';
    display: block;
    position: relative;
}

header nav ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #658F0C;
    transition: width 0.3s ease;
}

header nav ul li a:hover,
header nav ul li.current-menu-item a {
    color: #658F0C;
}

header nav ul li a:hover:after {
    width: 100%;
}

header nav ul li+li {
    margin-left: 32px;
}

header nav ul ul {
    position: absolute;
    left: 0;
    top: 110%;
    width: 200px;
    padding: 15px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

header nav ul ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background-color: #658F0C;
    transition: height 0.3s ease;
}

header nav ul ul:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #658F0C;
    transition: width 0.3s ease;
}

header nav ul ul em:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 0;
    background-color: #658F0C;
    transition: height 0.3s ease;
}

header nav ul ul em:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #658F0C;
    transition: width 0.3s ease;
}

header nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

header nav ul li:hover>ul:before,
header nav ul li:hover>ul em:before {
    height: 100%;
}

header nav ul li:hover>ul:after,
header nav ul li:hover>ul em:after {
    width: 100%;
}

header nav ul ul li {
    display: block;
}

header nav ul ul li+li {
    margin: 12px 0 0 0;
}

header nav ul ul li a {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Minion Pro';
    display: block;
    position: relative;
}

header nav ul ul li a:hover,
header nav ul li.current-menu-item a {
    color: #658F0C;
}

header nav ul ul li a:after {
    display: none;
}

header nav ul li:hover a:after {
    width: 100%;
}

.page-wrap {
    position: relative;
    z-index: 1;
}

.container {
    max-width: 1392px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.medium-container {
    max-width: 1127px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.small-container {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


/*footer*/

footer {
    background: rgba(173, 182, 182, 0.2);
}

.footer-top {
    padding: 70px 0;
}

.foot-col {
    width: 19%;
}

.foot-col h6 {
    color: #658F0C;
    font-weight: bold;
}

.foot-col ul {
    margin: 0;
    padding: 7px 0 0 0;
}

.foot-col ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.foot-col ul li+li {
    margin-top: 10px;
}

.foot-col ul li a {
    display: inline-block;
    color: #334454;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
}

.foot-col ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #658F0C;
    transition: width 0.3s ease;
}

.foot-col ul li a:hover {
    color: #658F0C;
}

.foot-col ul li a:hover:after {
    width: 100%;
}

.foot-col .btn {
    font-size: 18px;
}

.foot-col .btn+.btn {
    margin-top: 25px;
}

.footer-bottom {
    width: 100%;
    background-color: #344454;
    padding: 30px 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.footer-bottom-left {
    width: 100%;
}

.footer-bottom-right {
    width: 150px;
    min-width: 150px;
    margin-left: 20px;
}

.footer-logo {
    width: 160px;
    min-width: 160px;
    margin-right: 30px;
}

.footer-address {
    width: 100%;
}


/*poup*/

.popup-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
}

#popup-box {
    background-color: #334454;
    padding: 30px 50px 20px 50px;
    max-width: 690px;
    width: 100%;
    height: auto !important;
    display: none;
    cursor: default;
}

.poup-header * {
    color: #fff;
}

.poup-header h2 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 600;
    font-family: 'Minion Pro';
}

.poup-header p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

.popup-form {
    margin-top: 20px;
}
#popup-box .gform_wrapper .gform_validation_errors{ display: none; }
.popup-form .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:unset;}
#popup-box input[type="text"],
#popup-box input[type="email"],
#popup-box input[type="tel"],
#popup-box textarea {
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(173, 182, 182, 0.15);
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #344454;
    width: 100%;
}

#popup-box textarea {
    height: 150px;
}

.popup-form-row+.popup-form-row {
    margin-top: 14px;
}

#popup-box input[type="submit"],
#popup-box input[type="button"] {
    border: 2px solid #658F0C;
    box-shadow: 8px 8px 0px #658F0C;
    margin: 0 0 0 auto;
    display: inherit;
}

#popup-box input[type="submit"]:hover,
#popup-box input[type="button"]:hover {
    border: 2px solid #fff;
    box-shadow: 8px 8px 0px #fff;
    background-color: #658F0C;
    color: #fff;
}

#popup-box .fancybox-close-small {
    color: #EFF0F0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    top: 20px;
    right: 20px;
}

#popup-box .fancybox-close-small:hover {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}


#popup-box-doctor{width: 640px;}
#popup-box-doctor .poup-header p{color: #334454;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
}
#popup-box-doctor hr{border-color: #658F0C;}
#popup-box-doctor .popup-cta{text-align: center;padding-top: 20px}
#popup-box-doctor .popup-cta a{margin-right: 40px;margin-bottom: 40px; display: inline-block; -webkit-appearance: none;
    -moz-appearance: none; -webkit-border-radius: 0;}
#popup-box-doctor .popup-cta a:last-child{margin-right: 0px;}
@media (max-width: 767px) {
    #popup-box-doctor{padding:44px 25px; }
    #popup-box-doctor .poup-header p{
    text-align: left;
    font-size: 20px;
    line-height: 32px;
}
#popup-box-doctor .popup-cta{text-align: left;}
#popup-box-doctor .popup-cta a{margin-right: 30px;margin-bottom: 30px;}
#popup-box-doctor .popup-cta a:last-child{margin-bottom: 0px;}
}

/**Device Menu**/

body.body-fixed {
    overflow: hidden;
    position: fixed;
    width: calc(100% - 17px);
}
body.body-fixed .popup-btn{right: 47px; }
.hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: transparent;
    z-index: 9999;
    position: relative;
    /* right: 20px;
    top: 20px; */
}

.hamburger:hover,
.hamburger:focus {
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.hamburger span {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    height: 4px;
    width: 100%;
    background: #334454;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    border-radius: 2px;
}

.hamburger span:before,
.hamburger span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #334454;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    border-radius: 2px;
}

.hamburger span:before {
    top: -8px;
}

.hamburger span:after {
    bottom: -8px;
}

.hamburger.is-clicked span {
    background-color: transparent !important;
}

.hamburger.is-clicked span:before,
.hamburger.is-clicked span:after {
    top: 0;
    background-color: #000;
}

.hamburger.is-clicked span:before {
    transform: rotate(45deg);
}

.hamburger.is-clicked span:after {
    transform: translateY(-6px) rotate(-45deg);
    top: 6px;
}

.mobile-menu {
	position: fixed;
	z-index: 999;
	background-color: #344454;
	right: -100vw;
	top: 0;
	transition: left 0.1s ease;
	width: calc(100vw - 65px);
	height: 90vh;
	overflow-y: auto;
}

.mobilemenu-inner {
    padding: 20px 25px;
}

.mobile-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    transition: 0.4s ease;
    box-sizing: border-box;
    overflow-y: auto;
}

.mobile-menu ul li:not(.btn-wrap) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    color: #a61b08;
    font-size: 20px;
    font-weight: 500;
	width: 100%;
}

.mobile-menu ul li:not(.btn-wrap) a {
    border-bottom: 1px solid #ccc;
}

.mobile-menu ul li::before {
    display: none;
}

.mobile-menu ul li.has-sub a:after {
    display: none;
}

.mobile-menu ul li a {
    position: relative;
    display: block;
    padding: 10px 0;
    color: #fff;
    line-height: 1.3;
    text-decoration: none !important;
    z-index: 2;
    cursor: pointer;
    flex: 1 1 auto;
    order: -1;
}

.mobile-menu ul li a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: 0;
    display: none;
}

.mobile-menu ul ul li {
    font-size: 12px;
}

.mobile-menu ul li.menu-title a,
.mobile-menu ul.sub-menu .main-title-sub {
	color: #658F0C !important;
}

.mobile-menu ul ul li {
    font-size: 12px;
}

.mobile-menu ul > li > .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    top: 0;
    height: auto;
    margin: 0;
    padding: 0px;
    background-color: #4b6074;
	margin-left: 12px;
}

.mobile-menu ul > li > .sub-menu .sub-menu {
	background-color: #333;
}

.mobile-menu ul > li > .sub-menu .sub-menu li a {
	font-size: 14px;
	line-height: 18px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.mobile-menu ul > li > .sub-menu .sub-menu.submenu-level3.community-menu{display: block;padding-top:0px !important;}
.mobile-menu .sub-menu .sub-menu.submenu-level3.community-menu .menu-blocks .aspect-ratio{display: none;}
.mobile-menu .sub-menu .sub-menu.submenu-level3.community-menu .menu-blocks .person-text{display: none;}
.mobile-menu .sub-menu .sub-menu.submenu-level3.community-menu .menu-blocks li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    color: #a61b08;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    margin: 0px !important;}
.mobile-menu .sub-menu .sub-menu.submenu-level3.community-menu .menu-blocks .person-name{
    font-size: 14px;
    line-height: 18px;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #fff !important;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    flex: 1 1 auto;
    font-family: 'Inter', sans-serif;
    margin: 0px !important;
}

.mobile-menu ul > li > .sub-menu .sub-menu.submenu-level3.community-menu .main-title-sub {
	font-size: 14px;
	line-height: 18px;
	padding-top: 13px;
	padding-bottom: 13px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #658f0c!important;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-menu ul.sub-menu li a {
    padding-left: 20px;
    padding-right: 20px;
}

.hamburger.active span {
    background: none;
}

.hamburger.active span:before {
    top: 0;
    transform: rotate(45deg);
}

.hamburger.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

.mobile-menu.visible {
    width: calc(100vw - 65px);
}

.popup-btn svg {
    display: none;
}

.submenu-level2,
.submenu-level3 {
	display: none;
}
.left-menu li.active .submenu-level2 {
	display: block;
}

.submenu-level2 li.active .sub-menu {
	display: block;
}
/*.submenu-level2 li.menu-item-has-children:hover .sub-menu {
	display: block;
}*/


.submenu-level2 li.active > .community-menu {
	width: 800px;
	padding-top: 25px !important;
}
.submenu-level2 li.community-menu-main > .community-menu {
	width: 800px;
	padding-top: 25px !important;
}

.menu-blocks {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.community-menu li {
	width: 29%;
	justify-content: flex-start;
	margin: 15px 2% !important;
}

.community-menu li .aspect-ratio {
	padding-top: 60%;
}

.community-menu li .aspect-ratio:hover {
	opacity: 0.8;
}

.main-title-sub {
	display: block;
	font-family: 'Minion Pro';
	font-weight: 600;
	/*margin-bottom: 10px;*/
	font-size: 32px;
	line-height: 40px;
	width: 100%;
	padding-left: 2.5%;
}

.person-name {
	color: #ED6B79;
	font-family: 'Minion Pro';
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-top: 7px;
	padding: 0 !important;
	display: block;
	color: #ED6B79 !important;
}

.person-text {
	color: #344454 !important;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	display: block;
}

/***RESPONSIVE***/

@media (max-width: 1400px) {
    /*header section*/
    .header-btn {
        font-size: 18px;
    }
    header nav ul li+li {
        margin-left: 15px;
    }
    header nav ul li a {
        font-size: 19px;
    }
}

@media (max-width: 1300px) {
    /*header section*/
    .brand-logo {
        margin-left: 30px;
        width: 155px;
        min-width: 155px;
    }
    .header-btn {
        font-size: 17px;
        padding: 10px 12px;
    }
}

@media (max-width: 1240px) {
    header {
        display: flex;
        flex-direction: column;
        padding: 20px 25px;
    }
    .language-selector {
        margin-left: -10px;
        order: 2;
        margin-top: 5px;
    }
    .header-bottom {
        margin-top: 0;
        order: 1;
    }
    .mobile-menu ul li a {
        padding: 18px 0;
        font-size: 18px;
    }
    .hamburger {
        left: 0;
        top: 0;
    }
    .hamburger {
        display: flex;
    }
    .top-navigation {
        display: none !important;
    }
    .menu-buttons {
        margin-top: 20px;
    }
    .menu-buttons li > a {
        font-size: 16px;
        line-height: 22px;
        box-shadow: none;
    }
    .menu-buttons li + li {
        margin-left: 10px;
    }
}

@media (max-width: 1170px) {
    /*footer*/
    .footer-top .container {
        flex-wrap: wrap;
    }
    .foot-col {
        width: 23%;
    }
    .foot-col5 {
        width: 100%;
        border-top: 1px solid #ADB6B6;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        padding-top: 30px;
    }
    .foot-col .btn+.btn {
        margin: 0 0 0 25px;
    }
}

@media (max-width: 1023px) {
    .popup-btn.btn {
        box-shadow: 6px 6px 0px #27445b;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 12px;
        /* bottom: 40px; */
    }

    .brand-logo {
        margin-left: 0px;
        width: 125px;
        min-width: 125px;
    }
    .poup-header h2 {
        font-size: 54px;
        line-height: 62px;
    }
    .poup-header p {
        font-size: 16px;
        line-height: 32px;
    }
}

@media( max-width:767px) {
    .mobile-menu ul li a {
        padding: 15px 0px;
        font-size: 15px;
        font-weight: 400;
    }
    .brand-logo {
        width: 100px;
        min-width: 100px;
    }
    .popup-btn.btn {
        width: 65px;
        height: 65px;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        padding: 7px;
        border-radius: 40px;
        border: 1px solid #658F0C;
        bottom: 5px;
        /*right: 20px;*/
    }
    .popup-btn svg {
        display: block;
        height: 26px;
        height: 26px;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .poup-header h2 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media( max-width:640px) {
    .menu-buttons {
        flex-direction: column;
    }
    .menu-buttons .btn+.btn {
        margin-left: 0;
        margin-top: 15px;
    }
    .footer-top {
        padding: 50px 0 0;
        background-color: #334454;
    }
    .foot-col h6 {
        color: #fff;
    }
    .foot-col {
        width: 48%;
        margin-bottom: 50px;
        text-align: left;
    }
    .foot-col5 {
        width: 100%;
        margin-top: 0;
    }
    .footer-bottom .container {
        flex-wrap: wrap;
    }
    .footer-bottom-left {
        flex-wrap: wrap;
        text-align: center;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .footer-address {
        margin-top: 20px;
        text-align: center;
    }
    .footer-bottom-right {
        width: 100%;
        min-width: none;
        margin: 20px 0 0 0;
        text-align: center;
    }
    #popup-box {
        height: auto !important;
        padding: 30px;
    }
    .poup-header h2 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 0;
    }
    #popup-box input[type="text"],
    #popup-box input[type="email"],
    #popup-box input[type="tel"],
    #popup-box textarea {
        font-size: 16px;
        line-height: 26px;
        padding: 6px 15px;
    }
    .foot-col ul li a {
        color: #ED6B79;
    }
    .foot-col1,
    .foot-col3 {
        border-right: 1px solid #ADB6B6;
        padding-right: 10px;
    }
    .foot-col5 {
        border-bottom: 1px solid #ADB6B6;
        padding: 20px 0;
        margin-bottom: 20px;
    }
}

@media( max-width:480px) {
    /* .foot-col {
        width: 100%;
        margin-bottom: 0;
    } */
    .foot-col+.foot-col {
        margin-top: 30px;
    }
    .foot-col5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .foot-col .btn+.btn {
        margin: 20px auto 0;
    }
    .foot-col h6 {
        margin-bottom: 10px;
    }
    .poup-header h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .poup-header p {
        font-size: 14px;
        line-height: 26px;
    }
}

/* chatbot */
iframe#chat-widget-iframe.chat-widget-iframe-launcher-mode.chat-widget-iframe-shown {
	bottom: -14px !important;
}