
:root{
  --body-color : #123316;
  --logo-color : #649d7a;
  --href-color : #0e4f55;
  --heading-color: #002427;
  --heading-font : 'Lustria', serif;
  --body-font : 'Manrope', sans-serif;
  --body-font-regular : 400;
  --body-font-medium : 500;
  --body-font-bold : 700;
  --body-font-extrabold: 800;
  --caption-size : 55px;
  --heading-h2-size : 40px;
  --heading-h3-size: 22px;
  --pg-size: 16px;
}

/*

font-family: 'Lustria', serif;
font-family: 'Manrope', sans-serif;

*/

p {font-family: var(--body-font);font-size: var(--pg-size);font-weight: var(--body-font-medium);}
h1,h2,h3,h4,h5,h6 {font-family: var(--heading-font);}


/************** Home ***************/
/************* Header ***************/


.accentor-head {

    -webkit-transition: all 0.5s ease;

    -moz-transition: position 10s;

    -ms-transition: position 10s;

    -o-transition: position 10s;

    transition: all 0.5s ease;

    /*border-top: 8px solid #0c4da2;*/

    /*padding-top: 17px;*/

}

.accentor-head.fixed-top-header {

    position: fixed;

    top: 0;

    z-index: 999;

    background-color: #FFFFFF;

    width: 100%;

    left: 0;

    animation: smoothScroll 1s forwards;

    box-shadow: 1px -1px 7px #000;

}

@keyframes smoothScroll {

  0% {

    transform: translateY(-40px);

  }

  100% {

    transform: translateY(0px);

  }

}

.welcome h4 {
    font-size: var(--pg-size);
    margin-top: 22px;
    text-transform: uppercase;
    color: var(--href-color);
    font-weight: 600;
}
.main-menu-wrap {
    border-left: 1px solid #ddd;
    padding-left: 12px;
}
nav.navbar.navbar-expand-lg.navbar-light.primary-menu {
    height: 101px;
    padding-left: 0;
    float: right;
}
.top-menu nav.navbar.navbar-expand-lg.navbar-light{
    float: right;
}
.top-menu .navbar-light .navbar-nav .nav-link {
    color: var(--logo-color);
    text-transform: uppercase;
    position: relative;
    padding: 8px 23px;
}
.top-menu .navbar-light .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    border-left-color: var(--logo-color);
    border-style: solid;
    border-width: 1px;
    left: 0;
    height: 10px;
    top: 15px;
}

.top-menu .navbar-light .navbar-nav .nav-link:nth-child(1):before {
    border-color: transparent;
}
/*.primary-menu.navbar-light .navbar-nav .nav-link {
    padding-left: 55px;
    padding-right: 0;
}*/
.primary-menu.navbar-light .navbar-nav li.nav-item{

}
.primary-menu.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 54px;
    padding-left: 0px;
    font-family: var(--body-font);
    font-size: 16px;
    color:#252525;
}
li.nav-item .nav-link .bi {
    font-size: 10px;
    color: var(--logo-color);
}
.logo {
    padding-top: 7px;
    padding-bottom: 7px;
}
div#accentor-carousel .carousel-caption h1 {
    margin-bottom: 5rem;
    font-size: var(--caption-size);
    font-family: var(--heading-font);
}
div#accentor-carousel .carousel-caption {
    bottom: 157px;
    width: 33%;
    margin: 0 auto;
}
div#accentor-carousel .carousel-caption p {
    display: flex;
    justify-content: center;
    gap: 46px;
}
div#accentor-carousel .carousel-caption p a {
    color: #fff;
}
div#accentor-carousel .carousel-caption p a:hover, div#accentor-carousel .carousel-caption p a:focus {
    text-decoration: none;
    outline: none;
}
div#accentor-carousel .carousel-caption p a {
    color: #fff;
}
/* Service */


.choose-box {
    display: flex;
    justify-content: center;
}


.choose {
    background: #ededed;
    padding: 2rem 1rem;
}
section#service h1 {
    text-align: center;
    font-size: var(--heading-h2-size);
    font-weight: 600;
}
.img-caption {
    position: relative;
    padding: 1rem;
    order: 1px solid #ddd;
}

.img-caption h3 {
    background: var(--logo-color);
    position: absolute;
    top: -54px;
    width: 95%;
    right: 0;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 7px;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.img-caption h3 img {
    margin-right: 11px;
    width: auto;
    height: 39px;
}
.img-caption p {
    color: #222222;
    padding: 11px 0 4px;
}
.service-info {
    border: 1px solid #ddd;
}
.img-caption a {
    color: var(--href-color);
}
.img-caption a:hover,.img-caption a:focus{
    outline: none;
    text-decoration: none;
}
section#service h1 {
    margin-top: 60px;
    margin-bottom: 45px;
}
section#service {
    padding-bottom: 70px;
}


