/*Fonts Used*/
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

:root { 
--priFont: "Google Sans", sans-serif;
--secFont: 'ibrand';
--bodyFontSize: 17px; 

--priColor: #007c01; 
--secColor: #84b244;
--terColor: #059706;
--fourColor: #f4fff4;
--fifColor: #ffdac0;
--sixColor:#eff7ff;

--grad1: linear-gradient(11deg,rgba(184, 79, 3, 1) 23%, rgba(221, 116, 40, 1) 68%);
--gradhover: linear-gradient(90deg,rgb(124, 58, 11) 0%, rgb(124, 58, 11) 100%);

--hover: #537426;
--compColor: #1854aa;

--bodyFontWeight: 400;
--bodyColor: #333; 
--bodyLineHeight: 28px; 

--whitefilter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(42deg) brightness(107%) contrast(106%);
--darkfilter: brightness(0) saturate(100%) invert(6%) sepia(3%) saturate(909%) hue-rotate(329deg) brightness(100%) contrast(68%);
}

@font-face {
            font-family: 'ibrand'; 
            src: url('fonts/ibrand/Ibrand.woff2') format('woff2'),
                 url('fonts/ibrand/Ibrand.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }


*, *::before, *::after { box-sizing: border-box; -moz-box-sizing: border-box; image-rendering: -webkit-optimize-contrast;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; -webkit-text-size-adjust: 100%;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote::before, blockquote::after,
q::before, q::after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }
input:not([type='radio']):not([type='checkbox']), textarea, select{-webkit-appearance: none;}
form, label {-webkit-text-size-adjust: 100%;}
mark {background-color: transparent;color:inherit;}
/* end reset */

/*preset*/
body { font-family: var(--priFont); font-size: var(--bodyFontSize); font-weight: var(--bodyFontWeight); line-height: var(--bodyLineHeight); color: var(--bodyColor); position: relative; max-width: 1920px; margin: 0 auto; } 
body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}
a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear;}
img{max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast;}
textarea { resize:vertical; }
iframe{ border: none; width: 100%;} 
ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none; }
strong , b{ font-weight: bold;}
em, i{font-style: italic;}
input[type="submit"]{cursor: pointer;}
a[href^="tel:"]{/*! color: inherit!important; */ text-decoration: none;}

.clearfix::before, .clearfix::after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}
.comp{color: inherit; font-weight:bold; }
.upcoming{color:red; font-style:italic; font-weight:bold;}
.col2{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 10px; -moz-column-gap: 10px;  column-gap: 10px;}
.col3{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 10px; -moz-column-gap: 10px;  column-gap: 10px;}
.col2 li, .col3 li{display: inline-block; width: 100%;}
.main_phone {font-weight: bold;}

.back_top{display:none;background: var(--priColor);position: fixed; z-index:999;bottom:0;width: 100%;height: 45px;cursor:pointer; border-top: 1px solid #fff;}
.back_top::before{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-45%);border-bottom:15px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;}
.back_top:hover{opacity:.7}

