body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px
}

.gap {
    background-image: url(../../assets/images/gap-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1039px 494px;
    z-index: -1px;
    margin-top: -9px;
    max-width: 100% !important;
    min-height: 494px
}

ul li {
    color: #939597 !important;
}
.carousel-item h3 span{
    background: #fff;
    padding-top: 1px;
    padding-bottom: 2px;
}
.carousel-item h3{
    font-weight: 700;
}
.product-link svg{
    width: 20%;
}
.transportation svg{
    width:24%!important;
}
.carousel-item .icon {
    width: 25px;
    position: relative;
    top: -4px;
}
.animated-text a{
    text-decoration: none;
    color:#000000;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}
.animated-text a:hover{
    color:#000000!important;
    top: -15px;
}
.home-controls {
    position: absolute;
    top: 50%;
    z-index: 10;
}
.intro {
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/intro-sts.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 418px;
}
.slide-1{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/intro-sts.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 418px;
}
.slide-2{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/marine.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 418px;
}
.slide-3{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/fleet.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 418px;
}
.slide-4{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/serge.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 418px;
}
.slide-5{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/cyber-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 418px;
}
.page-about .intro {
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/about-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 418px;
}
.group-co{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/group-of-co.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 281px;
}
.why-choose-us{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/why-choose-us.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 381px;
}
.about-body{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/about-body.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 381px;
}
.image-container {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    transition: transform 0.8s;
}

.image-container img {
    transition: transform 0.8s;
    opacity: 1;
}
.contact-heading{
    background: #414141;
}
.testimonials-card {
    background: #f6f6f6;
    padding: 30px 25px;
    border-radius: 8px;
    text-align: center;
}

.testimonials-card H5 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #939597;
}

.testimonials-card hr {
    width: 50%;
    border-bottom: 2px solid #ad8336;
}

.pape-about .testimonials-card p {
    line-height: unset !important;
    font-size: 1.3rem;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(173, 131, 54, 1);
    color: white;
    padding: 45% 0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(180deg);
    transition: opacity 0.8s, transform 0.8s;
    pointer-events: none;
}

.image-container:hover img {
    transform: rotateY(180deg);
    opacity: 0;
}

.image-container:hover .overlay-text {
    opacity: 1;
    transform: translate(-50%, -50%) rotateY(0deg);
}
.site-footer .icons img{
    width:22px;
}
.intro-card p,.sts-body-content p{
    line-height: unset!important;
}
.intro-card {
    background: #fff;
    border-radius: 2px;
}
.cta-block{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/group-of-co.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 141px;
}
.contact-header{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/contact-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 171px;
}
.cyber-header{
    background-attachment: scroll;
    background-image: url(/storage/app/media/2023/cyber-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 202px;
}
.location-card {
    background: #fff;
    border-radius: 6px;
    height: 290px;
}
.location-card p span a {
    color: #939597;
}
.page-contact .custom-select, .page-contact .form-control{
    border: 2px solid #414141;
}
.location-card p span a i {
    background: #ad8336;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
    font-size: 13px;
    display: inline-block;
}
.location-card h5 {
    text-transform: uppercase;
    font-weight: bold;
}
.location-card p a {
    font-size: 14px;
    line-height: 0px;
}
.contact-intro h1, .contact-intro h3{
    color:#4c4c4e;
}
.contact-columns,.cyber-options {
    position: relative;
    overflow: hidden;
}
.business-active,.personal-active,.drone-active,.ccin-active,.mm-active,.pi-active,.epl-active,.envpi-active,.doi-active,.mhfc-active,.niche-active,.events-active,.prize-active,.arts-active,.trade-active,.trustees-active,.body-active,.events-cancel-active{
    background: #ad872e!important;
}
.business-content h5{
    text-transform: uppercase;
}
/*.personal-content .icon svg,.business-content .icon svg {
    width: 80px;
}*/
.personal-content p,.business-content p,.cyber-options p{
    line-height: unset!important;
}
.my-btn {
    cursor: pointer;
    width: 100%;
    text-align: center;
    background: #a3a3a3;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}
.my-btn:hover {
    background: #ad872e;
}
.contact-columns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(/storage/app/media/2023/shell-bg.png);
    background-size: cover;
    z-index: -1;
}
.cyber-options::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(/storage/app/media/2023/shell-bg.png);
    background-size: cover;
    z-index: -1;
}

.contact-columns::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-color: #414141;
    z-index: -1;
}
.cyber-options::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-color: #dbdbdb;
    z-index: -1;
}
.sts-service-body{
    background-color: #f6f6f6;
}
.sts-service-get-quote{
    background: url(/storage/app/media/2023/shell-bg.png) no-repeat center center;
}