/*Executors and Trustees*/

.executor-wrap-left .executor-left-img {
    float: right;
    width: 50%;
}
.executor-wrap-left .executor-left {
    float: left;
    width: 50%;
}
.executor-wrap-left {
    float: left;
    align-items: center;
    display: flex;
}
.executor-wrap-left {
    position: relative;
}
img.shade-one {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 12px;
}
.executor-wrap-right .executor-right {
    float: right;
    width: 50%;
}
.executor-wrap-right .executor-right-img {
    float: left;
    width: 50%;
}
.executor-wrap-right {
    float: left;
    align-items: center;
    display: flex;
}
.executor-wrap-left .executor-left-img img {
    width: 100%;
}
.executor-wrap-right .executor-right-img img {
    width: 100%;
}
.executor-left {
    display: flex;
    justify-content: end;
}
.executor-left .executor-info {
    width: 50%;
}
.executor-right .executor-info {
    width: 56%;
}
.executor-info p {
    color: #222222;
    font-family: var(--body-font);
}
.executor-info h3 {
    color: var(--heading-color);
    font-size: var(--heading-h2-size);
}
.executor-left .executor-info {
    margin-right: 60px;
}
.executor-right .executor-info {
    margin-left: 25px;
}
.executor-info a {
    color: var(--href-color);
    text-transform: uppercase;
    font-weight: 500;
}
.executor-wrap-right {
    position: relative;
}
img.shade-two {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}
section#executors {
    float: left;
}

/**************** About Us ******************/

.ipw-info .row {
    display: inline-flex;
    align-items: center;
}
.ipw-heading h2 {
    font-size: 45px;
    margin-bottom: -23px;
    position: relative;
    z-index: 99;
    color: var(--heading-color);
}
.ipw-heading {
    width: 61%;
}
section#ipw-content {
    clear: both;
}
section#ipw-content {
    clear: both;
    padding-top: 70px;
}

/************ Making Will ******************/

section#making-will {
    background-image: url(/img/why-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 53% 100%;
}
.making-will-box {
    background-color: #fff;
    margin-top: 107px;
    padding: 4rem 2rem;
}
.making-will-box p {
    font-weight: 500;
}
.making-will-box h2 {
    margin-bottom: 30px;
    color: var(--heading-color);
}
.making-will-box p {
    margin-bottom: 28px;
}
.making-will-box a {
    color: var(--href-color);
    text-transform: uppercase;
    font-weight: 500;
}
.making-will-box a:hover,.making-will-box a:focus{
    text-decoration: none;
    outline: none;
}

/********* Footer **********/

.footer-contact .contact-info a {
    color: #222;
}
.footer-contact .contact-info a:hover,.footer-contact .contact-info a:focus{
    outline: none;
    text-decoration: none;
}
footer {
    padding-top: 70px;
}
.footer-contact h3 {
    font-size: 20px;
    font-weight: 600;
}
.contact-info p:nth-child(1) {
    margin-right: 20px;
}
.contact-info p {
    display: inline-block;
}
.contact-info p:nth-child(2) span>img {
    margin-right: 10px;
}
.contact-info p:nth-child(2) {
    display: inline-flex;
}
.contact-info p:nth-child(1) img {
    margin-right: 10px;
}
.contact-info {
    margin-top: 25px;
}
.partners {
    margin: 0 auto;
    text-align: center;
}
.copyright p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.copyright p a:hover, .copyright p a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.copyright p a {
    color: #fff;
}
.copyright {
    background-color: var(--logo-color);
    padding: 10px 0;
    margin-top: 40px;
}

/******************* Cookies ***********************/



/*
.wrapper {
    position: fixed;
    bottom: 48px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    right: 37px;
}*/
.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.wrapper.show {
  right: 20px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.wrapper header i {
  color: #4070f4;
  font-size: 32px;
}
.wrapper header h2 {
  color: #4070f4;
  font-weight: 500;
  font-size: 25px;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}

/******************** Breadcrumbs *****************/

/* breadcrumb */

.breadcrumb-arrow {
    min-height: 36px;
    background-color: transparent;
    line-height: 36px;
    list-style: none;
    overflow: auto;
   
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    /*vertical-align: top;*/
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #343a40;
    border: 1px solid #343a40;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
    right: -6px;
    z-index: 3;
    border-left-color: #343a40;
    border-left-style: solid;
    border-left-width: 10px;
}

/*.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fff;
}*/

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #40474e;
}

