@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.eot');
    src: url('../fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Italic.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.eot');
    src: url('../fonts/PlayfairDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Medium.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBold.eot');
    src: url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
        url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "FontAwesome";
    font-display: swap;
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype"),
        url("../fonts/fontawesome-webfont.svg") format("svg");
}

.grecaptcha-badge { visibility: hidden; }

/* variable css */
body {
    margin: 0;
    line-height: 26px;
    font-size: 18px;
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
    font-family: var(--font-body-family);
    font-weight: var(--font-body-weight);
    letter-spacing: 0px;
    color: var(--primary);
}

body {
    overflow-x: hidden;
}

/*  select option */
::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FFFFFF url(../images/select-arrow.svg) no-repeat right 10px center / 0.75em;

    padding-right: 2em;
}

::-moz-selection {
    color: #fff;
    background: var(--theme);
}

::selection {
    color: #fff;
    background: var(--theme);
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7E7E7E;
    font-size: 15px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7E7E7E;
    font-size: 15px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

:-ms-input-placeholder,
textarea::placeholder {
    color: #7E7E7E;
    font-size: 15px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


/*  select option  */
.form-group.form-group50 {
    width: calc(50% - 10px);
    position: relative;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

input:invalid {
    box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--font-body-family);
}

textarea {
    resize: none;
    max-height: 130px;
    color: var(--primary);
    margin: 0;
    vertical-align: bottom;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: var(--font-body-family);
    font-weight: normal;
	display:block;
	width:100%;
	    border: 1px solid var(--white);
}

.form-group {
    margin-bottom: 25px;
    width: 100%;
	
}

form .form-group.width100 {
    margin-bottom: 0;
}

.form-control {
    width: 100%;
    padding: 10px 24px;
    background: var(--white);
    border: 1px solid var(--white);
    color: #7E7E7E;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    height: 58px;
}

.form-group input,
.form-group .form-control {
    min-width: 100%;
}

textarea.form-control {
    height: auto;
    min-height: 120px;
}

.form-control:focus {
    border-color: var(--theme);
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 10px;
}

.form-group label {
    margin-bottom: 10px;
    display: block;
    font-size: 17px;
    line-height: 1;
    font-weight: var(--font-weight-bold);
    color: var(--primary);
}

.submit-btn {
    width: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.submit-btn:before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: var(--white);
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 40px;
}

.submit-btn input.btnsubmit {
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    color: var(--white);
    width: auto;
    border-radius: 0px;
    background: var(--theme);
    border: 0;
    padding: 18px 60px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--font-body-family);

}

.submit-btn input.btnsubmit:hover {
    background: #A0713D;
    color: var(--white);
    border-color: #A0713D;
}

.divider {
    border-bottom:1px solid #d0d3db;
    margin-bottom: 100px;
}



/*  slick common style for control */
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

ul.slick-dots>li {
    width: auto !important;
    padding: 0 !important;
    display:inline-block !important;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.20);
    padding: 0;
    margin: 0;
    border-radius: 100%;
    opacity: 1;
    border: 3px solid rgba(255, 255, 255, 0.01);
}

.slick-dots li button:before {
    width: 15px;
    height: 15px;
    content: "";
}

.slick-dots li.slick-active button {

    opacity: 1;
    border: 0;
    background-color: transparent;
    border: 3px solid var(--white);

}

/* arrow */
.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #CECECE;
    border-radius: 100%;
    background-color: var(--white);
    margin: auto -10px;
}

.slick-next:hover,
.slick-prev:hover {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.slick-next:before,
.slick-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: 1;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #B1B1B1;
    font-family: 'FontAwesome';
    font-size: 22px;
    font-weight: 500;
}

.slick-next:before {
    content: "\f105";
    margin-left: 0px;
}

.slick-prev:before {
    content: "\f104";
    margin-left: -1px;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}

.slick-next {
    right: 0px;
    z-index: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: var(--theme);
    border-color: var(--theme);
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
    color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
    color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
    filter: none;
}

.arrow-top .slick-prev,
.arrow-top .slick-next {
    top: 0;
    margin-top: -110px;
}

/*-----BUTTONS-----*/
.btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
}
.btncase{
	text-transform:capitalize !important;
}
.button {
    font-size: 16px;
    padding: 20px 32px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    line-height: 1;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    color: var(--white);
    min-height: auto;
    min-width: auto;
    font-family: var(--font-body-family);
    background-color: var(--theme);
    border: 0;
    font-weight: var(--font-weight-semibold);
    border-radius: 0px;
    text-transform: uppercase;
    width: auto !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    letter-spacing: 0px;
    gap: 10px;

    & img {
        filter: invert(1) brightness(100%);
    }
}