.cta-block .shiny_btn{
    margin: auto;
}
.cta-block .shiny_btn .head{
    letter-spacing: 2px;
    font-size: 27px;
}

.showOnMobile {
    display: none !important
}

.hideOnMobile {
    display: block !important
}

.footer-image-width {
    width: 178px
}

.small-text {
    font-size: 13px;
    color: #939597
}

.web_link5 {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #8fc63f;
    border: 3px solid #8fc63f;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.web_link5:hover {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #8fc63f;
    font-size: 14px;
    text-decoration: none;
    background: 0 0;
    border: 3px solid #8fc63f;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.web_link3:hover {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #ad872e;
    font-size: 14px;
    background: 0 0;
    border: 3px solid #ad872e;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    text-decoration: none
}

.web_link4 {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #e91f6c;
    border: 3px solid #e91f6c;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.web_link1:hover {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #f36f36;
    font-size: 14px;
    text-decoration: none;
    background: 0 0;
    border: 3px solid #f36f36;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.web_link2 {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #9761c6;
    border: 3px solid #9761c6;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.web_link2:hover {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #9761c6;
    font-size: 14px;
    text-decoration: none;
    background: 0 0;
    border: 3px solid #9761c6;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.web_link1 {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #f36f36;
    border: 3px solid #f36f36;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.web_link4:hover {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #e91f6c;
    font-size: 14px;
    text-decoration: none;
    background: 0 0;
    border: 3px solid #e91f6c;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.web_link3 {
    text-align: center;
    padding: 9px 0 9px 0;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #ad872e;
    border: 3px solid #ad872e;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem #fff !important;
    box-shadow: 0 1rem 3rem #fff !important
}

.hideOnMobile {
    display: block !important
}

.site-header {
    box-shadow: 0 1px 10px #999;
    position: relative;
    z-index: 9999
}

.bosses h4 {
    color: #ad8336;
    font-size: 17px;
    font-weight: 700
}

.fa-check-circle {
    color: #ad8336
}

.covid a:hover {
    background: #fff !important;
    color: #ad8336 !important
}

.navbar-fixed {
    top: 0;
    position: sticky;
    width: 100%;
    background: #fff;
    z-index: 9999
}

.discovery {
    height: 52px !important
}

.page-test #top_call, .page-test #top_search {
    display: none !important
}

.page-car-and-household #top_call, .page-car-and-household #top_search {
    display: none !important
}

.page-business-and-building #top_call, .page-business-and-building #top_search {
    display: none !important
}

.page-test .site_navigation .col-7 {
    flex: 0 0 75%;
    max-width: 75%
}

.page-car-and-household .site_navigation .col-7 {
    flex: 0 0 75%;
    max-width: 75%
}

.page-business-and-building .site_navigation .col-7 {
    flex: 0 0 75%;
    max-width: 75%
}

.page-test .site_navigation .hide_mobile {
    flex: 0 0 20%;
    max-width: 20%
}

.page-car-and-household .site_navigation .hide_mobile {
    flex: 0 0 20%;
    max-width: 20%
}

.page-business-and-building .site_navigation .hide_mobile {
    flex: 0 0 20%;
    max-width: 20%
}

.fa-li {
    top: -1px !important;
    left: -1.899em !important
}

.fa-ul {
    margin-left: 40px !important
}

.mobile_slider_image, .slider_image {
    display: none
}

h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px
}

h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

h2 .gold {
    font-weight: 700;
    font-size: 34px
}

h2 span {
    font-size: 34px;
    font-weight: 700
}

h1 span {
    font-size: 40px;
    font-weight: 700
}

p {
    font-size: 16px;
    color: #939597;
    line-height: 30px
}

a, a:hover {
    color: #ad8336
}

.gold {
    color: #ad8336
}

.fancy_side_border {
    width: 150px;
    height: 7px;
    background: #ad8336;
    display: block;
    float: right;
    margin-top: 11px
}

.bosses h2 {
    margin-bottom: 10px !important
}

a {
    outline: 0
}

.orange {
    color: #ad8336
}

.site_navigation_container .col-12, .site_navigation_container .col-5, .site_navigation_container .col-7 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.site_navigation {
    width: 100%
}

.site_navigation .col-4, .site_navigation .col-6, .site_navigation .col-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.logo {
    padding: 10px 0 10px 0
}

.logo img {
    max-width: 100%;
    max-height: 100%
}

#top_call {
    float: left;
    font-weight: 700;
    font-size: 16px;
    padding: 31px 20px 0 0 !important;
    text-align: right
}

#top_call a {
    text-align: right;
    color: #4c4c4e
}

#top_call a:hover {
    text-decoration: none;
    color: #ad8336
}

#top_search {
    float: left;
    padding: 31px 0 0 0;
    text-align: right
}

