.about-top-banner{
   background-image: url(/pages/static-img/about/vslider1-1.jpeg);
   background-position: center center;
   color: white;
}

.about {
   color: #FFFFFF;
   font-family: "Raleway", Sans-serif;
   font-size: 34px;
   font-weight: 600;
   letter-spacing: 1px;
}
.about-top-box{
   padding-top:80px;
   height:200px;
   background-color: #e0b23f7a;
   z-index: 2;
   transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.about{
   color: #FFFFFF;
   font-family: "Raleway", Sans-serif;
   font-size: 34px;
   font-weight: 600;
   letter-spacing: 1px;
}

.trust-body{
   border: 1px solid #f5f5f5;
   border-radius: 5px;
   background-color: #fff;
   position: relative;
   overflow: hidden;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}

.trust-body img{
   width: 60px;
   height:60px;
}

.policy{
   color: #000000;
   font-family: "Raleway", Sans-serif;
   font-size: 14px!important;
   font-weight: 400 !important;
   letter-spacing: 1px !important;
}
.about-content{
   color: #2A2929;
   font-family: "Raleway", Sans-serif;
   font-weight: 400;
   letter-spacing: 0.5px;
}

.email-input {
   height: 2rem!important;
   padding-left: 1.888rem;
   line-height: 7rem;
   border-radius: 0.482rem!important;
   font-family: "Raleway", Sans-serif;
   font-size: 12px;
   font-weight: 500;
   letter-spacing: 1.5px;
   color: #4B4A4A;
}
.has-email .form-control-email{
   position: absolute;
   z-index: 2;
   display: block;
   width: 2.375rem;
   height: 2rem;
   line-height: 2rem;
   text-align: center;
   pointer-events: none;
   color: #4B4A4A;
   font-weight: 100;
   font-size: 14px;
}
.email-submit{
 font-family: "Raleway", Sans-serif;
 font-size: 10px;
 font-weight: 600;
 height: 30px;
 letter-spacing: 1.2px;
 color: #000000;
 background-color: #E0B23F;
 border:none ;
 padding: 5px 7px 5px 7px;
 border-radius: 5px;
}

.map-iframe{
   height:300px;
   width:100%
}
.add-h{
   color: #242424;
   font-family: "Raleway", Sans-serif;
   font-size: 18px;
   font-weight: 600;
   letter-spacing: 0.5px;
}

.detail-p{
   font-family: "Roboto", Sans-serif;
   font-size: 14px;
   font-weight: 400;
   color:#7a7a7a;
}

.copy-icon{
   font-size:20px;
   color:#E0B23F;
   cursor: pointer;
}

/* ============ desktop view ============ */
   @media all and (min-width: 992px) {
      #icons_trust .col-md-3{
         width: 20%;
         /* padding-top: 20px; */
      }
      #icons_trust .col-md-3 trust-body{
         background-color: #fefff9;
      }

      .trust-col{
         padding-top:5px;
      }

      #col-md-8{
         width:71.5%;
      }
      #col-md-4{
         width:28.5%;
      }
   }
/* =======class=======*/