.breadcrumb-arrow li a:active {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #40474e;
}

/*set for Last child*/

.breadcrumb-arrow li.active span {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #659d78;
    border: 1px solid #659d78;
    font-family: var(--heading-font);
    font-size: 16px;
}

.breadcrumb-arrow li.active:first-child span {
    padding-left: 10px;
}

.breadcrumb-arrow li.active span:after,
.breadcrumb-arrow li.active span:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li.active span:before {
    right: -10px;
    z-index: 3;
    border-left-color: #659d78;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li.active span:after {
    right: -11px;
    z-index: 2;
    border-left: 10px solid #659d78;
}
.inner-slide {
    height: 300px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    flex-flow: nowrap;
}

/***************** Why have a will *************/

.fail-box h3 {
    text-transform: uppercase;
}
.fail-box {
    background: #fff;
    margin-top: 70px;
    padding: 3rem 6rem;
    text-align: center;
}
.will-fail {
    background-image: url(/img/banner-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 35px;
}
section#why-have-a-will h1 {
    margin-bottom: 23px;
}
section#why-have-a-will {
    padding-top: 59px;
}
.choose-accentor-will {
    background-image: url(../img/choose-accentor-will-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    margin-top: 3rem;
}
.storage-will img {
    float: left;
    width: 500px;
    margin-right: 26px;
    margin-bottom: 25px;
}
section#storage {
    padding-bottom: 40px;
}
.page-content h1 {
    margin-bottom: 20px;
}
.page-content {
    padding-top: 70px;
    background: #edf1ef;
    /* padding-bottom: 40px; */
}

.address-box h4 {
    font-weight: 700;
    font-size: 19px;
    color: #fff !important;
    margin-bottom: 0;
    position: relative;
}

.address-box {
    background: var(--logo-color);
    padding: 2rem 1rem;
    border-radius: 13px;
}

.address-box h4:before {
    content: '';
    border-style: solid;
    position: absolute;
    border-color: #fff;
    border-width: 1px;
    bottom: -2px;
    width: 48px;
}

.address-box h5 {
    color: #fff;
    font-size: 20px;
    margin-top: 3px;
}
address span:nth-child(2) {
    display: inline-flex;
    flex-flow: column;
}
address span:nth-child(1) .bi {
    background: #fff;
    width: 48px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    color: var(--heading-color);
    vertical-align: bottom;
    margin-right: 10px;
}
address span:nth-child(2) span:nth-child(2) {
    color: #fff;
    font-size: 16px;
}
address span:nth-child(2) span:nth-child(1) {
    font-weight: 900;
    font-size: 20px;
    color: #bfbfbf;
}
address{margin-top: 35px;}

/***************** Service =*****************/