#top_search i {
    font-size: 23px;
    color: #4c4c4e;
    width: 25px
}

.social_icon {
    margin-left: 10px
}

.social_icon i {
    font-size: 24px !important
}

.my-form-header {
    background: #ad8336
}

#top_search i:hover {
    color: #ad8336
}

#top_button {
    float: right;
    text-align: right
}

.toplinks a {
    color: #4c4c4e
}

.btn {
    color: #ad8336;
    background: #fff;
    font-size: 17px;
    font-weight: 900;
    border: 3px solid #ad8336;
    padding: 16px 30px 17px 30px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    margin-top: 12px
}

.btn:hover {
    background: #ad8336;
    color: #fff
}

.modal {
    z-index: 99999999999999999 !important;
    opacity: 1 !important
}

.navbar-fixed .btn {
    background: #ad8336;
    border-color: #ad8336 !important;
    color: #fff
}

.navbar-fixed .btn:hover {
    background: #fff;
    border-color: #ad8336 !important;
    color: #ad8336
}

.slider {
    margin-top: 10px
}

.slider_text {
    padding: 40px 0 0 0
}

.slider_text h1 {
    font-weight: 700;
    color: #4c4c4e;
    font-size: 60px
}

.slider_text .gold {
    font-size: 60px
}

.slider_text h1 .orange {
    font-size: 60px
}

.appointment .slider_text h1 {
    font-size: 60px !important
}

.slider_text p {
    color: #4c4c4e;
    line-height: 27px;
    margin-top: 20px;
    padding-bottom: 5px;
    font-size: 20px
}

.my-header-list {
    list-style: none
}

.my-header-list li {
    font-size: 20px;
    color: #4c4c4e;
    line-height: 27px
}

.my-header-list li::before {
    content: "\2022";
    color: #ad8336;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.slider_image {
    padding-left: 0;
    padding-right: 0
}

.main .slider_image {
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px
}

.slider_image img {
    max-width: 100%
}

.shiny_btn {
    background: #ad8336;
    display: block;
    font-size: 19px;
    color: #fff;
    text-align: center;
    padding: 16px 0 17px 0;
    width: 310px;
    border: 3px solid #ad8336;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px
}

.gmap {
    width: 100%
}

.shiny_btn .head {
    font-weight: 900;
    font-size: 20px
}

.shiny_btn:hover {
    text-decoration: none;
    background: #fff;
    color: #ad8336
}

.why_us {
    margin-right: 30px
}

.fancy_top_border {
    border-top: 7px solid #ad8336 !important;
    margin: 11px 40px 0 40px;
    padding-top: 20px
}

.fancy_side_border {
    width: 90px;
    height: 7px;
    background: #ad8336;
    display: block;
    float: right;
    margin-top: 11px
}

.bosses .fancy_side_border {
    width: 150px !important
}

.home_links_container {
    background: #d9c79f;
    padding: 60px 0 30px 0
}

.home_bottom {
    background: #eae0c9;
    background: -moz-linear-gradient(top, #eae0c9 0, rgba(255, 255, 255, .99) 39%, rgba(255, 255, 255, .98) 59%, rgba(234, 224, 201, .97) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #eae0c9), color-stop(39%, rgba(255, 255, 255, .99)), color-stop(59%, rgba(255, 255, 255, .98)), color-stop(100%, rgba(234, 224, 201, .97)));
    background: -webkit-linear-gradient(top, #eae0c9 0, rgba(255, 255, 255, .99) 39%, rgba(255, 255, 255, .98) 59%, rgba(234, 224, 201, .97) 100%);
    background: -o-linear-gradient(top, #eae0c9 0, rgba(255, 255, 255, .99) 39%, rgba(255, 255, 255, .98) 59%, rgba(234, 224, 201, .97) 100%);
    background: -ms-linear-gradient(top, #eae0c9 0, rgba(255, 255, 255, .99) 39%, rgba(255, 255, 255, .98) 59%, rgba(234, 224, 201, .97) 100%);
    background: linear-gradient(to bottom, #eae0c9 0, rgba(255, 255, 255, .99) 39%, rgba(255, 255, 255, .98) 59%, rgba(234, 224, 201, .97) 100%);
    z-index: -1px;
    margin-top: -9px;
    max-width: 100% !important;
    min-height: 491px
}

.home_links_container {
    background: #d9c79f;
    padding: 60px 0 60px 0
}

.home_links_container .container {
    padding-left: 0;
    padding-right: 0
}

.home_links_container .col-4 {
    margin-bottom: 31px
}

.home_links {
    background: #fff;
    color: #574211;
    border: 0 transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 13px 0 13px 40px;
    display: block;
    height: 60px;
    font-weight: 700
}

.home_links .right {
    color: #fff;
    background: #604b1a;
    border: 0 transparent;
    padding: 16px 30px 16px 30px;
    display: block;
    font-size: 19px;
    float: right;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -13px
}

.home_links .left {
    float: left;
    width: 68%;
    font-size: 14px;
    display: block;
    padding: 5px 10px 0 0;
    text-align: right
}

.home_links:hover {
    text-decoration: none;
    color: #ad8336;
    background: #f9f9f9
}

.home_links:hover .right {
    background: #ad8336
}

.appointment {
    margin-top: 0
}

.footer {
    background: #ad8336;
    padding: 40px 0 15px 0;
    color: #fff;
    text-align: left !important;
    font-size: 16px;
    line-height: 32px
}

.footer p {
    color: #fff;
    text-align: center
}

#search_form {
    display: none;
    margin: -7px 10px 0 0
}

#search_form input {
    background: #4c4c4e;
    color: #fff;
    border: 0 transparent;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: 0;
    width: 160px
}

#search_form ::placeholder {
    color: #fff;
    opacity: 1
}

#search_form :-ms-input-placeholder {
    color: #fff
}

#search_form ::-ms-input-placeholder {
    color: #fff
}

