/*
 *  Theme Name: the-law-guide-tseg-theme
 *  Author: The Search Engine Guys
 *  Author URI: http://www.thesearchengineguys.com/
 *  Description: A sensible starting place for freelancers hired by The Search Engine Guys.
 */

:root {
  --site-blue: #000f2a;
  --secondary-blue: #063B74;
  --light-blue: #E9F3F9;
  --site-gold: #B1884A;
  --site-black: #01152E;
  --site-grey: #333333;
}


body {font-size: 18px;}
body * {font-family: "DM Sans", sans-serif;}

body p a {
    color: var(--site-gold);
    transition: 0.4s;
}
body p a:hover{color: var(--site-blue);}
.btn-primary {
    background-color: var(--site-gold);
    color: #fff;
    border-radius: 3px;
    padding: 16px 8px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 266px;
    text-align: center;
	transition: 0.4s;
}
.btn-primary:hover {background-color: var(--site-blue);}
.modal-dialog-scrollable .modal-content {background-color: var(--light-blue);}

@media screen and (min-width: 992px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
/*     top: 0;
    right: 100%; */
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }

	.navbar-nav .dropend:hover > .dropdown-menu > .dropend > .dropdown-menu{
		top: 0;
		left: 100%;
	}
/* 	.navbar-nav .dropdown > .dropdown-menu{
		display: block;
		visibility: hidden;
	}
	.navbar-nav .dropdown:hover > .dropdown-menu{
		visibility: visible;
	} */
	.banner .form-container .gform_fields .gfield:not(.gform_hidden) {width: 48%;}
	.about-section .img-col.order-lg-2.ps-lg-5 .img-bg .seal-img {
		right: auto;
		left: -30px;
	}
}


    ul {
        list-style: none;
        margin-left: 0px;
        line-height: 30px;
        padding-left: 0;
    }
	section .content ul li{position: relative;}
	section .content ul li:before {
		content: '';
		position: absolute;
		left: -18px;
		top: 10px;
		width: 10px;
		height: 10px;
		background-color: var(--site-blue);
	}
	section .content ul li:after {
		content: '';
		position: absolute;
		top: 8px;
		left: -15px;
		width: 10px;
		height: 10px;
		border: 1px solid var(--site-gold);
	}

 /** This how to styled pseudo elements using the latest Font-awesome 5 **/

    ul.befored-tag li:before {
        display: none;
        content: "\f0da";
        font-family: 'Font Awesome 5 Solid';
        /*The values for font-family can be Font Awesome 5 Regular|Solid|Light|Brands*/
    }

        ul.befored-tag li svg {
            font-size: 15px;
            margin-right: 10px;
            color: #ea4335;
        }


    ul.afterd-tag li:after {
        display: none;
        content: "\f0da";
        font-family: 'Font Awesome 5 Solid';
        /*The values for font-family can be Font Awesome 5 Regular|Solid|Light|Brands*/
    }
    
            ul.afterd-tag li svg {
                font-size: 16px;
                margin-left: 10px;
                color: #4285f4;
            }
            
    /* TSEG logo svg styles */
    .tseg-logo-svg {width: 100px;}
    .tseg-logo-svg .cls-1, .tseg-logo-svg .cls-2 {fill: #fff;}
    .tseg-logo-svg .cls-2, .tseg-logo-svg .cls-3 {fill-rule: evenodd;}
    .tseg-logo-svg .cls-3 {fill: #9dcb3b !important;}

/** This how to styled FA elements that are being implemented **/

        .icon-set svg {
            font-size: 55px;
            margin-top: 15px;
        }

                svg.svg-inline--fa.fa-google-plus-square.fa-w-14 {
                    color: #1b8a39;
                }

                svg.svg-inline--fa.fa-twitter-square.fa-w-14 {
                    color: #2174fd;
                }

                svg.svg-inline--fa.fa-facebook.fa-w-14 {
                    color: #1c4282;
                }
/** End Font-awesome 5 **/

section.big-top-space{padding: 150px 0 90px;}

header.header-nav {
    background: transparent;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999;
	transition: 0.4s;
}
header.header-nav.header-navbar-fixed{
	background-color: var(--site-blue);
	box-shadow: 0px 1px 9px 0px var(--site-gold);
}

header.header-nav img {width: 150px;}
.phone-icon {
    background-color: var(--light-blue);
    border-radius: 50%;
    padding: 15px;
	width: 57px;
    height: 57px;
}
.phone-icon svg {
	color: var(--site-black);
    width: 27px;
    height: 27px;
    transform: rotate(315deg);
	transition: 0.4s;
}
.phone-link:hover svg {
	transform: rotate(359deg) scale(1.2);
	color: var(--site-blue);
}
.free-consultation-txt, .phone-num {
    color: #fff;
	transition: 0.4s;
}
.phone-link:hover .phone-num, .phone-link:hover .free-consultation-txt {color: var(--light-blue);}
.free-case-eval {
    background-color: var(--site-gold);
    color: #fff;
    padding: 16px 8px;
}
.free-case-eval:hover {
	background-color: var(--light-blue);
	color: var(--site-blue);
}
.phone-num {font-size: 30px;}

/* Banner Layout */
.banner {
    background-color: var(--site-blue);
	padding-top: 180px;
}
.banner .form-container .gform_fields {
    padding: 0;
    margin: 0;
	display: flex;
    flex-flow: wrap;
	justify-content: space-between;
}
.banner .form-container .gform_fields .gfield .ginput_container input, .banner .form-container .gform_fields .gfield .ginput_container textarea, .banner .form-container .gform_fields .gfield.gfield--type-textarea, .banner .form-container .gform_fields .gfield.gfield--type-checkbox {width: 100%;}

.banner-gold-title {
    font-size: 150px;
    line-height: 110px;
    font-family: "Unna", serif;
	color: var(--site-gold);
}
.banner-subtitle {
    font-size: 62px;
	font-weight: 500;
    line-height: 1.2;
}
.banner .banner-desc {
    font-size: 20px;
    line-height: 36px;
}
.awards-logo-set svg:not(:first-child) {margin-left: 5px;}
.banner-form-title {font-size: 44px;}
.form-container {
	background-color: #fff;
    transform: translateY(35px);
    box-shadow: 0px 0px 15px 0px #00000082;
	border-radius: 3px;
}
.banner-form-subtitle {font-size: 20px;}
.banner .form-container .gform_fields .gfield .ginput_container input, .banner .form-container .gform_fields .gfield .ginput_container textarea {
    background-color: #F6F8FA;
    border: 1px solid #DFE0E3;
    border-radius: 3px;
}
.banner .form-container .gform_fields .gfield .ginput_container input{height: 61px;}
.banner .form-container .gform_fields .gfield .ginput_container textarea {height: 196px;}
.banner .form-container .gform_fields .gfield .ginput_container input, .banner .form-container .gform_fields .gfield .ginput_container textarea {padding: 10px;}

/* GForm Footer labels animation */
.banner .form-container .gfield {
    position: relative;
    margin-bottom: 15px;
}
.banner .form-container .gfield .gfield_label {
    display: block;
    position: absolute;
    top: 22px;
    left: 18px;
	transition: all 0.5s;
	color: #62656E;
    margin: 0;
	font-size: 14px;
	line-height: 1.2;
}
.banner .form-container .ginput_container input{height: 40px;}
.banner .form-container .gform_wrapper .gfield_required {color: #62656E;}
.banner .form-container .gfield.active .gfield_label {
    padding: 5px 10px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    background-color: var(--site-gold);
    border-radius: 5px;
    transition: all 0.5s;
    top: -12px;
}
.banner .form-container .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .banner .form-container .gfield textarea:focus {outline: 1px solid var(--site-gold);}
.banner .form-container .gform_fields .gfield.gfield--type-checkbox .gfield_label {opacity: 0;}
.banner .form-container .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox {padding: 0;}
.banner .form-container .gform_fields .gfield.gfield--type-checkbox .gchoice {
    display: flex;
    justify-content: start;
}
.banner .form-container .gform_fields .gfield.gfield--type-checkbox .gchoice input.gfield-choice-input {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
	cursor: pointer;
}
.banner .form-container .gform_fields .gfield.gfield--type-checkbox .gform-field-label {
	color: #444444;
	font-size: 13px;
	line-height: 1.2;
    cursor: pointer;
    transition: 0.4s;
}
.banner .form-container .gform_fields .gfield.gfield--type-checkbox .gform-field-label:hover {color: var(--site-blue);}
.banner .form-container .gform_button {
    width: 100%;
    background-color: var(--site-gold);
    color: #fff;
    height: 60px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    border: none;
    transition: 0.4s;
}
.banner .form-container .gform_button:hover {background-color: var(--site-blue);}
.form-security {
    color: #999999;
	font-size: 16px;
}
.form-security svg {height: 20px;}

/* General Section styles */
.pre-title {
	font-size: 20px;
	color: var(--secondary-blue);
	letter-spacing: 1px;
}
.title {
    font-size: 62px;
    color: #000;
}
/* --------- --------- --------- */

/* Results section */
.results-section{padding: 50px 0;}
.results-section .result-amt {
    font-size: 70px;
    color: var(--site-black);
    background-color: var(--light-blue);
    border-radius: 5px;
}
.results-section .result-title {
    font-size: 38px;
    font-family: "Unna", serif;
}
.results-section .result-desc {
    font-size: 20px;
    line-height: 32px;
    color: var(--site-grey);
}
.results-section .card-img {
   /* height: 75%;
    width: 80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20px;
	filter: brightness(20%);*/
	height: 95px;
	width: 95px;
	margin: 0 auto 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	filter: brightness(70%);
}
.results-section .result-card:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 2px solid #e0e4e8;
    border-radius: 20px;
    mask-image: linear-gradient(to right, black 20%, transparent 20%, transparent 80%, black 80%);
    -webkit-mask-image: linear-gradient(to right, black 20%, transparent 20%, transparent 80%, black 80%);
}
.results-section .slick-arrow {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.results-section .slick-arrow svg {
    height: 34px;
    width: 17px;
	color: var(--site-gold);
	cursor: pointer;
	transition: 0.4s;
}
.results-section .slick-arrow:focus svg, .results-section .slick-arrow:active svg {transform: translateY(3px);}
.results-section .slick-arrow:hover svg {color: var(--site-blue);}
.results-section .slick-arrow.slick-prev {left: -30px;}
.results-section .slick-arrow.slick-next {right: -30px;}

/* About Section */
.about-section{padding: 50px 0;}
.about-section .content-col-title {
    font-family: "Unna", serif;
    font-size: 40px;
    color: var(--secondary-blue);
}
.about-section .content-col p {
    line-height: 32px;
    font-size: 18px;
	color: var(--site-grey);
}
.about-section .line-separator{height: 5px;}
.about-section .content-bottom-text {
    font-family: "Unna", serif;
    font-size: 28px;
    line-height: 40px;
}
.about-section .img-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	border-radius: 10px;
}
.about-section .seal-img {
    right: -30px;
    top: -30px;
}
.about-section .cta {
    bottom: -50px;
    padding: 16px 8px;
    width: 366px;
    left: 0;
    right: 0;
    background-color: var(--secondary-blue);
    border-radius: 10px;
}
.about-section .cta .free-consultation-txt {
	color: var(--light-blue);
	font-size: 14px;
}
.about-section .cta .phone-num {font-size: 33.5px;}
.about-section .cta .phone-icon{
	width: 56px;
	height: 56px;
}
.about-section .cta .phone-icon {background-color: var(--site-gold);}
.about-section .cta .phone-icon svg {
    width: 30px;
    height: 30px;
}
.about-section .cta .phone-icon svg {color: #fff;}
.about-section .cta .phone-link:hover .free-consultation-txt, .about-section .cta .phone-link:hover .phone-num {color: var(--site-gold);}
.about-section .img-bg:after {
    content: '';
    position: absolute;
    bottom: -14px;
    width: calc(100% + 40px);
    background-color: var(--light-blue);
    height: 40%;
    z-index: -1;
    margin: 0 auto;
    left: -20px;
    border-radius: 0 0 10px 10px;
}

/* Testimonials */
.testimonials-section {
	background-color: #F0F0F0;
	padding: 90px 0;
}
.testimonials-section .blue-bg {
    background-color: var(--secondary-blue);
    border-radius: 10px;
}
.testi-card{color: #fff;}
.testimonials-section .testi-content {
    font-size: 20px;
    line-height: 34px;
}
.testimonials-section .testi-author {font-size: 28px;}
.testimonials-section .testi-position {font-size: 20px;}
.testimonials-section .testi-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100% + 60px);
    transform: translateY(15px);
    border-radius: 5px;
}
.testimonials-section .testi-img:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1.8px solid var(--site-gold);
    top: -13px;
    right: -15px;
}
.testimonials-section .quote-mark {
    font-size: 300px;
    position: absolute;
    font-family: "Unna", serif;
    opacity: 0.2;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
.testimonials-section .stars {margin-bottom: 30px;}
.testimonials-section .testi-slider .slick-arrow svg {
    height: 17px;
    width: 9px;
	transition: 0.4s;
}
.testimonials-section .testi-slider .slick-arrow {
    position: absolute;
	top: auto;
    bottom: -15px;
	color: #fff;
    opacity: 0.5;
	cursor: pointer;
	z-index: 1;
}
.testimonials-section .testi-slider .slick-arrow:before{display: none;}
.testimonials-section .testi-slider .slick-prev {
	right: 0;
	left: auto;
}
.testimonials-section .testi-slider .slick-next {right: -30px;}
.testimonials-section .testi-slider .slick-arrow:hover {
	color: var(--site-gold);
	opacity: 1;
}
.testimonials-section .slick-arrow:focus svg, .testimonials-section .slick-arrow:active svg {transform: translateY(3px);}

/* FAQs */
.faqs-section {padding: 90px 0;}
.faqs-section .accordion-item{
	background-color: var(--light-blue);
    border: 1px solid #D1D8DD;
    border-radius: 3px;
}
.faqs-section .accordion-header .accordion-button {
	background-color: var(--light-blue);
    color: #000;
    font-weight: 600;
    font-size: 20px;
	box-shadow: none;
	transition: 0.4s;
}
.faqs-section .accordion-header .accordion-button:hover {
    background-color: var(--site-blue);
    color: var(--light-blue);
}
.faqs-section .accordion-header .accordion-button:focus {box-shadow: none;}
.faqs-section .accordion-header .accordion-button:after{display: none;}
.faqs-section .accordion-header .accordion-button svg {
    height: 15px;
	margin-top: 7px;
	transition: 0.4s;
}
.faqs-section .accordion-header .accordion-button:not(.collapsed) svg {
    transform: rotate(180deg);
	color: var(--site-gold);
}

.faqs-section .accordion-body {
    background-color: var(--light-blue);
	border-top: 1px solid #0000003d;
	font-size: 18px;
	line-height: 32px;
}
/* Footer map */
.footer-map{padding: 90px 0;}
.footer-map:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgb(240 240 240 / 0%) 0%, rgb(245 245 245 / 81%) 75%, rgba(245, 245, 245, 1) 100%);
}
.footer-map iframe, .footer-map .footer-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	filter: grayscale(1);
}
.footer-map .footer-img {
    background-size: cover;
    background-position: center;
}
.footer-form-cont {
    background: var(--secondary-blue);
	border-radius: 3px;
	padding: 20px;
}
.footer-form-title {
    color: #fff;
    font-size: 44px;
}
.footer-form-subtitle {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.05px;
}
.footer-form-cont .gform_fields {padding: 0;}
.footer-form-cont .gfield input, .footer-form-cont .gfield textarea {
    width: 100%;
	border: 2px solid rgb(255 255 255 / 15%);
	border-radius: 3px;
	background-color: rgb(255 255 255 / 3%);
	color: #fff;
    padding: 15px 10px 10px 10px;
    font-size: 19px;
}
.footer-form-cont .gfield input {height: 65px;}
.footer-form-cont .gfield textarea {height: 120px;}
.footer-form-cont .gform_footer .gform_button {
    width: 100%;
    height: 62px;
    background-color: var(--site-gold);
    border-radius: 3px;
    border: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
	transition: 0.4s;
}
.footer-form-cont .gform_footer .gform_button:hover{background-color: var(--site-black);}

