#myBtnWebsite {
    position: fixed;
    top: 108px;
    right: 40px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #94824dd6;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    opacity: 0.8;
    padding-left: 20px;
    padding-right: 20px;
  }

  #myBtnWebsite:hover {
    background-color: #555;
  }

  #myBtnVirtualTour {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 40px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #94824dd6;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    opacity: 0.8;
    padding-left: 20px;
    padding-right: 20px;
  }

  #myBtnVirtualTour:hover {
    background-color: #555;
  }

  .myCallActionService {

    margin-bottom: 6px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #94824dd6;
    color: white;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 118px;
    margin-right: -8px;
    text-align: center;
  }

  @media (min-width: 1281px) {
    .myCallActionServiceSpan {
      color: white !important;
      font-size: large !important;
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
      margin-right: 0px !important;
    }
  }

  /* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {
    .myCallActionServiceSpan {
      color: white !important;
      font-size: large !important;
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
      margin-right: 0px !important;
    }
  }

  /* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) {
    .myCallActionServiceSpan {
      color: white !important;
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
      margin-right: 0px !important;
    }
  }

  /* 
      ##Device = Tablets, Ipads (landscape)
      ##Screen = B/w 768px to 1024px
      */

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .myCallActionServiceSpan {
      color: white !important;
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
      margin-right: 0px !important;
    }


  }

  @media (min-width: 481px) and (max-width: 767px) {
    .myMobileBox {
      padding: 0px !important;
    }

    .myCallActionServiceSpan {
      color: white !important;
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
      margin-right: 0px !important;
      font-size: xx-small !important;
    }

    .myAQUI {
      font-size: xx-small !important;
    }

    .myBrandBox {
      font-size: unset !important;
      margin-left: 10px !important;
    }

    .myCallActionServicePhoto {
      padding-top: 32px;
    }

    .myCallActionService {
      min-height: 122px;
    }

    .myCallActionUL {
      margin-left: -50px;
    }
  }

  /* 
      ##Device = Most of the Smartphones Mobiles (Portrait)
      ##Screen = B/w 320px to 479px
      */

  @media (min-width: 320px) and (max-width: 480px) {
    .myMobileBox {
      padding: 0px !important;
    }

    .myCallActionServiceSpan {
      color: white !important;
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
      margin-right: 0px !important;
      font-size: xx-small !important;
    }

    .myAQUI {
      font-size: xx-small !important;
    }

    .myBrandBox {
      font-size: unset !important;
      margin-left: 10px !important;
    }

    .myCallActionServicePhoto {
      padding-top: 32px;
    }

    .myCallActionService {
      min-height: 122px;
    }

    .myCallActionUL {
      margin-left: -50px;
    }

  }

  @media (min-width: 350px) and (max-width: 390px) {
    .myPhotoContacts {
      margin-left: 33px;
    }
  }

  @media (min-width: 310px) and (max-width: 350px) {
    .myPhotoContacts {
      margin-left: 50px;
    }
  }