.mobile_logo, .mobile_logo_scroll {
    display: none
}

.bg1 {
    background-image: url(../../assets/images/bg_home.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 750px 490px;
    margin: -10px 0 0 0;
    max-width: 100% !important;
    min-height: 490px
}

.bg2 {
    background-image: url(../../assets/images/bg_bottom.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 860px 510px;
    max-width: 100% !important;
    margin-top: -141px;
    min-height: 650px
}

.sts {
    background-image: url(../../assets/images/sts.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 864px 494px;
    z-index: -1px;
    margin-top: -9px;
    max-width: 100% !important;
    min-height: 494px
}

#mobile_menu_bottom {
    display: none
}

.car {
    background-image: url(../../assets/images/fleet.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.engineering {
    background-image: url(../../assets/images/engineering-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.cyber-business {
    background-image: url(../../assets/images/biz-cyber.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.personal {
    background-image: url(../../assets/images/personal-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.hnw {
    background-image: url(../../assets/images/services/hnw.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.professional {
    background-image: url(../../assets/images/services/prof-indemnity.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.peril {
    background-image: url(../../assets/images/services/peril.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.cyber-personal {
    background-image: url(../../assets/images/personal-cyber-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.security {
    background-image: url(../../assets/images/security-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.marine {
    background-image: url(../../assets/images/marine-trans.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.malpractice {
    background-image: url(../../assets/images/medical-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.specialist {
    background-image: url(../../assets/images/speciality-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.commercial {
    background-image: url(../../assets/images/services/commercial.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1069px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.household {
    background-image: url(../../assets/images/household.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 953px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.business {
    background-image: url(../../assets/images/business-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1104px 550px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 550px
}

.building {
    background-image: url(../../assets/images/building-header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1105px 494px;
    z-index: -1px;
    max-width: 100% !important;
    min-height: 494px
}

.services {
    /* background: #f0f0f0;
     background: -moz-linear-gradient(bottom, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
     background: -webkit-gradient(left bottom, left bottom, color-stop(0, #f0f0f0), color-stop(27%, rgba(236, 236, 236, .03)), color-stop(50%, rgba(232, 232, 232, .03)), color-stop(51%, rgba(222, 222, 222, .03)), color-stop(100%, rgba(255, 255, 255, .03)));
     background: -webkit-linear-gradient(bottom, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
     background: -o-linear-gradient(bottom, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
     background: -ms-linear-gradient(bottom, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
     background: linear-gradient(to top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);*/
    z-index: -1px;
    margin-top: -9px;
    max-width: 100% !important
}

.contact {
    background-image: url(../../assets/images/contact.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 949px 494px;
    z-index: -1px;
    margin-top: -9px;
    max-width: 100% !important;
    min-height: 494px !important
}

.careers {
    background-image: url(../../assets/images/careers.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 880px 494px;
    z-index: -1px;
    margin-top: -9px;
    max-width: 100% !important;
    min-height: 494px !important
}

#FormControlFile {
    padding: 10px 0 0 0 !important
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.about_bottom {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0, rgba(255, 255, 255, .95) 50%, rgba(255, 255, 255, .94) 53%, rgba(241, 241, 241, .89) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f1f1f1), color-stop(50%, rgba(255, 255, 255, .95)), color-stop(53%, rgba(255, 255, 255, .94)), color-stop(100%, rgba(241, 241, 241, .89)));
    background: -webkit-linear-gradient(top, #f1f1f1 0, rgba(255, 255, 255, .95) 50%, rgba(255, 255, 255, .94) 53%, rgba(241, 241, 241, .89) 100%);
    background: -o-linear-gradient(top, #f1f1f1 0, rgba(255, 255, 255, .95) 50%, rgba(255, 255, 255, .94) 53%, rgba(241, 241, 241, .89) 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0, rgba(255, 255, 255, .95) 50%, rgba(255, 255, 255, .94) 53%, rgba(241, 241, 241, .89) 100%);
    background: linear-gradient(to bottom, #f1f1f1 0, rgba(255, 255, 255, .95) 50%, rgba(255, 255, 255, .94) 53%, rgba(241, 241, 241, .89) 100%)
}

.medical {
    background-image: url(../../assets/images/medical.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 682px 494px;
    z-index: -1px;
    margin-top: -9px;
    max-width: 100% !important;
    min-height: 494px
}

.about {
    background-image: url(../../assets/images/about.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1491px 540px;
    min-height: 540px
}

.about_b {
    background-image: url(../../assets/images/about_bottom.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 865px 494px;
    max-width: 100% !important;
    min-height: 494px
}

.services .slider_text .gold, .services .slider_text h1 {
    font-size: 58px;
    line-height: 70px
}

.services .slider_text h1 .orange {
    font-size: 53px !important
}

.services .slider_text .mobile_padding {
    margin-top: 40px
}

.services .slider_text p {
    font-size: 21px !important
}

.about_bottom .slider_text p {
    font-size: 16px !important;
    line-height: 32px !important
}

.services .slider_text {
    padding: 0 !important
}

.services_bottom_container .shiny_btn {
    margin: 0 0 50px 0 !important
}

.text_box_container {
    padding: 16px 0 20px 0
}

.bg2 .appointment .slider_text {
    margin-top: 160px !important
}

.services_bottom_container .fa, .text_box_container .fa {
    font-size: 35px;
    color: #ad8336
}

.services_bottom_container .icon_text, .text_box_container .icon_text {
    padding: 10px 0 0 0 !important;
    text-align: right;
    max-width: 35px !important
}

.card {
    border: none;
    background: 0 0
}

.card-header {
    background: #e2e2e3;
    border-color: #e2e2e3;
    margin-bottom: 15px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 16px 20px 16px 40px
}

.card-header:hover {
    cursor: pointer
}

.black_border {
    border-left: 9px solid #4c4c4e;
    padding-left: 20px
}

.gold_border {
    border-left: 9px solid #ad8336;
    padding-left: 20px;
    padding-right: 20px
}

.custom_gd2 {
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f0f0f0), color-stop(27%, rgba(236, 236, 236, .03)), color-stop(50%, rgba(232, 232, 232, .03)), color-stop(51%, rgba(222, 222, 222, .03)), color-stop(100%, rgba(255, 255, 255, .03)));
    background: -webkit-linear-gradient(top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    background: -o-linear-gradient(top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    padding: 50px 0 50px 0
}

.custom_gd1 {
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f0f0f0), color-stop(27%, rgba(236, 236, 236, .03)), color-stop(50%, rgba(232, 232, 232, .03)), color-stop(51%, rgba(222, 222, 222, .03)), color-stop(100%, rgba(255, 255, 255, .03)));
    background: -webkit-linear-gradient(top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    background: -o-linear-gradient(top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, rgba(236, 236, 236, .03) 27%, rgba(232, 232, 232, .03) 50%, rgba(222, 222, 222, .03) 51%, rgba(255, 255, 255, .03) 100%);
    padding: 50px 0 50px 0
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, .15);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    padding: 5px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.start-header.scroll-on .navbar-brand img {
    height: 28px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navbar {
    padding: 3px 0 3px 0
}

.navbar-brand img {
    height: 72px;
    width: auto;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0
}

.navbar-toggler:active, .navbar-toggler:focus {
    outline: 0
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 19px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid #ad8336;
    transition: all .3s linear
}

.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 3px;
    background-color: #ad8336;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all .3s linear
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    transform: rotate(45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-color: transparent
}

.nav-link {
    color: #4c4c4e !important;
    font-weight: 500;
    /*font-size: 16px;*/
    font-size: 18px;
    transition: all .2s linear;
    text-align: center !important
}

.nav-item {
    margin-right: 20px
}

.nav-item:hover .nav-link {
    color: #4c4c4e !important
}

.nav-item.active .nav-link {
    border-bottom: 5px solid #ad8336;
    font-weight: 700;
    color: #ad8336 !important
}

.nav-link {
    position: relative;
    padding: 5px 3px 6px 3px !important;
    display: inline-block
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background-color: #ad8336;
    opacity: 0;
    transition: all .2s linear
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1
}

.nav-item.active:hover:after {
    opacity: 0
}

.nav-item {
    position: relative;
    transition: all .2s linear;
    margin: 0
}

.bg-light {
    background-color: #fff !important;
    transition: all .2s linear
}

.section {
    position: relative;
    width: 100%;
    display: block
}

.full-height {
    height: 100vh
}

.over-hide {
    overflow: hidden
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20
}

#circle, #switch {
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all .3s linear;
    transition-delay: 1.9s
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important
}

.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, .25), 0 0 0 1px rgba(26, 53, 71, .07);
    background: #fff
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all .2s linear
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0, 0)
}

.dropdown-menu {
    padding: 10px !important;
    margin: 18px 0 0 0 !important;
    font-size: 15px;
    color: #fff;
    background-color: #4c4c4e;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
    transition: all .2s linear
}

.dropdown-toggle::after {
    display: none
}

.dropdown-item {
    padding: 3px 15px;
    color: #fff;
    margin: 10px 0 10px 0;
    border-radius: 5px;
    transition: all .2s linear
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #ad8336
}

@media (max-width: 767px) {
    .nav-item:after {
        display: none
    }

    .margin-mobile {
        margin-top: 30px !important
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 7px;
        height: 1px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 12px;
        left: -24.5px;
        width: 1px;
        height: 7px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0;
        transition: all .2s linear
    }

    .dropdown-toggle[aria-expanded=true]::after {
        transform: rotate(90deg);
        opacity: 0
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all .2s linear
    }

    .dropdown-toggle[aria-expanded=true] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 0 !important
    }
}

.contact_head {
    border-left: 5px solid #ad8336 !important;
    padding-left: 15px
}

.contact_head_container {
    padding: 30px 0 20px 0
}

.contact_head_container .col-5 {
    padding: 0 !important
}

.contact_bottom .col-5 {
    padding: 0 100px 0 0 !important
}

.contact_bottom {
    padding: 30px 0 30px 0
}

#main_contact_form input {
    margin-bottom: 20px
}

#main_contact_form textarea {
    margin-bottom: 15px
}

.contact_bottom .fa {
    color: #ad8336 !important
}

.modal-header {
    background: #ad8336;
    color: #fff;
    text-align: center
}

.modal-title {
    font-weight: 700;
    text-align: center
}

#availableVacancies .modal-body ul {
    color: #939597 !important
}

#availableVacancies .modal-body h3 {
    font-weight: 800;
    font-size: 1.25rem
}

.close {
    color: #fff;
    outline: 0;
    opacity: 1
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
    outline: 0
}

.modal-content {
    border: 1px transparent
}

.getQuoteForm input {
    background: #f1f1f1;
    margin: 20px 0 20px 0;
    border-color: #f1f1f1
}

.getQuoteForm select {
    outline: 0 !important
}

.getQuoteForm .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #f1f1f1;
    outline: 0
}

.getQuoteForm .btn {
    background: #ad8336;
    color: #fff;
    padding: 13px 40px 13px 40px;
    margin: 20px auto 20px auto;
    display: block;
    outline: 0
}

.getQuoteForm .btn:hover {
    background: #fff;
    color: #ad8336
}

.modal-backdrop {
    background: #999;
    opacity: .8 !important
}

.card-title {
    cursor: pointer
}

#map_canvas {
    height: 400px;
    width: 100%;
    border-top: 1px solid #ddd
}

.top_call_icon {
    display: none
}

#summary {
    font-size: 14px;
    line-height: 1.5
}

#summary p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary p.collapsing {
    min-height: 42px !important
}

#summary a.collapsed:after {
    content: "+ Read More"
}

#summary a:not(.collapsed):after {
    content: "- Read Less"
}

#summary2 {
    font-size: 14px;
    line-height: 1.5
}

#summary2 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary2 p.collapsing {
    min-height: 42px !important
}

#summary2 a.collapsed:after {
    content: "+ Read More"
}

#summary2 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary3 {
    font-size: 14px;
    line-height: 1.5
}

#summary3 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary3 p.collapsing {
    min-height: 42px !important
}

#summary3 a.collapsed:after {
    content: "+ Read More"
}

#summary3 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary6 {
    font-size: 14px;
    line-height: 1.5
}

#summary6 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary6 p.collapsing {
    min-height: 42px !important
}

#summary6 a.collapsed:after {
    content: "+ Read More"
}

#summary6 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary7 {
    font-size: 14px;
    line-height: 1.5
}

#summary7 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary7 p.collapsing {
    min-height: 42px !important
}

#summary7 a.collapsed:after {
    content: "+ Read More"
}

#summary7 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary8 {
    font-size: 14px;
    line-height: 1.5
}

#summary8 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary8 p.collapsing {
    min-height: 42px !important
}

#summary8 a.collapsed:after {
    content: "+ Read More"
}

#summary8 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary9 {
    font-size: 14px;
    line-height: 1.5
}

#summary9 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary9 p.collapsing {
    min-height: 42px !important
}

#summary9 a.collapsed:after {
    content: "+ Read More"
}

#summary9 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary10 {
    font-size: 14px;
    line-height: 1.5
}

#summary10 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary10 p.collapsing {
    min-height: 42px !important
}

#summary10 a.collapsed:after {
    content: "+ Read More"
}

#summary10 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary5 {
    font-size: 14px;
    line-height: 1.5
}

#summary5 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary5 p.collapsing {
    min-height: 42px !important
}

