body {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

html {
    height: 100%;
}

a {
    text-decoration: none;
}

/*a:hover {
    text-decoration: underline;
}*/

button {
    text-decoration: none !important;
    border: unset;
}

/*button:hover {
    text-decoration: underline !important;
}*/

.pgtr__navbar {
  display: flex;
  height: 134px;
}

.pgtr__navbar .pgtr__logo {
  width: 244px;
  cursor: pointer;
}

/*NAVBAR RESPONSIVE*/
.pgtr__navbar {
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 99;
    background: white !important;
    padding: 24px 64px;
    box-sizing: border-box;
}

.pgtr__navbar > .nav-header {
  display: inline;
}

.pgtr__navbar > .nav-header > .pgtr__logo {
  display: inline-block;
  font-size: 22px;
  color: black;
}

.pgtr__navbar > .nav-btn {
  display: none;
}

.nav-btn svg path {
  stroke: black;
}

.pgtr__navbar > .nav-links {
    display: flex;
    /* float: right; */
    font-size: 18px;
    margin-left: 24px;
    column-gap: 32px;
}

.pgtr__navbar .link-item {
    display: flex;
    align-items: center;
    padding: 10px 14.5px;
    box-sizing: border-box;
    text-decoration: none;
    color: #efefef;
}

.pgtr__navbar > .nav-links > div {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #efefef;
}

.pgtr__navbar .link-item:hover {
  border-bottom: solid 4px #0070B9;
  cursor: pointer !important;
  border-top: solid 4px transparent;
}

.pgtr__navbar .pgtr-contact__button:hover {
    border-top: initial;
  }

.pgtr__navbar .link-item.selected {
    border-bottom: solid 4px #0070B9;
    border-top: solid 4px transparent;
}

.pgtr__navbar > #nav-check {
  display: none;
}

.pgtr__navbar > .nav-award {
    margin-left: auto;
}

.pgtr__navbar > .nav-award .award-desktop {
    width: 208px;
}

.pgtr__navbar > .nav-award .award-mobile {
    display: none;
    width: 42px;
}

.link-item {
    height: 49px;
}

.link-item .link-item__label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #434446;   
    pointer-events: none; 
}

.nav-links {
    display: flex;
    align-items: center;
}


.message-subscribe-form-success {
    font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
margin-top: 10px;
color: #0070B9;
text-align: left;
}

.message-subscribe-form-error{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
margin-top: 10px;
color: #970101;
text-align: left;
}

.pgtr__locations-search-input::-webkit-input-placeholder { /* WebKit browsers */
  text-transform: none;
}

  .pgtr__footer-smedia-google-bussiness {
        display: none;
    }

.pgtr__email-input-error{
    border: 1.5px solid #970101 !important;
}

.pgtr__email-input-error:hover{
    border: 1.5px solid #970101 !important;
}

#mce-EMAIL::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
  }
  
 #mce-EMAIL:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
  }
  
  #mce-EMAIL::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
  }

  #mce-EMAIL {
    background-color: transparent;
    color: white;
  }

  .pgtr__cta-link {
    cursor: pointer;
  }

  .pgtr__container {
    word-break: break-word !important;
}
  

@media (min-width: 1001px) and (max-width: 1439px) {


    .message-subscribe-form-success {
     
    font-size: 12px;
  
    }

    .message-subscribe-form-error{
        font-size: 12px;
    }

    .pgtr__navbar .pgtr__logo {
        width: 169.44px;
    }

    .pgtr__container {
        margin-top: 0px !important;
        word-break: break-word !important;
    }

    .pgtr__navbar {
        height: 93px;
        padding: 15px 50px;
    }

    .pgtr__navbar > .nav-links {
        column-gap: 20px;
    }

    .pgtr__navbar .link-item {
        display: flex !important;
        align-items: center !important;
        padding: 4px 8.5px !important;
        box-sizing: border-box !important;
        text-decoration: none !important;
        color: #efefef !important;
    }

    .pgtr__navbar > .nav-award .award-desktop {
        width: 160px;
    }

    .pgtr-contact__button {
        display: flex !important;
        justify-content: center;
        align-items: center !important;
        padding: 98.78px !important;
        min-width: 98.78px !important;
        height: 40.78px !important;
        background: #0070B9;
        border-radius: 12px;
        border-bottom: none !important;
    }

    .link-item {
        height: 40px;
    }

    .link-item .link-item__label {
        font-family: 'Open Sans' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 11.1111px !important;
        line-height: 150% !important;
        color: #434446 !important;
    }

    .pgtr-contact__button .link-item__label {
        font-family: 'Open Sans' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        font-feature-settings: 'salt' on, 'liga' off !important;
        color: #FFFFFF !important;
    }


    
}

@media only screen and (max-width: 1000px) {

    .pgtr__navbar .pgtr__logo {
        width: 169.44px;
    }

    .pgtr__navbar .link-item:hover {
        border-bottom: solid 4px #0070B9;
        cursor: pointer !important;
        background: #0070B9;
    }

    .pgtr__navbar .link-item:hover .link-item__label {
        color: white;
    }
    
  .pgtr__navbar {
    height: 72px;
    padding: 16px 24px !important;
  }

  .navbar01__btn-contact {
    max-width: 300px;
    margin: 0 auto;
  }

  .pgtr__navbar > .nav-header {
    display: inline;
    margin-right: auto;
  }

  .pgtr__navbar > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    /* top: 0px;*/
  }

  .pgtr__navbar > .nav-btn > label {
    display: inline-block;
  }

  .pgtr__navbar > .nav-btn > label:hover,
  .pgtr__navbar #nav-check:checked ~ .nav-btn > label {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
  }

  .pgtr__navbar > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .pgtr__navbar {
    background-color: #ffffff;
  }

  .pgtr__navbar > .nav-links {
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    background-color: #ffffff;
    backdrop-filter: blur(9px);
    height: 0px;
    /*transition: all 0.3s ease-in;*/
    overflow-y: hidden;
    top: 65px;
    right: 0px;
  }

  .pgtr__navbar .link-item {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  .pgtr__navbar > .nav-links > div {
    display: block;
    width: 100%;
  }

  .pgtr__navbar > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }

  .pgtr__navbar > #nav-check:checked ~ .nav-links {
    overflow-y: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
  }

  .pgtr__navbar > .nav-award {
    margin-right: 50px;
  }

  .pgtr__navbar > .nav-award .award-desktop {
    display: none;
  }

  .pgtr__navbar > .nav-award .award-mobile {
    display: flex;
    width: 42px;
  }
}

/*NAVBAR RESPONSIVE*/


.pgtr-contact__button {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    padding: 20px !important;
    min-width: 141px;
    height: 58px;
    background: #0070B9;
    border-radius: 12px;
    border-bottom: none !important;
}

.pgtr-contact__button .link-item__label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #FFFFFF;
}

.pgtr__container {
    /*margin-top: 100px;*/
    margin-top: 20px;
}





/*Banner home page*/
.pgtr__banner-container {
    /*width: 100%;
    height: 655px;
    max-height: inherit;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("../images/banner-background.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 33px;*/
    width: 100%;
    margin: 0 auto;
    max-width: 2000px;
    height: 47vw;
    max-height: inherit;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/banner-background.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 33px;
    background-size: cover;
}

.pgtr__banner-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: #0070B9;
    width: 753px;
    margin-top: 100px;
}

.pgtr__banner-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #434446;
}

.pgtr__banner-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 204px !important;
    max-height: 58px;
    padding: 20px;
    background: #0070B9;
    border-radius: 100px;
    box-sizing: border-box;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #FFFFFF;
    cursor: pointer;
}

