@font-face {
  font-family: Dosis;
  src: url('../fonts/Abel-Regular.ttf');
}
body{
  margin: 0;
  padding: 0;
  font-family: Dosis;
  overflow-x: hidden;
}
.nav{
  width: 100%;
}
.contact-nav{
  height:5vw;
  background-color: #070236;
  padding-left: 1.05vw;
}

/* popup styling   */
.left {
  left: 0;
  margin-left: 0 !important;
  text-align: left;

}
.right {
  right: 0;
  text-align: right;
}
.modal, .whatsapp-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content, .whatsapp-modal-content{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    margin-top: 8vw;
    border: 1px solid #888;
    width: 60%;
    height: 18vw;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.whatsapp-modal-content{
  height: 15vw;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close, .whatsapp-close {
    color: white;
    float: right;
    font-size: 3vw;
    font-weight: bold;
}

.close:hover,
.close:focus, .whatsapp-close:hover, .whatsapp-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header, .whatsapp-modal-header {
    padding: 2px 16px;
    background-color:  #FF9800;
    text-align: center;
    color: #000000;
    font-family: 'Source Sans Pro';
    font-size: 1.5vw;
}
.modal-body, .whatsapp-modal-body {
    margin-left: 3vw;
	   margin-right: 3vw;
    width: auto;
}
.modal-body .first .second .third .forth .fifth p, .whatsapp-modal-body .first .second .third .forth .fifth p{
  color: #333333;
  font-family: 'Source Sans Pro';
  font-size: 1.8vw;
  font-weight: bold;
}
/* popup ends  */
/* image pointer css */
.img-pointer{
  cursor: pointer;
}
/* mobile navigation  */
.mobile{
  height: 12vw;
  display: none;
  padding-top: 1.3125vw;
  background-color: #ffffff;
}
.mob-rthi-logo{
  width: 18vw;
  height: 12vw;
  background-image: url('../img/rathi-brothers.png');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-left: 45vw;
  margin-top: -0.525vw;
  position: absolute;
}
.mobile-search-nav{
  margin-top: 1.575vw;
  width: 100%;
  height: 15vw;
  background-color: #070236;
  display: flex;
  justify-content: space-around;
}


.rth-mob-finder, .rth-mob-gstin{
  float: right;
  margin-top: 3.5vw;
  text-align: center;
  margin-right: 4.5vw;
  font-size: 4vw;
}

.mobile-search-nav .rth-mob-finder,.mobile-search-nav .rth-mob-gstin{
 display: flex;
 border-radius: 1vw;
 font-weight: normal;
 font-size: 5vw;
 justify-content: space-around;
 height: 7vw;
}
.mobile-search-nav .rth-mob-finder span{
  margin-top: 4px;
  padding-bottom: 10px;
}
.mobile-search-nav .rth-mob-gstin span{
  margin-top: 4px;
  padding-bottom: 10px;
}
/* mobile navigation ends  */
.phone,.email{
  padding-top: 1.05vw;
  color: #fff;
  font-size: 1.5vw;
  float: left;
}
.email{
  padding-left: 1.5vw;
}
.hr-line{
  border: 0.0525vw solid #9E9E9E;
  margin-top: 8vw;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: #9E9E9E;
}
.fa-phone,.fa-envelope-o{
  color: #FF9800;
  padding-left: 1.05vw;
  padding-right: 1.05vw;
  font-size: 1.8vw !important;
}
.line{
  float: left;
  background-color: #fff;
  height: 3vw;
  color: #fff;
  border: 0.0525vw solid #fff;
  margin-left: 3vw;
  margin-top: 0.8vw;
}
.rth-btn{
  background-color: #FF9800;
  border-radius: 0.525vw;
  font-weight: 600;
  height: auto;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  padding-right: 3.5vw;
  padding-left: 3.5vw;
  cursor: pointer;
}
.contact-nav span{
  font-size: 1.3vw;
}
.rth-finder,.rth-gstin{
  float: right;
  margin-top: 1vw;
}
.rth-finder{
  margin-right: 4.5vw;
}
.rth-gstin{
  margin-right: 6vw;
}
.page-browser span{
  float: left;
  margin-top: 0px;
  margin-right: 2.05vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  transition: .3s;
  font-size: 1.2vw;
}
.browser-nav{
  position: relative;
}
.page-browser{
  float: right;
  font-size: 1vw;
  margin-right: 3vw;
  margin-top: 5vw;
}
.page-browser span:hover{
  border-radius: 2.1vw;
  background-color: #FF9800;
  cursor: pointer;
}
.active{
  border-radius: 2.1vw;
  background-color: #FF9800;
}
.rathi-logo{
  width: 13vw;
  height: 7vw;
  background-image: url('../img/rathi-brothers.png');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-left: 3vw;
  position: absolute;
  left: inherit;
  margin-top: 1vw;
}
.social span{
  margin-right: 4vw;
  font-size: 2vw;
  color: #9E9E9E;
}
.social{
  position: absolute;
  right: 8vw;
  top: 2vw;
}
.social span:hover{
  color: #7E7E7E;
  cursor: pointer;
}
.rth-certi{
  color: #757575;
  font-size: 1.7vw;
  display: inline-block;
  margin-left: 1.05vw;
  margin-top: 0px;
  font-weight: 900;
}
.iso-9001{
  cursor: pointer;
}
.rth-certi *{
  padding-left: 3vw;
}
.rth-certi span{
  font-size: 5vw;
  display: inline-block;
  padding-right: 1.05vw;
  position: absolute;
  padding-top: 1.05vw;
}
.rth-certi p{
  display: inline-block;
  padding-left: 10vw;
  border-left: 0.105vw solid #9E9E9E;
}
.rth-certi:first-child p{
  border-left: none;
}
.rth-certi .world{
  background-image: url('../img/world.png');
  background-repeat: no-repeat;
  background-position: left;
  width: 5vw;
  height: 6vw;
  background-size: 100% auto;
  margin-left: 0.5vw;
}
.rth-certi .flag{
  background-image: url('../img/flag.png');
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-position: left;
  width: 2vw;
  height: 4vw;
  background-size: auto 100%;
  margin-left: 3vw;
  margin-top: 1.05vw;
}
.float-right{
  float: right;
  margin-top: 2.575vw;
}
.certi-nav{
  position: relative;
}
.left-float{
  position: absolute;
}
.req-quo{
  background-color:  #070236;
  border: 0.2625vw solid #616161;
  border-radius: 0.525vw;
  color: #fff;
  margin-right: 2.625vw;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  font-size: 1.4175vw;
  overflow: visible;
  padding: 1vw;
}
.req-quo:hover{
  cursor: pointer;
}
.req-quo .fa{
  font-size: 2.1vw !important;
}
.hr-line.end{
  border-bottom: 0.0525vw solid #000;
  width: 100%;
  margin-top:8vw;
}
.scroll-nav{
  position: fixed;
  width: 100%;
  z-index: 20;
  height: 9vw;
  top: -14vw;
  transition: top 0.35s;
  background-color: #eee;
}
.scroll-nav .browser-nav{
  position: relative;
}
/* TODO: 1280 max-width for mobile */
.footer .foo-useful-links .foo-curser{
  cursor: pointer;
}
.row-me{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}
.col-ld-20-me{
  flex: 0 0 16%;
}
.col-ld-25{
  flex: 0 0 23%;
  border: 0.0525vw solid brown;
}


.wrap-center{
  justify-content: center;
}

/* NOTE:  SIDENAV START*/
.mob-ham{
  float: left;
  color: black;
  padding-top: 5vw;
  padding-left: 2.625vw;
  font-size: 4vw !important;
  cursor: pointer;
}
.sidenav {
   height: 100%;
   width: 50%;
   position: fixed;
   z-index: 500;
   top: 0;
   left: -50%;
   background: #070236;
   overflow-x: hidden;
   transition: 0.5s;
   padding-top: 3.15vw;
}

.sidenav a {
   padding: 0.42vw 0.42vw 0.42vw 1.575vw;
   padding-top: 2vw;
   text-decoration: none;
   font-size: 5vw;
   color: #FF9800;
   display: block;
   transition: 0.3s;
}
.cover{
  background-color: grey;
  width: 0;
  height: 100%;
  z-index: 400;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0.8;
}

/* mail content */
input[type=text]{
  width: 100%;
  padding: 0.63vw 1.575vw;
}
input[type=email]{
  width: 100%;
  padding: 0.63vw 1.575vw;
}
.message{
  width: 100%;
  padding: 0.63vw 1.575vw;
}


/* NOTE: FOO footer Start */

.footer{
  background-color: #070236;
  color: #fff;
  padding-bottom: 2vw;
}
.foo-contact-info h2{
  margin-left: 4vw;
  font-size: 2vw;
}
.foo-contact-info p span{
  color: #fff;
  font-size: 2vw !important;
  position: absolute;
  padding: 0;
  left: 1vw;
}
.foo-contact-info p{
  padding: 0;
  padding-right: 0vw;
  padding-left: 5vw;
  position: relative;
  padding-top: 0.5vw;
  font-size: 1.2vw;
  margin-left: 2vw;
}
.foo-useful-links h2{
  color: #fff;
  font-size: 2vw !important;
  padding: 0;
  margin-left: 4vw;
}
.foo-useful-links li{
  font-size: 1.5vw;
  padding: 0;
  margin: 0;
  margin-top: 1vw;
}
.foo-useful-links{
  overflow-x: hidden;
}
.foo-social-icons{
  margin-left: 1.2vw;
}
.foo-social-icons span{
  padding-left: 4vw;
  font-size: 2vw;
  color: #FF9800;
  margin-top: 2vw;
  margin-bottom: 2vw;
  cursor: pointer;
}
.foo-map{
  width: 24vw;
  height: 18vw;;
}

/* NOTE: FOO footer end */

.send{
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.send .send-button{

}
.mobile-send{
  display: none;
}
/* NOTE: REQUEST A QUOTE START */
.req-a-quo-wrapper{
  display: none;
  z-index: 99999;
  position: fixed;
}
.req-a-quo-wrapper .req-cover{
  height: 100%;
  width: 100%;
  background-color: rgb(255,255,255,0.7);
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
}

.req-a-quo-wrapper .req-container{
  position: fixed;
  background-color: #070236;
  width: 18.9vw;
  left: 40%;
  top: 30%;
  z-index: 9999;
  padding: 1.5vw;
}
textarea{
  resize: none;
  margin-top: 0.7875vw;
  border-radius: 1.05vw;
  padding: 2vw;
  width: 14.175vw;
}
.center-wrapper{
  text-align: center;
}
.req-a-quo-wrapper .req-container form input{
  width: 14.9625vw;
  font-size: 1vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.05vw;
  margin-top: 0.7875vw;
}
.req-a-quo-wrapper .req-container form textarea{
  font-size: 1vw;
}
.req-container{
  border-radius: 1.05vw;
}
.req-container .cross{
  position: absolute;
  color: #fff;
  right: 1vw;
  top: 1vw;
  font-size: 1vw;
}
.quo-req-button{
  width: 8vw;
  height: 2vw;
  color: #FFFFFF;
  font-family: 'Source Sans Pro';
  font-size: 1.5vw;
  font-weight: normal;
  text-align: center;
  background: #FF9800;
  border: 0.0525vw solid #FF9800;
  border-radius: 1.05vw;
  padding-left: 0.525vw;
  padding-right: 0.525vw;
  cursor: pointer;
}

/* NOTE: REQUEST A QUOTE END */

/* NOTE:  SIDENAV END */

/* NOTE: FOOTER END */
@media only screen and (max-width: 600px)
{
  .send{
    display: none;
  }
  .mobile-send{
    display: block;28px
    width: 50%;
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 1024px) { /* NOTE: 1380 and down tablet*/
  .col-ld-20-me{
    flex: 0 0 46%;
  }
  .col-ld-25{
    flex: 0 0 46%;
  }
  .col-ld-33{
    flex: 0 0 30% ;
  }
  footer div{
    justify-content: space-around;
  }
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
  .desktop-view{
    display: none;
  }
  input[type=text]{
    width: 50%;
    padding: 0.63vw 1.575vw;
  }
  input[type=email]{
    width: 50%;
    padding: 0.63vw 1.575vw;
  }
  .message{
    width: 50%;
    padding: 0.63vw 1.575vw;
  }
  .req-container{
    transform: scale(2);
    max-height: 90%;
    overflow-y: auto;
  }
  .modal-content, .whatsapp-modal-content {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      margin-top: 28vw;
      border: 1px solid #888;
      width: 90%;
      height: 28vw;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s;
      margin-left: 5%;
      margin-left: 5%;
  }
  .modal-header, .whatsapp-modal-header {
      padding: 2px 16px;
      background-color:  #FF9800;
      text-align: center;
      color: #000000;
      font-family: 'Source Sans Pro';
      font-size: 2.5vw;
  }
  .modal-body, .whatsapp-modal-body {
      margin-left: 3vw;
  	   margin-right: 3vw;
      width: auto;
  }
  .modal-body .first .second .third .forth .fifth p, .modal-body .first .second .third .forth .fifth p{
    color: #333333;
    font-family: 'Source Sans Pro';
    font-size: 2.5vw;
    font-weight: bold;
  }
  .close {
      color: white;
      float: right;
      font-size: 5vw;
      font-weight: bold;
  }

  .close:hover,
  .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  .left {
    left: 0;
    margin-left: 0 !important;
    text-align: left;

  }
  .right {
    right: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {  /* NOTE: 1380 and up  ie Desktop*/
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
  /*  disable the mobile search nav */
  .mobile-search-nav{
    display: none;
  }
}
@media only screen and (max-width: 600px) {  /* NOTE: 600 and down  mobile*/
  .col-ld-20-me{
    flex: 0 0 90%;
  }
  .col-ld-33{
    flex: 0 0 90%;
  }
  .tablet{
    display: none;
  }
}
.row{
  margin: 0 !important;
}