#summary5 a.collapsed:after {
    content: "+ Read More"
}

#summary5 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary11 {
    font-size: 14px;
    line-height: 1.5
}

#summary11 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary11 p.collapsing {
    min-height: 42px !important
}

#summary11 a.collapsed:after {
    content: "+ Read More"
}

#summary11 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary12 {
    font-size: 14px;
    line-height: 1.5
}

#summary12 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary12 p.collapsing {
    min-height: 42px !important
}

#summary12 a.collapsed:after {
    content: "+ Read More"
}

#summary12 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary13 {
    font-size: 14px;
    line-height: 1.5
}

#summary13 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary13 p.collapsing {
    min-height: 42px !important
}

#summary13 a.collapsed:after {
    content: "+ Read More"
}

#summary13 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary14 {
    font-size: 14px;
    line-height: 1.5
}

#summary14 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary14 p.collapsing {
    min-height: 42px !important
}

#summary14 a.collapsed:after {
    content: "+ Read More"
}

#summary14 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary22 {
    font-size: 14px;
    line-height: 1.5
}

#summary22 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary22 p.collapsing {
    min-height: 42px !important
}

#summary22 a.collapsed:after {
    content: "+ Read More"
}

#summary22 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary16 {
    font-size: 14px;
    line-height: 1.5
}