.pgtr__banner-button:hover{
    background: #0187DE;
}

/*Services home page*/
.pgtr__services-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.pgtr__services-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #434446;
}

.pgtr__services-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #434446;
}

.pgtr__services-details {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    row-gap: 24px;
    max-width: 1208px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    flex-wrap: wrap;
}


.pgtr__services-item {
    display: flex;
    flex-direction: column;
    width: 386.33px;
    min-width: 282.37px;
    height: 288px;
    min-height: 261px;
    background: #F0F6FC;
    border-radius: 24px;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
    box-sizing: border-box;
}

.pgtr__services-item img {
    max-height: 180px;
}

.pgtr__services-item-image.cracked-screen {
    /* margin-bottom: 7px; */
}

.pgtr__services-item-image.battery-replacement {
    /* margin-bottom: 6px; */
}

.pgtr__services-item-image.apple-watch {
    /* height: 133px; */
    /* margin-bottom: 12px; */
}


.pgtr__services-item-image.troubleshootingp {}

.pgtr__services-item-image {
    height: 160px;
}

.pgtr__services-item-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #4D4D4D;
    max-width: 210px;
    text-align: center;
    margin-top: 24px;
}

/* CTA */
.pgtr__cta-container {
    display: flex;
    justify-content: center;
    margin: 29px auto 41px;
    width: 1208px;
}

.pgtr__cta-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #434446;
    text-align: center;
}

.pgtr__cta-text span {
    color: #0070B9;
    text-decoration: underline;
}
/* Ends CTA */

.pgtr__maps-details-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
    width: 377px;
    color: #434446;
}

.pgtr__services-item-title span {
    font-size: 11px;
    vertical-align: text-top;
}


/*Maps home page*/
.pgtr__maps-container {
    position: relative;
    width: 1208px;
    height: 542px;
    background: #F0F6FC;
    border-radius: 24px;
    margin: auto;
    display: flex;
    margin-top: 25px;
}

.pgtr__maps-details {
    display: flex;
    flex-direction: column;
    height: 389px;
    width: 588px;
    margin-left: 70px;
    margin-top: 64px;
}

.pgtr__maps-details-label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
}

.pgtr__maps-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #434446;
}

.pgtr__maps-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #434446;
    margin-top: 0px;
    margin-bottom: 32px;
}

.pgtr__maps-details-list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.pgtr__maps-details-item {
    display: flex;
    align-items: center;
}

.pgtr__map-stores-img {
    position: absolute;
    width: 488.04px;
    right: 250px;
}

.pgtr__map-iphone-img {
    position: absolute;
    width: 595.52px;
    top: 257px;
    right: -94px;
}

.pgtr__map-iphone2-img {
    position: absolute;
    width: 283px;
    top: 30px;
    right: 0;
}

.pgtr__maps-details-check {
    margin: 0px 10px;
}

.pgtr__map-stores-img.mobile {
    display: none;
}

.pgtr__map-stores-img.desktop {
    display: block;
}

.pgtr__maps-details-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    box-sizing: border-box;
    width: 285px;
    height: 65px;
    background: #0070B9;
    border-radius: 100px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    text-decoration: none;
}

.pgtr__maps-details-button.desktop {
    display: flex !important;
}

.pgtr__maps-details-button.mobile {
    display: none !important;
}



/*Experience home page*/
.pgtr__experience-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    column-gap: 38px;
}

.pgtr__experience-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 646px;
    height: auto;
}

.pgtr__experience-profile-img {
    width: 517px;
}

.pgtr__experience-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #434446;
}

.pgtr__experience-details-list {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    width: 500px;
}

.pgtr__experience-details-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #0070B9;
    margin-bottom: 10px;
}

.pgtr__experience-details-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
    margin-bottom: 16px;
}

.pgtr__experience-divider.mobile {
    display: none;
}


/*Reviews home page*/
.pgtr__reviews-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 114px;
}

.pgtr__reviews-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    text-align: center;
    color: #434446;
}

.pgtr__reviews-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #434446;
}

.pgtr__reviews-list {
    display: flex;
    flex-direction: column;
    position: relative;
    column-gap: 32px;
    margin-top: 32px;
    height: 379px;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    max-width: 1220px;
}

.pgtr__reviews-details {
    display: flex;
    position: relative;
    column-gap: 32px;
    margin-top: 32px;
    height: 379px;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    display: flex;
    overflow-x: auto;
    /*scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;*/
}

.pgtr__reviews-details::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.pgtr__reviews-details::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.pgtr__reviews-details::-webkit-scrollbar-track {
    background: transparent;
}

.pgtr__reviews-details > div {
    scroll-snap-align: start;
    flex-shrink: 0;
    /*width: 300px;
    height: 300px;*/
}

.pgtr__reviews-item {
    display: flex;
    flex-direction: column;
    width: 375px !important;
    min-width: 375px !important;
    height: 266px !important;
    min-height: 266px !important;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    padding: 20px 24px;
    box-sizing: border-box;
    z-index: 1;
}

.pgtr__reviews-item-header {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.pgtr__reviews-header-avatar {
    width: 32px;
}

.pgtr__reviews-header-customer {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.pgtr__reviews-customer-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.87);
}

.pgtr__reviews-customer-platform {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.54);
    }

.pgtr__reviews-date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.54);
}

.pgtr__reviews-item-raiting {
    display: flex;
    align-items: center;
    column-gap: 3px;
    margin-top: 10px;
}

.pgtr__review-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 3px;
}

.pgtr__reviews-background {
    position: absolute;
    width: 891px;
    height: 379px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #F0F6FC;
    border-radius: 20px;
    z-index: 0;
}

.pgtr__reviews-background.desktop {
    display: block;
}

.pgtr__reviews-list-buttons {
    z-index: 1;
}