/* GForm Footer labels animation */
.footer-form-cont .gfield {
    position: relative;
    margin-bottom: 15px;
}
.footer-form-cont .gfield .gfield_label {
    display: block;
    position: absolute;
    top: 25px;
    left: 18px;
    transition: all 0.5s;
    color: #fff;
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
}
.footer-form-cont .gform_wrapper .gfield_required {color: #fff;}
.footer-form-cont .gfield.gfield--type-textarea .gfield_label{top: 18px;}
.footer-form-cont .gfield.active .gfield_label {
    padding: 5px 10px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    background-color: var(--site-gold);
    border-radius: 5px;
    transition: all 0.5s;
    top: -12px;
}
.footer-form-cont .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .footer-form-cont .gfield textarea:focus {outline: 1px solid var(--site-gold);}

/* Global Footer */
.footer {
    background-color: var(--site-black);
    padding: 90px 0;
}
.footer .social-icons .social-list {
    width: 60px;
    height: 60px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 12px;
	transition: 0.4s;
}
.footer .social-icons .social-list:hover {
	background-color: var(--site-gold);
	box-shadow: 0px 0px 10px 0px var(--site-gold);
}
.footer .social-icons .social-list svg {
    color: #fff;
	width: 23px;
	transition: 0.4s;
}
.footer .social-icons .social-list:hover svg{
	color: var(--site-blue);
	transform: scale(1.2);
}
.footer .footer-title, .footer .footer-subtitle {
    font-size: 18px;
    color: #fff;
}
.footer .footer-title + svg {height: 4px;}
.footer .footer-address {
    font-size: 15px;
    line-height: 26px;
    color: var(--light-blue);
}
.footer .phone-number-link, .footer .email-link, .footer .quick-links-menu .menu-item a{
    color: var(--light-blue);
    font-size: 15px;
	text-decoration: none;
	transition: 0.4s;
}
.footer .phone-number-link:hover, .footer .email-link:hover{color: var(--site-gold);}
.footer .phone-number-link svg {
    width: 22px;
    height: 22px;
}
.footer .email-link svg {
    width: 26px;
    height: 20px;
}
.footer .phone-number-link svg, .footer .email-link svg{transition: 0.4s;}
.footer .phone-number-link:hover svg, .footer .email-link:hover svg {transform: scale(1.15);}

.footer .quick-links-menu .menu-item a {
	position: relative;
	cursor: pointer;
}
.footer .quick-links-menu .menu-item a:hover {color: var(--site-gold);}
.footer .quick-links-menu .menu-item a:before, .footer .quick-links-menu .menu-item a:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 1px;
    width: 50%;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: currentcolor;
}
.footer .quick-links-menu .menu-item a:before {
    left: 0;
    transform-origin: left;
}
.footer .quick-links-menu .menu-item a:after {
    right: 0;
    transform-origin: right;
}
.footer .quick-links-menu .menu-item a:hover:before, .footer .quick-links-menu .menu-item a:hover:after, .footer .quick-links-menu .menu-item a:active:before, .footer .quick-links-menu .menu-item a:active:after {transform: scaleX(1);}
.footer-disclaimer-text p {
    font-size: 16px;
    line-height: 30px;
    color: #D7D6D6;
}
.footer-bottom .copy {
    color: #fff;
    font-size: 16px;
}
@media (min-width:1400px){
	.banner .form-container .gform_fields .gfield:nth-child(odd):not(.gfield--type-textarea) {margin-right: 10px;}
	.banner .form-container .gform_fields .gfield:nth-child(even):not(.gfield--type-checkbox) {margin-left: 10px;}
}
@media (min-width:1200px){
	.about-section .img-bg{height: 100%;}
}
@media(min-width:1200px) and (max-width:1399px){
	.phone-icon {
		width: 50px;
		height: 50px;
	}
	.phone-icon svg {
		width: 25px;
		margin-top: -3px;
	}
	.free-consultation-txt {font-size: 13px;}
	.header-contact .phone-num {font-size: 25px;}
	.banner-gold-title {font-size: 125px;}
	.banner .form-container .gform_fields .gfield:nth-child(odd):not(.gfield--type-textarea) {margin-right: 0;}
}
/*
@media (max-width:991px){
	.navbar-nav .dropend .dropdown-toggle:after{display:none;}
	.navbar-nav .menu-item .sub-ctrl svg {
		color: #fff;
		margin: 0 auto;
		font-size: 18px;
		width: 15px;
		height: 15px;
		transition: all 0.4s;
	}

	.sub-ctrl {
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		text-align: center;
		cursor: pointer;
		height: 29px;
		width: auto;
		z-index: 50;
		transition: 0.4s;
	}
	.OpaHide {
		opacity: 0;
		transition: 0.4s;
	}
	.navbar-nav .dropdown-menu {
		padding: 0;
		background: none;
	}
}*/
@media (max-width:1399px){
	.awards-logo-set.slick-initialized svg {
		width: 100px;
		height: 100px;
		margin: 0 5px;
	}
	.awards-logo-set.slick-initialized .slick-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.awards-logo-set.slick-initialized .slick-slide > svg {
		width: auto;
        height: 65px;
	}
}