.button:hover {
    & img {
        filter: unset;
    }
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.btn-row a i,
.btn-outline i,
button img,
.button img,
.button i {

    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    transition: all ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.button:hover i {

    transition: all ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.button-yellow {
  background-image:linear-gradient(90deg, #E5B87A, #A0713D, #A0713D, #A0713D);
    background-size:300% 100%;
}
.button-yellow:hover{
       background-position:50% 0; 
}
.button-black-border {
    outline: 1px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
    outline-offset:-1px;
}
.button-black-border:hover{
     outline: 1px solid var(--primary);
    color: var(--white);
    background-color:var(--primary);
}
.button-white-border {
    outline: 1px solid var(--white);
    color: var(--white);
    background-color: transparent;
    outline-offset:-1px;
}
.button-white-border:hover{
    outline: 1px solid var(--white);
    color: var(--primary);
    background-color:var(--white);
    
}
.button-blue-border{
    outline: 1px solid var(--theme);
    color:var(--theme);
    background-color: transparent;
    outline-offset:-1px;

    & img{
       filter:unset; 
    }
}
.button-blue-border:hover{
    background-color:var(--theme);
    color:var(--white);
    & img{
       filter:invert(1) brightness(100); 
    }
}
ul.btnlist{
    list-style-type:none;
    margin:0;
    padding:0;
}
.btnlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
    gap: 14px;
}

.btnlist li,
.btnlist .button {
    margin: 0px;
}

.button>i {
    margin-right: 0;
}

.button-theme {
    outline:1px solid var(--theme);
    color: var(--white);
    background-color: var(--theme);
    outline-offset:-1px;
}
.button-theme:hover{
    outline:1px solid var(--theme);
    color: var(--theme);
    background-color:transparent;
    outline-offset:-1px;
}




/*---- theme content  ul,ol heading styling -------*/

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

p,
ol li,
ul li {
    font-size: 18px;
    color: var(--primary);
    line-height: 26px;
    letter-spacing: 0;
    font-weight: var(--font-body-weight);
    font-family: var(--font-body-family);
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

p a {
    color: var(--theme);
    text-decoration: underline;
    text-underline-position: under;
}

p a,
p span,
ul li a,
ol li a {
    display: inline-block;
}

p span {
    color: initial;
    text-decoration: none;
}

p a:hover {
    color: #A0713D;
}

/* ********|| UL , OL  ||******** */

ul.twocolumn,.content-wrapper .first_block_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    & li {
        width: calc(50% - 10px);

    }
}

.content-wrapper .first_block_content ul li {
    line-height: 1;
}

.content-wrapper .first_block_content ul li:before {
    top: -1px;
}

.content-wrapper .first_block_content ul li:not(:last-child) {
    margin-bottom: 15px;
}

main .content-wrapper ul {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0;
}

main .content-wrapper ul li {
    position: relative;
    padding-left:34px;
    letter-spacing: 0px;
    list-style: none;
    font-size: 18px;
    color: var(--primary);
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: var(--font-body-family);
    margin-bottom: 0;
}

main .content-wrapper ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0px;
    top:1px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-color: var(--theme);
    border-radius: 100%;
    font-family: 'FontAwesome';
    color: var(--white);
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    line-height: 1;
}
main .content-wrapper ul li a{
    text-decoration:underline;
}
main .content-wrapper ul li a:hover
{
      color: #A0713D;
}

main .content-wrapper ul li:not(:last-child) {
    margin-bottom: 18px;
}

main .content-wrapper ul li strong {
    font-weight: var(--font-weight-bold);
    font-size: 18px;
    line-height: 1;
    color: var(--primary);
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme);
    font-family: var(--font-head-family);
    font-weight: var(--font-weight-medium);
    line-height: 1.13;
    margin-bottom:30px;
    text-transform: capitalize;
}

.heading-44 {
  font-size: clamp(2.125rem, 2rem + 0.625vw, 2.75rem);
}
.heading-40,h1 {
   font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
}
.heading-38 {
    font-size: clamp(1.875rem, 1.775rem + 0.5vw, 2.375rem);
}
.heading-34,h2 {
    font-size: clamp(1.75rem, 1.675rem + 0.375vw, 2.125rem);
}
.heading-30,h3 {
    font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
}
.heading-28,h4 {
   font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
}
.heading-24,h5{
    font-size:24px;
}
.capitalize {
    text-transform: capitalize !important;
}

.fw-500 {
    font-weight: var(--font-weight-medium);
}

.fw-600 {
    font-weight: var(--font-weight-semibold);
}

.fw-bold {
    font-weight: var(--font-body-weight-bold);
}

.content-width {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.border-title {
    position: relative;
    padding-bottom: 24px;
}

.border-title:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background: var(--gradient);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.border-title-left.border-title:after {
    margin-left: 0;
}

.title-line {
    position: relative;
}

.title-line:before {
    position: absolute;
    content: "";
    background: var(--gradient);
    height: 1px;
    width: 200px;
    right: 0;
    margin-right: -230px;
    top: 50%;
    bottom: 0;
    margin-top: 0px;
    z-index: 1;
}

.btm-text {
    color: #E6E6E6;
    text-align: center;
    font-family: var(--font-head-family);
    font-size: 114px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.80;
    letter-spacing: 2.475rem;
    text-transform: uppercase;
}

.text-white {
    color: var(--white) !important;
}

.italictxt {
    font-style: italic
}

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

.bg-light {
    background-color: #F2F2F2;
}

/* ********* BREADCRUMB *********  */

.breadcums-wrap {
    border-top: 1px solid rgba(0 0 0 / 10%);
}

ul.woo_breadcums {
    margin: 0;
    padding:0;
}

ul.woo_breadcums li {
    list-style: none;
    color:var(--white);
    font-size: 14px;
    font-weight: var(--font-body-weight);
    text-transform: capitalize;
    letter-spacing: 0;
    padding-left: 0;
    margin: 0;
}

.woo_breadcums li::before {
    display: none;
}

ul.woo_breadcums li a {
    position: relative;
    z-index: 0;
    line-height: 100%;
    margin: 0 26px 0 0;
    display: inline-block;
   
    line-height: 1;
    text-decoration: none;
}

ul.woo_breadcums li span {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    font-weight: var(--font-body-weight);
    font-family: var(--font-body-family);
    letter-spacing: normal
}

span.breadcrumb_last {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.woo_breadcums a:hover::after {
    left: unset !important;
}

ul.woo_breadcums li a:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: unset;
    opacity: 1;
    z-index: 0;
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 14px;
    margin-top: 1px;
    line-height: 1;
}

ul.woo_breadcums li a:hover {
    text-decoration: underline;
    color:#E5B87A;
}

/*-------------- form message style  ---------------*/
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 6px 8px;
			 line-height:1;
}

.wpcf7-not-valid-tip {
    line-height: 1;
    vertical-align: top;
    margin-left: 3px;
    position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output {
    background: #fff9df;
    width: 100%;
    display: block;
    color: inherit;
    padding: 10px 10px 10px 40px;
    text-align: left;
    line-height: 1;
    margin: 0 auto 20px;
    color: #585858;
    font-size: 14px;
    position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
    position: absolute;
    content: "";
    background: url(../images/svg/material-error-outline.svg) no-repeat left top;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 7px;
    display: inline-block;
}

.wpcf7-not-valid-tip:before {
    top: -5px;
    margin: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
   
    border-color: #f54812;
}

.wpcf7 form.failed .wpcf7-response-output {
    border: 1px solid #fe0000 !important;
    background: url(../images/svg/failed-validation.svg) no-repeat 15px center #ffdfdf;
    font-size: 14px;
    color: #ff0000;
    padding: 10px 20px 10px 30px;
    margin: 0 0 10px 0;
    width: 100%;
    padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: url(../images/svg/validation-tick.svg) no-repeat 15px center #e1ffd9;
    border-color: #498e36;
    font-size: 14px;
    color: #498e36;
    width: 100%;
    padding: 10px 10px 10px 40px;
}

/*-----SCROLL TOP-----*/
.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 80px;
    opacity: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 0;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    color: var(--white);
    background: var(--gradient);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--yellow);
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.scrollTop i {
    margin: 0;
    color: var(--white);
}

.scrollTop:hover {
    background: var(--theme);
    border-color: var(--white);
}

.scrollTop:hover i {
    color: var(--white);
}



/*-------content section --------*/
.small-title {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: 1.1;
    letter-spacing: 3.2px;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #E5B87A 0%, #A0713D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
}

.content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 100px;
}