#summary16 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary16 p.collapsing {
    min-height: 42px !important
}

#summary16 a.collapsed:after {
    content: "+ Read More"
}

#summary16 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary23 {
    font-size: 14px;
    line-height: 1.5
}

#summary23 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary23 p.collapsing {
    min-height: 42px !important
}

#summary23 a.collapsed:after {
    content: "+ Read More"
}

#summary23 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary24 {
    font-size: 14px;
    line-height: 1.5
}

#summary24 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary24 p.collapsing {
    min-height: 42px !important
}

#summary24 a.collapsed:after {
    content: "+ Read More"
}

#summary24 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary20 {
    font-size: 14px;
    line-height: 1.5
}

#summary20 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary20 p.collapsing {
    min-height: 42px !important
}

#summary20 a.collapsed:after {
    content: "+ Read More"
}

#summary20 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary25 {
    font-size: 14px;
    line-height: 1.5
}

#summary25 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary25 p.collapsing {
    min-height: 42px !important
}

#summary25 a.collapsed:after {
    content: "+ Read More"
}

#summary25 a:not(.collapsed):after {
    content: "- Read Less"
}
#summary21 {
    font-size: 14px;
    line-height: 1.5
}

#summary21 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary21 p.collapsing {
    min-height: 42px !important
}