.service-img {
    width: 100%;
    height: 523px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 4rem;
}
.wills .will-icon img {
    padding: 14px 8px;
    background: var(--logo-color);
    margin-right: 19px;
}
.wills {
    display: flex;
}
.wills-content p a {
    color: var(--href-color);
    text-decoration: underline;
    font-weight: 600;
}
.page-content h4 {
    color: var(--logo-color);
}
img.align-left {
    float: left;
    margin-right: 30px;
    width: 328px;
    border: 7px double #649d7a;
}
img.align-right{
    float: left;
    margin-left: 30px;
    width: 328px;
    border: 7px double #649d7a;
}
.home-care-img {
    border: 7px double #649d7a;
}
.advice-img {
    height: 182px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
/*.thumb {
    position: relative;
}*/
/*.box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 38px 29px 0;
    border-color: transparent #659d78 transparent transparent;
    left: -58px;
    bottom: -49px;
    z-index: 99;
}*/
.box {
    position: absolute;
    background: rgba(0,36,39,.9);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 7px;
    text-align: center;
}
.advice-wrap .row {
    display: inline-flex;
    align-items: center;
}
.advice-img .box h4 {
    font-size: 20px;
}
.advice-wrap {
    margin-bottom: 50px;
}
.advice-wrapper .advice-info:nth-child(even) {
    border-left: 1px dotted transparent;
}
.advice-wrapper .advice-info {
/*    border-bottom: 1px dotted #002427;*/
    padding: 1rem;
}
.advice-wrapper .advice-info:nth-child(odd) {
    border-right: 1px dotted transparent;
}
.advice-wrapper .advice-info {
    flex: 0 49%;
    max-width: 49%;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.advice-wrapper {
    display: inline-flex;
    flex-flow: wrap;
    gap: 16px;
}

/********************* Menu ***************/

.visible-xs {
    position: absolute;
    z-index: 999;
    left: 10px;
}

.mm-menu {
    --mm-color-text-dimmed: var(--heading-color);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: var(--heading-color);
    --mm-color-background-emphasis: var(--logo-color);
}
li.mm-listitem a {
    font-family: 'Manrope';
}
li.mm-listitem.mm-listitem_selected a {
    color: #fff;
}
.mm-navbar a.mm-navbar__title {
    font-family: 'Lustria';
    text-transform: uppercase;
    font-weight: 800;
    color: var(--heading-color);
}


#go-top{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--heading-color);
    color: var(--logo-color);
    font-size: 18px;
    position: fixed;
    right: 63px;
    bottom: 6%;
    text-align: center;
    line-height: 42px;
}

/********************** Media Query ********************/

/* .xs = | Extra Small devices only (portrait phones) less than 576px --*/
@media (max-width: 575.98px) {
    
}
/* .sm > | Small devices and up (landscape, phones) 576px and up */
@media (min-width: 576px) {
  
}
/* .sm < | Small devices and down (landscape, phones) less than 768px */
@media (max-width: 767.98px) {
    .top-menu{display: none;}
    .xs .logo img {
        width: 108px;
    }
    .xs .logo {
        margin: 0 auto;
        text-align: center;
    }
    .xs .main-menu-wrap {
        border-left-color: transparent;
        padding-left: 0;
    }
    .xs .welcome h4 {
        margin-top: -9px;
    }
    .xs i.bi.bi-suit-diamond-fill {
        display: none;
    }
    .xs div#ns-menu {
        display: none;
    }
    .xs .inner-slide {
        height: 98px;
    }
    .xs .breadcrumb-arrow li.active span{
        font-size:14px;
    }
    .xs ol.breadcrumb.breadcrumb-arrow {
        padding-left: 0;
    }
    .xs h1 {
        font-size: 30px;
    }
    .xs h3 {
        font-size: 30px;
    }
    .xs h2 {
        font-size: 23px;
    }
    .xs section#why-have-a-will ol {
        padding-left: 14px;
        font-family: var(--body-font);
        font-size: 15px;
    }
    .xs section#service h1 {
        font-size: 31px;
    }
    .xs .img-caption h3 {
        font-size: 17px;
    }
    .xs .img-caption h3 img {
        height: 30px;
    }
    .xs .img-caption h3 {
        font-size: 17px;
        top: -45px;
    }
    .xs .executor-wrap-left .executor-left {
        width: 100%;
    }
    .xs .executor-left .executor-info {
        width: 100%;
        margin-right: 0;
    }
    .xs .executor-wrap-left .executor-left-img{
        width: 100%;
        margin-top: 10px;
    }
    .xs .executor-wrap-left {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .xs .executor-wrap-right .executor-right {
        width: 100%;
    }
    .xs .executor-right .executor-info {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 15px;
        padding-bottom: 45px;
    }
    .xs .executor-wrap-right .executor-right-img{
        width: 100%;
        margin-top: 10px;
    }
    .xs .executor-wrap-right {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }
    .xs .service-info {
        margin-bottom: 35px;
    }
    .xs .executor-info h3 {
        font-size: 25px;
    }
    .xs img.shade-one,
    .xs img.shade-two {
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 12px;
        display: none;
    }
    .xs section#service {
        padding-bottom: 5px;
    }
    .xs .ipw-heading {
        width: 100%;
    }
    .xs .ipw-heading h2{
        margin-bottom: 19px;
    }
    .xs section#executors {
        background: #f4f2f2;
        padding-top: 37px;
        margin-bottom: 33px;
    }
    .xs .info-img {
        margin-bottom: 30px;
    }
    .xs .making-will-box {
        padding-bottom: 2rem;
        padding-top: 3rem;
    }
    .xs .partners img {
        width: 100%;
    }
    .xs .partners {
        display: inline-flex;
    }
    .xs .copyright p {
        font-size: 14px;
    }
    .xs .fail-box {
        padding-top: 2rem;
        margin-top: 50px;
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1em;
    }
    .xs .wills .will-icon  {
        padding: 10px 5px;
        width: 43px;
        display: none;
    }
    .xs .service-img {
        height: 250px;
    }
    .xs img.align-left,
    .xs img.align-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .xs .home-care-img {
        margin-bottom: 20px;
    }
    .xs .advice-wrapper .advice-info {
        flex: 0 100%;
        min-width: 100%;
    }
    .xs .address-box {
        padding: 2rem 1rem;
        margin-bottom: 34px;
    }
    .xs address span:nth-child(1) .bi {
        display: none;
    }
    .xs #simple-cookie-consent .cookie-consent-container {
        top: 35%;
    }


}
/* .sm = | Small devices only (landscape, phones) upper 576px and less than 768px ---*/
@media (min-width: 576px) and (max-width: 767.98px) {

}