.ctent-img {
    width: 700px;
    position: sticky;
    top: 130px;
    align-self: flex-start;
}

.ctent-block {
    width: calc(100% - 700px);
    padding-right: 110px;
    margin: auto 0;
			 padding-top:30px;
    [class*="heading-"],
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
       margin-bottom:20px; 
    }

    & p:last-child,
    & ul:last-child,
    [class*="heading-"]:last-child {
        margin-bottom: 0;
    }


}

.content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 110px;
    padding-right: 0;

    .title-line:before {
        left: 0;
        margin-left: -230px;
        right: auto;
        margin-right: 0;
    }
}




/*--- footer -----*/
footer {
    background-color: #16254C;
    position: relative;

    .letter {
        filter: invert(1) brightness(100%);
        opacity: 0.03;
        margin-bottom: 70px;
        margin-right: -40px;
    }
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;

    .ft-left {
        width: 315px;
        padding-right: 65px;
        border-right: 1px solid rgba(255 255 255 / 20%);
        text-align: center;

        .ft-logo {
            display: block;
            margin-bottom: 25px;
            text-align: center;
        }

        .ft-hours {
            margin-bottom: 24px;

            .icon {
                width: 40px;
                height: 40px;
                background-color: rgba(255 255 255 / 10%);
                border-radius: 100%;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                margin: 0 auto 10px;

                & img {
                    filter: invert(1) brightness(100);
                }
            }

            .ft-hr-detil {
                .ft-hr-label {
                    font-size: 16px;
                    font-weight: var(--font-weight-bold);
                    color: var(--white);
                    margin-bottom: 5px;
                    text-align: center;
                }

                & p {
                    color: #C6CCDA;
                    font-size: 16px;
                    line-height: 22px;
                    text-align: center;
                }
            }
        }

        .ft-hotline {
            font-size: 14px;
            font-weight: var(--font-weight-semibold);
            color: var(--white);
            border: 1px solid rgba(255 255 255 / 20%);
            border-radius: 80px;
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 15px;
            padding: 5px 18px;

            .green-circle {
                width: 11px;
                height: 11px;
                background: #0FD975;
                border-radius: 100%;
                /* box-shadow: 0 0 0 5px rgba(15, 217, 117, 0.30); */
                display: inline-flex;
                flex-wrap: wrap;
                -webkit-animation: blink 3.0s linear infinite;
                -moz-animation: blink 3.0s linear infinite;
                animation: blink 3.0s linear infinite;
            }
        }
    }

    .ft-right {
        width: calc(100% - 315px);
        display: flex;
        flex-wrap: wrap;
        padding-left: 65px;
        justify-content: space-between;

        .ft-rgt-block {
            width: calc(100% - 400px);
        }

        .ft-rgt-link {
            width: 400px;
            display: flex;
            gap: 10px;

            ul.f-ul {
                display: flex;
                flex-wrap: wrap;
                margin: 0;
                padding: 0;
                list-style-type: none;
            }

            & li {
                display: block;
                margin: 0;
                width: 100%;
                line-height:1;
            }
            & li:not(:last-child){
                margin-bottom:10px;
            }
            & li a {
                color: #C6CCDA;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.2;
            }
            & li a:hover,& li.active a{
               color:#e5b87a;
            }

            .ft-link {
                flex: 1;
            }
        }

        .footer-title {
            color: #FFF;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 20px;
            padding-bottom: 15px;
            position: relative;
        }

        .footer-title:before {
            position: absolute;
            content: "";
            width: 30px;
            height: 1px;
            background: var(--gradient);
            left: 0;
            bottom: 0;
        }

    }



}