#summary21 a.collapsed:after {
    content: "+ Read More"
}

#summary21 a:not(.collapsed):after {
    content: "- Read Less"
}

#summary15 {
    font-size: 14px;
    line-height: 1.5
}

#summary15 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary15 p.collapsing {
    min-height: 42px !important
}

#summary15 a.collapsed:after {
    content: "+ Read More"
}

#summary15 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary17 {
    font-size: 14px;
    line-height: 1.5
}

#summary17 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary17 p.collapsing {
    min-height: 42px !important
}

#summary17 a.collapsed:after {
    content: "+ Read More"
}

#summary17 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary18 {
    font-size: 14px;
    line-height: 1.5
}

#summary18 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary18 p.collapsing {
    min-height: 42px !important
}

#summary18 a.collapsed:after {
    content: "+ Read More"
}

#summary18 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary19 {
    font-size: 14px;
    line-height: 1.5
}

#summary19 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary19 p.collapsing {
    min-height: 42px !important
}

#summary19 a.collapsed:after {
    content: "+ Read More"
}

#summary19 a:not(.collapsed):after {
    content: "- Read Less"
}


#summary4 {
    font-size: 14px;
    line-height: 1.5
}

#summary4 p.collapse:not(.show) {
    height: 172px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#summary4 p.collapsing {
    min-height: 42px !important
}

#summary4 a.collapsed:after {
    content: "+ Read More"
}

#summary4 a:not(.collapsed):after {
    content: "- Read Less"
}