.pgtr__reviews-list-buttons input[type='radio'] {
    -webkit-appearance:none;
    width:14px;
    height:14px;
    border:0px solid darkgray;
    border-radius:50%;
    outline:none;
    background: #D9D9D9;
    margin: 0px 2px;
}
.pgtr__reviews-list-buttons input[type='radio']:hover {
    box-shadow:0 0 5px 0px orange inset;
}
.pgtr__reviews-list-buttons input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
}
.pgtr__reviews-list-buttons input[type='radio']:checked {
    background:#0070B9;
}

  :root {
    --swiper-theme-color: #0070B9 !important;
}
      .swiper {
        width: 100%;
        /*height: 325px;*/
      }

      .swiper-pagination-bullet {
        width: 14px !important;
        height: 14px !important;
      }


      /*Brands home page*/
      .pgtr__brands-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 34px;
        position: relative;
      }

      .pgtr__brands-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 150%;
        text-align: center;
        color: #434446;
        width: 908px;
        background: white;
      }

      .pgtr__brands-list {
        display: flex;
        column-gap: 128px;
        row-gap: 68px;
        max-width: 1005px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 80px;
        box-sizing: border-box;
        align-items: center;
        margin-top: 31px;
      }

      .pgtr__brands-list-divider {
        border-bottom: 1px solid #E9E9E9;
        width: 100%;
        margin: 25px 0;
        box-sizing: border-box;
      }

      .pgtr__brands-list-divider.first {
        position: absolute;
        top: 15px;
        z-index: -1;
      }

      /*Subscribe home page*/
    .pgtr__subscribe-container {
        display: flex;
        align-items: center;
        width: 1226px;
        height: 408.66px;
        background: #F0F6FC;
        border-radius: 20px;
        margin: auto;
        margin-top: 20px;
        column-gap: 51px;
    }

    .pgtr__subscribe-details {
        display: flex;
        flex-direction: column;
        width: 600px;
        height: 309px;
        /* margin-left: 51px;   */
        justify-content: center;
    }

    .pgtr__subscribe-details-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        color: #434446;
    }

    .pgtr__subscribe-details-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        color: #434446;
        margin-top: 8px;
        max-width: 526px;
    }

    .pgtr__email-form {
        display: flex;
        align-items: center;
        column-gap: 16px;
        margin-top: 37px;
    }

    .pgtr__email-input {
        padding: 12px 12px 12px 15px;
        width: 275px;
        border: 1.5px solid #0070B9;
        border-radius: 8px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #434446;
        background: #f0f6fc;
        height: 58px;
        border: 1.5px solid #0070B9;
        border-radius: 100px;
        padding: 20px;
        box-sizing: border-box;
    }

    .pgtr__email-send-btn {
        padding: 12px 24px;
        gap: 8px;
        width: 122px;
        height: 48px;
        background: #0070B9;
        border-radius: 8px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
        border: none;
        cursor: pointer;
    }

    .pgtr__subscribe-profile.desktop {
        /* width: 380px; */
        display: block;
        height: 100%;
        border-radius: 20px 0 0 20px;
    }

    .pgtr__subscribe-profile.mobile {
        display: none;
    }

    /*Query home page*/
    .pgtr__query-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 1225px;
        width: 100%;
        height: 305px;
        background: #F0F6FC;
        border-radius: 20px;
        margin: auto;
        margin-top: 25px;
    }

    .pgtr__query-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 150%;
        text-align: center;
        color: #434446;
    }

    .pgtr__query-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #434446;
    }

    .pgtr__query-contact-btn {
        /*display: flex;
        align-items: center;
        justify-content: center;
        width: 167px;
        height: 65px;
        background: #0070B9;
        border-radius: 100px;

        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        color: #FFFFFF;
        margin-top: 32px;
        text-decoration: none;
        cursor: pointer;*/
        margin-top: 32px;
    }

    /*Note home page*/
    .pgtr__note-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .pgtr__note-description {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        text-align: center;
        color: #363636;
        opacity: 0.5;
        margin-top: 10px;
        margin-bottom: 60px;
        width: 584px;
    }

    .pgtr__note-description span {
        font-size: 9px;
        vertical-align: text-top;
    }
    
    /*Footer home page*/
    .pgtr__footer {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 40px 53px;
        box-sizing: border-box;
        /* width: 1440px; */
        width: 100%;
        background: #0070B9;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .pgtr__footer-container {
        display: flex;
        padding: 40px 53px;
        box-sizing: border-box;
        gap: 40px;
        /*width: 1440px;*/
        width: 100%;        
        background: #0070B9;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .pgtr__footer-contact-assurrant {
        display: flex;
        flex-direction: column;
        margin-left: auto;
    }

    .pgtr__footer-contact-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #FFFFFF;
    }

    .pgtr__footer-contact-form {
        display: flex;
        align-items: baseline;
        column-gap: 16px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .pgtr__footer-contact-input {
        padding: 12px 12px 12px 15px;
        box-sizing: border-box;
        width: 275px;
        height: 48px;
        border: 1px solid #FFFFFF;
        border-radius: 100px;

        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: black;
    }

    .pgtr__footer-contact-btn {
        padding: 12px 24px;
        box-sizing: border-box;
        width: 122px;
        height: 48px;
        background: #FFFFFF;
        border-radius: 100px;

        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #0070B9;
        border: none;
        cursor: pointer;
    }

    .pgtr__footer-contact-policy {
        display: flex;
        align-items: center;
        column-gap: 5px;
    }
    .pgtr__footer-contact-policy .pgtr__footer-policy-title{
       color: #FFFFFF; !important;
    }

    .pgtr__footer-policy-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        /*color: #FFFFFF;*/
        max-width: 400px;
    }

    .pgtr__footer-policy-link {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-decoration-line: underline;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
    }

    .pgtr__footer-details-assurrant {
        display: grid;
        grid-template-areas:
            'assur-logo assur-logo assur-certified'
            'assur-year assur-terms assur-certified'
            'assur-smedia assur-pay assur-certified';
        width: 100%;
        row-gap: 30px;
        column-gap: 20px;
        max-width: 920px;
    }

     .pgtr__footer-smedia-google-bussiness {
            display: none;
        }

    .pgtr__footer-page-year.desktop {
        align-self: center;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
        display: block;
    }

    .pgtr__footer-page-year.mobile {
        display: none;
    }

    .pgtr__footer-terms a {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
    }

    .pgtr__footer-terms {
        display: flex;
        justify-content: flex-start;
        column-gap: 20px;
    }

    .pgtr__footer-certified-img {
        align-self: center;
        display: none;
    }

    .pgtr__footer-pay {
        margin-left: auto;
        display: none;
    }

    .pgtr__footer-smedia {
        display: flex;
        align-items: center;
        column-gap: 12px
    }

    .pgtr__footer-terms a, .pgtr__footer-page-year {
        text-decoration: none !important;
    }

    .pgtr__footer-terms a:hover, .pgtr__footer-page-year:hover {
        text-decoration: auto !important;
        text-decoration: underline !important;
    }

    .pgtr__footer-divisor {
        display: flex;
        background: #0070B9;
        width: 100%;
        justify-content: center;             
    }
    .pgtr__footer-divisor-line {
        opacity: 0.4;
        border: 1px solid #FFFFFF;
        flex: none;
        flex-grow: 0;
        width: calc(100% - 240px);
    }

    .pgtr__footer-disclaimer {
        display: flex;
        background: #0070B9;
        width: 100%;
        justify-content: center;
        padding: 16px 0 0;
        box-sizing: border-box;
        flex-direction: column;
        row-gap: 10px;
    }

    .pgtr__footer-disclaimer-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
    }

    .pgtr__footer-disclaimer-text {
        width: auto;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
    }
      
      
@media (min-width: 1440px) {
    .pgtr__reviews-details .swiper-wrapper {
        column-gap: 32px;
        margin-left: 7px;
      }
}