.ft-copy {
    border-top: 1px solid rgba(255 255 255 / 20%);
    padding: 26px 0;

    & p {
        color: #C6CCDA;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        text-transform: capitalize;
					display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }
}

ul.ft-get-touch {
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 530px;
    margin-bottom: 40px;

    & li {
        margin: 0;
        line-height: 1;
        width: calc(50% - 10px);
    }

    .ft-get-li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;

        .ft-get-icon {
            width: 40px;
            height: 40px;
            background-color: rgba(255 255 255 / 10%);
            border-radius: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;

            & img {
                filter: invert(1) brightness(100%);
            }
        }

        .ft-get-info {
            font-size: 16px;
            line-height: 22px;
            color: #C6CCDA;
            padding-left: 10px;
            max-width: 210px;
            width:calc(100% - 40px);

            & span {
                display: block;
            }

            & a:hover{
                color: #e5b87a;
            }
        }
    }
}

ul.ft-get-touch li.ftaddress {
    width: 100%;
}

.f-social-advice {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 530px;

    .mhd-social {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        width: calc(50% - 10px);
        gap: 15px;

        & li {
            line-height: 1;
            margin: 0;
            padding: 0;

            & img {
                filter: invert(1) grayscale(1) brightness(80%);
                width: 24px;
                height: 24px;
            }
        }
        & li a:hover{
            & img{
               filter:brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(267%) hue-rotate(353deg) brightness(96%) contrast(87%);   
            }
        }
    }

    
}
.legal-box {
        font-size: 16px;
        line-height: 1.02;
        color: #C6CCDA;
        background-color: rgba(255 255 255 / 10%);
        padding: 12px 20px;
        border-radius: 20px;
        display:inline-flex;
        flex-wrap:wrap;
    }