.upload-button {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    background: 0 0;
    padding: 7px 35px 7px 35px;
    font-style: italic;
    color: #939597;
    margin: 0
}

.upload-button:hover {
    color: #ad8336;
    border-color: #ad8336;
    background: 0 0
}

#simpleContactSubmitButton {
    padding: 13px 40px 13px 40px
}

.campaign {
    background-image: url(../../assets/images/campaign.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1199px 494px;
    z-index: -1px;
    margin-top: 0;
    max-width: 100% !important;
    min-height: 494px
}

.campaign-test {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: -1px;
    margin-top: 0;
    max-width: 100% !important;
    min-height: 494px
}

.business-builing {
    background-image: url(../../assets/images/business_builing.png) !important;
    min-height: 620px !important
}

.business-builing1 {
    background-image: url(../../assets/images/sts-business-landing-header-desktop.jpg) !important;
    min-height: 508px !important
}

.footer-business-builing {
    background-image: url(../../assets/images/sts-business-landing-broker-desktop.jpg) !important;
    min-height: 496px !important
}

.mobile-head-bg {
    background-image: url(../../assets/images/sts-business-landing-header-mobile.jpg) !important;
    min-height: 430px !important;
    background-size: cover;
    background-repeat: no-repeat
}

.mobile-footer-bg {
    background-image: url(../../assets/images/sts-business-landing-broker-moible.jpg) !important;
    min-height: 447px !important;
    background-size: cover;
    background-repeat: no-repeat
}

.another-one {
    background-image: url(../../assets/images/car-and-household-test.png) !important;
    min-height: 640px !important
}

.campaign_bottom {
    width: 99.4vw;
    position: relative;
    left: 50%;
    margin-left: -50vw
}

.campaign_bottom img {
    width: 100%
}

.campaign_body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #939597;
    font-size: 19px
}

.campaign_body ul li {
    margin-bottom: 20px;
    color: #4c4c4e
}

.campaign_body ul li i {
    display: block;
    margin-top: -2px;
    padding-right: 10px;
    float: left;
    font-size: 31px !important;
    color: #ad8336
}

.campaign_form {
    text-align: center
}

.campaign_form h2 {
    font-weight: 900 !important;
    color: #ad8336;
    margin-bottom: 15px !important
}

.shadow-text {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .3) !important
}

.campaign_form .btn:hover {
    background: #fff;
    color: #ad8336
}

.campaign_form ::placeholder {
    color: #939597;
    opacity: 1
}

.campaign_form :-ms-input-placeholder {
    color: #939597
}

.campaign_form ::-ms-input-placeholder {
    color: #939597
}

.notFound {
    min-height: 900px;
    margin-bottom: 0 !important
}

.campaign_form .alert {
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 5px !important
}

.campaign_form .alert p {
    line-height: 10px !important
}

.campaign_form .alert-dismissible .close {
    padding: .4rem 1rem !important
}

.form-control:focus {
    border-color: #ddd !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none
}

#accordion .card-header {
    padding: 0 !important;
    background: 0 0 !important;
    margin-bottom: 10px !important;
    border-bottom: 0
}

#accordion .card-title {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    color: #212529 !important;
    background: #e2e2e3 !important;
    padding: 17px 15px 17px 30px !important;
    border: 0 transparent !important;
    border-radius: 10px
}

.golden h2 {
    font-size: 33px
}

.bosses h3 {
    font-size: 33px;
    font-weight: 700
}

.slider_text h2 {
    font-size: 33px
}

#accordion .card-title:hover {
    text-decoration: none !important
}

#accordion .card-title span {
    display: inline-block;
    width: 96%
}

.card-title .fa {
    font-size: 15px !important
}

.page-careers .all-pages {
    display: none !important
}

.tips-header {
    background-image: url(../../assets/images/tips/tips-header.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.intro-section {
    background-image: url(../../assets/images/tips/roof.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 380px;
}
.show-mobile{
    display: none!important;
}
.hide-mobile{
    display: inline!important;
}

.body-section {
    background-image: url(../../assets/images/tips/engineer.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: auto;
}

.footer-section {
    background-image: url(../../assets/images/tips/meter.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 380px;
}
.proactive-section {
    background-image: url(/storage/app/media/2023/proactive.png);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 380px;
}
.cyber-section {
    background-image: url(/storage/app/media/2023/cyber-insurance.png);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 380px;
}
.safeguard-section {
    background-image: url(/storage/app/media/2023/safeguard.png);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 380px;
}
.homeowner-section {
    background-image: url(/storage/app/media/2023/homeowner.png);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: auto;
}
.take-care-section {
    background-image: url(/storage/app/media/2023/take-care-car.png);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 380px;
}
.for-the-art-section {
    background-image: url(/storage/app/media/2023/for-the-art.png);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 380px;
}