/* .md > | Medium devices and up (tablets) 768px and up */
@media (min-width: 768px) {
    
}
/* .md < | Medium devices and down (tablets) less than 992px */
@media (max-width: 991.98px) {

}
/* .md = | Medium devices only (tablets) upper 768px and less than 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
    
}
@media (min-width:768px) and (max-width:1400px){
     .md .row.up-row:before {
        width: 1057px;
    }
    .md div#accentor-carousel .carousel-caption {
        bottom: 98px;
        width: 40%;
    }
}



/* .lg > | Large devices and up (desktops) 992px and up */
@media (min-width: 992px) {

}
/* .lg < | Large devices and down (desktops) less than 1200px */
@media (min-width: 1199.98px) {

}
/* .lg = | Large devices only (desktops) upper 992px and less than 1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* .xl = | Large devices only (desktops, TV) 1200px and up (desktops view- to edit)*/
@media (min-width: 1200px) {
  .lg .only-xs-menu {
    display: none;
  }
  .row.up-row:before {
    content: '';
    position: absolute;
    border-top-color: #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    bottom: 0;
    width: 1318px;
    z-index: 99;
  }
  .visible-xs{
        display: none;
    }
    .lg .ipw-info {
    padding-bottom: 51px;
    }
}


/* Between <> .sm-lg, .sm-xl, .md-xl */
/* .sm <> .lg | From Small to Large devices only (landscape, phones, tablet, desktops) upper 576px and less than 1200px */
@media (min-width: 576px) and (max-width: 991.98px) {

}
/* .sm <> .xl | From Small to Extra Large devices only (landscape, phones, tablet, desktops, TV) upper 576px and less than 1200px ---*/
@media (min-width: 576px) and (max-width: 1199.98px) {
    .t-view .header-top .col-sm-12 {
        flex: 0 100%;
        min-width: 100%;
    }

    .t-view .header-top .logo {
        margin: 0 auto;
        text-align: center;
    }
    .t-view .top-contact .welcome h4 {
        margin-top: -6px;
    }
    .t-view .top-contact .welcome {
        text-align: center;
    }
    .t-view .top-contact .col-sm-5 {
        flex: 0 100%;
        min-width: 100%;
    }
    .t-view .main-menu-wrap {
        border-left-color: transparent;
    }
    .t-view div#ns-menu {
        display: none;
    }
    .t-view div#accentor-carousel .carousel-caption h1 {
        font-size: 35px;
        margin-bottom: 31px;
    }
    .t-view div#accentor-carousel .carousel-caption {
        bottom: 29px;
        width: 50%;
    }
    .t-view i.bi.bi-suit-diamond-fill {
        display: none;
    }
    .t-view .img-caption h3 {
        font-size: 12px;
        top: -40px;
        width: 100%;
    }
    .t-view .img-caption h3 img {
        height: 25px;
    }
    .t-view .img-caption p {
        font-size: 15px;
    }
    .t-view .executor-left .executor-info {
        margin-right: 32px;
    }
    .t-view .executor-left .executor-info,
    .t-view .executor-right .executor-info {
        width: 79%;
    }
    .t-view .executor-info h3 {
        font-size: 23px;
    }
    .t-view .ipw-heading h2 {
        font-size: 26px;
        margin-bottom: 19px;
    }
    .t-view .making-will-box {
        padding: 2rem 2rem;
    }
    .t-view section#our-services .col-sm-5 {
        flex: 0 100%;
        min-width: 100%;
    }
    .t-view section#our-services .col-sm-7 {
        flex: 0 100%;
        min-width: 100%;
    }
    .t-view .service-img {
        height: 303px;
    }
    .t-view .advice-wrapper{
        gap:9px;
    }
    .t-view section#contact-us .col-sm-5 {
        flex: 0 100%;
        min-width: 100%;
    }
    .t-view section#contact-us .col-sm-7 {
        flex: 0 100%;
        min-width: 100%;
    }
    .t-view .address-box {
        margin-bottom: 35px;
    }
    .t-view .partners {
        display: flex;
    }
    .t-view .fail-box {
        padding: 2rem 2rem;
        margin-bottom: -2px;
    }
}
/* .md <> .xl | From Medium to Extra Large devices only (tablet, desktops, TV) upper 768px and less than 1200px */
@media (min-width: 768px) and (max-width: 1199.98px) {

}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}