@media (min-width: 1001px) and (max-width: 1439px) {
    .pgtr__footer-disclaimer {
        /* padding: 16px 30px 40px 30px; */
    }

    .pgtr__reviews-details .swiper-wrapper {
        column-gap: 8px;
        margin-left: 7px;
      }


    /*Services home page*/
    .pgtr__services-details  {
        width: 838.89px;
        margin-top: 20px;
        column-gap: 18px;
    }

    .pgtr__services-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 33.3333px;
        line-height: 120%;
        text-align: center;
        color: #434446;
    }
    
    .pgtr__services-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16.6667px;
        line-height: 23px;
        text-align: center;
        color: #434446;
    }

    .pgtr__banner-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 44.4444px;
        line-height: 100%;
        text-align: center;
        color: #0070B9;
        margin-top: 100px;
    }

    .pgtr__banner-container {
        row-gap: 23px;
    }

    .pgtr__banner-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16.6667px;
        line-height: 23px;
        text-align: center;
        color: #434446;
    }

    .pgtr__services-item-image {
        height: 120px;
    }

    /* .pgtr__services-item-image.cracked-screen {
        margin-bottom: 3px;
        height: 128px;
    } */
    
    /* .pgtr__services-item-image.battery-replacement {
        margin-bottom: 2px;
    height: 128px;
    } */
    
    /* .pgtr__services-item-image.apple-watch {
        height: 101px;
        margin-bottom: 3px;
        margin-top: 10px
    } */
    
    
    /* .pgtr__services-item-image.troubleshootingp {
        height: 125px;
    } */
    

    .pgtr__banner-button {
        font-family: 'Open Sans';
        font-style: normal;
        display: flex;
        align-items: center;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        max-width: 204px !important;
        max-height: 58px;
        padding: 20px;
        background: #0070B9;
        border-radius: 100px;
    }

    .pgtr__services-item {
        display: flex;
        flex-direction: column;
        row-gap: 2px;
        min-width: 196.09px;
        min-height: 181.25px;
        width: 267.09px;
        height: 206.25px;
        background: #F0F6FC;
        border-radius: 16px;
        align-items: center;
        justify-content: flex-start;
        padding-top: 15px;
        box-sizing: border-box;
    }

    .pgtr__services-item-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12.5px;
        line-height: 13px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #4D4D4D;
        width: 170px;
        margin-top: 14px;
    }

    .pgtr__services-item-title span {
        font-size: 9px;
        vertical-align: text-top;
    }

    /* CTA */
    .pgtr__cta-container {
        max-width: 838.89px;
    }

    .pgtr__cta-text {
        font-size: 16.666px;
        line-height: 23px;
    }
    /* Ends CTA */

    /*Maps home page*/
    .pgtr__maps-container {
        width: 838.89px;
        height: 376.89px;
    }

    .pgtr__maps-details {
        width: 420px;
        margin-top: 44px;
        margin-left: 48.61px;
    }

    .pgtr__map-stores-img {
        position: absolute;
        width: 338.04px;
        right: 163px;
    }

    .pgtr__map-iphone-img {
        position: absolute;
        width: 394.52px;
        top: 182px;
        right: -62px;
    }

    .pgtr__map-iphone2-img {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 0;
    }

    .pgtr__maps-title {
        line-height: 120%;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 33.3333px;
        line-height: 120%;
        color: #434446;
    }

    .pgtr__maps-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16.6667px;
        line-height: 23px;
        color: #434446;
        margin-bottom: 22px;
        width: 400px;
    }

    .pgtr__maps-details-check {
        margin: 0px 5px;
        margin-left: 5px;
    }

    .pgtr__maps-details-text,
    .pgtr__maps-details-label {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 11.1111px;
        line-height: 17px;
        font-feature-settings: 'liga' off;
        color: #434446;
    }

    .pgtr__maps-details-text {
        margin-top: 10px;
    }

    .pgtr__maps-details-list {
        margin-bottom: 10px;
        margin-top: 10px;
        row-gap: 4px;
    }

    .pgtr__maps-details-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 11px 18px;
        box-sizing: border-box;
        width: 220px;
        height: 49px;
        background: #0070B9;
        border-radius: 100px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 33px;
        color: #FFFFFF;
    }


    .pgtr__maps-details-button.desktop {
        display: flex !important;
    }
    
    .pgtr__maps-details-button.mobile {
        display: none !important;
    }

    /*Experience home page*/
    .pgtr__experience-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 33.4239px;
        line-height: 120%;
        color: #434446;
    }

    .pgtr__experience-details-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12.534px;
        line-height: 13px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #0070B9;
    }

    .pgtr__experience-details-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 11.1413px;
        line-height: 17px;
        font-feature-settings: 'liga' off;
        color: #434446;
    }

    .pgtr__experience-profile-img {
        width: 360px;
    }

    .pgtr__experience-details-list {
        width: 450px;
    }

    .pgtr__experience-container {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 820px;
        column-gap: 38px;
    }

    /*Reviews home page*/
    .pgtr__reviews-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 33.3333px;
        line-height: 150%;
        text-align: center;
        color: #434446;
    }

    .pgtr__reviews-container {
        margin-top: 93px;
    }

    .pgtr__reviews-details {
        height: 263px;
    }

    .pgtr__reviews-details .swiper {
        height: 223px;
    }

    .pgtr__reviews-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16.6667px;
        line-height: 23px;
        text-align: center;
        color: #434446;
    }

    .pgtr__reviews-list {
        margin-top: 22px;
        height:263px;
    }

    .pgtr__reviews-background {
        position: absolute;
        width: 618.75px;
        height: 263.19px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #F0F6FC;
        border-radius: 13px;
        z-index: 0;
    }

    .pgtr__reviews-item {
        display: flex;
        flex-direction: column;
        width: 260.42px !important;
        min-width: 260.42px !important;
        height: 184.72px !important;
        min-height: 184.72px !important;
        background: #FFFFFF;
        border-radius: 13.8889px;
        box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
        padding: 13px 16px;
        box-sizing: border-box;
        z-index: 1;
    }

    .pgtr__reviews-customer-name {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 10.4167px;
        line-height: 12px;
        letter-spacing: 0.138889px;
        color: rgba(0, 0, 0, 0.87);
    }

    .pgtr__reviews-customer-platform {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 9.02778px;
        line-height: 12px;  
        letter-spacing: 0.138889px;
        color: rgba(0, 0, 0, 0.54);        
    }

    .pgtr__reviews-header-avatar {
        width: 22.22px;
        height: 22.22px;
    }

    .pgtr__reviews-header-icon {
        width: 27.78px;
        height: 27.78px;
    }

    .pgtr__reviews-raiting {
        width: 57.57px;
    }

    .pgtr__reviews-item-raiting {
        display: flex;
        align-items: center;
        column-gap: 3px;
        margin-top: 8px;
        margin-bottom: 4px;
    }

    .pgtr__reviews-date {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 9.72222px;
        line-height: 13px;
        letter-spacing: 0.138889px;
        color: rgba(0, 0, 0, 0.54);
    }

    .pgtr__reviews-list {
        max-width: 825px;
    }

    .pgtr__review-text {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 9.72222px;
        line-height: 15px;
        letter-spacing: 0.138889px;
        color: rgba(0, 0, 0, 0.87);
        margin-top: 0px;
    }

    /*Brands - home page*/
    .pgtr__brands-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 33.3333px;
        line-height: 150%;
        text-align: center;
        color: #434446;
        width: 688px;
    }

    .pgtr__brands-list-divider.first {
        top: 0;
    }

    .pgtr__brands-container {
        margin-top: 34px;
    }

    .pgtr__brands-list {
        column-gap: 88px;
        row-gap: 55px;
        max-width: 740px;
    }

    .pgtr__brand-icon:nth-child(1) {
        width: 20px;
    }

    .pgtr__brand-icon:nth-child(2) {
        width: 85px;
    }

    .pgtr__brand-icon:nth-child(3) {
        width: 100px;
    }

    .pgtr__brand-icon:nth-child(4) {
        width: 78.89px;
    }

    .pgtr__brand-icon:nth-child(5) {
        width: 47.89px;
    }

    .pgtr__brand-icon:nth-child(6) {
        width: 120.47px;
    }

    .pgtr__brand-icon:nth-child(7) {
        width: 97px;
    }

    /*Suscribe - home page*/
    .pgtr__subscribe-container {
        display: flex;
        align-items: center;
        width: 851.39px;
        height: 283.79px;
        background: #F0F6FC;
        border-radius: 20px;
        margin: auto;
        margin-top: 20px;
        /* column-gap: 63px; */
    }

    .pgtr__email-form {
        margin-top: 25px;
    }

    .pgtr__email-input {
        padding: 8.33333px 8.33333px 8.33333px 10.4167px;
        box-sizing: border-box;
        width: 100%;
        height: 33.33px;
        border: 1.04167px solid #0070B9;
        border-radius: 5.55556px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        /*font-size: 11.1111px;*/
        line-height: 150%;
        color: #434446;

        height: 58px;
        border: 1.5px solid #0070B9;
        border-radius: 100px;
        padding: 20px;
        box-sizing: border-box;
    }

    .pgtr__email-send-btn {
        padding: 8.33333px 16.6667px;
        box-sizing: border-box;
        width: 84.33px;
        height: 33.67px;
        background: #0070B9;
        border-radius: 5.55556px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 11.1111px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .pgtr__subscribe-profile.desktop {
        /* width: 260px; */
    }

    .pgtr__subscribe-details {
        display: flex;
        flex-direction: column;
        width: 361px;
        height: 218px;
        margin-left: 0;
        justify-content: center;
    }

    .pgtr__subscribe-details-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 33.3333px;
        line-height: 120%;
        color: #434446;
    }

    .pgtr__subscribe-details-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16.6667px;
        line-height: 23px;
        color: #434446;
    }

    /*Query - home page*/
    .pgtr__query-container {
        margin-top: 25px;
        width: 850.69px;
        height: 211.81px;
    }

    .pgtr__query-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 33.3333px;
        line-height: 150%;
        text-align: center;
        color: #434446;
    }

    .pgtr__query-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16.6667px;
        line-height: 23px;
        text-align: center;
        color: #434446;
    }

    .pgtr__query-contact-btn {
        margin-top: 22px;
        /*display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 11.1111px 16.6667px;
        box-sizing: border-box;
        gap: 6.94px;
        width: 119.33px;
        height: 45.22px;
        background: #0070B9;
        border-radius: 69.4445px;

        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16.6667px;
        line-height: 23px;
        color: #FFFFFF;*/
    }


    .pgtr__note-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    /*Footer - home page*/
    .pgtr__footer-container {
        padding: 27px 0;
        box-sizing: border-box;
        gap: 22px;
        width: 100%;
        height: 163.11px;
    }

    .pgtr__footer-assurrant-logo {
        width: 106.25px;
    }

    .pgtr__footer-terms {
        column-gap: 30px;
    }

    .pgtr__footer-contact-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #FFFFFF;
    }
    .pgtr__footer-details-assurrant {
        display: grid;
        grid-template-areas:
            'assur-logo assur-logo assur-certified'
            'assur-year assur-terms assur-certified'
            'assur-smedia assur-pay assur-certified';
        width: 100%;
        row-gap: 19px;
        column-gap: 20px;
        max-width: 750px;
    }

    .pgtr__footer-page-year.desktop {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
    }

    .pgtr__footer-certified-img {
        width: 65px;
    }

    .pgtr__footer-contact-input {
        padding: 9px 9px 9px 9px;
        box-sizing: border-box;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: white !important;
        width: 190.97px;
        height: 33.33px;
        border: 0.694444px solid #FFFFFF;
        background: #0070b9;
    }

    .pgtr__footer-terms a {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
    }

    .pgtr__footer-contact-input::placeholder {
        color:white;
    }

    .pgtr__footer-contact-form {
        display: flex;
        align-items: center;
        column-gap: 16px;
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .pgtr__footer-smedia {
        /* column-gap: 15px; */
    }

    .pgtr__footer-pay {
        width: 141px;
    }
    
    .pgtr__footer-contact-btn {
        padding: 8.33333px 16.6667px;
        box-sizing: border-box  ;
        width: 84.33px;
        height: 33.67px;
        background: #FFFFFF;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        font-feature-settings: 'liga' off;
        color: #0070B9;
    }

    .pgtr__footer-policy-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
        font-feature-settings: 'liga' off;
        /*color: #FFFFFF;*/
    }

    .pgtr__footer .pgtr__footer-policy-title {
        color: #FFFFFF;
    }

    .pgtr__footer-policy-link {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 11px;
        line-height: 20px;
        text-decoration-line: underline;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
    }

    .pgtr__footer-smedia a img {
        max-width: 20px;
        max-height: 20px;
        height: auto;
        width: auto;
    }

    /* .pgtr__footer-smedia-facebook img {
        width: 6.94px;
    } */

    /* .pgtr__footer-smedia-instagram img {
        width: 12.5px;
    } */

    /* .pgtr__footer-smedia-google-bussiness img {
        width: 13.89px;
    } */

    
}

