body{
    background-color: #191923;
    padding: 15px;
    width: 100vw;
    height: 100%;
}
.blackstone-app{
    background-color: #20202a;
    
   
    /* position: relative;
    overflow: hidden; */
}

.headertop-social{
    cursor: pointer;
    margin-top: 9px;
    margin-bottom: 8px;
}
.headertop-social a{
    text-decoration: none;
}
.headertop-social a i{
    color: #FFC107;
}
.headertop-social a :hover{
    color: #ffff;
}
.blackstone-code {
    font-family: "Courier Prime", monospace;
    color: #fafafc;
  }
  .blackstone-code i {
    font-style: normal;
    color: #FFC107;
  }

/* .content {display:none;}
.preload { width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;} */
/* .navbar-collapse {
  background-color: #212529;
  color: #fff;
} */

    .navbar-offcanvas {
      
        background-color: #343a40;
       
      }
    .nav-link{
      color: #fff;
    }
    
    .nav-link:hover{
      color: #ffc107;
    }
    
    
   .banner{
    width: 100%;
    height: auto;
    /* background-image: linear-gradient(90deg, rgba(45, 45, 58, 0.9) 15%, rgba(45, 45, 58, 0.7) 50%, rgba(43, 43, 53, 0) 100%); */
   }
   
  
  p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
  }
  h4 {
    font-weight: 600;
    color: #FFC107;
  }
  h6 span{
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFC107;
  }
  .section{
    position: relative;
    width: 100%;
    display: block;
  }
  .full-height{
    min-height: 100vh;
  }
  [type="checkbox"]:checked,
  [type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
  }
  .checkbox:checked + label,
  .checkbox:not(:checked) + label{
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    background-color: #FFC107;
  }
  .checkbox:checked + label:before,
  .checkbox:not(:checked) + label:before{
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFC107;
    background-color: #102770;
    font-family: 'unicons';
    content: '\eb4f';
    z-index: 20;
    top: -10px;
    left: -10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease;
  }
  .checkbox:checked + label:before {
    transform: translateX(44px) rotate(-270deg);
  }
  
  
  .card-3d-wrap {
    position: relative;
    width: 440px;
    max-width: 100%;
    height: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
    margin-top: 60px;
  }
  .card-3d-wrapper {
    width: 100%;
    height: 100%;
    position:absolute;    
    top: 0;
    left: 0;  
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out; 
  }
  .card-front{
    width: 100%;
    height: 100%;
    background-color: #2a2b38;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);
  }
  .center-wrap{
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
  }
  
  
  .form-group{ 
    position: relative;
    display: block;
      margin: 0;
      padding: 0;
  }
  .form-style {
    padding: 13px 20px;
    padding-left: 55px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #c4c3ca;
    background-color: #1f2029;
    border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
  }
  .form-style:focus,
  .form-style:active {
    border: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
  }
  .input-icon {
    position: absolute;
    top: 0;
    left: 18px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #FFC107;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  
  .form-group input:-ms-input-placeholder  {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .form-group input::-moz-placeholder  {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .form-group input:-moz-placeholder  {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .form-group input::-webkit-input-placeholder  {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .form-group input:focus:-ms-input-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .form-group input:focus::-moz-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .form-group input:focus:-moz-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .form-group input:focus::-webkit-input-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  
  .btn{  
    border-radius: 4px;
    height: 44px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition : all 200ms linear;
    transition: all 200ms linear;
    padding: 0 30px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: #FFC107;
    color: #102770;
    box-shadow: 0 8px 24px 0 rgba(255,235,167,.2);
  }
  .btn:active,
  .btn:focus{  
    background-color: #ffff;
    color: #FFC107;
    box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
  }
  .btn:hover{  
    background-color: #ffff;
    color: #FFC107;
    box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
  }
  .services{
    width: 100%;
    height: auto;
    background-image:#212529;
    color: #fff;
   }
   .services h2 {
     margin-top: 60px;
    position: relative;
    padding: 0px 0px 15px;
  }
  .services p {
    font-size: 15px;
    font-style: italic;
    padding: 0px;
    margin: 25px 0px 40px;
  }
  .services h2::after {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 90px;
    margin: 0 auto;
    display: block;
  }
   /* .services h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    color:#ffff;
   } */
 
  .art-service-icon-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
            box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
    background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
  }
  .art-service-icon-box  {
    padding: 30px;
  }
  
  .art-service-icon-box h5{
    font-weight: 700;
    color: #fafafc;
    margin-bottom:8px;
    font-family: "Poppins", sans-serif;
  }
  .art-service-icon-box .description{
    color:lightgray;
   font-size: 14px;
   margin-bottom:8px;
  }
  
  .art-link {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #8c8c8e;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .art-link:hover {
    color: #fafafc;
    text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
  }
  .art-link.art-white-link {
    color: #fafafc;
  }
  .art-link.art-white-link:hover {
    color: #fafafc;
    text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .art-link.art-color-link {
    color: #FFC107;
  }
  .art-link.art-color-link:hover {
    color: #FFC107;
    text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .art-link.art-w-chevron {
    padding-right: 10px;
  }
  .art-link.art-w-chevron:after {
    position: absolute;
    font-family: "Font Awesome 5 free";
    content: '\f054';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 9px;
    top: 0.3px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .art-link.art-w-chevron:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .art-link.art-w-chevron:hover:after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .art-link:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .art-link i {
    font-size: 9px;
    margin-left: 3px;
  }
  .art-link.art-left-link {
    padding-left: 10px;
    padding-right: 0;
  }
  .art-link.art-left-link.art-w-chevron:after {
    content: '\f053';
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .art-link.art-left-link.art-w-chevron:hover:after {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .testimonials{
    width: 100%;
    height: auto;
    background-image: #212529;
    color:#fff
   }
   .testimonials h2 {
    margin-top: 60px;
    position: relative;
    padding: 0px 0px 15px;
  }
  .testimonials p {
    font-size: 15px;
    font-style: italic;
    padding: 0px;
    margin: 25px 0px 40px;
  }
  .testimonials h2::after {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 90px;
    margin: 0 auto;
    display: block;
  }
   /* .testimonials h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    color:#ffff;
   } */
  
  .mySwiper{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 50px;
}
.swiper-slide{
  background-position: center;
  background-size: cover;
  width: 320px;
   background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(4px);
  border-radius: 1px;
  /* background: #d1ebff; */
}
.swiper-slide-active{
  filter: blur(0px);
   background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
}
.testinomialBox{
  position: relative;
  width: 100%;
  padding:40px;
  padding-top: 90px;
  color: #999;
}
.testinomialBox .quote{
  position: absolute;
  top: 20px;
  right:30px;
  /* opacity: 0.2; */
}
.testinomialBox .details{
 display: flex;
 align-items: center;
 margin-top: 20px;
}
.testinomialBox .details .imgBx{
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
 }
 .testinomialBox .details .imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .testinomialBox .details h3{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFC107;
  line-height: 1.1em;
 }
 .testinomialBox .details h3 span{
  font-size: 12px;

  color: #fff;

 }

 .swiper-3d .swiper-slide-shadow-left {
   background-image: none;
 }
 .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

#team {
  padding: 60px 0;
  text-align: center;
  /* background-color: #212529; */
  color: #fff;
}
#team h2 {
  position: relative;
  padding: 0px 0px 15px;
}
#team p {
  font-size: 15px;
  font-style: italic;
  padding: 0px;
  margin: 25px 0px 40px;
}
#team h2::after {
  content: '';
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 90px;
  margin: 0 auto;
  display: block;
}
#team .member {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: #ffc107;
  padding: 10px;
  border-radius: 15px 0px 15px 0px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
#team .member .member-info {
  display: block;
  position: absolute;
  bottom: 0px;
  left: -200px;
  transition: 0.4s;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.4);
}
#team .member:hover .member-info {
  left: 0px;
  right: 0px;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social-links {
  margin-top: 15px;
}
#team .member .social-links a {
  transition: none;
  color: #fff;
}
#team .member .social-links a:hover {
  color: #ffc107;
}
#team .member .social-links i {
  font-size: 18px;
  margin: 0 2px;
}
.footer-title{
  color: #fff;
}
.footer-social a i{
  color:#ffc107
}
.footer-bg{
  background-color: #212529;
}
.copyright{
  
  color: #ffc107;
}
.footer-right{
  background-color: #20202a;
}
.aboutus{
  width: 100%;
  height:auto;
  margin-top: 90px;
  color: #fff; 
}
.circle{
  width: 100px;
  height: 100px;
  border-radius:50%;
  margin-bottom: 30px;
  background-color: #ffc107;
}
.aboutus h2 {
  position: relative;
  padding: 0px 0px 15px;
}
.aboutus p {
  font-size: 15px;
  color: #8c8c8e;
  padding: 0px;
  margin: 25px 0px 40px;
}
.contactus{
  width: 100%;
  height:auto;
  margin-top: 90px;
  color: #fff; 
}
.block-yellow{
  position: relative;
  width: 550px;
  height: 350px;
  background-color: #FFC107;
  margin-bottom: 60px;
  /* margin-top: 60px; */
  top: 39%;
  left: 39%;
  box-shadow: 0 0px 6px #FFC107;
}
.block-gray{
  position: relative;
  width: 450px;
  height: 350px;
  background-color: #2a2b38;
  margin-bottom: 60px;
  /* margin-top: 60px; */
  top: -39%;
  left: 10%;
  z-index: 2;
  box-shadow: 0 0px 6px #2a2b38;
}
.block-wheatsmoke{
  position: relative;
  
  left:5%;
  bottom: 20%;
  width: 550px;
  height: 400px;
  /* bottom: calc(100vh- 0px);
  left: calc(100vw- 100px); */
  background-color:whitesmoke;
  margin-bottom: 230px;
  z-index: 1;
  box-shadow: 0 0px 6px rgba(255,255,255,255);
}
.block-wheatsmoke h2{
  position: relative;
  padding: 0px 0px 15px;
  
  left:5%; 
  color: #111111;
  font-size: 4.587rem;
  font-weight: 700;
}
.block-wheatsmoke p{
  position: relative;
  padding: 0px 0px 15px;
  
  left:5%; 
  color: #111111;
  font-weight: 400;
  font-size: 1.875rem;
}
.block-gray #callus{
  position: relative;
  padding: 20px 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.block-gray #location{
  position: relative;
  padding: 0px 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.block-gray .contact_link{
  position: relative;
  padding: 0px 20px 15px;

}
.block-gray p{
  position: relative;
  padding: 0px 20px;
  font-size: 1.25rem;
  
}
.circle1{
  width: 100px;
  height: 100px;
  border-radius:50%;
  margin-bottom: 30px;
  background-color: #ffc107;
}
 /* Media Query for Mobile Devices */
 @media (max-width: 480px) {
  .block-yellow{
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #FFC107;
    margin-bottom: 50px;
    /* margin-top: 60px; */
    top: 39%;
    left: 1%;
    box-shadow: 0 0px 6px #FFC107;
  }
  .block-gray{
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #2a2b38;
    margin-bottom: 50px;
    /* margin-top: 60px; */
    top: -30%;
    left: 7%;
    z-index: 2;
    box-shadow: 0 0px 6px #2a2b38;
  }
  .block-wheatsmoke{
    position: relative;
    
    left:1%;
    bottom: 10%;
    width: 250px;
    height: 200px;
    /* bottom: calc(100vh- 0px);
    left: calc(100vw- 100px); */
    background-color:whitesmoke;
    margin-bottom: 50px;
    z-index: 1;
    box-shadow: 0 0px 6px rgba(255,255,255,255);
  }
  .block-wheatsmoke h2{
    position: relative;
    padding: 0px 0px 15px;
    top: 40%;
    left:-28%; 
    color: #111111;
    font-size: 20px;
    font-weight: 700;
  }
  .block-wheatsmoke p{
    position: relative;
    padding: 0px 0px 15px;
    top: 35%;
    left:-28%; 
    color: #111111;
    font-weight: 600;
    font-size: 12px;
  }
  .block-gray #callus{
    position: relative;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray #location{
    position: relative;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray .contact_link{
    position: relative;
    padding: 0px 20px 15px;
  
  }
  .block-gray p{
    position: relative;
    padding: 0px 20px;
    font-size: 12px;
    
  }
  .circle1{
    width: 50px;
    height: 50px;
    border-radius:50%;
    margin-bottom: 30px;
    background-color: #ffc107;
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

  .block-yellow{
    position: relative;
    width: 420px;
    height: 350px;
    background-color: #FFC107;
    margin-bottom: 60px;
    /* margin-top: 60px; */
    top: 39%;
    left: 1%;
    box-shadow: 0 0px 6px #FFC107;
  }
  .block-gray{
    position: relative;
    width: 350px;
    height: 350px;
    background-color: #2a2b38;
    margin-bottom: 60px;
    /* margin-top: 60px; */
    top: -49%;
    left: 10%;
    z-index: 2;
    box-shadow: 0 0px 6px #2a2b38;
  }
  .block-wheatsmoke{
    position: relative;
    
    left:1%;
    bottom: 20%;
    width: 420px;
    height: 400px;
    /* bottom: calc(100vh- 0px);
    left: calc(100vw- 100px); */
    background-color:whitesmoke;
    margin-bottom: 230px;
    z-index: 1;
    box-shadow: 0 0px 6px rgba(255,255,255,255);
  }
  .block-wheatsmoke h2{
    position: relative;
    padding: 0px 0px 15px;
    
    left:5%; 
    color: #111111;
    font-size: 3.587rem;
    font-weight: 700;
  }
  .block-wheatsmoke p{
    position: relative;
    padding: 0px 0px 15px;
    
    left:5%; 
    color: #111111;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .block-gray #callus{
    position: relative;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray #location{
    position: relative;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray .contact_link{
    position: relative;
    padding: 0px 20px 15px;
  
  }
  .block-gray p{
    position: relative;
    padding: 0px 20px;
    font-size: 1.25rem;
    
  }
  .circle1{
    width: 100px;
    height: 100px;
    border-radius:50%;
   
    margin-bottom: 30px;
    background-color: #ffc107;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
  .block-yellow{
    position: relative;
    width: 520px;
    height: 350px;
    background-color: #FFC107;
    margin-bottom: 60px;
    /* margin-top: 60px; */
    top: 39%;
    left: 20%;
    box-shadow: 0 0px 6px #FFC107;
  }
  .block-gray{
    position: relative;
    width: 420px;
    height: 350px;
    background-color: #2a2b38;
    margin-bottom: 60px;
    /* margin-top: 60px; */
    top: -39%;
    left: 10%;
    z-index: 2;
    box-shadow: 0 0px 6px #2a2b38;
  }
  .block-wheatsmoke{
    position: relative;
    
    left:5%;
    bottom: 20%;
    width: 520px;
    height: 400px;
    /* bottom: calc(100vh- 0px);
    left: calc(100vw- 100px); */
    background-color:whitesmoke;
    margin-bottom: 230px;
    z-index: 1;
    box-shadow: 0 0px 6px rgba(255,255,255,255);
  }
  .block-wheatsmoke h2{
    position: relative;
    padding: 0px 0px 15px;
    
    left:5%; 
    color: #111111;
    font-size: 4.587rem;
    font-weight: 700;
  }
  .block-wheatsmoke p{
    position: relative;
    padding: 0px 0px 15px;
    
    left:5%; 
    color: #111111;
    font-weight: 400;
    font-size: 1.875rem;
  }
  .block-gray #callus{
    position: relative;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray #location{
    position: relative;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray .contact_link{
    position: relative;
    padding: 0px 20px 15px;
  
  }
  .block-gray p{
    position: relative;
    padding: 0px 20px;
    font-size: 1.25rem;
    
  }
  .circle1{
    width: 100px;
    height: 100px;
    border-radius:50%;
    margin-bottom: 30px;
    background-color: #ffc107;
  }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
  .block-yellow{
    position: relative;
    width: 550px;
    height: 350px;
    background-color: #FFC107;
    margin-bottom: 60px;
    /* margin-top: 60px; */
    top: 39%;
    left: 39%;
    box-shadow: 0 0px 6px #FFC107;
  }
  .block-gray{
    position: relative;
    width: 450px;
    height: 350px;
    background-color: #2a2b38;
    margin-bottom: 60px;
    /* margin-top: 60px; */
    top: -39%;
    left: 10%;
    z-index: 2;
    box-shadow: 0 0px 6px #2a2b38;
  }
  .block-wheatsmoke{
    position: relative;
    
    left:5%;
    bottom: 20%;
    width: 550px;
    height: 400px;
    /* bottom: calc(100vh- 0px);
    left: calc(100vw- 100px); */
    background-color:whitesmoke;
    margin-bottom: 230px;
    z-index: 1;
    box-shadow: 0 0px 6px rgba(255,255,255,255);
  }
  .block-wheatsmoke h2{
    position: relative;
    padding: 0px 0px 15px;
    
    left:5%; 
    color: #111111;
    font-size: 4.587rem;
    font-weight: 700;
  }
  .block-wheatsmoke p{
    position: relative;
    padding: 0px 0px 15px;
    
    left:5%; 
    color: #111111;
    font-weight: 400;
    font-size: 1.875rem;
  }
  .block-gray #callus{
    position: relative;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray #location{
    position: relative;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray .contact_link{
    position: relative;
    padding: 0px 20px 15px;
  
  }
  .block-gray p{
    position: relative;
    padding: 0px 20px;
    font-size: 1.25rem;
    
  }
  .circle1{
    width: 100px;
    height: 100px;
    border-radius:50%;
    margin-bottom: 30px;
    background-color: #ffc107;
  }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
  .block-yellow{
    position: relative;
    width: 550px;
    height: 350px;
    background-color: #FFC107;
    margin-bottom: 60px;
    /* margin-top: 60px; */
    top: 39%;
    left: 39%;
    box-shadow: 0 0px 6px #FFC107;
  }
  .block-gray{
    position: relative;
    width: 450px;
    height: 350px;
    background-color: #2a2b38;
    margin-bottom: 60px;
    /* margin-top: 60px; */
    top: -39%;
    left: 10%;
    z-index: 2;
    box-shadow: 0 0px 6px #2a2b38;
  }
  .block-wheatsmoke{
    position: relative;
    
    left:5%;
    bottom: 20%;
    width: 550px;
    height: 400px;
    /* bottom: calc(100vh- 0px);
    left: calc(100vw- 100px); */
    background-color:whitesmoke;
    margin-bottom: 230px;
    z-index: 1;
    box-shadow: 0 0px 6px rgba(255,255,255,255);
  }
  .block-wheatsmoke h2{
    position: relative;
    padding: 0px 0px 15px;
    
    left:5%; 
    color: #111111;
    font-size: 4.587rem;
    font-weight: 700;
  }
  .block-wheatsmoke p{
    position: relative;
    padding: 0px 0px 15px;
    
    left:5%; 
    color: #111111;
    font-weight: 400;
    font-size: 1.875rem;
  }
  .block-gray #callus{
    position: relative;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray #location{
    position: relative;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
  .block-gray .contact_link{
    position: relative;
    padding: 0px 20px 15px;
  
  }
  .block-gray p{
    position: relative;
    padding: 0px 20px;
    font-size: 1.25rem;
    
  }
  .circle1{
    width: 100px;
    height: 100px;
    border-radius:50%;
    margin-bottom: 30px;
    background-color: #ffc107;
  }
}