@-webkit-keyframes blink {
    0% {
        box-shadow: 0 0 0 5px rgba(15, 217, 117, 0.30);
    }

    50% {
        box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
    }

    100% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }
}

@-moz-keyframes blink {
    0% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }

    50% {
        box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
    }

    100% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }
}

@keyframes blink {
    0% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }

    50% {
        box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
    }

    100% {
        box-shadow: 0px 0 0 5px rgba(15, 217, 117, 0.30);
    }
}

.letter {
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    margin-right: -40px;

    & img {
        z-index: -1;
        position: relative;
    }
}

.c-mid {
    .letter {
        top: 15%;
        bottom: auto;
    }
}

/*----- inner banner -------*/
.inner-banner {
    position: relative;
    min-height: 400px;
    background: #001424;
   background: linear-gradient(180deg, rgba(3, 13, 39, 0.70) 0%, rgba(3, 13, 39, 0.50) 100%);
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    .container {
        width: 100%;
    }

    .inbanner-content {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        align-items:center;
        padding-top:110px;
    }

    [class*="heading-"] {
        margin-bottom:10px;
        color: var(--white);
					    font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
    }

    
}

.line {
    position: relative;
}

.line:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100vw;
    height: 1px;
    background: var(--gradient);
    top: 0;
    margin-top:38px;
    margin-left: calc(-100vw - 30px);
}


/*---------- form css ----------*/
.sec-consultation {
    position: relative;
}

.sec-consultation:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: var(--theme);
    left: 0;
    bottom: 0;
}

.form-wrap {
    padding: 80px 100px;
    background: var(--gradient);
}

.form-wrapbox {
    form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    & label {
        color: var(--white);
    }

    .submit-btn {
        text-align:left;
				
    }
	.submit-btn + p {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    color: var(--white);
				font-size:12px;
				line-height:1.12;
				text-align:center;
		  
				& a{
						color:var(--white);
			 }
			& a:hover{
						color:var(--theme);
			 }
		}
}

/*-------------- common block ----------*/
.block-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;

    .block-left{
        width:calc(100% - 450px);
        max-width: 870px;
        padding-right:20px;
    }
    .block-right{
        width:450px;
        position:sticky;
        top:140px;
        align-self:flex-start;
        .block-gradient{
            background:var(--gradient);
            padding:45px;
        }
        .submit-btn input.btnsubmit{
            width:100%;
            display:block;
        }
        .submit-btn:before{
          margin-right: 8rem;  
        }
        .form-group{
            margin-bottom:10px;
        }
        .form-group + .frmbtn.submit-btn{
            margin:20px 0;
        }
					
					
											form .form-group.form-group50{
												width:100%;
											}
											form .form-group label{
												display:none;
											}
										.frmbtn.submit-btn + p{
													color:var(--white);
											font-size: 12px;
            line-height: 1.12;
											& a{
														color:var(--white);
												line-height:1.12;
												}
											& a:hover{
												color:var(--theme);
											}
										}
    }
}


/*---------------*/
.sec-whychoose {
    ul.whychs-ul {
        list-style-type: none;
        margin: 0 -20px -40px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    & li {
        width: 33.33%;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .whychs-li {
        background-color: #F2F2F2;
        padding: 50px 60px;
        height: 100%;
    }

    .whychs-icon {
        margin-bottom:14px;
        position: relative;
        z-index: 0;
								& img {
            width: 64px;
            height: 64px;
        }
    }

    .whychs-icon:before {
        position: absolute;
        content: "";
        width: 64px;
        height: 64px;
        background-color: var(--white);
        top: 0;
        left: 0;
        border-radius: 100%;
        z-index: -1;
        margin: -8px 0 0 -8px;
    }

    .whychs-title {
        font-size: 20px;
        font-weight: var(--font-weight-bold);
        color: var(--theme);
        letter-spacing: -0.4px;
        margin-bottom: 15px;
        position: relative;
    }

    .whychs-title:before {
        position: absolute;
        content: "";
        width: 25px;
        height: 1px;
        background: var(--gradient);
        left: 0;
        top: 0;
        margin-top: 14px;
        margin-left: -60px;
    }
}


.consultationform.fancybox-content {
    padding: 0;
}
.consultationform{
    max-width: 1130px;
    border-radius: 0px;
    cursor: auto;  
    display:none;
}
.consultationform .popup-body {
    background:#16254C;
    display:flex;
    flex-wrap:wrap;
}
.consultationform .popup-body .pop-up-left {
    width: 540px;
    padding: 0 60px 0 60px;
    margin: 60px 0 60px;
    border-right: 1px solid rgba(255 255 255 / 20%);

    .title{
        color:var(--white);
        margin-bottom:20px;
        [class*="heading-"],p{
            color:var(--white);
        }
        & p{
            line-height:1.32;
            font-size:16px;
        }
    }

    ul.ft-get-touch {
        & li{
            width:auto;
        }
    }

}
.consultationform .popup-body .pop-up-right {
    width: calc(100% - 540px);
    padding: 60px 60px 60px 60px;
    
    form{
        display:flex;
        flex-wrap:wrap;
        width:100%;
        justify-content:space-between;
        .form-group label{
            color:var(--white);
        }
        .submit-btn input.btnsubmit{
           background: var(--gradient); 
        }
        .submit-btn input.btnsubmit:hover{
           background: var(--white); 
           color:var(--theme);
        }
        .submit-btn:hover:before{
            filter:invert(1) brightness(100);
        }
        .submit-btn{
            margin:0 0 10px 0;
        }
							.submit-btn + p,.submit-btn + p a{
									color:var(--white);
								font-size:12px;
								line-height:1.12;
							}
					
					.submit-btn + p a:hover{
						 color:#e5b87a;
					}
    }

}
.consultationform .fancybox-close-small {
    background:var(--gradient);
    opacity: 1;
    width: 34px;
    height: 34px;
    padding: 5px;
    color: #ffffff;
}



.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style-type: none;
    margin: 0;

    & li{

        & .page-numbers{
            width: 40px;
            height: 40px;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--theme);
            color: var(--white);

            &:hover,
            &.current{
                background-color: #A0713D;
            }
        }
    }
}