@media (min-width: 763px) and (max-width: 1000px) {
    .pgtr__footer-disclaimer {
        /* padding: 16px 30px 40px 30px; */
    }

    .message-subscribe-form-success{
        text-align: center;
    }
    .message-subscribe-form-error{
        text-align: center;
    }
    /*Navbar - responsive*/
    .pgtr__navbar .pgtr__logo {
        width: 114.44px;
    }

    /*Banner - home page*/
    .pgtr__banner-container {
        background-image: url(../images/banner-backgroun-tablet.png);
        background-size: 100% !important;
    }

    .pgtr__banner-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        text-align: center;
        color: #0070B9;
        margin-top: 60px;
    }

    .pgtr__banner-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #434446;
        max-width: 517px;
    }

    .pgtr__banner-button {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        max-width: 204px !important;
        max-height: 58px;
        padding: 20px;
        background: #0070B9;
        border-radius: 100px;
    }

    .pgtr__banner-container {
        width: 100%;
        height: 319px;
        max-height: inherit;
        object-fit: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 120%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 15px;
    }

    .pgtr__container {
        margin-top: 0px;
    }

    .pgtr-contact__button {
        display: flex !important;
        justify-content: center;
        align-items: center !important;
        padding: 20px !important;
        min-width: 141px;
        height: 58px;
        background: #0070B9;
        border-radius: 12px;
        min-width: inherit;
        width: 90% !important;
    }

    /*Services home page*/
    .pgtr__services-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 150%;
        text-align: center;
        color: #434446;
    }
    
    .pgtr__services-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #434446;
        margin: 0 auto;
    }

    .pgtr__services-details  {
        max-width: 720px;
        column-gap: 8px;
        row-gap: 8px;
    }

    .pgtr__services-item {
        row-gap: 0px;
        height: 179.90811157226562px;
        min-height: 159.90811157226562px;
        width: 234px;
        min-width: 173px;
        background: #F0F6FC;
        border-radius: 24px;
        align-items: center;
        justify-content: flex-start;
        padding-top: 16px;
        box-sizing: border-box;
    }

    .pgtr__services-item img {
        max-height: 100px;
    }
    

    /* .pgtr__services-item-image.cracked-screen {
        margin-bottom: 3px;
        height: 105px;
    } */
    
    /* .pgtr__services-item-image.battery-replacement {
        margin-bottom: 3px;
        height: 105px;
    } */
    
    /* .pgtr__services-item-image.apple-watch {
        height: 79px;
        margin-bottom: 3px;
        margin-top: 10px;
    } */
    
    
    /* .pgtr__services-item-image.troubleshootingp {
        height: 105px;
    } */
    
    .pgtr__services-item-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 11.5px;
        line-height: 14px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #4D4D4D;
        max-width: 134px;
        text-align: center;
    }

    .pgtr__services-item-title span {
        font-size: 9px;
        vertical-align: text-top;
    }

    /* CTA */
    .pgtr__cta-container {
        max-width: 738px;
    }

    .pgtr__cta-text {
        font-size: 16px;
        line-height: 24px;
    }
    /* Ends CTA */

    /*Maps home page*/
    .pgtr__maps-container {
        width: 738px;
        height: 762px;
        padding-top: 325px;
        box-sizing: border-box;
        padding-bottom: 46px;
        display: flex;
        justify-content: center;
    }

    .pgtr__maps-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 588px;
        margin-left: 0px;
        row-gap: 0px;
        margin-top: 0px;
    }

    .pgtr__map-stores-img {
        position: absolute;
        width: 420px;
        left: 0px;
        top: 0;
        border-radius: 26px 0 0 0;
    }

    .pgtr__map-stores-img.mobile {
        display: none;
    }

    .pgtr__map-stores-img.desktop {
        display: block;
    }

    .pgtr__map-stores-img.desktop {
        content: url(../images/map-store-tablet.png)
    }
    
    .pgtr__map-iphone-img {
        display: none;
    }

    .pgtr__map-iphone2-img {
        position: absolute;
        width: 480px;
        top: 0px;
        right: 0;
        content: url(../images/phone2-maps-tablet.png);
    }

    .pgtr__map-iphone-img {
        position: absolute;
        width: 303.52px;
        top: 152px;
        right: 1px;
    }

    .pgtr__maps-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30.5652px;
        line-height: 100%;
        text-align: center;
        color: #4D4D4D;
        margin-top: 30px;
    }

    .pgtr__maps-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #4D4D4D;
        max-width: 628px;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .pgtr__maps-details-list {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        width: 628px;
    }

    .pgtr__maps-details-item {
        display: flex;
        align-items: flex-start;
    }

    .pgtr__maps-details-label {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        font-feature-settings: 'liga' off;
        color: #434446;
    }

    .pgtr__maps-details-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8.85505px 13.2826px;
        gap: 5.53px;
        width: 190px;
        height: 46.71px;
        background: #297FCA;
        border-radius: 55.3441px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 13.2826px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .pgtr__maps-details-button.desktop {
        display: none !important;
    }

    .pgtr__maps-details-button.mobile {
        display: flex !important;
        width: 136px;
        height: 56px;
        font-size: 16px !important;
    }

    .pgtr__maps-details-list {
        margin-bottom: 15px;
        margin-top: 20px;
        width: 377px;
    }

    /*Experience home page*/
    .pgtr__experience-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        column-gap: 38px;
    }

    .pgtr__experience-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 28.0597px;
        line-height: 28px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #434446;
        width: 455px;
    }

    .pgtr__experience-details {
        width: 100%;
        height: 510.44px;
        align-items: center;
    }

    .pgtr__experience-details-list {
        display: flex;
        flex-direction: column;
        margin-top: 23px;
        align-items: center;
        width: auto;
    }

    .pgtr__experience-details-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #0070B9;
    }

    .pgtr__experience-details-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #434446;
        margin-bottom: 0px;
        width: 688px;
    }

    .pgtr__experience-divider.mobile {
        display: block;
        margin: 10px 0;
    }

    .pgtr__experience-profile-img {
        width: 337px;
    }

    /*Reviews home page*/
    .pgtr__reviews-background {
        width: 100%;
    }

    .pgtr__reviews-item {
        display: flex;
        flex-direction: column;
        width: 306px !important;
        min-width: 306px !important;
        height: 280px !important;
        min-height: 280px !important;
        background: #FFFFFF;
        border-radius: 20px;
        box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
        padding: 20px 23px;
        box-sizing: border-box;
        z-index: 1;
    }

    .pgtr__review-text {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.2px;
        color: rgba(0, 0, 0, 0.87);
    }

    .pgtr__reviews-list {
        column-gap: 8px;
        margin-top: 0px;
    }

    .pgtr__reviews-background.desktop {
        display: none;
    }

    .pgtr__reviews-details {
        column-gap: 8px;
        padding: 0 8px;
        box-sizing: border-box;
        margin-top: 12px;
        height: 339px;
    }

    .pgtr__reviews-details > div {
        scroll-snap-align: start;
        flex-shrink: 0;
        /*width: 306px;*/
    }

    .pgtr__reviews-title {
        width: 620px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #4D4D4D;
    }

    .pgtr__reviews-subtitle {
        width: 620px;
        margin-top: 5px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #4D4D4D;
    }

    .pgtr__reviews-container {
        margin-top: 10px;
        background: #F0F6FC;
        border-radius: 20px;
        padding-top: 51px;
    }

    .pgtr__reviews-list-buttons {
        display: flex;
        column-gap: 8px;
        z-index: 1;
    }

    .pgtr__reviews-list-buttons-circle {
        width: 14px;
        height: 14px;
        background: #0070B9;
        border-radius: 50%;
    }

    /*Brands home page*/
    .pgtr__brands-container {
        margin-top: 34px;
    }
    .pgtr__brands-list {
        display: flex;
        column-gap: 32px;
        row-gap: 32px;
        max-width: 490px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 34px;
        box-sizing: border-box;
        align-items: center;
        margin-top: 21px;
    }

    .pgtr__brands-title {
        width: 314px;
        height: 57px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 28.0597px;
        line-height: 28px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #434446;
        width: 599.74px;
    }

    .pgtr__brands-list-divider.first {
        top: -8px;
    }

    .pgtr__brand-icon:nth-child(1) {
        width: 19px;
    }

    .pgtr__brand-icon:nth-child(2) {
        width: 85px;
    }

    .pgtr__brand-icon:nth-child(3) {
        width: 93.65px;
    }

    .pgtr__brand-icon:nth-child(4) {
        width: 74.89px;
    }

    .pgtr__brand-icon:nth-child(5) {
        width: 44.89px;
    }

    .pgtr__brand-icon:nth-child(6) {
        width: 114.47px;
    }

    .pgtr__brand-icon:nth-child(7) {
        width: 102px;
    }

    /*Subscribe home page*/
    .pgtr__subscribe-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 721px;
        height: auto;
        background: #F0F6FC;
        border-radius: 20px;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .pgtr__subscribe-details {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: auto;
        margin-left: 0px;
        justify-content: center;
        margin-top: 31px;
    }

    .pgtr__subscribe-profile.mobile {
        display: block;
        border-radius: 16px 16px 0 0;
        width: 100%;
        /* content: url(../images/subscribe-profile-tablet.png) */
    }

    .pgtr__subscribe-profile.desktop {
        display: none;
    }

    .pgtr__subscribe-details-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        font-feature-settings: 'liga' off;
        color: #434446;
        text-align: center;
    }

    .pgtr__subscribe-details-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #434446;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .pgtr__email-form {
        display: flex;
        row-gap: 8px;
        align-items: center;
        column-gap: 16px;
        margin-top: 22px;
    }

    .pgtr__email-input {
        padding: 12px 12px 12px 15px;
        box-sizing: border-box;
        width: 100%;
        height: 56px;
        border: 1.5px solid #0070B9;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #434446;
        background: #f0f6fc;
    }

    .pgtr__email-send-btn {
        padding: 12px 18px;
        box-sizing: border-box;
        gap: 8px;
        width: 106px;
        height: 56px;
        background: #0070B9;
        border-radius: 8px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 0px;
        color: #FFFFFF;
        border: none;
    }

    /*Query home page*/
    .pgtr__query-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 1225px;
        width: 721px;
        height: 299px;
        background: #F0F6FC;
        border-radius: 20px;
        margin: auto;
        margin-top: 22px;
        padding: 0 22px;
        box-sizing: border-box;
    }

    .pgtr__query-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        color: #434446;
    }

    .pgtr__query-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #434446;
        width: 518px;
    }

    .pgtr__query-contact-btn {
       /* display: flex;
        align-items: center;
        justify-content: center;
        width: 167px;
        height: 65px;
        background: #0070B9;
        border-radius: 100px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;*/
    }

    /*Note description*/
    .pgtr__note-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 22px;
    }

    .pgtr__note-description {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #363636;
        opacity: 0.5;
        width: 495px;
    }

    .pgtr__note-description span {
        font-size: 9px;
        vertical-align: text-top;
    }

    /*Footer home page*/
    .pgtr__footer-container {
        display: flex;
        padding: 0px;
        
        /* box-sizing: border-box; */
        /* gap: 80px; */
        width: 100%;
        height: auto;
        /* margin: auto; */
        background: #0070B9;
    }

    .pgtr__footer-contact-assurrant {
        display: none !important;
    }

    .pgtr__footer-assurant-logo {
        width: 134px;
    }

    .pgtr__footer-terms a, .pgtr__footer-page-year.mobile {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        text-decoration-line: underline;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
    }

    .pgtr__footer-page-year.mobile {
        display: block
    }

    .pgtr__footer-page-year.desktop {
        display: none;
    }

    .pgtr__footer-certified-img {
        align-self: center;
        width: 34.88px;
        margin-left: auto;
    }

    .pgtr__footer-details-assurrant {
        display: grid;
        grid-template-areas:
            'assur-logo assur-logo'
            'assur-terms assur-terms'
            'assur-smedia assur-smedia';
        width: 100%;
        grid-template-columns: 1fr 1fr;
        row-gap: 0px;
        column-gap: 0px;
        padding: 30px 20px;
        box-sizing: border-box;
        margin: auto;
    }

    .pgtr__footer-terms {
        column-gap: 10px;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        width: 570px;
        margin: auto;
        row-gap: 12px;
        margin-top: 15px;
    }

    .pgtr__footer-pay {
        margin-top: 10px;
        margin-left: auto;
    }

    .pgtr__footer-smedia {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 20px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-right: auto;
    }

    .pgtr__footer-assurrant-logo {
        width: 134px;
        align-self: center;
        margin: auto;
    }

    .pgtr__navbar .link-item.selected {
        border: none;
    }
}

