@charset "utf-8";
/* CSS Document */
	
*, *:after, *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {/* 1 */ display: block;}
/** Add the correct display in IE 9-. */
audio, canvas, progress, video {display: inline-block;}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {display: none; height: 0;}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {vertical-align: baseline;}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {display: none;}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {background-color: transparent;}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {outline-width: 0;text-decoration: none;outline: none; transition: 0.5s ease-in-out all; -webkit-transition: 0.5s ease-in-out all; -ms-transition: 0.5s ease-in-out all; -moz-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all;}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {font-weight: inherit;}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {font-weight: bold;}
/** Add the correct font style in Android 4.3-. */
dfn {font-style: italic;}
/** Add the correct background and color in IE 9-. */
mark {background-color: #ff0; color: #000;}
/** Add the correct font size in all browsers. */
small {font-size: 80%;}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {border-style: none;}
/** Hide the overflow in IE. */
svg:not(:root) {overflow: hidden;}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */}
/** Add the correct margin in IE 8. */
figure {margin: 1em 40px;}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {-webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {font: inherit;}
/** Restore the font weight unset by the previous rule. */
optgroup {font-weight: bold;}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {/* 2 */ overflow: visible;}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {/* 1 */ margin: 0;}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {/* 1 */ text-transform: none;}
/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {cursor: pointer;}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {cursor: default;}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; /* 2 */}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {outline: 1px dotted ButtonText;}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */}
/** Remove the default vertical scrollbar in IE. */
textarea {overflow: auto;}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {-webkit-appearance: textfield;}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
blockquote {border-left: 0.3rem solid #d1d1d1; margin-left: 0; margin-right: 0; padding: 1rem 1.5rem;}
blockquote *:last-child {margin: 0;}
form ul {list-style: none; margin: 0; padding: 0;}
input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea, select {-webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: 1px solid #d1d1d1; border-radius: .4rem; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .6rem 1.0rem; width: 100%;}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {border: 1px solid #f2a1ad; outline: 0;}
textarea {padding-bottom: .6rem; padding-top: .6rem;}
label, legend {font-size: 16px; display: block; margin-bottom: .5rem; color: #302C2E;}
fieldset {border-width: 0; padding: 0;}
input[type='checkbox'], input[type='radio'] {display: inline;}
input[type='submit']:focus {outline: none;}
input::-webkit-input-placeholder,select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: rgba(35, 31, 32, 0.45); font-family: 'Red Hat Display', sans-serif; font-size: 17px;
line-height: 25px;}
input::-moz-placeholder,select::-moz-placeholder, textarea::-moz-placeholder {color: rgba(35, 31, 32, 0.45); font-family: 'Red Hat Display', sans-serif;font-size: 17px;
line-height: 25px; }
input:-ms-input-placeholder,select:-ms-input-placeholder, textarea:-ms-input-placeholder {color: rgba(35, 31, 32, 0.45); font-family: 'Red Hat Display', sans-serif;font-size: 17px;
line-height: 25px; }
input:-moz-placeholder,select:-moz-placeholder, textarea:-moz-placeholder {color: rgba(35, 31, 32, 0.45); font-family: 'Red Hat Display', sans-serif; font-size: 17px;
line-height: 25px;}
input:focus {outline: none;}
dl, ol, ul {margin-top: 0; padding-left: 0;}
dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {font-size: 90%; margin: 1.5rem 0 1.5rem 3.0rem;}
dl {list-style: none;}
ul {list-style: circle inside;}
ol {list-style: decimal inside;}
dt, dd, li {margin-bottom: 10px;}
hr {border-top: 0.1rem solid #4A4D50; border-width: 0; margin-bottom: 3.5rem; margin-top: 3rem;}
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
input, textarea, select, fieldset {margin-bottom: 1rem;}
input:last-child, textarea:last-child, select:last-child, fieldset:last-child {margin-bottom: 0;}
pre, blockquote, dl, figure, table, p, ul, ol, form {margin-bottom: 1.4rem;}
pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {margin-bottom: 0;}
table {width: 100%;}
.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap;}
.flex-row {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.flex-column {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.flex-start {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flex-end {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.flex-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.flex-stratch {-webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {.background-image img {-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; height: 100%;}}
.clearfix {*zoom: 1;}
.clearfix:after, .clearfix:before {content: ''; display: table;}
.clearfix:after {clear: both;}
.tacenter {text-align: center;}
.taright {text-align: right;}
.taleft {text-align: left;}
.relative {position: relative;}
body,html {margin: 0px;padding: 0px;position: relative; font-size: 16px;line-height: 26px;background: #FFF; color:#09090A; font-family: 'Red Hat Display', sans-serif;}
h1,h2,h3,h4,h5 {margin: 0px;margin-bottom: 20px; }
h1 {font-weight: 700; font-size: 55px; line-height: 55px; font-family: 'Ibarra Real Nova', serif; font-weight: 400;}
h2 {font-size: 35px; line-height: 40px; font-family: 'Ibarra Real Nova', serif; font-weight: 700; color: #000;} 
h3 {font-weight: 700; font-size: 25px; line-height: 40px; letter-spacing: 0.02em;} 
h4 {font-size: 20px;line-height: 25px; font-family: 'optimabold';}
h5 {font-size: 18px;line-height: 28px;}

h1 span, h2 span{
    display: block;
    font-weight: 400;
    color: #646464;
}
h1 b, h2 b{
   color: #646464;
   font-weight: 700;
}

h1 strong, h2 strong{
    font-weight: 700;
    color: #000;
}

a {text-decoration: none; cursor: pointer;color: #151515;}
a:hover {text-decoration: none;outline: none;transition: 0.5s ease-in-out all;-webkit-transition: 0.5s ease-in-out all;-ms-transition: 0.5s ease-in-out all;-moz-transition: 0.5s ease-in-out all;-o-transition: 0.5s ease-in-out all;color: #EDE7E1;}
p { font-weight: 400;font-size: 17px;line-height: 27px; font-family: 'Red Hat Display', sans-serif; }
.two_desc ul li { font-size: 17px;line-height: 27px; font-family: 'Red Hat Display', sans-serif; }
img {max-width: 100%; height: auto;}
.tbl {display: table; width: 100%; height: 100%; vertical-align: middle; text-align: center;position: relative;z-index: 9;} 
.tbl-cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle;} 
.img-responsive {max-width: 100%; display: block; height: auto;margin: 0 auto;} 
.paddingtop {padding: 100px 0px;} 
.inline__block {float: left; width: 100%; vertical-align: top; position: relative;}
.gfield_label {display: none !important;} 
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select { font-family: 'Red Hat Display', sans-serif !important; background: #ffffff; border: none !important;  outline: none; padding: 15px 15px 12px 15px !important; margin-bottom: 0px; height: 53px; outline: none; font-size: 16px !important; line-height: 26px; color: rgba(47, 45, 45, 0.7);background: rgba(255, 255, 255, 0.6);
border-radius: 2px;}
.gform_wrapper .ginput_container textarea {height: 135px;margin-top: 0px;}
.gform_wrapper input[type="submit"] {background: #EE4C29; text-align: center; color: #FFF; border: 1px solid #EE4C29; padding: 15px 54px 12px 54px !important; display: inline-block; transition: 0.5s ease-in-out all; -webkit-transition: 0.5s ease-in-out all; -ms-transition: 0.5s ease-in-out all; -moz-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all; width: calc(100% - 15px) !important; border-radius: 8px; font-size: 16px; line-height: 19px; text-align: center; letter-spacing: 1px; text-transform: uppercase;}
.gform_wrapper input[type="submit"]:hover {border:1px solid #1D1854; background-color: #1D1854; color: #ffffff; outline: 0;}
.gform_wrapper .validation_error {display: none;}
.gform_wrapper .validation_message {display: inline-block; padding-left: 0 !important; text-align: left; margin-top: 0px !important; font-family: 'Red Hat Display', sans-serif !important; border: none !important; background: transparent !important; }
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background: none !important;border: none !important;}

.ie8 *{ outline:none;}
img{border:none;}
body{ color:#373d48; font-size:14px; font-family: 'Helvetica Neue'; font-weight: normal; line-height:22px; overflow-x: hidden; position: relative; background:#fff; }
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; }

/*----- html5 tags ------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

/*----- Wrapper Part ------*/
#wrapper{ width:100%; height:auto; }
.container{max-width:1300px; height:auto; display:  block; margin:0 auto; clear:both;box-sizing: border-box; width: 100%; padding: 0 20px;}
.sub-container{max-width:1220px; height:auto; display:block; margin:0 auto; clear:both;box-sizing: border-box; width: 100%; padding: 0 20px;} 
section{position: relative;}
section.default_page_section {
    padding: 80px 0!important;
}

/*----- Wrapper Part ------*/
.primary_btn{height: 50px;background: #F6CABF;border-radius: 100px; transition: all 0.3s ease-in-out; font-weight: 600;font-size: 16px;line-height: 50px;text-transform: capitalize;
    color: #FFFFFF;font-family: 'Red Hat Display', sans-serif; width: 182px; text-align: center;}
.primary_btn:hover{background: #D98370; color: #fff;}
.primary_btn:hover svg {transform: scalex(1.3); transition: all 0.4s ease-in-out; stroke: #fff; } 
.primary_btn svg {transform: scalex(1); transition: all 0.3s ease; margin-right: 10px; stroke:#D98370 ; }

.border_btn{position: relative; height: 50px; border: 1px solid #F6CABF; border-radius: 100px; color: #333333; font-weight: 600; font-size: 16px; font-family: 'Red Hat Display', sans-serif; transition: 0.4s; display: inline-block; padding: 0 20px; line-height: 48px; text-align: center; letter-spacing: 1.5px; }
.border_btn:hover {background: #F6CABF; color: #000; } 
.border_btn:hover svg {transform: scalex(1.2); transition: all 0.4s ease-in-out; }
.border_btn svg {transform: scalex(1); transition: all 0.3s ease; margin-right: 10px; position: relative; top: 2px;}

.btn_main {
    display: flex;
}

/*=============================custom-css=============================*/
/*----- Header Part ------*/
header{
    background:transparent;  
    width: 100%; 
    position: relative;
    z-index: 9;
    position: fixed;
}

.header_main{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    position: relative;
    z-index: 1;
}

.logo{ 
	transition: all 0.5s;
    width: 190px;
    position: relative;
   
}

.logo img{
	max-width: 100%; 
	transition: all 0.5s;
}

.sticky_logo{
    display: none;
    transition: all 0.5s;
}

.fixed-header{
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    transition: all 0.5s;
    z-index: 99;
}

.fixed-header .navgation{
    transition: all 0.5s;
}


.fixed-header .desktop_logo{
    display: none;
    transition: all 0.5s;
   
}

.fixed-header .sticky_logo{
    display: block;
    transition: all 0.5s;
}

.navigation {
    display: flex;
    justify-content: space-between;
    width: auto;
    align-items: center;
    position: relative;
    z-index: 9;
}

.navigation ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0;
}

.navigation ul li{
	list-style: none;
	margin-bottom: 0;
	position: relative;
    margin-right: 30px;
}

.navigation ul li a{
	font-family: 'Red Hat Display', sans-serif; 
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    display: flex;
    color: #000000;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.navigation ul li a:hover, .navigation ul li.current-menu-item a{
    border-bottom: 1px solid #fff;
}

.fixed-header .navigation ul li a:hover, .fixed-header .navigation ul li.current-menu-item a{
    color: rgb(185, 107, 90);
     border-bottom: 1px solid rgb(185, 107, 90);
}

.navigation ul li a img {
    margin-left: 8px;
}

.navigation ul li > .sub-menu{
	position: absolute;
    width: 186px;
    display: flex;
    flex-direction: column;
    z-index: 9;
    padding: 23px 15px 10px;
   	left: 55%;
    display: none;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 2px;
    
}

.navigation ul li > .sub-menu li{
	padding: 5px 10px;
    background: #fff;
    justify-content: center;
    margin-right: 0;
}

.navigation ul li > .sub-menu li:last-child {
    padding-bottom: 20px;
}

.navigation ul li > .sub-menu li:first-child {
    padding-top: 20px;
}

.navigation ul li > .sub-menu li a{
    color: #3F3A3B;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Red Hat Display', sans-serif; 
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in;
}

.navigation ul li > .sub-menu li a:hover{
    color: #3F3A3B;
    border-bottom: 2px solid #C67969;
    font-weight: 600;
    
}

.navigation ul li:hover > .sub-menu{
	display: block;
}

.navigation .primary_btn{
	margin-left: 10px;
    padding: 0px 10px;
}

.navigation .primary_btn img{
	margin-right: 10px;
}

.banner__section{
    position: relative;
    height: 100%;
    padding: 50px 0 0;
    width: 100%;
    background-size: cover !important;
}
.home section.banner__section {
    padding-top: 286px;
    overflow: hidden;
}

.banner__section:before{
    background: url(../images/top_bg.svg) no-repeat left bottom;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background-size: cover;
    height: 795px;
}

.banner__section:after{
   background: url(../images/banner_bottom_after.svg) no-repeat left bottom;
    position: absolute;
    width: 100%;
    content: "";
    bottom: -6px;
    left: 0;
    background-size: 100%;
    height: 147px;
    z-index: 3;
}


.banner_main:after{
    background: url(../images/header-after.svg) no-repeat right bottom;
    position: absolute;
    right: 0;
    top: -297px;
    width: 426px;
    height: 526px;
    content: "";
    background-size: contain;
    z-index: 1;
}

.banner__section .banner_main{
    display: flex;
    max-width: calc(1280px + (100% - 1280px) / 2);
    margin-left: auto;
    position: relative;
}

.banner__section .banner_main .banner_left{
    width: 50%;
}

.banner__section .banner_main .banner_right{
    width: 50%;
    position: relative;
    z-index: 2;
}

.banner__section .banner_main .banner_right:before{
    background: url(../images/banner_right_before.svg) no-repeat left top;
    position: absolute;
    top: -228px;
    left: 30px;
    width: 100%;
    height: 100%;
    content: "";
}

.banner__section .banner_main .banner_right img{
    width: 100%;
    display: block;
}

.banner_desc {
    max-width: 700px;
}

.banner_desc  p{
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif; 
    padding-right: 100px;
}

.believe__section{
    padding: 80px 0 130px;
}

.believe_top{
    display: flex;
}

.believe_left{
    width: 35%;
}

.believe_right {
    width: 50%;
    padding-left: 139px;
}

.believe_right p{
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif; 
    margin-bottom: 10px;
}

.believe_right p span{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #B96B5A;
    text-transform: uppercase;
    font-family: 'Red Hat Display', sans-serif;
}

.believe_right p b{
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif;

}

.read_more{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: #333333;
    font-family: 'Red Hat Display', sans-serif;

}

.read_more:hover{
    color: #F6CABF !important;
}

.read_more:hover svg {
    transform: scalex(1.3);
    transition: all 0.4s ease-in-out;
    stroke: #000;
}
.read_more svg {
    transform: scalex(1);
    transition: all 0.3s ease;
    margin-right: 10px;
}

.belive_grid{
    display: flex;
    margin: 50px -15px 0;
}

.belive_box{
    width: 33.33%;
    padding: 0 15px;
    position: relative;
}
.belive_box img {
    width: 150px;
}
.belive_box:after{
    background: url(../images/gyan_before1.svg) no-repeat right top;
    width: 227px;
    height: 222px;
    background-size: contain !important;
    position: absolute;
    left: 53px;
    content: "";
    top: 30px;
}

.belive_box:nth-child(2):after{
    background: url(../images/gyna_before.svg) no-repeat right top;
}

.belive_box:nth-child(3) {
    margin-top: -41px;
}

.belive_box:nth-child(3):after{
    top: 70px;
}

.belive_deatils{
    max-width: 330px;
    position: relative;
    z-index: 1;
    padding-left: 38px;
} 

.belive_deatils .border_btn{
    margin-right: 0;    
    min-width: 160px;
    padding: 0 15px;
}

.belive_deatils .border_btn svg{
    margin-right: 0;
    margin-left: 5px;
}

.belive_box figure{
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.belive_box h3{
    color: #231F20;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.practice__section{
    background: #D98370;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.practice__section:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/practice_bg.svg) no-repeat center;
    content: "";
    background-size: cover;
}

.practice__section h2{
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: 'Ibarra Real Nova', serif;
}

.practice_deatils h2 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 15px;
}

.practice_main {
    display: flex;
    margin: 130px -15px 0;
}

.practice_box{
    text-align: center;
    width: 33.33%;
    padding: 0 15px;
    position: relative;
    z-index: 9;
}

.practice_box .read_more{
    justify-content: center;
    color: #fff;
}

.practice_box .read_more svg{
    margin-left: 10px;
}

.practice_box p{
    color: #fff;
    padding: 0 50px;
}

.find__us__section{
    padding: 150px 0 70px;
    position: relative;
}

.find__us__section .find_main{
    display: flex;
}

.find__us__section .find_left{
    width: 50%;
}

.find_right{
    width: 50%;
    position: relative;
    z-index: 1;
}

.find_desc{
    max-width: 389px;
}

.find_desc h2{
    margin-bottom: 30px;
}

.find_desc ,.primary_btn svg{
    margin-right: 10px;
}

.find_desc address{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    font-style: normal;
    font-family: 'Ibarra Real Nova', serif;
    color: #000000;
    padding-right: 30px;
}

.find_desc .link{
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #B96B5A;
    margin: 30px 0 50px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #B96B5A;
    font-family: 'Red Hat Display', sans-serif;
}

.primary_btn{
    display: block;
}

.image_box.image_big {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.image_box figure {
    margin: 0;
    width: 320px;
    height: 320px;
    overflow: hidden;
    border-radius: 50%;
    background: #F6CABF;
}

.image_wrapper {
    position: relative;
}

.image_box.image_big figure {
    clip-path: circle(50% at 50% 0);
    overflow: visible;
}

.image_box {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.image_box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.3);
    object-position: top;
}

.find_right iframe{
    border-radius: 50%;
    border: 1px solid #B96B5A !important;
    padding: 15px;
    width: 512px;
    height: 512px;
}

.find__us__section:after{
    background: url(../images/map_after.svg) no-repeat right center;
    width: 932px;
    height: 799px;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
}

.insta__feed{
    text-align: center;
}

.insta__feed h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 27px;
    color: #231F20;
    font-family: 'Ibarra Real Nova', serif;
    margin-bottom: 30px;
    display: inline-block;
}

.insta__feed{
    padding: 30px 0 0 0;
}

footer{
    background: url(../images/footer_bg.jpg) no-repeat left -4px;
    padding: 100px 0 20px;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.footer_main {
    display: flex;
    justify-content: space-between;
}

.footer_blog ul{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.footer_blog ul li{
    list-style: none;
    display: flex;
    align-items: center;
}

.footer_blog ul li img {
    width: 50px;
    display: block;
}

.footer_blog ul li span{
    padding-left: 20px;
}

.footer_blog ul li span, .footer_blog ul li a{
    font-family: 'Red Hat Display', sans-serif; 
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #231F20;
}

.footer_blog ul li a:hover, .copy_left ul li a:hover{
    color: #B96B5A;
    transition: 0.3s;
}

.sign_image{
    margin-top: 30px;
}

footer:after {
    background: url(../images/footer_right_overlay.svg) no-repeat left center;
    width: 176px;
    height: 300px;
    content: "";
    position: absolute;
    right:0;
    top: 0;    

}

.footer_main:after {
    background: url(../images/footer_overlay.svg) no-repeat left center;
    width: 300px;
    height: 300px;
    content: "";
    position: absolute;
    left:45%;
    transform: translate(-50%, -50%);
    top: 50%;

}

.copy_left {
    width: 50%;
}

.copy_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy_left ul{
    display: flex;

}

.copy_left ul li{
    padding: 0 70px 0 0 !important;
    list-style: none;
}

.copy_right{
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 50px;
}

.copy_right_desc{
    display: flex;
    align-items: center;
}

.copy_right_desc ul {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.copy_right_desc ul li {
    list-style: none;
    padding: 0 5px;
    margin-bottom: 0;
}

.copy_right ul li, .copy_right ul li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(35, 31, 32, 0.7);
    font-family: 'Red Hat Display', sans-serif; 
}

.site_by{
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(35, 31, 32, 0.7);
     font-family: 'Red Hat Display', sans-serif; 
}

.site_by a{
    color: rgba(35, 31, 32, 0.7);
   
}

.inner-page header{
    position: fixed;

}

.inner-page .inner__banner {
    background: ;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.inner-page .inner__banner h1{
    color: #fff;
    font-weight: 700;
}


.inner-page .inner__banner:before{
   position: absolute;
    width: 100%;
    content: "";
    top: -56px;
    left: 0;
    height: 519px;
    background: url(../images/header_top_inner.svg) no-repeat left top;
    background-size: 100%;
}

.inner-page .inner__banner:after {
    background: url(../images/banner_after2.svg) no-repeat left bottom;
    position: absolute;
    width: 100%;
    content: "";
    bottom: -25px;
    left: 0;
    background-size: 100%;
    height: 206px;
    z-index: 3;
}


.two__coloum{
    padding: 70px 0 100px;
    margin-top: 0;
}
.two_main{
    display: flex;
    align-items: center;
}
.two_left, .two_right{
    width: 50%;
}

.two_left{
   padding-right: 78px;
}

.two_left .position{
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 35px;
    color: #B96B5A;
    font-family: 'Red Hat Display', sans-serif; 
}

.two_left .sub_title{
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #4F4F4F;
    font-family: 'Red Hat Display', sans-serif; 
}

.about__practice{
    padding: 0 0 60px;
}

.about_pra_main{
    display: flex;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 100px;
}

.about_pra_left{
    width: 50%;
    padding-right: 30px;
}

.about_pra_right{
    width: 50%;
}

.about__practice h2{
    margin-bottom: 55px;
}

.accordion-wrapper{
    border-bottom: 0.5px solid rgba(185, 107, 90, 0.9);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.accordion-wrapper button{
    background: transparent;
    border: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: rgba(185, 107, 90, 0.6);
    text-transform: capitalize;
    font-family: 'Red Hat Display', sans-serif; 
    padding: 0;
    display: inline-block;
    position: relative;
    transition: 0.4s all ease;
    text-align: left;
}

.accordion-wrapper button:after{
    background: url(../images/brown_down.svg) no-repeat right bottom;
    position: absolute;
    width: 18px;
    height: 18px;
    content: "";
    right: -14px;
    bottom: 4px;
}

.collepsing-div p{
    margin-top: 0;
}

.about_pra_box{
    background: rgba(217, 131, 112, 0.12);
    padding: 45px;
    margin-left: 50px;
}

.accordion-wrapper.active button {
    padding-left: 60px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #B96B5A;
}

.accordion-wrapper.active button:before {
    background: #B96B5A;
    position: absolute;
    width: 50px;
    height: 2px;
    content: "";
    left: 0;
    top: 12px;
    transition: 0.4s all ease;
}

.accordion-wrapper.active button:after{
    transform: rotate(45deg);
    right: 0;
}

.about_pra_box ul li{
    list-style: none;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Red Hat Display', sans-serif; 
    position: relative;
    padding-left: 20px;
}

.about_pra_box ul li:before{
    width: 9px;
    height: 9px;
    border:1px solid #B96B5A;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
}

.about_pra_bottom{
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.about_pra_bottom img{
    margin-left: 40px;
}

.about_pra_bottom span, .about_pra_bottom span a{
    font-weight: 300;
    line-height: 20px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif;
}

.testimonial-slider .owl-stage {
    display: flex;
    align-items: center;
}

.testimonial-slider{
    /*padding-bottom: 50px;*/
}

.testimonial-slider .owl-stage .item img{
    width: auto;
    margin: 0 auto;
}

.paln__section{
    background: #D98370;
    padding: 50px 0;

}

.plan_main{
    display: flex;
    margin: 0 auto;
    align-items: flex-end;
}

.plan_left, .plan_right{
    width: 50%;
}

.plan_left h2{
    font-weight: 700;
    font-size: 55px;
    line-height: 57px;
    color: #FFFFFF;
    font-family: 'Ibarra Real Nova', serif;
}

.plan_left .sub_title{
    font-weight: 700;
    font-size: 45px;
    line-height: 57px;
    color: #FEEAEA;
    font-family: 'Ibarra Real Nova', serif;
}
.plan_left {
    text-align: center; 
}
.plan_left .sub_title span{
    color: #F6CABF;
}

.plan_right p{
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 35px;
}

.plan_right {
    padding-left: 100px;
}

.plan_right .primary_btn{
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #333333;
    width: 239px;
}

.two__coloum__full{
    padding: 0;
}

.two__coloum__full .two_right{
    position: static !important;
}



.two__coloum__full .right_image {
    position: absolute;
    right: 0;
    width: 47%;
    height: 100%;
    top: 0;
    background-size: cover !important;
    border-radius: 30px 0 0 30px;
}

.two__coloum__full .two_main{
    margin: 100px 0;
    padding: 60px 0;
}

.tow_colum_left .two_left{
    order: 1;
    margin-left: auto;
    padding-right: 0;
    padding-left: 70px;
}

.tow_colum_left .right_image{
    left: 0;
    right: auto;
    border-radius: 0 30px 30px 0;
}

.two__coloum__full ul{
    margin: 0 0 30px;
    padding: 0;

}

.two__coloum__full ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif; 
}

.two__coloum__full ul li:before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #B96B5A;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.two__coloum__full .two_main{
    max-width: calc(1220px + (100% - 1220px) / 2);
    margin-left: auto;
}

.two__coloum__full .two_main .two_left{
    width: 40%;
}

.two__coloum__full .tow_colum_left{
    margin-right: auto;
    margin-left: 0;

}

.two__coloum__full .two_main.tow_colum_left{
    padding: 0;
}

.two__coloum__full .tow_colum_left .two_right{
    width: 55%;
}


.two__coloum__full .tow_colum_left .two_right img{
    height: 438px;
    border-radius: 0 30px 30px 0;
    object-fit: cover;
    display: block;
}

.two__coloum__full .tow_colum_left .item{
    margin-bottom: 20px;
    border-radius: 0 30px 30px 0;
    display: inline-block;
    width: 100%;
}

.two__coloum__full .owl-prev, .two__coloum__full .owl-next{
   
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.two__coloum__full .owl-prev span, .two__coloum__full .owl-next span{
    display: none;
}

.two__coloum__full .owl-prev, .two__coloum__full .owl-nav{
    position: absolute;
    right: 0;

}

.two__coloum__full .owl-prev{
    background: rgba(185, 107, 90, 0.6) url(../images/slider_next.svg) no-repeat center !important;
    margin-right: 50px;
} 

.two__coloum__full .owl-prev:hover{
    background: rgba(185, 107, 90, 0.2) url(../images/slider_next.svg) no-repeat center !important;
}

.two__coloum__full .owl-next{
    background: rgba(185, 107, 90, 0.6) url(../images/slider_prev.svg) no-repeat center !important;
}

.two__coloum__full .owl-next:hover{
    background: rgba(185, 107, 90, 0.2) url(../images/slider_prev.svg) no-repeat center !important;
}

.video__section{
    padding:  100px 0 156px;
    text-align: center;
}

.video__section .video_main{
    max-width: 873px;
    margin: 30px auto 0;
    position: relative;
    cursor: pointer;
}

.video__section .video_main video {
    border-radius: 30px;
    height: 525.96px;
    width: 100%;
    object-fit: cover;
}

.video__section .video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swift__intro{
    background: #D98370;
    min-height: 110px;
    display: flex;
    align-items: center;
    
}

.intro_main{
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_main img{
    max-width: 100%;
    display: block;

}

.intro_main h2{
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: 'Ibarra Real Nova', serif;
    margin-left: 23px;
    margin-bottom: 0;
}

.more__information{
    padding: 123px 0 100px;
    text-align: center;
}

.more_main{
    max-width: 694px;
    margin: 50px auto 0;
}

.more_main .accordion-wrapper {
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 0;
    border-bottom: 0.5px solid #231F20;
}

.more_main .accordion-wrapper button{
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #B96B5A;
    text-transform: capitalize;
    display: flex;
}

.more_main .accordion-wrapper.active button:after{
    right: -5px;
    top: 2px;
}

.more_main .accordion-wrapper button:after{
    right: 0;
}

.more_main .accordion-wrapper button span{
    margin-right: 10px;
    font-weight: 700;
    font-size: 11px;
    line-height: 27px;
    color: rgba(185, 107, 90, 0.6);
}

.more_main .accordion-wrapper.active button:before{
    display: none;
}

.more_main .accordion-wrapper.active button{
    padding-left: 0;
}

.collepsing-div{
    margin: 20px 0;
}

.collepsing-div ul{
    margin: 0 0 30px 30px;
    padding: 0;

}

.collepsing-div p{
    margin-left: 30px;
}

.collepsing-div ul li{
    list-style: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #4F4F4F;
    font-family: 'Red Hat Display', sans-serif; 
    padding-left: 20px;
    position: relative;
}

.collepsing-div ul li:before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #B96B5A;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.more__information .border_btn{
    margin-top: 50px;
}

.practice__two__colum .two_left img{
    border-radius: 50%;
}

.practice__two__colum{
    position: relative;
}

.practice__two__colum:before {
    position: absolute;
    width: 610px;
    height: 635px;
    background: url(../images/our_practice_before.svg) no-repeat left center;
    top: 71px;
    left: 0;
    content: "";
    background-size: 77%;
}

.practice__two__colum .two_left{
    position: relative;
}

.practice__two__colum .intro{
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #616161;
}

.practice__two__colum h2{
    margin-bottom: 0;
}

.practice__two__colum .border_btn{
    margin-top: 30px;
}

.value__section{
    background: #FAF0EE;
    padding: 100px 0;
}

.value_main{
    display: flex;
    margin: 50px -25px 0;
    flex-wrap: wrap;
}

.value_box{
    width: 25%;
    padding: 0 25px;
}

.value_main{
    margin: 50px -15px 0;
}



.value_box h3{
    font-family: 'Philosopher', sans-serif;
    color: #000000;
    margin-bottom: 25px;
}

.value_box .icon {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.value_box .icon:before {
    position: absolute;
    right: -25px;
    width: 59px;
    height: 59px;
    top: -10px;
    content: "";
    background: url(../images/value_eclips.svg) no-repeat right top;
}

.value_box .icon img{
    position: relative;
    z-index: 1;
}

.our__facilities__two .two_left{
    position: relative;
}

.our__facilities__two{
    position: relative;
}

.our__facilities__two:before {
    position: absolute;
    width: 610px;
    height: 635px;
    background: url(../images/our_fcility_left.svg) no-repeat left center;
    top:0;
    left: 0;
    content: "";
    background-size: 77%;
}

.our__facilities__two1{
    position: relative;
}

.playpause {
    background-image: url(../images/video_main.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.contact__section{
    padding: 100px 0;
}

.contact_main{
    display: flex;
}

.contact_left{
    width: 50%;
}



.contact_detail a{
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif; 
    margin-bottom: 10px;
    display: inline-block;
}

.contact_detail address{
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif;
    font-style: normal;
    max-width: 315px;
}

.contact_detail address strong{
    display: block;
    font-weight: 400;
}

.contact_detail .email span{
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif; 
}

.contact_detail h5{
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #231F20;
    font-family: 'Red Hat Display', sans-serif; 
}

.contact_detail p{
    margin-top: 0;
     font-weight:300;
}

.contact_detail p a{
     font-weight: 400;
}

.contact_detail .link{
    text-decoration: underline;
    color: #B96B5A;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Red Hat Display', sans-serif; 
}

.contact_right{
    width: 50%;
    padding-left: 80px;
}

.form_box{
    background: rgba(217, 131, 112, 0.12);
    box-shadow: 0px 4px 4px rgba(157, 157, 157, 0.25);
    border-radius: 34px;
    width: 491px;
    height: 100%;
    padding: 50px;
}

.map__section{
    /* padding-bottom: 100px; */
    display: flex;
}

.sbi_info, .sbi-owl-dots {
    display: none !important;
}


.single-practitioner .image_box.image_big:before {
  
    width: 423px;
    height: 423px;
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    right: -2px;
    bottom: -16px;
    border: 1px solid #B96B5A;
    border-radius: 50%;
    transform: translateX(-50%);
}

.single-practitioner .image_box figure{
    width: 400px;
    height: 400px;

}

.single-practitioner .inner__banner + .two__coloum:after {
    background: url(../images/single_after.svg) no-repeat right center;
    width: 932px;
    height: 799px;
    content: "";
    right: 0;
    position: absolute;
    top: -100px;
    background-size: 76%;
    z-index: 9;
}

.single-practitioner .two__coloum .two_right{
    position: relative;
    z-index: 10;
}

.single__two__coloum .two_left h2 {
    padding-top: 20px;
}

.single__two__coloum .two_left .s_image {
    position: absolute;
    top: -9px;
    left: -49px;
}
.single__two__coloum .two_left{
    position: relative;
}

.single__two__coloum .two_left:before {
    display: none;
    position: absolute;
    top: -9px;
    left: -40px;
    width: 100px;
    height: 160px;
    content: "";
    background: url(../images/s_icon.svg) no-repeat left top;
    background-size: 100%;
}

.believe__section .container {
    max-width: 1200px;
}
.view_ser_btn {
    text-align: center;
    padding-top: 55px;
}
.view_ser_btn svg {
    margin-right: 0;
    margin-left: 10px;
}

.about_into_btn {
    padding-top: 60px;
}

.two__coloum__full .two_desc {
    padding: 50px 0;
}
.navigation ul li.menu-item-has-children > a {
    padding-right: 12px;
    border-bottom: none;
}

.two__coloum .border_btn svg {
    margin-left: 10px;
    margin-right: 0;
}

img.submenu-toggle-btn {
    right: 0;
    position: absolute;
    top: 16px;
}
img.submenu-toggle-btn.btn-open {
    transform: rotate(45deg);
}

.contact_right .form_box .gform_footer .gform_button{
    position: relative;
    height: 50px;
    border: 1px solid #F6CABF;
    border-radius: 100px;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    transition: 0.4s;
    display: inline-block;
   
    line-height: 48px;
    text-align: center;
    letter-spacing: 1.5px;
    background: transparent url(../images/con_arrow_icon.svg) no-repeat left 10px center !important;
    padding: 0 0 0 39px !important;
    width: 132px !important;
}

.contact_right .form_box .gform_footer .gform_button:hover{
    background: #F6CABF url(../images/con_arrow_icon.svg) no-repeat left 10px center !important;
}

.contact_right .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 102px;
    resize: none;
}
.practice__two__colum .border_btn svg {
    margin-left: 0;
    margin-right: 10px;
}
.gform_wrapper .gform_validation_errors{
    display: none;
}
.about_pra_bottom span a {
    padding: 11px 22px 10px;
    height: auto;
}
ol li {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Red Hat Display', sans-serif;
}
@media(min-width: 2100px){
    .banner__section:after{
        height: 271px;
    }
}

@media(max-width: 1900px){
    .banner__section:after{
        height: 132px;
    }
}
@media(max-width: 1600px){
    .inner-page .inner__banner:after {
        width: 100%;
        bottom:0;
        left: 0;
        background-size: 100%;
    }
    .banner__section:after{
        height: 118px;
    }
}


@media(max-width: 1199px){
    .banner__section .banner_main .banner_right:before{
        left: 0;
    }

    .banner__section{
        padding-bottom: 70px;
    }

    .banner__section .banner_main{
        max-width: 100%;
        padding: 0 0 0 20px;
    }
}

@media(max-width:991px) {
    .banner__section .banner_main{
        flex-wrap: wrap;
        padding: 0 13px;
    }

    .value_box{
        width: 50%;
    }

    .navigation ul li{
        border-bottom: 1px solid #D98370;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .contact__section{
        padding: 50px 0;
    }

    .contact_main{
        flex-direction: column;
    }

    .contact_left{
        width: 100%;
    }

    .contact_right{
        width: 100%;
        padding-left: 0;
    }

    .form_box{
        width: 100%;
        margin-top: 30px;
        padding: 30px 15px;
    }

    .single__two__coloum .two_left {
        position: relative;
        order: 1;
        width: 100%;
    }

    .single__two__coloum .two_main{
        flex-direction: column;
    }

    .single__two__coloum .two_left .s_image{
        left: 0;
    }

    .single-practitioner .two__coloum .two_right{
        width: 100%;
    }

    .single-practitioner .inner__banner + .two__coloum:after{
        display: none;
    }

    .single__two__coloum{
        overflow: hidden;
    }

    .banner__section .banner_main .banner_right:before{
        display: none;
    }

    .two__coloum__full .two_main{
        max-width: 100%;
        padding: 0 20px;
    }

    .two__coloum__full .two_main .two_left{
        width: 50%;
    }

    .tow_colum_left .two_left{
        padding-left: 30px;
        padding-right: 20px;
    }

    .video__section{
        padding: 50px 0;
    }

    .more__information{
        padding: 50px 0;
    }

    .two_left{
        padding-right: 0;
    }

    .inner-page .inner__banner:after{
        bottom: -2px;
    }
    .two_main {
       display: flex;
       align-items: flex-start;
    }

    .practice__two__colum:before{
        width: 300px;
        height: 300px;
    }

    .inner-page .inner__banner{
        height: 390px;
        padding-top: 80px;
    }

    .logo{
        width: 60px;
    }

    .banner__section .banner_main .banner_left{
        width: 100%;
    }
    .banner__section .banner_main .banner_right {
        width: 100%;
    }
    .banner_main:after{
        display: none;
    }
    .banner__section:after{
        height: 172px;
    }
    .belive_box:after{
        width: 200px;
        height: 200px;
        background-size: 190px !important;
        background-position: top left !important;
    }
    .practice_main{
        flex-wrap: wrap;
    }
    .practice_box{
        padding-bottom: 55px;
        width: 50%;
    }
    .practice__section{
        padding: 100px 0 50px;
    }
    .find_right iframe {
        width: 350px;
        height: 350px;
    }

    .home section.banner__section{
        overflow: hidden;
    }



    .find__us__section:after {
        background-size: contain;
        width: 466px;
        height: 100%;
    }
    .copy_right{
        flex-wrap: wrap;
    }
    .copy_left {
        width: 100%;
    }

    .toggle_nav {
        display: block !important;
        background: url(../images/toggle_nav.svg) no-repeat left center;
        width: 37px;
        height: 50px;
        top: 17px;
        z-index: 99;
        right: 0;
        position: absolute;
        background-size: 35px;
      }

  .navigation ul {
   
    flex-direction: column;
    padding: 50px 20px 0 20px;
}

  .show_menu .toggle_nav{
    background:url(../images/toggle_close.svg) no-repeat left center;
    background-size: 30px; 
  }

 .navigation {
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    transform: translateY(-100%);
    transition-duration: 0.3s;
    padding: 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: flex-start;
  }

  .show_menu .navigation{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    top: 80px;
  }

  .header_main .desktop_logo{
    display: none;
  }

  .header_main .sticky_logo{
    display: block;
  }

  .fixed-header .navigation ul li a:hover, .fixed-header .navigation ul li.current-menu-item a{
    border-bottom: 0;
  }

    .navigation ul li > .sub-menu {
        position: static;
        left: 0;
        transform: none;
        display: none !important;
        padding: 0 !important;
        margin: 0;
    }
    .navigation ul li > .sub-menu.open {
        display: block !important;
    }
    .navigation ul li.btn-open > .sub-menu {
        display: block !important;
    }
   .navigation ul li > .sub-menu li{
        padding: 0 !important;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
   }

  header{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(101, 101, 101, 0.25);
  }

  .home section.banner__section {
    padding-top: 140px;
    overflow: hidden;
  }

}

@media(max-width:767px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .about_pra_bottom img {
        margin-left: 0;
        margin-top: 20px;
    }

    .about_pra_box{
        margin-left: 0;
        margin-top: 30px;
    }

    .about_pra_main{
        padding-bottom: 50px;
    }

    .about_pra_main{
        flex-direction: column;
    }

    .about_pra_left{
        width: 100%;
        padding-right: 0;
    }

    .about_pra_right{
        width: 100%;
    }

    .believe_top, .belive_grid{
        flex-wrap: wrap;
    }

    .two__coloum__full .two_desc{
        padding: 0;
    }
    .believe_left {
        width: 100%;
    }
    .believe_right {
        width: 100%;
        padding-left: 0;
    }
    .belive_box{
        width: 50%;
        padding-bottom: 50px;
    }
    .practice_box {
        padding-bottom: 71px;
        width: 100%;
    }
    .find__us__section .find_main{
        flex-wrap: wrap;
    }
    .find_right{
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }
    .find__us__section .find_left {
        width: 100%;
    }
    .find__us__section:after{
        display: none;
    }
    .find_desc {
        max-width: 100%;
    }
    .footer_main {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 26px;
    }
    .footer_blog ul li{
        justify-content: center;
    }
    .copy_left ul{
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .find_right iframe {
        width: 300px;
        height: 302px;
    }
    .belive_box {
        width: 100%;
        text-align: center;
    }

    .two_main{
        flex-direction: column;
    }

    .two_left, .two_right{
        width: 100%;
    }

     .two_right{
        margin-top: 30px;
     }

     .value_box{
        width: 100%;
     }

     .two__coloum__full .right_image{
        width: 100%;
        position: static;
        height: 350px;
     }

     .two__coloum__full .two_main .two_left{
        width: 100%;
        margin-top: 50px;
        order: 1;
     }

     .tow_colum_left .two_left{
        padding-left: 0;
     }

     .our__facilities__two:before{
        display: none;
     }

     .two__coloum__full .tow_colum_left .two_right{
        width: 100%;
     }
     .two__coloum__full .owl-prev, .two__coloum__full .owl-nav {
        position: static;
        right: 0;
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .two__coloum__full .owl-prev{
        margin-right: 20px;
    }

    .practice__section{
        padding: 50px 0;
    }

    .practice_main{
        margin: 50px -15px 0;
    }
    .belive_box figure{
        margin: 0;
    }

    .belive_deatils{
        padding-left: 0;
        margin: 0 auto;
    }

    .belive_box:after{
        left: 50%;
        transform: translateX(-50%);
    }

    .view_ser_btn{
      padding-top: 30px;
    }

    .believe__section{
        padding: 70px 0;
    }

    .find__us__section{
        padding: 70px 0;
    }

    .practice__section h2{
        text-align: center;
    }
    .about_pra_bottom{
        flex-direction: column;
            margin-top: 50px;
    }
    .two__coloum__full .two_main.tow_colum_left{
        padding: 0 20px;
    }

    .plan_main{
        flex-direction: column;
    }

    .plan_left, .plan_right{
        width: 100%;
    }

    .plan_right{
        padding-left: 0;
    }

    .two__coloum__full .two_main{
        margin: 50px 0;
    }
    .plan_right .primary_btn {
      margin: 20px auto 0;
    }
}
@media(max-width:575px) {
    

    .belive_box{
        text-align: center;
    }

    .swift__intro{
        
        height: 100%;
        padding: 15px 0 ;
    }

    .intro_main{
        flex-direction: column;
    }

    .banner__section:before {
        background: url(../images/top_bg.svg) no-repeat left bottom;
        position: absolute;
        width: 100%;
        content: "";
        top: 0;
        left: 0;
        background-size: cover;
        height: 695px;
    }

    .single-practitioner .image_box figure {
        width: 330px;
        height: 330px;
    }

    .single-practitioner .image_box.image_big:before{
        width: 350px;
        height: 350px;
    }
}
/************
font-family: 'Ibarra Real Nova', serif;
font-family: 'Philosopher', sans-serif;
font-family: 'Red Hat Display', sans-serif; 
  
 ************/