.faq-pg
{
	.block-wrap .block-left{
		.accordion_in:first-child .acc_head{
			padding-top:0;
		}
	}
}



/* RESPONSIVE  MEDIA QUERY */
@media (max-width: 1599.98px){
   .btm-text{
        font-size: 100px;
        letter-spacing: 2.175rem;
   }

   footer {
        .letter {
            margin-right:0;
        }
   }
	.line:before{
		margin-top: 30px;
	}
}

@media (max-width: 1439.98px){
    .ctent-img{
        width:550px;
    }
    .ctent-block{
        width:calc(100% - 550px);
        padding-right: 60px;
    }
    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block{
        padding-left:60px;
    }
    .content-wrapper .ctent-block-wr:not(:last-child) {
        margin-bottom:80px;
    }
    .btm-text{
       letter-spacing: 1.175rem; 
    }

    .form-wrap{
        padding:60px;
    }



    .footer-wrap {
        padding:50px 0;
        .ft-left {
            width: 100%;
            padding-right:0px;
            padding-bottom:25px;
            margin-bottom:25px;
            border-right:0;
            border-bottom: 1px solid rgba(255 255 255 / 20%);
            display:flex;
            flex-wrap:wrap;
            justify-content:space-between;
            align-items:center;
            .ft-logo,.ft-hours{
                margin-bottom:0;
            }
            .ft-logo{
              max-width:160px;  
            }
        }
        .ft-right{
           width: 100%;  
           padding-left:0px;
           gap:20px;
           .ft-rgt-link{
            width:370px;
           }
           .ft-rgt-block{
            width:calc(100% - 390px);
           }
        }
    }
    footer {
        .letter {
            margin-right:0;
        }
    }

    .block-wrap {
        .block-right {
            width:350px;
            .block-gradient{
                padding:25px;
            }
												.submit-btn:before {
															margin-right: 6rem;
											 }
									
        }
        .block-left{
            width: calc(100% - 350px);
        }
    }   
   
    .divider{
        margin-bottom:80px;
    }
	
			.sec-whychoose {
					ul.whychs-ul {
								margin: 0 -15px -30px;
					}
					& li {
							padding: 0 15px;
							margin-bottom: 30px;
				 }
			}
	
}

@media (max-width: 1199.98px){
    .letter {
        & img {
            width: 250px;
        }
    }

    .ctent-img{
        width:450px;
    }
    .ctent-block{
        width:calc(100% - 450px);
        padding-right:40px;
    }
    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block{
        padding-left:40px;
    }
  
    .btm-text {
        letter-spacing: 1.175rem;
                font-size: 80px;
    }


      .sec-whychoose {
        ul.whychs-ul {
           margin: 0 -8px -16px;
        }
        li{
            padding: 0 8px;
            margin-bottom: 16px;
        }
        .whychs-li{
            padding:40px;
        }
        .whychs-title:before{
            margin-left: -40px; 
        }
    }

    .inner-banner{
        min-height:350px;
    }

    .content-wrapper .first_block_content ul {
        & li {
            width:100%;
        }
    }

    ul.btnlist{
        gap:10px;
    }

    .consultationform .popup-body .pop-up-left{
        width: 440px;
        padding: 0 40px 0 40px;
        margin: 40px 0 40px; 
    }
    .consultationform .popup-body .pop-up-right {
        width: calc(100% - 440px);
        padding: 40px;
    }

    .pagination {
        gap: 6px;
        
        & li {
            & .page-numbers {
                width: 32px;
                height: 32px;
                font-size: 14px;
            }
        }
    }
	
		.sec-whychoose {
     .whychs-icon {
         img {
            width:58px;
            height:58px;
        }
    }
		}

}