@media (min-width: 1px) and (max-width: 762px) {
    .pgtr__footer {
        padding: 30px 20px;
    }

    .pgtr__footer-disclaimer {
        /* padding: 16px 30px 40px 30px; */
    }

    .pgtr__email-form button {
        width: 100%;
        max-width: 100% !important;
    }

    .message-subscribe-form-success{
        text-align: center;
    }

    .message-subscribe-form-error{
        text-align: center;
    }
    .pgtr__banner-container {
        width: 100%;
        height: 319px;
        max-height: inherit;
        object-fit: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 120%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 15px;
    }

    .pgtr__banner-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #0070B9;
        width: 219px;
        margin-top: 90px;
    }

    .pgtr__banner-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #434446;
        width: 225px;
    }

    .pgtr__banner-button {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Open Sans';
        font-style: normal;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        line-height: 11px;

        
        flex-direction: row;        
        gap: 8px;
        max-width: 204px !important;
        max-height: 58px;
        padding: 20px;
        background: #0070B9;
        border-radius: 100px;
    }

    .pgtr__container {
        margin-top: 0px;
        word-break: break-word !important;
    }

    .pgtr-contact__button {
        display: flex !important;
        justify-content: center;
        align-items: center !important;
        padding: 20px !important;
        min-width: 141px;
        height: 58px;
        background: #0070B9;
        border-radius: 12px;
        min-width: inherit;
        width: 90% !important;
    }

    /*Services home page*/
    .pgtr__services-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        text-align: center;
        color: #434446;
    }
    
    .pgtr__services-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #434446;
        margin: 0 auto;
    }

    .pgtr__services-details  {
        max-width: 500px;
        column-gap: 8px;
        row-gap: 8px;
    }

    .pgtr__services-item {
        row-gap: 0px;
        height: 180px;
        min-height: 159.90811157226562px;
        width: 173px;
        min-width: 173px;
        background: #F0F6FC;
        border-radius: 24px;
        align-items: center;
        justify-content: flex-start;
        padding-top: 13px;
        box-sizing: border-box;
    }

    /* .pgtr__services-item-image.cracked-screen {
        margin-bottom: 3px;
        height: 105px;
    } */
    
    /* .pgtr__services-item-image.battery-replacement {
        margin-bottom: 3px;
        height: 105px;
    } */
    
    /* .pgtr__services-item-image.apple-watch {
        height: 79px;
        margin-bottom: 3px;
        margin-top: 10px;
    } */
    
    
    /* .pgtr__services-item-image.troubleshootingp {
        height: 109px;
    } */
    
    .pgtr__services-item-image {
        height: 100px;
    }
    
    .pgtr__services-item-title {
        font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 11.5px;
    line-height: 14px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #4D4D4D;
    max-width: 134px;
    text-align: center;
    }

    .pgtr__services-item-title span {
        font-size: 8px;
        vertical-align: text-top;
    }

    /* CTA */
    .pgtr__cta-container {
        margin: 30px auto 43px;
        max-width: 325px;
        width: 100%;
    }
    
    .pgtr__cta-text {
        font-size: 16px;
        line-height: 24px;
    }
    /* Ends CTA */

    /*Maps home page*/
    .pgtr__maps-container {
        width: 100%;
        max-width: 337px;
        height: auto;
        padding-top: 325px;
        box-sizing: border-box;
        padding-bottom: 46px;
    }

    .pgtr__maps-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 588px;
        margin-left: 0px;
        row-gap: 0px;
        margin-top: 0px;
    }

    .pgtr__map-stores-img {
        position: absolute;
        width: 204px;
        left: 0px;
        top: 0;
        border-radius: 26px 0 0 0;
    }

    .pgtr__map-stores-img.mobile {
        display: block;
    }

    .pgtr__map-stores-img.desktop {
        display: none;
    }

    .pgtr__map-iphone2-img {
        position: absolute;
        width: 185px;
        top: 23px;
        right: 0;
    }

    .pgtr__map-iphone-img {
        position: absolute;
        width: 303.52px;
        top: 152px;
        right: 1px;
    }

    .pgtr__maps-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 26.5652px;
        line-height: 100%;
        text-align: center;
        color: #4D4D4D;
    }

    .pgtr__maps-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #4D4D4D;
        max-width: 305px;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .pgtr__maps-details-text {
        width: 287px;
        text-align: center;
    }

    .pgtr__maps-details-list {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        width: 287px;
    }

    .pgtr__maps-details-item {
        display: flex;
        align-items: flex-start;
    }

    .pgtr__maps-details-text,
    .pgtr__maps-details-label {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #434446;
    }

    .pgtr__maps-details-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8.85505px 13.2826px;
        gap: 5.53px;
        width: 175px;
        height: 35.71px;
        background: #297FCA;
        border-radius: 55.3441px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 13.2826px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .pgtr__maps-details-button.desktop {
        display: none !important;
    }

    .pgtr__maps-details-button.mobile {
        display: flex !important;
        width: 287px;
        height: 56px;
        font-size: 16px !important; 
    }

    .pgtr__maps-details-list {
        margin-bottom: 15px;
        margin-top: 25px;
    }

    /*Experience home page*/
    .pgtr__experience-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 50px;
        width: 100%;
        column-gap: 38px;
    }

    .pgtr__experience-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 28.0597px;
        line-height: 28px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #434446;
    }

    .pgtr__experience-details {
        width: 100%;
        max-width: 330.98px;
        /* height: 494.44px; */
    }

    .pgtr__experience-details-list {
        display: flex;
        flex-direction: column;
        margin-top: 23px;
        align-items: center;
        width: auto;
    }

    .pgtr__experience-details-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #0070B9;
    }

    .pgtr__experience-details-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #434446;
        margin-bottom: 0px;
    }

    .pgtr__experience-divider.mobile {
        display: block;
        margin: 10px 0;
    }

    .pgtr__experience-profile-img {
        width: 295px;
        margin-top: 16px;
    }

    /*Reviews home page*/
    .pgtr__reviews-background {
        width: 100%;
    }

    .pgtr__reviews-item {
        display: flex;
        flex-direction: column;
        width: 306px !important;
        min-width: 306px !important;
        height: 280px !important;
        min-height: 280px !important;
        background: #FFFFFF;
        border-radius: 20px;
        box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
        padding: 20px 23px;
        box-sizing: border-box;
        z-index: 1;
    }

    .pgtr__review-text {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.2px;
        color: rgba(0, 0, 0, 0.87);
    }

    .pgtr__reviews-list {
        column-gap: 8px;
        margin-top: 0px;
    }

    .pgtr__reviews-background.desktop {
        display: none;
    }

    .pgtr__reviews-details {
        column-gap: 8px;
        padding: 0 8px;
        box-sizing: border-box;
        margin-top: 12px;
        height: 339px;
    }

    .pgtr__reviews-details > div {
        scroll-snap-align: start;
        flex-shrink: 0;
        /*width: 306px;*/
    }

    .pgtr__reviews-title {
        width: 273px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        color: #4D4D4D;
    }

    .pgtr__reviews-subtitle {
        width: 245px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #4D4D4D;
    }

    .pgtr__reviews-container {
        margin-top: 10px;
        background: #F0F6FC;
        border-radius: 20px;
        padding-top: 51px;
    }

    .pgtr__reviews-list-buttons {
        display: flex;
        column-gap: 8px;
        z-index: 1;
    }

    .pgtr__reviews-list-buttons-circle {
        width: 14px;
        height: 14px;
        background: #0070B9;
        border-radius: 50%;
    }

    /*Brands home page*/
    .pgtr__brands-container {
        margin-top: 34px;
    }

    .pgtr__brands-list {
        display: flex;
        column-gap: 32px;
        row-gap: 32px;
        max-width: 490px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 34px;
        box-sizing: border-box;
        align-items: center;
    }

    .pgtr__brands-title {
        width: 314px;
        height: 57px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 28.0597px;
        line-height: 28px;
        text-align: center;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #434446;
    }

    .pgtr__brands-list-divider.first {
        display: none;
    }

    .pgtr__brand-icon:nth-child(1) {
        width: 19px;
    }

    .pgtr__brand-icon:nth-child(2) {
        width: 85px;
    }

    .pgtr__brand-icon:nth-child(3) {
        width: 93.65px;
    }

    .pgtr__brand-icon:nth-child(4) {
        width: 74.89px;
    }

    .pgtr__brand-icon:nth-child(5) {
        width: 44.89px;
    }

    .pgtr__brand-icon:nth-child(6) {
        width: 114.47px;
    }

    .pgtr__brand-icon:nth-child(7) {
        width: 102px;
    }

    /*Subscribe home page*/
    .pgtr__subscribe-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 95%;
        height: auto;
        background: #F0F6FC;
        border-radius: 20px;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .pgtr__subscribe-details {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: auto;
        margin-left: 0px;
        justify-content: center;
        margin-top: 31px;
    }

    .pgtr__subscribe-profile.mobile {
        display: block;
        border-radius: 16px 16px 0 0;
        width: 100%;
    }

    .pgtr__subscribe-profile.desktop {
        display: none;
    }

    .pgtr__subscribe-details-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        font-feature-settings: 'liga' off;
        color: #434446;
    }

    .pgtr__subscribe-details-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #434446;
    }

    .pgtr__email-form {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
        align-items: center;
        column-gap: 16px;
        margin-top: 22px;
    }

    .pgtr__email-input {
        padding: 12px 12px 12px 15px;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
        border: 1.5px solid #0070B9;
        border-radius: 100px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #434446;
        background: #f0f6fc;
    }

    .pgtr__email-send-btn {
        padding: 12px 24px;
        gap: 8px;
        width: 100%;
        height: 48px;
        background: #0070B9;
        border-radius: 8px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
        border: none;
    }

    /*Query home page*/
    .pgtr__query-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 1225px;
        width: 95%;
        height: 206px;
        background: #F0F6FC;
        border-radius: 20px;
        margin: auto;
        margin-top: 22px;
        padding: 0 22px;
        box-sizing: border-box;
    }

    .pgtr__query-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        color: #434446;
    }

    .pgtr__query-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #434446;
    }

    .pgtr__query-contact-btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    /*Note description*/
    .pgtr__note-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 22px;
    }

    .pgtr__note-description {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #363636;
        opacity: 0.5;
        width: 333px;
    }

    .pgtr__note-description span {
        font-size: 9px;
        vertical-align: text-top;
    }

    /*Footer home page*/
    .pgtr__footer-container {
        display: flex;
        padding: 0px;
        
        /* box-sizing: border-box; */
        /* gap: 80px; */
        width: 100%;
        height: auto;
        /* margin: auto; */
        background: #0070B9;
    }

    .pgtr__footer-contact-assurrant {
        display: none !important;
    }

    .pgtr__footer-assurant-logo {
        width: 134px;
    }

    .pgtr__footer-terms a, .pgtr__footer-page-year.mobile {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        text-decoration-line: underline;
        font-feature-settings: 'liga' off;
        color: #FFFFFF;
    }

    .pgtr__footer-page-year.mobile {
        display: block
    }

    .pgtr__footer-page-year.desktop {
        display: none;
    }

    .pgtr__footer-certified-img {
        align-self: center;
        width: 34.88px;
        margin-left: auto;
    }

    .pgtr__footer-details-assurrant {
        display: grid;
        /* grid-template-areas:
            'assur-logo assur-logo'
            'assur-terms assur-terms'
            'assur-pay assur-pay'
            'assur-smedia assur-smedia'; */
            grid-template-areas:
        'assur-logo'
        'assur-year'
        'assur-smedia';
        width: 100%;
        /* grid-template-columns: 1fr 1fr; */
        row-gap: 0px;
        column-gap: 0px;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    .pgtr__footer-terms {
        column-gap: 10px;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: auto;
        row-gap: 12px;
        margin-top: 15px;
    }

    .pgtr__footer-pay {
        margin: auto;
        margin-top: 10px;
    }

    .pgtr__footer-smedia {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .pgtr__footer-assurrant-logo {
        width: 134px;
        align-self: center;
        margin: auto;
    }

    .pgtr__navbar .link-item.selected {
        border: none;
    }
}


/*Special media queries*/
@media (min-width: 500px) and (max-width: 1000px) {
    .pgtr__banner-container {
        height: 415px;
        background-size: 115%;
    }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .pgtr__banner-container {
        height: 545px;
        background-size: 100%;
    }
}

/* MailChimp */

.mce_inline_error[for="mce-EMAIL"] {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
    display: none !important;
}

#mce-success-response {
    display: none !important;
}

#mce-error-response{
    display: none !important;
}

#button-form-landing svg {
    margin: auto;
    align-items: center;
    display: block;
}

#mc-embedded-subscribe svg {
    margin: auto;
    align-items: center;
    display: block;
}

@media (min-width: 1px) and (max-width: 1000px) {
.pgtr__navbar .pgtr__logo {
  width: 114px;
}
}