/* col-md */
@media (min-width:992px) and (max-width:1199px) {
	.banner-gold-title {font-size: 105px;}
	.about-section .img-bg {height: 450px;}
}
/* col-sm */
@media (min-width:768px) and (max-width:991px) {
	.about-section .img-bg {min-height: 500px;}
	.testimonials-section .testi-img{width: 94%;}
	.testimonials-section .testi-img {height: 500px;}
}
@media (max-width:991px){
	.banner .form-container .gform_fields .gfield {width: 100%;}
	.banner .form-container .gform_fields .gfield .ginput_container input {height: 50px;}
	.banner .form-container .gfield .gfield_label {top: 17px;}
	.banner .form-container .gform_fields .gfield .ginput_container textarea {height: 85px;}
	.form-security {font-size: 15px;}
	.banner .form-container .gform_fields .gfield.gfield--type-checkbox .gform-field-label{line-height: 20px;}
	.banner .form-container .gform_footer {margin-top: -15px;}
	.about-section .img-bg{background-position: top center;}
	.big-top-space{padding: 45px 0;}
	.testimonials-section .testi-slider .slick-arrow{bottom: -60px;}
	.testimonials-section .testi-slider .slick-prev {right: 50%;}
	.testimonials-section .testi-slider .slick-next {
		right: auto;
		left: 50%;
	}
	.testimonials-section .testi-content {
		font-size: 16px;
		line-height: 28px;
	}
	.testimonials-section .testi-author {font-size: 24px;}
	.testimonials-section .testi-img:after {right: -10px;}
	.testimonials-section .testi-img {
		margin-left: 15px;
		background-position: top center;
	}
}
/* col-xs */
@media (max-width:767px) {
	section.big-top-space{padding: 90px 0 0;}
	header.header-nav.header-navbar-fixed{top: -80px;}
	header.header-nav img {width: 137px;}
	.banner{padding-top: 200px;}
	.banner-gold-title {
		font-size: 74px;
		line-height: 1.2;
	}
	.banner-subtitle {font-size: 28px;}
	.banner .banner-desc {
		font-size: 16px;
		line-height: 26px;
	}
	.banner-form-title {font-size: 26px;}
	.banner-form-subtitle {font-size: 16px;}
	.banner {max-height: 1250px;}
	.big-top-space {padding: 170px 0 50px 0;}
	.title {
		font-size: 34px;
		line-height: 38px;
	}
	.pre-title {font-size: 16px;}
	.results-section{padding: 50px 0 0;}
	.results-section .result-amt {font-size: 60px;}
	.results-section .result-title {font-size: 32px;}
	.results-section .result-desc {
		font-size: 18px;
		line-height: 26px;
	}
	.logo-cont span.d-block {font-size: 14px;}
	.about-section .img-bg {min-height: 344px;}
	.about-section .img-bg:after {
		width: calc(100% + 20px);
		left: -10px;
	}
	.about-section .cta {width: 273px;}
	.about-section .seal-img {
		width: 85px;
		height: 85px;
		right: 0;
		top: -30px;
	}
	.about-section .cta .phone-icon {
		width: 44px;
		height: 44px;
	}
	.about-section .cta .phone-icon svg {
		width: 23.6px;
		height: 23.6px;
		margin: -11px 0 0 -3px;
	}
	.about-section .cta .free-consultation-txt {font-size: 13px;}
	.about-section .cta .phone-num {font-size: 26px;}
	.about-section .content-col-title {
		font-size: 28px;
		line-height: 1.2;
	}
	.about-section .content-col p {line-height: 30px;}
	.about-section .content-bottom-text {
		font-size: 24px;
		line-height: 34px;
	}
	.about-section {padding-bottom: 50px;}
	.about-section .btn-primary{width: 100%;}
	.testimonials-section .testi-img {
		width:90%;
		height: 251px;
	}
	.faqs-section{padding: 45px 0;}
	.faqs-section .accordion-header .accordion-button {font-size: 18px;}
	.footer-form-title {font-size: 30px;}
	.footer-form-subtitle {font-size: 16px;}
	.footer-form-cont .gfield input {height: 50px;}
	.footer-form-cont .gfield .gfield_label {
		font-size: 14px;
		top: 17px;
	}
	.footer-form-cont .gfield textarea {height: 85px;}
	.banner .form-container .gform_button, .footer-form-cont .gform_footer .gform_button {height: 52px;}
	.footer-map {padding-bottom: 300px;}
	.footer-map:before {background: linear-gradient(0deg, rgb(240 240 240 / 0%) 0%, rgb(245 245 245 / 81%) 75%, rgba(245, 245, 245, 1) 100%);}
	.footer {padding: 45px 0;}
	.footer .social-icons .social-list {
		width: 53px;
		height: 53px;
	}
	.footer-disclaimer-text p {line-height: 24px;}
}

@media (max-width:575px){
	.results-section .slick-dots li {
		background-color: var(--site-gold);
		border-radius: 10px;
		width: 8.6px;
		height: 8.6px;
		opacity: 0.4;
		transition: 0.4s;
	}
	.results-section .slick-dots {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.results-section .slick-dots li.slick-active {
		opacity: 1;
		height: 15px;
		width: 15px;
	}
	.results-section .slick-dots li button {
		width: auto;
		height: auto;
	}
	.results-section .slick-dots li button:before{display: none;}
}