/*Heading for SEO*/
.h1_hdng{font-size: 22px; font-weight: 700; color: #000;}

/*Thumbnail Images*/
.thumb_left_dd, .thumb_left_dr{  float:left; margin:0 19px 10px 0;}
.thumb_right_dd, .thumb_right_dr{ float:right; margin:0 0 10px 19px;}
.thumb_center_dd, .thumb_center_dr{ display: block; margin: 10px auto;}

/* Text Alignment */
.text_left, .text_left p{text-align: left;}
.text_right, .text_right p{text-align: right;}
.text_center,.text_center p{text-align: center; display: block;}

/* Forms Presets */
::-webkit-input-placeholder {opacity: 1; color: inherit;}
::-moz-placeholder {opacity: 1; color: inherit;}
:-ms-input-placeholder {opacity: 1; color: inherit;}
:-moz-placeholder {opacity: 1; color: inherit;}

/*end preset*/

/* Additional Presets */
a{color: inherit;}
video, iframe{display: block;}
.uppercase{text-transform: uppercase;}
.italic{font-style: italic;}

/* PRESET */
.dracula-toggle.style-1 .toggle-icon-wrap {   border-radius: 50% !important;   background: var(--priColor) !important; }
.dracula-toggle-wrap.floating.position-right {   bottom: 79px !important; right: unset !important;   left: 30px; }
.dracula-toggle.style-1 .toggle-icon.__light {   background-color:#fff !important; }
.dracula-toggle.style-1 .toggle-icon.__dark {   background-color:#fff !important; }
.dracula-toggle-wrap.floating { bottom: 80px !important;}

/* .cky-revisit-bottom-left {   bottom: 27px !important;   left: 35px !important;   right: unset !important; }
.cky-btn-revisit-wrapper {   background-color: var(--priColor) !important; } */


/* GTRANS */

.gtranslate_container { --bgColor:#fff; --gtransHeight: 37px; --gtransWidth: 83px; width: var(--gtransWidth); height: var(--gtransHeight); z-index: 999; position: absolute;top: 10px;right: 0;}
.gtrans { width: var(--gtransWidth); height: var(--gtransHeight); position: absolute;top: -1px;right: 0; }

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code { font-size: 13px; font-weight: 400;top: 0px !important; display: block !important; color: #333 !important; right: 0 !important;}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {width: 10px !important; color: #333 !important; position: static !important;}

.gt_float_switcher .gt-selected .gt-current-lang img { width: 37px; margin-right: 0;}q
.gtranslate_wrapper { position: absolute; top: 0; right: 0; z-index: 2;}
.gt_float_switcher .gt_options {position: absolute;width: 100%;right: 0;max-width: 100% !important;background-color: var(--bgColor) !important;}
.gt_float_switcher img {box-shadow: none !important;   border-radius: 4px !important;border: 1px solid #EBE9E9 !important;margin: 0 0 4px !important;margin-bottom: 0 !important;}
.gt_float_switcher a img {margin-bottom: 5px !important;display: block;}
.gt_float_switcher {box-shadow: none !important;   border-radius: 4px !important;border: 1px solid #EBE9E9 !important;width: 100%;}
.gt_float_switcher .gt-selected .gt-current-lang {padding: 1px 2px !important;width: 100%;display: flex;justify-content: space-around;height: var(--gtransHeight);align-items: center;background-color: var(--bgColor) !important;}
.gt_float_switcher .gt_options a { padding: 10px 7px !important; font-size: 11px; text-transform: uppercase;  color: #000 !important; font-family: var(--bodyFont);font-weight: 400 !important;text-align: left;line-height: 1.1em;}
.gt_float_switcher .gt-selected {background: var(--bgColor) !important;}


/* PRESET */

html[data-dracula-scheme="dark"] .main_logo img, html[data-dracula-scheme="dark"] .logo_slide_right img { filter: drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff)  drop-shadow(0 0 .8px #fff); }

html[data-dracula-scheme="dark"] .footer_comp:before, 
		html[data-dracula-scheme="dark"] .privacy_footer::before, 
		html[data-dracula-scheme="dark"] .copyrigh_text::before{filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(298deg) brightness(107%) contrast(103%);}

.dark-mode .menu_slide_right .hamburger-inner, .dark-mode .menu_slide_right .hamburger-inner::after, .dark-mode .menu_slide_right .hamburger-inner::before{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(142deg) brightness(113%) contrast(101%);}
.dark-mode .hamburger-inner, .dark-mode .hamburger-inner::before, .dark-mode .hamburger-inner::after { filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(142deg) brightness(113%) contrast(101%); }
.owl-theme .owl-nav { display: block !important; display: flex !important;justify-content: space-around;width: 100%;}

.owl-theme .owl-nav span{}
.owl-carousel .owl-nav button.owl-next{}
.owl-carousel .owl-nav button.owl-prev{}

/* DOT STYLE */

.owl-dots { margin-top: 20px; text-align: center; }
.owl-dot { display: inline-block; width: 12px; height: 12px; margin: 0 6px; background-color: red; border-radius: 50%; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease; }
.owl-dot.active { background-color: var(--secColor); transform: scale(1.2); }
.owl-dot span { display: none !important; }
.owl-theme .owl-nav { display: none !important; }

/* ARROW STYLE */
.owl-nav { position: absolute; top: 50%; left: 0; right: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; transform: translateY(-50%); pointer-events: none; }
.owl-prev, .owl-next { background-color: #fff; color: #333; border-radius: 50%; width: 40px; height: 40px; font-size: 20px; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,0.15); pointer-events: auto;cursor: pointer; transition: background-color 0.3s ease; z-index: 10; }

/* BUBBLE CURSOR */
.bubble { position: absolute; border-radius: 50%; pointer-events: none; opacity: 0.8; transform: scale(1); animation: fadeOut 0.6s ease forwards; }
@keyframes fadeOut {
	0% { opacity: 0.9; transform: scale(1); }
	100% { opacity: 0; transform: scale(0.3); }
}

/* ORB CURSOR */
.orb { position: fixed;   width: 30px;   height: 30px;   border-radius: 50%;   transform-origin: center;   pointer-events: none;   z-index: 9999;   transition: background-color 0.5s ease;   opacity: 0.5; }

.fixed { position: fixed !important; top: 0; left: 0 !important; width: 100% !important; z-index: 1000 !important;  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }

.btn1{position: relative;background: var(--grad1);width: 158px;display: block;border-radius: 50px;font-family: var(--priFont); font-size: 20px;text-align: center;line-height: 64px;padding: 0 0 0 38px;transition: background-position 0.5s ease, transform 0.2s ease;}
.btn1:hover{animation:.5s pulse; background: var(--gradhover); }
.btn1 q{content: url('images/icons/arrow1.png'); position: absolute; top: 50%; left: 18px;transform: translateY(-50%);}

/* ANIMATION DURATOIN */
.animd1{animation-duration: 1773ms;}
.animd2{animation-duration: 2000ms;}

.heading{font-size: 60px;font-family: var(--secFont);line-height: 100%;}
.subheading{ display: block;font-size: 20px;font-family: var(--priFont);}

/* ------------- END OF CUSTOM TEMPALTE */

.wrapper{ width:100%; max-width: 1375px; margin: 0 auto; position: relative;}

/*HEADER*/
header{background: #fff; padding: 0 25px;color: #fff; position: relative;}
.header_con{min-height: 0; padding: 0;display: flex;justify-content: space-between;align-items: center;}
.main_logo{max-width: 185.8px;position: absolute; bottom: -55%; left: 0;}
.main_logo img{}
.head_info{ text-align: left;}

.header_info{display: flex;gap: 15px;}
.header_info h2{ font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.header_info h2 span{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.header_info h2 small{font-family: var(--priFont); font-size: 16px;}
.header_info ul{display: flex;gap: 15px;}
.header_info ul li{position: relative; padding: 0 0 0 40px;}
.header_info ul li a{color: inherit;}
.header_info ul li a:hover{text-decoration: underline;}
.header_info ul li address{}
.header_info ul li address span{}
.header_info ul li mark{}
.header_info ul li::before { position: absolute; top: 0; left: 0; }
.header_info ul li:first-child {position: relative;}
.header_info ul li:last-child {position: relative;}
.header_info ul li:first-child::before {position: absolute; content: url(images/icons/header-icon1.png); left:0; top: 0;}
.header_info ul li:last-child::before {position: absolute; content: url(images/icons/header-icon2.png); left:0; top: 0;}
.head_info_inner {display: flex;gap: 15px;justify-content: space-between;align-items: center;width: 100%;}

.social_gtrans {display: flex;}

.social_media{display: flex;align-items: center;position: relative;left: -17px;top: 16px;gap: 13px;}  
.social_media h2{}
.social_media h2 span{display: block;margin: 9px 0 0;}
.social_media p {font-family: var(--secFont); position: unset !important;}
.social_media h2{ font-size: 17px; line-height: 100%;position: relative;top: 3px;left: 6px;}
.social_media h2 small{ font-size: 16px;}
.social_media ul {margin: 0 !important; width: unset !important;display: flex;gap: 10px;}
.social_media ul li{display: inline-block; vertical-align: top; padding: 0 !important;}
.social_media ul li a{display: block;}
.social_media ul li:hover a figure {   transform: scale(.8); }
.social_media ul li a::after, .social_media ul li a::before{display: none !important;}
/*END OF HEADER*/

/*NAV*/
.ds {    }

#nav_area{}
.page_nav {background: #fff; min-height: 60px; text-align: center; padding: 49px 25px;}
.page_nav ul{display: flex;margin: 0 165px 0 auto;width: 64%;max-width: 874px;justify-content: space-between;}
.page_nav ul li{display: inline-block; vertical-align: top; position: relative;padding: 0;}
.page_nav ul li:hover{position: relative; z-index: 599; cursor: default;}
.page_nav ul li a{display:flex; color: #333; min-height: 58px; font-family: var(--priFont); outline: none; border:none;align-items: center;font-size: 18px; position: relative;}
.page_nav ul li a:hover, .page_nav ul li a:active, .page_nav ul li.current_page_item > a{outline: none; border:none;}
.page_nav ul li.current_page_item > a::after, .page_nav ul li a:hover::after{content: ''; position: absolute; bottom: 0; left: 0; height: 8px; width: 100%; background: var(--grad1); border-radius: 20px; }
.page_nav ul li::after{content: ""; width: 1px; height: 22px; background: #000; position: absolute; top: 50%; right: -4px; transform: translateY(-50%);display: none;}
.page_nav ul li:last-child::after{display:none;}
.page_nav ul li:first-child{padding-left: 0;}
.page_nav ul li:last-child{padding-right: 0;} 

.page_nav ul ul li.current_page_item > a::after, .page_nav ul ul li a:hover::after{display: none;}

/*SECOND LEVEL DROP DOWN*/
.page_nav ul ul {display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 598; width: 200px; margin-top: 0; text-transform: none;border-radius: 5px; overflow: hidden; min-height: unset; padding: 0;}
.page_nav ul ul li {float: none;display:block;font-weight: normal;width:100%; border-bottom: 1px solid #fff;position: relative}
.page_nav ul ul li:last-child{border-bottom: none;}
.page_nav ul ul li a { display: flex; justify-content: center; align-items: center; padding: 0 10px;line-height: 30px;text-align: center; color:white; min-height: 60px;}
.page_nav ul li:hover > ul { display: block;}

.page_nav ul ul li, .page_nav ul ul li .current_page_item ul ul li { padding: 0; }
.page_nav ul ul li a:hover{color: white; font-weight: normal;text-decoration: none;}

.page_nav ul ul li, .page_nav ul ul li .current_page_item ul ul li {background: var(--secColor);color:#fff;padding: 0 0 !important;margin:0 auto; line-height: 24px; text-transform: none; font-size: 18px;border-radius: 60px;}
.page_nav ul ul li:hover,.page_nav ul ul li.current_page_item ul ul li:hover, .page_nav ul ul li.current_page_item  {background: var(--priColor); color: #fff; text-decoration: none;}

/*THIRD LEVEL DROP DOWN*/
.page_nav ul ul ul {top: 0; left: auto; right: -99.5%;  border-top: 0 none;}

.page_nav span{position: absolute; right: 25px;top:32px; display: none; padding: 0; cursor: pointer; z-index: 9; color: #fff; text-align: center;}

/*DROP DOWN ICON*/
.fa{display:block; margin-top: -3px;}
.fa::before{position: absolute;}

/*NAV BAR ICON*/
.nav_toggle_button{display:none; text-align:left;position:relative;}
.nav_toggle_button.active {opacity:1;}
.nav_toggle_button i{cursor: pointer;}

/*BURGER COLOR*/
.nav_toggle_button .toggle_holder{position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.nav_toggle_button .hamburger{}
.nav_toggle_button .hamburger-inner, .nav_toggle_button .hamburger-inner::before, .nav_toggle_button .hamburger-inner::after{background:var(--priColor);}
.nav_toggle_button small{text-transform:uppercase;font-weight:bold;font-size:13px;color:#fff;display:block; line-height: 100%; text-align: center; margin-top: -3px; display: none;}

html[data-dracula-scheme="dark"] .nav_toggle_button .hamburger-inner, html[data-dracula-scheme="dark"] .nav_toggle_button .hamburger-inner::before, html[data-dracula-scheme="dark"] .nav_toggle_button .hamburger-inner::after{filter: brightness(0) saturate(100%) invert(100%) sepia(24%) saturate(267%) hue-rotate(203deg) brightness(117%) contrast(100%);}
html[data-dracula-scheme="dark"] .hamburger-inner, html[data-dracula-scheme="dark"] .hamburger-inner::before, html[data-dracula-scheme="dark"] .hamburger-inner::after { filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(142deg) brightness(113%) contrast(101%); }


/*DEFAULT RESPONSIVE STYLE FOR TOGGLE SWIPE RIGHT*/
.menu_slide_right {display: none;}

/*RESPONSIVE BURGER AND COLOR*/
.menu_slide_right .hamburger-inner, .menu_slide_right .hamburger-inner::before, .menu_slide_right .hamburger-inner::after{background: var(--priColor);}
.menu_slide_right .toggle_holder{position: absolute;top: 55%;right: 10px;transform: translateY(-50%);}
.menu_slide_right small{text-transform:uppercase;color: var(--priColor);font-weight:bold;font-size:13px;display:block; line-height: 100%; text-align: center; display: none;}
/*END OF NAV*/

/*BANNER*/
#banner{background: #fff; padding: 0 25px;position: relative;}
#banner::before{content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: url('images/banner_overlay.png') top center no-repeat;z-index: 1;}

.bnr_con{min-height: 0; padding:0;}

.slider{width:1920px;margin-left: 50%; transform: translateX(-50%);position: relative;overflow: hidden;}
.rslides{display: none;}
.mobi_ban{display: none;}

.box_skitter{display: block; height: 797px !important; width: 100% !important;}
.box_skitter .image img { pointer-events: none; }
.box_skitter .container_skitter {  height: 100% !important;  width: 100% !important; }

.bnr_info{width: 700px; max-width: 100%; position: absolute; top: 472px; left: 0; z-index: 150; color: #fff;}
.bnr_info_flex{display: flex; gap: 20px;}
.bnr_info h2{font-size: 66.24px;line-height: 78px;font-family: var(--secFont); }
.bnr_info h2 span{display: block; margin-top: 0;   }
.bnr_info h2 small{color: #fff;  display: block;}
.bnr_info p{line-height: 26px; margin: 0; font-family: var(--priFont); }
.bnr_info a{width: 196.7px;position: relative;top: -5px;height: fit-content;} 

.bnr_wrapper {display: flex; justify-content: space-between;width: 100%; max-width: 788px; align-items: center;}

.bnr_info { width: 100%; } 
.bnr_info_flex { align-items: center; justify-content: space-between; } 
.bnr_info p { font-size: 18px;position: relative;left: 0px;top: -6px;line-height: 29px;max-width: 520px;}
.bnr_info a:hover{}
/*END OF BANNER*/

/*MIDDLE*/
#middle{background: #d9dcc4; padding: 0 25px; position: relative;}
.middle_con{min-height: 0; padding: 50px 0 50px;}

.mid_info{text-align: center;}
.mid_info h2{font-family: var(--secFont);line-height: 100%;}
.mid_info h2 small{ }
.mid_info h2 span{font-family: var(--secFont); font-size: 16px; line-height: 100%; display: block;}
.mid_info p{font-family: var(--priFont); margin: 40px 0 40px; }
.mid_info a{position: relative; font-family: var(--priFont);}
.mid_info a:hover{}
.mid_info a::before {content: ''; position: absolute; top: 0; left: 0;}

.middle_boxes{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px 0px;}
.middle_boxes section{width: 24%; background: var(--secColor); padding: 15px; min-height: 400px;position:relative}
.middle_boxes section h2{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.middle_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
.middle_boxes section h2 span{display: block; margin-top: 5px;font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.middle_boxes section p{}
.middle_boxes section a{}
.middle_boxes section a:hover{}
.middle_boxes section a::before {content: '' ; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.middle_boxes section figure {  overflow: hidden;}
.middle_boxes section figure img { margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

/*END OF MIDDLE*/

/*MAIN*/
#main_area{background: #fff; padding: 0 25px; position: relative;}
.main_con{min-height: 550px; padding: 50px 0 180px; }
	main{ width: 43%; max-width: 660px; line-height: 28px; text-align: left;margin: 106px 0 0 0;}
	main .h1_title{font-family: var(--secFont); font-size: 60px; line-height: 100%;color: var(--priColor);}
	main .h1_title small{font-family: var(--priFont); font-size: 20px;display: block;color: #333;margin: 0 0 -6px;}
	main .h1_title span{ display: inline-block;   line-height: 100%;color: #333;}
	main .h1_title .comp{color: inherit;}
	main p{margin-top: 20px; font-family: var(--priFont);max-width: 590px;line-height: 26px;}
	main a{font-weight: bold; color: var(--secColor);text-decoration: none;display:inline-block;}
	main .main_phone{display:inline-block;}
	main a[href^="tel:"]:hover mark{text-decoration:underline;}

	main a:hover{ }
	main .main_p{margin: 24px 0 0;} 

	.main_a{height: 203.5px; max-width: 203.5px; width: 100%; background: #fff; border-radius: 50%;position: absolute;z-index: 1;top: 52.1%;transform: translateY(-50%);left: -98px;}
	.main_a a{aspect-ratio: 1/1;  width: 203.5px;   display: block;}
	.main_a a span{background: url(images/appointment.png) no-repeat center center;   aspect-ratio: 1/1;   width: 153px;   display: block;position: absolute;top: 13%; left: 13%; }
	.main_a a q{width: 100%; max-width: 43px; min-height: 43px; background: var(--grad1); border-radius: 50%;display: block;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
	.main_a a q::before{content: url('images/icons/arrow2.png'); height: 100%; width: 100%;display: flex;justify-content: center;align-items: center;position: absolute;} 
	.main_a a::after{content: '';position: absolute;height: 89.6px;width: 89.6px;aspect-ratio: 1/1;background: var(--fifColor);border-radius: 50%;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);z-index: -1;} 
	.main_a:hover{ scale: 1.05; transition: ease-out .5s; }

	.main_img_con{position: absolute; top: 108px; right: 0;width: 40.7%;}
	.main_img {  overflow: hidden; width: 100%; border-radius: 30px;}
	.main_img img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;border-radius: 30px;}

	.main_box { } 
	.main_box h2 {font-family: var(--secFont); font-size: 16px; line-height: 100%;} 
	.main_box h2 small {font-family: var(--priFont); font-size: 16px; } 
	.main_box h2 span {display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;} 
	.main_box p {font-family: var(--priFont);} 
	.main_box a {} 
	.main_box a:hover { }

	main ol{padding-left: 35px; margin-bottom: 25px;}
	main ul li{position: relative;}
	main .bullet {padding:0;margin-bottom: 25px;}
	main .bullet li{position:relative;padding-left: 25px;margin-bottom: 8px; }
	main .bullet li::before{position: absolute; content: ""; width: 10px; height: 10px; border-radius: 50%; left: 3px; top: 9px; background: var(--secColor);}

	.intro_txt { width: 100%; border-bottom: 5px solid var(--priColor); font-family: var(--priFont); font-size: 22px; font-weight: 700; text-align: center; margin: 0 auto 25px; padding: 15px; text-wrap: balance;}
/*END OF MAIN*/

/*BOTTOM*/
#bottom1{background:var(--fourColor); padding: 0 25px; position: relative;}
.btm1_con{min-height: 550px; padding: 91px 0 103px;}

.btm1_info{text-align: center;}
.btm1_info h2{font-family: var(--secFont);  line-height: 100%;}
.btm1_info h2 small{margin: 0 0 -4px;}
.btm1_info h2 span{   color: var(--priColor);}
.btm1_info p{font-family: var(--priFont); margin: 23px 0 0;}
.btm1_info a{position: relative; font-family: var(--priFont); }
.btm1_info a:hover{}
.btm1_info a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm1_boxes{display: flex; justify-content: space-between; gap: 10px;margin-top: 50px;}
.btm1_boxes section{width: 32%; max-width: 340px; min-height: 0; padding: 40px 40px 40px 40px; background: var(--secColor);position: relative;color: #fff;text-align: center; min-height: 400px;}
.btm1_boxes section figure{overflow: hidden;}
.btm1_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}
.btm1_boxes section h2{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm1_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
.btm1_boxes section h2 span{display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm1_boxes section p{font-family: var(--priFont); }
.btm1_boxes section a{}
.btm1_boxes section a:hover{}

.btm1_boxinfo {}
.btm1_boxinfo figure {overflow: hidden;}
.btm1_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

.btm1_img { overflow: hidden;}
.btm1_img img {margin-left: 50%; transform: translateX(-50%); max-width: initial;}

.btm1_boxes1{display: flex; justify-content: space-between; gap: 10px;margin-top: 81px;}
.btm1_boxes1 section{width: 48%; max-width: 679.3px; min-height: 0; padding: 80px 30px 50px; background: var(--secColor);position: relative;color: #333;text-align: left; min-height: 216px;background-size: cover !important;}

.btm1_boxes1 section a:hover, .btm1_boxes2 section a:hover{scale: 1.1; opacity: .9;}

.btm1_boxes1 section:first-child{height: 100%; width: 100%;background: url('images/btm1_con1.png') top right no-repeat; border-radius: 20px 0px 0px 20px;padding: 33px 110px 21px 335px;}
.btm1_boxes1 section:first-child figure{overflow: hidden;position: absolute;top: 50%;transform: translateY(-50%);left: 16px;border-radius: 23px;}
.btm1_boxes1 section:first-child figure img{margin-left: 50%; transform: translateX(-50%); max-width: initial;}
.btm1_boxes1 section:first-child h2{font-size: 20px;font-family: var(--secFont); position: relative;}
.btm1_boxes1 section:first-child h2 span{display: block;margin: 3px 0 0;font-size: 28px;color: var(--priColor);letter-spacing: 0;font-family: var(--priFont);font-weight: 700;}
.btm1_boxes1 section:first-child p{font-size: 16px;margin: 20px 0 0;max-width: 190px;line-height: 24px;}
.btm1_boxes1 section:first-child a{ position: absolute; top: 50%; transform: translateY(-50%);left: 259px; z-index: 1;height: 35.3px;width: 35.3px;display: block;background: var(--grad1);border-radius: 50%;outline: solid 10px #fff;}
.btm1_boxes1 section:first-child a::before{content: url('images/icons/arrow2.png');position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;}

.btm1_boxes1 section:last-child{background: url('images/btm1_con2.png') top left no-repeat; height: 100%; width: 100%;border-radius: 0 20px 20px 0;padding: 33px 333px 21px 119px;text-align: right;}
.btm1_boxes1 section:last-child figure{overflow: hidden;position: absolute;top: 50%;transform: translateY(-50%);right: 18px;border-radius: 23px;}
.btm1_boxes1 section:last-child figure img{margin-left: 50%; transform: translateX(-50%); max-width: initial;}
.btm1_boxes1 section:last-child h2{font-size: 20px;font-family: var(--secFont); position: relative;}
.btm1_boxes1 section:last-child h2 span{display: block;margin: 3px 0 0;font-size: 28px;color: var(--priColor);font-family: var(--priFont);font-weight: 700;}
.btm1_boxes1 section:last-child p{margin: 20px 0 0 auto;max-width: 170px;line-height: 24px;}
.btm1_boxes1 section:last-child a{height: 35.3px;width: 35.3px;display: block;background: var(--grad1); border-radius: 50%;outline: solid 10px #fff; position: absolute; top: 50%; transform: translateY(-50%);right: 262px;z-index: 1;}
.btm1_boxes1 section:last-child a::before{content: url('images/icons/arrow3.png');position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;}

.btm1_boxes2{display: flex; justify-content: space-between; gap: 10px;margin-top: 41px;}
.btm1_boxes2 section{width: 48%; max-width: 679.3px; padding: 80px 30px 50px; background: var(--secColor);position: relative;color: #333;text-align: left; min-height: 216px;background-size: cover !important;}

.btm1_boxes2 section:first-child{background: url('images/btm1_con3.png') top right no-repeat; height: 100%; width: 100%;border-radius: 20px 0px 0px 20px;padding: 33px 110px 21px 335px;}
.btm1_boxes2 section:first-child figure{overflow: hidden;position: absolute;top: 50%;transform: translateY(-50%);left: 16px;border-radius: 23px;}
.btm1_boxes2 section:first-child figure img{margin-left: 50%; transform: translateX(-50%); max-width: initial;}
.btm1_boxes2 section:first-child h2{font-size: 20px;font-family: var(--secFont); position: relative;}
.btm1_boxes2 section:first-child h2 span{display: block;margin: 3px 0 0;font-size: 28px;color: var(--priColor);letter-spacing: 0;font-family: var(--priFont);font-weight: 700;}
.btm1_boxes2 section:first-child p{font-size: 16px;margin: 20px 0 0;max-width: 180px;line-height: 24px;}
.btm1_boxes2 section:first-child a{height: 35.3px;width: 35.3px;display: block;background: var(--grad1); border-radius: 50%;outline: solid 10px #fff; position: absolute; top: 50%; transform: translateY(-50%);z-index: 1;left: 259px;}
.btm1_boxes2 section:first-child a::before{content: url('images/icons/arrow2.png');position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;}

.btm1_boxes2 section:last-child{background: url('images/btm1_con4.png') top left no-repeat; height: 100%; width: 100%;border-radius: 0 20px 20px 0;padding: 33px 333px 21px 119px;text-align: right;}
.btm1_boxes2 section:last-child figure{overflow: hidden;position: absolute;top: 50%;transform: translateY(-50%);right: 18px;border-radius: 23px;}
.btm1_boxes2 section:last-child figure img{margin-left: 50%; transform: translateX(-50%); max-width: initial;}
.btm1_boxes2 section:last-child h2{font-size: 20px;font-family: var(--secFont); position: relative;}
.btm1_boxes2 section:last-child h2 span{display: block;margin: 3px 0 0;font-size: 28px;color: var(--priColor);font-family: var(--priFont);font-weight: 700;}
.btm1_boxes2 section:last-child p{margin: 20px 0 0 auto;max-width: 200px;line-height: 24px;}
.btm1_boxes2 section:last-child a{height: 35.3px;width: 35.3px;display: block;background: var(--grad1); border-radius: 50%;outline: solid 10px #fff; position: absolute; top: 50%; transform: translateY(-50%);right: 262px;z-index: 1;}
.btm1_boxes2 section:last-child a::before{content: url('images/icons/arrow3.png');position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;}
 
.btm1_a_con{min-height: 268px; width: 100%; max-width: 268px; background: var(--sixColor); border-radius: 50%;position: absolute;left: 50%;transform: translateX(-50%);top: 440px;display: flex;align-items: center;justify-content: center;}

.btm1_a_con figure{}
.btm1_a_con figure img{border-radius: 50%;}

#bottom2{background: var(--priColor); padding: 0 25px; position: relative;color: #fff;}
.btm2_con{min-height: 0; padding: 219px 0 116px;}

.btm2_info{width: 50%;margin: 0 11px 0 auto;max-width: fit-content;}
.btm2_info h2{  }
.btm2_info h2 small{margin: 0 0 7px;}
.btm2_info h2 span{display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm2_info p{font-family: var(--priFont);max-width: 520px;margin: 12px 0 27px;line-height: 26px;letter-spacing: -0.1px;}
.btm2_info a{width: 290px;}
.btm2_info a:hover{}
.btm2_info a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm2_boxes{display: flex; justify-content: space-between; align-items: center;gap: 10px;}
.btm2_boxes section{width: 32%; max-width: 340px;  padding: 40px 40px 40px 40px; background: var(--secColor);position: relative;color: #fff;text-align: center; min-height: 400px;}
.btm2_boxes section figure{overflow: hidden;border-radius: 20px;}
.btm2_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}
.btm2_boxes section h2{font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm2_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
.btm2_boxes section h2 span{display: block; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm2_boxes section p{font-family: var(--priFont);}
.btm2_boxes section a{}
.btm2_boxes section a:hover{}
.btm2_boxes section a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm2_boxinfo {}
.btm2_boxinfo figure {overflow: hidden;}
.btm2_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

.btm2_img_con{position: absolute;bottom: -111px;left: 0;z-index: 1;width: 47.9%;}
.btm2_img { overflow: hidden;border-radius: 40px;}
.btm2_img img {margin-left: 50%; transform: translateX(-50%); max-width: initial;border-radius: 40px;}

.btm2_a{height: 203.5px; max-width: 203.5px; width: 100%; background: var(--grad1); border-radius: 50%;position: absolute;z-index: 1;top: 72.7%;transform: translateY(-50%);right: -88px;}
.btm2_a:hover{background: var(--gradhover); scale: 1.05; transition: ease-out .5s;}
	.btm2_a a{aspect-ratio: 1/1;  width: 203.5px;   display: block;}
	.btm2_a a span{background: url(images/referrals.png) no-repeat center center;   aspect-ratio: 1/1;   width: 153px;   display: block;position: absolute;top: 13%; left: 13%;transform: translateX(-50%) translateY(-50%);}
	.btm2_a a q{width: 100%; max-width: 43px; min-height: 43px; background: var(--grad1); border-radius: 50%;display: block;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
	.btm2_a a q::before{content: url('images/icons/arrow2.png'); height: 100%; width: 100%;display: flex;justify-content: center;align-items: center;position: absolute;} 
	.btm2_a a::after{content: '';position: absolute;height: 89.6px;width: 89.6px;aspect-ratio: 1/1;background: #fff;border-radius: 50%;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);z-index: -1;} 



#bottom3{background: #fff; padding: 0 25px; position: relative;}
.btm3_con{min-height: 0; padding: 224px 0 100px;}

.btm3_info{}
.btm3_info h2{  }
.btm3_info h2 small{}
.btm3_info h2 span{display: block; margin-top: 10px; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm3_info p{margin: 20px 0 20px; font-family: var(--priFont); }
.btm3_info a{}
.btm3_info a:hover{}
.btm3_info a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm3_boxes{display: flex; justify-content: space-between; gap: 20px;}
.btm3_boxes section{width: 24%; max-width: 295.8px;  background: #fff; padding: 47px 37px 44px; min-height: 206.4px;border-radius: 30px;border: solid 1px #cdcdcd82;box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.06);text-align: center;}
.btm3_boxes section figure{overflow: hidden;border-radius: 20px;}
.btm3_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}
.btm3_boxes section h2{font-family: var(--priFont); font-size: 60px; line-height: 100%;font-weight: 700;}
.btm3_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
.btm3_boxes section h2 span{display: block; margin-top: 5px; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm3_boxes section p{margin: 12px 0 0; font-family: var(--priFont);font-size: 22px;color: var(--priColor);}
.btm3_boxes section a{}
.btm3_boxes section a:hover{}
.btm3_boxes section a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm3_boxinfo {}
.btm3_boxinfo figure {overflow: hidden;}
.btm3_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

.btm3_img { overflow: hidden;}
.btm3_img img {margin-left: 50%; transform: translateX(-50%); max-width: initial;}

#bottom4{background-image:  url('images/btm4_bg.jpg'); background-position:  top center; padding: 0 25px; position: relative;}
#bottom4::before{content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-image: url('images/btm4_overlay.png'); background-size: cover; z-index: 0;}
.btm4_con{min-height: 510px; padding: 233px 0 110px;}

	.btm4_info{ color: #fff;text-align: center;}
	.btm4_info h2{   }
	.btm4_info h2 small{   margin: 0 0 -4px;}
	.btm4_info h2 span{display: block; margin-top: 10px;font-family: var(--secFont); font-size: 16px; line-height: 100%;} 
	.btm4_info p{margin: 12px 0 20px;font-family: var(--priFont);}
	.btm4_info a{position: relative; font-family: var(--priFont); background: var(--priColor);width: 180px;min-height: 60px;border-radius: 50px;text-align: center;color: white;margin: auto;display: flex;align-items: center;}
	.btm4_info a:hover{}
	.btm4_info a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}


	.form_flex { display: flex; justify-content: space-between; gap: 20px;flex-wrap: wrap;}
	.btm_form {  display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 28px;}
	.captcha_button_holder {  display: flex; justify-content: end; align-items: center; gap: 11px;  max-width: fit-content; width: 100%;  }

	.btm4_form { }
	.btm4_form form{margin: 45px 0 0;}
	.btm4_form form input, .btm4_form textarea{ width: 28%; max-width: 677px; height: 60px; background: #fff; border:none; padding: 5px 10px 5px 42px; color: var(--bodyColor); font-family: var(--priFont); font-size: var(--bodyFontSize); font-weight: var(--bodyFontWeight); border-radius: 30px;align-self: baseline;}
	.btm4_form form input::placeholder, .btm4_form textarea::placeholder{color: #333; font-size: 20px;}
	.btm4_form form textarea{resize: none; overflow: auto; padding-top: 19px; max-width: 100%; width: 41%; }
	.btm4_form form button{display: block;   border: none; font-family: var(--priFont) !important; font-size: 20px;;  margin: 0;background: var(--grad1);width: 199px;min-height: 60px;border-radius: 50px;text-align: center;color: white; position: relative;padding: 0 0 0 8px;}
	.btm4_form form button q{content: url('images/icons/arrow1.png'); position: absolute; top: 50%; transform: translateY(-50%); left: 18px;}
	.btm4_form form button:hover{background: var(--gradhover); color: #fff; animation: pulse .5s;}
	
.disclaimer { color: var(--bodyColor); text-align: left; width: 100%; max-width: 900px;}
.disclaimer p { display: flex; justify-content: flex-start; align-items: center; margin: 0;}
.disclaimer p b{  font-weight: 400; margin-left: 16px; max-width: 100%; width: 100%;color: #fff;font-size: 16px;line-height: 26px;letter-spacing: -0.1px;}
.disclaimer p a { font-weight: 600; display: inline-block; }
.disclaimer p a:hover{text-decoration: underline; }
.disclaimer input { width: 23px !important; height: 23px !important; margin: 0 !important; }

#bottom5{background: #d2d0d0; padding: 0 25px; position: relative;}
.btm5_con{min-height: 0; padding: 50px 0;}

.btm5_info{}
.btm5_info h2{  }
.btm5_info h2 small{ }
.btm5_info h2 span{display: block; margin-top: 10px; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm5_info p{margin: 20px 0 20px; font-family: var(--priFont);}
.btm5_info a{position: relative; font-family: var(--priFont);  background: var(--priColor);width: 180px;min-height: 60px;border-radius: 50px;text-align: center;color: white;margin: auto;display: flex;align-items: center;}
.btm5_info a:hover{}
.btm5_info a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm5_boxes{display: flex; justify-content: space-between; }
.btm5_boxes section{width: 32%; max-width: 340px;  background: var(--secColor); padding: 40px 40px 40px 40px; min-height: 400px;}
.btm5_boxes section figure{overflow: hidden;border-radius: 20px;}
.btm5_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}
.btm5_box_info{}
.btm5_boxes section h2{font-family: var(--secFont); font-size: 16px;line-height: 100%;}
.btm5_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
.btm5_boxes section h2 span{display: block; margin-top: 5px; font-family: var(--secFont); font-size: 16px;line-height: 100%;}
.btm5_boxes section p{margin: 20px 0 20px; font-family: var(--priFont);}
.btm5_boxes section a{position: relative; font-family: var(--priFont); background: var(--priColor);width: 180px;display: block;min-height: 60px;border-radius: 50px;text-align: center;color: white;margin: auto;}
.btm5_boxes section a:hover{}
.btm5_boxes section a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm5_boxinfo {}
.btm5_boxinfo figure {overflow: hidden;}
.btm5_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

#bottom6{background: #d2d0d0; padding: 0 25px; position: relative;}
.btm6_con{min-height: 0; padding: 50px 0;}

.btm6_info{}
.btm6_info h2{  }
.btm6_info h2 small{ }
.btm6_info h2 span{display: block; margin-top: 10px; font-family: var(--secFont); font-size: 16px; line-height: 100%;}
.btm6_info p{margin: 20px 0 20px; font-family: var(--priFont);}
.btm6_info a{position: relative; font-family: var(--priFont);  background: var(--priColor);width: 180px;min-height: 60px;border-radius: 50px;text-align: center;color: white;margin: auto;display: flex;align-items: center;}
.btm6_info a:hover{}
.btm6_info a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm6_boxes{display: flex; justify-content: space-between; }
.btm6_boxes section{width: 32%; max-width: 340px; background: var(--secColor); padding: 40px 40px 40px 40px; min-height: 400px;}
.btm6_boxes section figure{overflow: hidden;border-radius: 20px;}
.btm6_boxes section figure img{margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}
.btm6_box_info{}
.btm6_boxes section h2{font-family: var(--secFont); font-size: 16px;line-height: 100%;}
.btm6_boxes section h2 small{font-family: var(--priFont); font-size: 16px;}
.btm6_boxes section h2 span{display: block; margin-top: 5px; font-family: var(--secFont); font-size: 16px;line-height: 100%;}
.btm6_boxes section p{margin: 20px 0 20px; font-family: var(--priFont);}
.btm6_boxes section a{position: relative; font-family: var(--priFont); background: var(--priColor);width: 180px;display: block;min-height: 60px;border-radius: 50px;text-align: center;color: white;margin: auto;}
.btm6_boxes section a:hover{}
.btm6_boxes section a::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

.btm6_boxinfo {}
.btm6_boxinfo figure {overflow: hidden;}
.btm6_boxinfo figure img {margin-left: 50%;   transform: translateX(-50%);   max-width: initial;}

/*end bottom*/

/*footer*/
footer{position: relative;}
.footer_top{background: var(--priColor); padding: 0 25px;color: #fff;}
.footer_top_con{min-height: 636px; padding: 88px 0 50px;display: flex;justify-content: space-between;}

	.contact_info{margin: 40px 0 0;}
	.contact_info_heading{display: block;}
	.contact_info_heading h2{  }
	.contact_info_heading h2 small { margin: 0 0 10px 0;}
	.contact_info_heading h2 span {font-family: var(--priFont); font-size: 16px; line-height: 100%;}
	.contact_info_heading p {font-family: var(--priFont);margin: 11px 0 -3px;}

	.sac{text-decoration: underline;}
	.sac:hover{color: var(--secColor);}

	.logo_social { display: flex; justify-content: space-between; margin: 53px 0 0; }

	.contact_info ul{margin: 0 0 0; padding: 0; list-style: none;display: flex;justify-content: space-between;}
	.contact_info ul li{display: block; vertical-align: top;  position: relative; line-height: 23px;padding-left: 79px;}
	.contact_info ul li span{display: block; font-family: var(--priFont);}
	.contact_info ul li span q{display: inline;}
	.contact_info ul li address{display: inline;}
	.contact_info ul li address span{}
	.contact_info ul li a{color: inherit;}
	.contact_info ul li a[href^="tel:"] {color: inherit;}
	.contact_info ul li a:hover{text-decoration:underline;}
	.contact_info ul li::before{position: absolute; top: 5px; left: 0;}
	.contact_info ul li:first-child {position: relative;}
	.contact_info ul li:last-child {position: relative;}
	.contact_info ul li:first-child::before {position: absolute; content: url('images/icons/footer-icon1.png'); top: -13px; left: 0; height: 64.5px; width: 64.5px; display: flex; align-items: center; justify-content: center; background: var(--grad1); border-radius: 50%;padding: 7px 0 0;}
	.contact_info ul li:last-child::before {position: absolute; content: url('images/icons/footer-icon2.png'); top: -13px; left: 0px; height: 64.5px; width: 64.5px; display: flex; align-items: center; justify-content: center; background: var(--grad1); border-radius: 50%;}

	.footer_left_con { width: 58.3%; }
 
	.footer_map {width: 438.9px;height: 418.3px;position: relative;top: 21px;border-radius: 30px;overflow: hidden;}
	.footer_map iframe{width: 100%;   height: 100%;}

	.left {}
	.mid_footer {}
	.logo_copyright{} 
	.contacts{} 
	
	.contact1 {position: relative;}
	.contact1::before {position: absolute; content: ''; top: 0; left: 0;}
	.contact1 h2 {font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.contact1 h2 span{font-family: var(--priFont); font-size: 16px;}
	.contact1 ul{}
	.contact1 ul li{}
	.contact1 ul li a:hover {text-decoration: underline;}
	.contact1 ul li mark{}
	.contact1 ul li address{}
	.contact1 ul li address span{}
	.contact1 p {font-family: var(--priFont);}
	.contact1 p span {font-family: var(--priFont); }	

	.contact2 {position: relative;}
	.contact2::before {position: absolute; content: ''; top: 0; left: 0;}
	.contact2 h2 {font-family: var(--secFont); font-size: 16px; line-height: 100%;}
	.contact2 h2 span{font-family: var(--priFont); font-size: 16px;}
	.contact2 ul{}
	.contact2 ul li{}
	.contact2 ul li a:hover {text-decoration: underline;}
	.contact2 ul li mark{}
	.contact2 ul li address{}
	.contact2 ul li address span{}
	.contact2 p {font-family: var(--priFont); font-size: 16px; line-height: 100%;}
	.contact2 p span {font-family: var(--priFont); font-size: 16px;}	

	.contact3 {position: relative;}
	.contact3::before {position: absolute; content: ''; top: 0; left: 0;}
	.contact3 h2 {font-family: var(--secFont); font-size: 16px;}
	.contact3 h2 span{font-family: var(--priFont); font-size: 16px;}
	.contact3 ul{}
	.contact3 ul li{}
	.contact3 ul li a:hover {text-decoration: underline;}
	.contact3 ul li mark{}
	.contact3 ul li address{}
	.contact3 ul li address span{}
	.contact3 p {font-family: var(--priFont); }
	.contact3 p span {font-family: var(--priFont); }

	.footer_logo_con{}
	.footer_logo{margin: 0 0 11px;}
	.footer_logo img{} 

	.footer_btm{background: var(--terColor); padding: 0 25px;}
	.footer_btm_con{min-height: 0; padding: 22px 0;display: flex;justify-content: space-between;color: #fff;align-items: center;}

	.footer_nav{width: 59%;}
	.footer_nav ul{ margin: auto 0; padding: 0; text-align: center; list-style: none; display: flex;justify-content: space-between;width: 100%;max-width: 805px;}
	.footer_nav ul li{display: inline-block; vertical-align: top; position: relative; padding: 0;}
	.footer_nav ul li a{display: block;  color: #fff;font-size: 18px;}
	.footer_nav ul li a:hover, .footer_nav ul li a:active, .footer_nav ul li.current_page_item a{text-decoration: underline;}
	.footer_nav ul li::after{content: ""; width: 1px; height: 21px; background: #fff; position: absolute; top: 50%; right: -3px; transform: translateY(-50%);display: none;}
	.footer_nav ul li:last-child::after{display:none;}
	.footer_nav ul li:first-child{padding-left: 0;}
	.footer_nav ul li:last-child{padding-right: 0;}

	.footer_comp{display: inline-block; margin: 0 10px; position: relative;}
	.footer_comp::before{content:"\2022"; position: absolute; top:0; left:-10px; }
	.footer_comp::after{content:"\2022"; position: absolute; top:0; right:-10px;}

	.copyright{font-size: 17px; color:#fff; margin: 0 auto; text-align: left;display: block;gap: 20px; justify-content: center;line-height: 25px;}
	.copyrigh_text{position: relative; padding-left: 0;}
	.copyrigh_text::before{content: "\2022"; position: absolute; top: 8px; left: -12px; line-height: 10px;display: none;}
	.copyrigh_text:hover{text-decoration: none!important;}
	.copyright a{color: inherit;} 
	.copyright a:hover{text-decoration: underline;}

	.privacy_footer {   position: relative;    margin-left: 17px;}
	.privacy_footer::before { content: "\2022"; position: absolute; top: -4px; left: -14px; }
	
	.donot_sell{margin: 10px 0;text-align: center; position: relative;top: -3px;left: -7px;}
	.donot_sell a{font-size: 20px;}
	/* .donot_sell a:after{content: ''; position: absolute; top: 50%; left: -47px; height: 19.2px; width: 19.2px; background: var(--grad1),url('images/icons/arrow4.png'); border-radius: 50%; display: flex; align-items: center; justify-content: center;outline: solid 4px #15a724;transform: translateY(-50%);} */
		.donot_sell a:after{content: '';
position: absolute;
top: 50%;
left: -47px;
width: 19.2px;
height: 19.2px;

background: url(images/icons/arrow4.png) center/60% no-repeat,
            var(--grad1);

border-radius: 50%;
outline: 4px solid #15a724;
transform: translateY(-50%);}
	.donot_sell a:hover{ text-decoration: underline;}

/**Resources**/ 
.resources {}
.resources a {display:block;font-weight:bold; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
.resources a:hover {padding-left:2px; text-decoration: none!important; color: var(--priColor);}
.resources ul,.resources li {list-style-type:none; margin:0; padding:0;}
.resources ul li {margin-bottom:8px; padding:12px; background:#FAFDFE;border:1px solid #ececec;}
.resources ul li::before{content:"";}
.resources ul li::after{content:"";}
.resources ul li a span {font-size:16px; color:#666666; letter-spacing:1px; display:block; overflow-wrap: break-word;word-wrap: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}

/* IE 8 */
.lt-ie8 .dang-ie{width:100%;height:100%;position:fixed;background-color:#00abdd}
.message{text-align:center;color:#fff;font-size:20px;position:absolute;top:20%;left:0;right:0}
.inner-message{position:relative;top:-20%;left:0;right:0;text-align:center;margin:auto}
.inner-message img{position:relative;left:0}
.inner-message a.download{display:block;width:300px;padding:10px;color:#fff;margin:2em auto;border:1px solid #fff}
.terms{color:#fff;font-size:13px;padding:20px;position:absolute;right:0;bottom:0}
.terms a{color:#fff;font-weight:700}
.lt-ie8 .protect-me{display:none}

/* Sitemap Style */
.sitemap{list-style-type: none; padding: 0; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 3px; -moz-column-gap: 3px;  column-gap: 3px;}
.sitemap li {counter-increment: step-counter; overflow: hidden;display:inline-block;width:100%;}
.sitemap li{padding:5px 15px; background: #E3E3E3;}
.sitemap li:nth-child(odd){background: #F2F2F2;}
.sitemap li a{display: block;}
.sitemap li a::before {content: counter(step-counter) '. ';}

/* Pages under Certain Parent Pages */
.sitemap ul {margin-top: 5px;}
.sitemap ul li:nth-child(odd){background: #E3E3E3;}
.sitemap ul li:nth-child(even){background: #F2F2F2;}
.sitemap ul li {counter-increment: sub-counter;}
.sitemap ul li a::before {content: counter(step-counter) '.' counter(sub-counter) ' ';}

/* Breadcrumb Styling */
#breadcrumbs{border-bottom: 1px dashed gray;padding-bottom: 10px;margin-bottom: 30px;margin-top: 30px;}
#breadcrumbs span a{color: var(--priColor); font-weight: normal; font-size: 18px; font-family: var(--priFont);}
#breadcrumbs span a:hover{text-decoration: underline;}
.breadcrumb_last { font-family: var(--priFont); font-size: 18px; }
.breadcrumbs span{vertical-align: bottom;display: inline-block; overflow: hidden;text-overflow: ellipsis;}
.breadcrumbs span[property='name'] {display: inline-block;padding: 0;margin-top: -3px;vertical-align: middle;max-width: 270px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#439b4f;}
.breadcrumbs span[property='name']:hover {text-decoration: underline;}
.breadcrumbs span[class='post post-page current-item'] {display: inline-block;padding: 0;max-width: 250px;white-space: nowrap;}
.breadcrumbs .post {background:transparent!important;border-radius: 0;padding: 0;margin: 0;border: none;word-wrap: normal;}

/* End Breadcrumb Styling */

/* Form Activation Style (Recaptcha & Prompt Message) */
.captcha-box {width: 249.6px;   height: 62.9px;}
.g-recaptcha{transform: scale(0.83);   transform-origin: 0 0;}
#g-recaptcha-response {display: block !important;position: absolute;margin: -78px 0 0 0 !important;width: 302px !important;height: 76px !important;z-index: -999999;opacity: 0;}
#error-msg {position: fixed;z-index: 9999;border: 1px solid;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
#error-msg .message {border: 1px solid;width: 500px;margin: 9% auto;background: #fff;position: relative;padding: 188px 10px 25px 10px;border-radius: 20px;max-width: 95%;}
#error-msg .message span:nth-child(1){font-weight: bold;color: #ca4b4b;font-size: 25px;line-height: 20px;}
#g-recaptcha-response .message span:nth-child(1) {font-weight: 900;color:  #ca4b4b;font-size: 32px;line-height: 40px;}
#success {position: fixed;z-index: 9999;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
#recaptcha-error{position: fixed;z-index: 9999;border: 1px solid;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
.message {border: 1px solid;width: 500px;margin: 9% auto;max-width: 95%;border-radius: 20px;padding: 188px 10px 25px 10px;background: #fff;position: relative;}
.message span:nth-child(1) {font-weight: 900;color: #31af90;font-size: 26px;line-height: 27px;}
.message span:nth-child(3) {font-size: 25px;line-height: 30px;color: #000;}
.message span:nth-child(5) {line-height: 40px;font-size: 18px; color: #000;}
.close, .rclose, .error-close { position: absolute; right: 24px; top: 10px; font-size: 30px; font-family: open sans; cursor: pointer;color: #333 !important; }
#error-msg p, #success .message p{font-size: 30px !important;}
.fail-check::after {content: url('images/wrong-icon.png');position: absolute;  left: 0; right: 0; top: 30px; } 
.success-check::after{content:url('images/success-icon.png'); position: absolute;left: 0;right: 0;top: 30px;}
#invalid-msg {display: none; background: #fcecec; padding: 10px; color: #ca4b4b; font-weight: bold;  margin-bottom: 20px; font-size: 16px; width: 100%; text-align: center;}
/* End Form Activation Styling */

/* Non-home */
.non_ban {position: relative;}
.non_ban_img{width: 1920px;margin-left: 50%;transform:translateX(-50%);}
.non_ban_img img{vertical-align:middle;height: auto;}

.page_title{width: 100%; font-family: var(--secFont); font-size: 44px; font-weight: 700; color: #fff; line-height: 100%; text-align: center; padding: 15px; position: absolute;bottom: 0; left: 50%; transform: translateX(-50%); z-index: 2; isolation: isolate;}
.page_title::before{content: ""; width: 1922px; height: 100%; background: var(--priColor); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; opacity: 0.7;}
.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}
.fixbtmbg { background-attachment: fixed !important;}

/* Spacer */
.top_20{margin-top: 20px;}
.top_40{margin-top: 40px;}
.top_60{margin-top: 60px;}
.bottom_20{margin-bottom: 20px;}
.bottom_40{margin-bottom: 40px;}
.bottom_60{margin-bottom: 60px;}

/* Accordion */
.accord {margin:20px auto;}
.accord h1{padding:10px 10px 10px 50px;background:#fff;color:#000;font-weight: 500;font-size:16px;margin:0 0 5px;border:1px solid var(--priColor);cursor:pointer;position:relative;}
.accord div{display:none;background:#FAFDFE;padding:20px 10px;margin:5px 0; font-weight: 500;border-left:2px solid var(--priColor);position:relative;}
.accord h1::before{content:"+";width:30px;height:30px;color:#fff;border-radius:5px;background:var(--priColor);display:inline-block;vertical-align:middle;text-align:center;line-height:30px;position:absolute;top:50%;left:10px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);}
.accord .sign::before{content:"-"!important;line-height:25px;}

/* Privacy Policy */
.privacy_span {color: #ff0000;}
.privacy_list { margin-top: 20px;  }
.privacy_list li {font-family:var(--bodyFont); font-size:var(--bodyFontSize); margin-bottom:20px; }
.privacy_list li::marker  {display: inline;}
.privacy_list h2, .privacy_list li::marker{font-size: 25px;}
.privacy_list h2, .privacy_list h3, .privacy_list li::marker { display: inline; font-family:var(--hdrFont); line-height:100%; margin: 0;font-weight: var(--hdrFontWeight);color: var(--priColor);}
.privacy_list h3 { display: block; font-size: 25px; margin-top: .5em;margin-bottom: 15px;}
.privacy_list p {margin: 10px 0 15px;}
.privacy_list p span a {display: inline;}
.privacy_list .bullet {margin-bottom:15px;padding-left: 15px;}
.privacy_list .bullet li {margin-bottom:0;}
.privacy_list li p span a{display:inline;}


/* CTA */
.cta{padding-top:20px; border-top:solid 2px var(--priColor); }
.cta h2{font-size:20px; color:var(--priColor); margin-bottom:15px;font-weight:700;}

.nh_btn {background: var(--priColor); min-height: 60px; width: 200px; font-size: 18px; padding: 20px; border-radius: 50px; color: white; display: block; text-align: center;}
.nh_btn:hover {background: var(--secColor); color: white;}

body .uwy.userway_p2 .userway_buttons_wrapper { top: unset !important; right: auto !important; bottom: 215px !important; transform: none !important; left: 14px !important; }
.cky-revisit-bottom-right { right: unset !important; left: 13px !important; bottom: 164px !important;box-shadow:rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;}