@media (max-width: 991.98px){
    .title-line:before{
        display:none;
    }

    .ctent-img{
        width:100%;
    }
    .ctent-block{
        width:100%;
        padding-right:0px;
        margin-bottom:30px;
						 padding-top:0;
    }
    .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block{
        padding-left:0px;
    }
    .content-wrapper .ctent-block-wr:not(:last-child) {
        margin-bottom:60px;
    }
    .btm-text {
        letter-spacing:0.5rem;
        font-size:70px;
    }
    
    .form-wrap{
        padding:30px;
    }

    .f-social-advice {
        gap:10px;
        .mhd-social {
            width:auto;
            gap: 6px;
            & li{
                & img{
                    width:20px;
                    height:20px;
                }
            }
        }
       
    }
     .legal-box{
            font-size: 14px; 
            padding: 10px 10px;
       
        }
    ul.ft-get-touch {
        gap:14px;
        & li {
            width:100%;
        }
    }
    footer {
        .letter {
           display:none;
        }
    }
    .footer-wrap {
        padding: 30px 0 50px;
    }

     .sec-whychoose {
        ul.whychs-ul {
           margin: 0 -4px -8px;
        }
        li{
            padding: 0 4px;
            margin-bottom: 8px;
        }
        .whychs-li{
            padding:40px 20px 40px 20px;
        }
        .whychs-title:before{
            margin-left: -20px; 
            width:12px;
            margin-top:10px;
        }
        .whychs-title{
            font-size:18px;
            letter-spacing:0;
            line-height:1.1;
        }
						.whychs-info{
							& p{
								font-size:16px;
								line-height:24px;
							}
						}
    }

    .letter{
        display: none;
    }

     .inner-banner{
        min-height:300px;
        .inbanner-content{
            padding-top:100px;
        }
    }

    .block-wrap {
        .block-left {
            width:100%;
            padding-right:0;
            max-width:100%;
            margin-bottom:30px;
        }
        .block-right {
            width:100%;
            position:initial;
            top:0;
            .block-gradient.mb-50{
                margin-bottom:20px;
            }
            .form-group + .frmbtn.submit-btn{
               max-width: 200px;
                margin-left: 0; 
            }
            .submit-btn:before{
                margin-right:3rem;
            }
        }
    }
     .divider{
        margin-bottom:60px;
    }


     .consultationform .popup-body .pop-up-left{
        width:100%;
        padding:0px;
        margin:0 0 20px; 
        border-right:0;
        .contact-details{
            display:none;
        }
        .title{margin-bottom:0;}
    }
    .consultationform .popup-body .pop-up-right {
        width:100%;
        padding:0px;
    }
    .consultationform .popup-body{
        padding:30px;
    }

}

@media (max-width: 767.98px){
    
    .small-title{
        font-size:14px;
        letter-spacing:0.8px;
        margin-bottom:10px;
    }
    .btm-text {
        letter-spacing:0.2rem;
        font-size:60px;
    }
    .form-group.form-group50{
       width: calc(50% - 6px); 
    }
    .form-group{
        margin-bottom:15px;
    }
    .footer-wrap {
        padding: 20px 0 40px;
        .ft-right {
            gap:30px;
            .ft-rgt-block {
                width:100%;
            }
            .ft-rgt-link{
                width:100%;
            }
        }
    }
    ul.ft-get-touch{
        margin-bottom:20px;
    }
    .ft-copy{
        padding:20px 0;
        & p{
            font-size:14px;
            line-height:1.13;
									
    
        }
    }

    ul.ft-get-touch {
        & li {
            width:calc(50% - 7px);
        }
    }
    .scrollTop{
        display:none;
    }

      .sec-whychoose {
        li {
           width:50%;
           margin-bottom:10px;
        }
    }

   
    ul.woo_breadcums li a{
        margin:0 20px 0 0;
    }
    ul.woo_breadcums li a:after{
        right:-12px;
        
    }
    [class*="heading-"], h1, h2, h3, h4, h5, h6{
        margin-bottom:15px;
    }
    main .content-wrapper ul li:not(:last-child) {
        margin-bottom:15px;
    }
    main .content-wrapper ul li{
        line-height:1.2;
    }

    .form-wrapbox{
        [class*="heading-"]{
           font-size:30px; 
        }
    }
}


@media (max-width: 575.98px){
    main{
        margin-top:103px;
    }
    @-webkit-keyframes blink {
    0% {
        box-shadow: 0 0 0 3px rgba(15, 217, 117, 0.30);
    }

    50% {
        box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
    }

    100% {
        box-shadow: 0px 0 0 3px rgba(15, 217, 117, 0.30);
    }
    }

    @-moz-keyframes blink {
        0% {
            box-shadow: 0px 0 0 3px rgba(15, 217, 117, 0.30);
        }

        50% {
            box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
        }

        100% {
            box-shadow: 0px 0 0 3px rgba(15, 217, 117, 0.30);
        }
    }

    @keyframes blink {
        0% {
            box-shadow: 0px 0 0 3px rgba(15, 217, 117, 0.30);
        }

        50% {
            box-shadow: 0px 0 0 0px rgba(15, 217, 117, 0.30);
        }

        100% {
            box-shadow: 0px 0 0 3px rgba(15, 217, 117, 0.30);
        }
    }

    p, ol li, ul li{
      font-size:16px;  
      line-height: 22px;
    }
    p {
        margin-bottom:22px;
    }
    .button{
      font-size: 14px;
      padding: 18px 24px;
      gap:6px;
    }
    .slick-dots li button:before{
        width:12px;
        height:12px;
    }
    .slick-dots li button{
        width:12px;
        height:12px;
    }
    .slick-dots li{
        margin:0 3px;
    }
    .letter {
        display: none;
    }

    .content-wrapper .ctent-block-wr:not(:last-child) {
        margin-bottom:40px;
    }
     .btm-text {
        letter-spacing:0.1rem;
        font-size:32px;
    }

    .form-group.form-group50{
       width:100%; 
    }
    .form-control{
        padding: 6px 14px; 
        font-size:14px;
        height:50px;
    }
    .form-group label{
        font-size:15px;
        margin-bottom:8px;
    }
    textarea.form-control{
        min-height:100px;
    }
    .form-wrap {
        padding:20px;
    }
    .btn-row a i, .btn-outline i, .button i{
        font-size:14px;
    }
    .btnlist{
        gap:10px;
    }

    ul.ft-get-touch {
        & li {
            width:100%;
        }
    }
    .footer-wrap {
        .ft-right {
            .ft-rgt-link {
                flex-wrap:wrap;
                gap:0;
                row-gap:0px;
															
                .ft-link{
                    width:100%;
                    flex:none;
                }
            }
            .footer-title{
              margin-bottom: 20px;
              padding-bottom: 10px;  
            }
        }
        .ft-left{
            gap:20px;
            justify-content:center;
        }
    }
    footer{
        padding-bottom:42px;
    }
    .ft-copy {
        padding: 12px 0;
    }
    .inner-banner {
        min-height:180px;
        .inbanner-content {
            padding:20px 0;
        }
    }

    main .content-wrapper ul li:before{
       width: 16px;
        height: 16px; 
            font-size: 8px;
            top:2px;
    }
    main .content-wrapper ul li{
        font-size:16px;
        line-height:20px;
        padding-left:22px;
    }
    main .content-wrapper ul.twocolumn li:before {
        top: 0px;
    }
        .divider{
        margin-bottom:40px;
    }
	
		 .footer-link{
    		display: none;
			}	
	  .footer-wrap{
				             padding: 20px 0 30px;   
					.ft-right .ft-rgt-link{
							.footer-title{
									                border-top: 1px solid rgba(255 255 255 / 20%);
                position: relative;
                margin-bottom: 12px;
                padding-top: 12px;
                padding-bottom: 0;
							}
						.footer-title:after{
							 position: absolute;
                content: "";
                background: url(../images/svg/plus-icon.svg) no-repeat center center;
                width:16px;
                height: 16px;
                right: 0;
                filter: invert(1) grayscale(1) brightness(50);
							                background-size: contain;
                margin-top: 5px;
						}
						.footer-title.showhide:after{
							background: url(../images/svg/minus-icon.svg) no-repeat center center;
						}
						 .footer-title:before{display:none;}
						 .footer-title.showhide + .footer-link
							{
								 display:block;
								padding-bottom:10px;
							}
					}
			}
}

@media (max-width:480.98px){
    .sec-whychoose {
        li {
            padding:0;
            width: 100%;
            margin-bottom: 10px;
        }
        .whychs-li {
            padding: 40px 30px;
        }
        .whychs-title:before{
            margin-left:-30px;
        }
        .whychs-title{
            margin-bottom:8px;
        }
        .whychs-icon{
            margin-bottom:18px;
        }
    }
}