@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;800&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
/*-- --*/
.flying {
  cursor: url("https://www.tandhanpolyplast.com/assets/frontend/images/img/favicon.png"), auto;
}
.flying a{
  cursor: url("https://www.tandhanpolyplast.com/assets/frontend/images/img/favicon.png"), auto;
}
/*-- --*/
#feedback{
  height: 0px;
  width: 80px;
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 9;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  display: none;
}
#feedback a{
  display: block;
  background: #000;
  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.topviewimageimg{
	height: 100%;
}
.errorMsgClass{
	color: red;
}
.socialiconspanright img {
  margin-left: 7px;
}
#contact-us-success-msg{
	color: #fff;
}
header{
    display: flex;
    align-items: center;
}
.logomini{
  background-color: #fff;
  padding: 7px;
  border-radius: 3px;
  height: 45px;
}
.navsection{
    display: flex;
    align-items: center;
    justify-content: start;
}
.navbar-light .navbar-nav .nav-link {
    color: #696969;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.950rem;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #ed1f24;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ed1f24;
}
.dropdown-item:active {
    background: none;
}
/*-- drop down --*/
.dropdown-menu{
    background-color: #fff;
    min-width: 12rem;
}

.dropdown-menu:hover{
    color: #fff!important;
}
.navbar-nav .nav-link {
    color: #000;
  }
  .dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    color: #ed1f24;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu li a{
    font-size: 11px!important;
  }
  @media screen and (min-width: 1024px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
/*-- end --*/
.phoneno{
    display: flex;
    font-size: 15px;
    color: #000;
    align-items: center;
    font-weight: 700;
}
.phoneno a{
	color: #000;
	text-decoration: none;
}
.phoneno a:hover{
	color: #000;
}
.phoneno img{
    float: left;
    margin: 0 10px 0 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 3%;
}
.carousel-caption h5 {
    font-size: 38px;
    font-weight: 500;
    line-height: 36px;
}
/*-- banner text animation --*/
.bandeau .banner-body {
    position: relative;
    animation-name: fadeUp;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.banner-body img {
    margin-bottom: 15px;
}
.banner-body span {
    color: #ed1f24;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 31px;
    padding-left: 10px;
}
.bandeau p {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 25px;
}
.bandeau .bandeau-new {
    position: relative;
    animation-duration: 10s;
    animation-name: spanNew;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-family: 'Rubik', sans-serif;
}
.bandeau .bandeau-text {
    position: relative;
    animation-duration: 10s;
    animation-name: spanText;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-family: 'Rubik', sans-serif;
}
.bannerblue{
  color: #0451a5;
}
  
@keyframes truck {
    0% {
      left: -40px;
      opacity: 0;
    }
    6%, 100% {
      left: 0;
      opacity: 1;
    }
  }
@keyframes spanNew {
    0%, 5% {
      left: -30px;
      opacity: 0;
    }
    15% {
      left: 0;
      opacity: 1;
    }
  }
@keyframes spanText {
    0%, 10% {
      top: -20px;
      opacity: 0;
    }
    20% {
      top: 0;
      opacity: 1;
    }
  }
@keyframes fadeUp {
    0% {
      opacity: 0;
    }
    10%, 90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
/*-- text-animation-end--*/
.buttoncommon{
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  background-color: #002959;
  padding: 15px 45px 15px 20px;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
  position: relative;
}
.buttoncommon::after{
  position: absolute;
  top: 20px;
  right: 10px;
  width: 21px;
  height: 9px;
  content: '';
  background-image: url('../images/buttonarrow.png');
}
.buttoncommon:hover{
    background-color: #174a9d;
    color: #fff;
    transition: 0.3s;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  border-radius: 100px;
  height: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 0;
}
.carousel-indicators{
  bottom: 0px;
}
.skycolor{
  background-color: #abf7ff;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.topviewimage{
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.topviewimage img{
	width: 100%;
}
.whychooseus{
  padding: 80px 0;
}
.chooseussection{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 25px;
}
.chooseussection h4{
  color: #114e9e;
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  font-family: 'Rubik', sans-serif;
  display: block;
}
.chooseussection p{
  display: block;
  font-family: 'Rubik', sans-serif;
  color: #333;
  font-weight: 500;
  width: 100%;
  font-size: 30px;
}
/*--animation section start --*/
/*-- animation gps wave ring --*/
.gps_ring {
  border: 1px solid #fff;
  border-radius: 50px;
  width: 100px;
  bottom: 38%;
  position: absolute;
  height: 100px;
  animation: pulsate 1s ease-out;
  -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
  right: 22%;
}
.gps_ring1 {
  top: 8px;
  left: 9px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 12s;
  animation-delay: 2s;
  animation: pulsate 1s ease-out;
  -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
@keyframes pulsate{
  0% {
    -webkit-transform: scale(0.1,0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2,1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1,0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2,1.2);
    opacity: 0;
  }
}
/*-- end --*/
/*-- cloud animation --*/
#pokretni_oblak2 {
    user-select: none;
    width:100px;
    height:100px;
    position:absolute;
    top:-22%;
    left:-5%;
    animation: pokretniOblak2 70s infinite;
    animation-direction: alternate;
    z-index: 9;
}
 
@keyframes pokretniOblak2 {
    100% {
        left:-7%;
        top:22%;
    }
    0% {
        left:107%;
        top:20%;
       
    }
}
#pokretni_oblak3 {
     user-select: none;
    width:100px;
    height:100px;
    position:absolute;
    top:10%;
    left:-5%;
    animation: pokretniOblak3 400s infinite;
    animation-direction: alternate;
    z-index: 9;
}
@keyframes pokretniOblak3 {
    100% {
        left:-200%;
        top:10%;
        
    }
    0% {
        left:107%;
        top:15%;
       
    }
}
#pokretni_oblak4 {
     user-select: none;
    width:100px;
    height:100px;
    position:absolute;
    top:62%;
    left:-40%;
    animation: pokretniOblak4 300s infinite;
    animation-direction: alternate;
    z-index: 9;
}
@keyframes pokretniOblak4 {
     
     100% {
        left:-500%;
        top:62%;
    }
    0% {
        left:107%;
        top:62%;
    }
}
/*--animation section end --*/
/*-- image hover --*/

.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
  position: absolute;
  bottom: 2%;
  left: 18px;
  z-index: 0;
  display: block;
  padding: 0;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: left;
  transition: .3s ease-in-out;
  opacity: 1;
  width: 75%;
  margin: 0 auto;
}
.column div span strong{
  font-weight: 500;
  padding-bottom: 0px;
  display: block;
}
.column div span p{
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: 0px;
	opacity: 1;
}
/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  cursor: pointer;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.aboutussection{
  color: #333;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  line-height: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.aboutussection span{
  display: inline-block;
  color: #ed1f24;
  position: relative;
  z-index: 9;
  background-color: #000;
  text-transform: uppercase;
  padding: 6px 10px 6px 0;
}
.aboutussection h4{
  color: #114e9e;
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 15px;
  font-family: 'Rubik', sans-serif;
}
.bluesection{
  background-color: #174a9d;
  padding: 80px 0;
}
.aboutussectiontext{
  color: #fff;
  font-size: 15px;
  position: relative;
  font-family: 'Rubik', sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aboutussectiontext h5{
  font-size: 40px;
  padding-bottom: 10px;
}
.lightorangesection{
  background: #ffd9c8;
  padding: 80px 0;
}
.lightorangesectiontext{
  color: #333;
  font-size: 15px;
  position: relative;
  font-family: 'Rubik', sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lightorangesectiontext h5{
  font-size: 40px;
  padding-bottom: 10px;
  color: #174a9d;
}
.logocentersection{
  color: #333;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  line-height: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.textcontact{
  color: #fff;
}
.textcontact h4{
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}
.contactsec{
  margin: 0;
  background: url("../images/contact_back.png") no-repeat top center;
  height: 100vh;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.formsectionfooter{
  margin: 0;
}
.formsectionbackground{
  position: relative;
}
.form-control{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	color:#000;
  font-weight: 400;
	font-size:14px;
  padding: 13px;
  margin: 0 0 7px 0;
  font-family: 'Rubik', sans-serif;
}
.form-control::placeholder {
	 color: #000 !important;
	 opacity: 1;
 }

footer{
	background:#fff;
	padding:40px 0 0;
}
.footermenu{
  padding: 0 0 30px 0;
}
.footermenu ul{
	margin: 30px 0 30px 0;
	padding: 0;
	text-align: center;
}
.footermenu ul li{
	display: inline-block;
	padding: 0 15px;
}
.footermenu ul li a{
	display: inline-block;
	padding: 0px;
	color: #696969;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
.footermenu ul li a:hover{
	color: #ed1c24;
	transition: 1s;
}
.footermenu ul li a.active{
	color: #ed1c24;
}
.socialicon a{
	padding: 0 4px;
}
.socialiconspan {
  line-height: 26px;
  color: #606469;
  display: block;
  font-size: 13px;
  background-color: #000c1b;
  text-align: center;
  padding: 16px 0;
  text-transform: uppercase;
}
.socialiconspan strong{
	color: #fff;
	padding-left: 10px;
}
.socialmediabottom{
  text-align: right;
}
.socialmediabottom ul{
  margin: 0;
  padding: 0;
}
.socialmediabottom ul li {
  display: inline-block;
  padding: 0 2px;
}
.socialmediabottom ul li a {
  margin: 0 2px 0 0;
  padding: 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  padding: 8px;
}
.socialmediabottom ul li a:hover{
  background-color: #000c1b;
  color: #fff;
  transition: 0.3s;
}

/*--pbmit-mihbox-hover-active --*/
.devicemobsection{
  display: none;
}
.mobilebuttonsection{
  display: block;
}

@media (max-width: 1920px) {
  .gps_ring{
    bottom: 39%;
    right: 23%;
  }
}
@media (max-width: 1370px) {
  .dropdown-menu li a{
   font-size: 9px;
  }
}

@media (max-width: 1199px) {
  .skycolor{
    height: auto;
    padding: 60px 0;
  }
  .gps_ring {
    bottom: 38%;
    right: 21%;
  }
  .aboutussection h4{
    font-size: 36px;
  }
	.navbar-light .navbar-nav .nav-link {
    font-size: 0.794rem;
  }
  .carousel-caption h5{
    font-size: 32px;
  }
  .contactsec{
    height: auto;
    padding: 80px 0;
  }
  .banner-body img {
    margin-bottom: 15px;
    width: 12%;
  }
  .innersectionbanner{
    background-size: cover!important;
  }
  

}
@media (max-width: 1024px) {
  .aboutussection span{
    padding-left: 6px;
  }
  .phoneno{
    font-size: 14px;
  }
  .innersectionbanner{
    background-size: cover!important;
  }
}
@media (max-width: 991px) {
  .dropdown-menu li a{
    font-size: 14px!important;
  }
  .desktopmenusec{
    display: none;
  }
  .gps_ring {
    bottom: 40%;
    right: 19%;
  }
  .lightorangesectiontext h5 {
    font-size: 37px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.2rem;
  }
  .navsection {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .mobilebuttonsection div {
    width: 6px;
    height: 3px;
    background-color: #174a9d;
    margin-left: 0;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
      0.3s ease background-color;
  }
  .mobilebuttonsection div:first-child {
    width: 22px;
  }
  .mobilebuttonsection div:nth-child(2) {
    width: 15px;
  }
  .mobilebuttonsection div:last-child {
    width: 30px;
    margin-bottom: 0;
  }
  .offcanvas{
    background-color: #174a9d;
  }
  .offcanvas-start{
    width: 100%;
  }
  .btn-close{
    color: #fff;
  }
 
  .mobilebuttonsection{
    display: block;
  }
  .formsectionfooter{
    left: 50%;
  }
  .footermenu ul li a {
    font-size: 15px;
  }
  .phoneno{
    display: none;
  }
  .offcanvas{
    background-color: #174a9d;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #fff;
  }
  .dropdown-menu{
    background-color: #174a9d;
  }
  .aboutussection h4 {
    font-size: 34px;
  }
  .innersectionbanner{
    background-size: cover!important;
  }
  .boxflex{
    width: 100%;
  }
  .box-sec-one h2{
    font-size: 32px!important;
  }
  .box-sec-one ul li{
    width: 33%!important;
  }
}

@media (max-width: 767px) {
 
  .gps_ring {
    bottom: 41%;
    right: 15%;
  }
  .chooseussection p{
    font-size: 23px;
  }
  .chooseussection h4{
    font-size: 35px;
  }
  .column div span strong{
    font-size: 14px;
  }
  .column div span{
    width: 90%;
    font-size: 18px;
    left: 10px;
  }
  .mobilebuttonsection div {
  width: 6px;
  height: 3px;
  background-color: #174a9d;
  margin-left: 0;
  margin-bottom: 6px;
  border-radius: 4px;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
    0.3s ease background-color;
}
.mobilebuttonsection div:first-child {
  width: 22px;
}
.mobilebuttonsection div:nth-child(2) {
  width: 15px;
}
.mobilebuttonsection div:last-child {
  width: 30px;
  margin-bottom: 0;
}
.offcanvas{
  background-color: #000;
}
.offcanvas-start{
  width: 100%;
}
.btn-close{
  color: #fff;
}
  .mobilebuttonsection{
    display: block;
  }
  .devicemobsection{
    display: block;
  }
  .carousel-caption h5 {
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 15px;
  }
  .aboutussection{
    font-size: 14px;
  }
  .aboutussection h4{
    font-size: 26px;
  }
  .aboutussectiontext{
    font-size: 14px;
  }
 
  .contactsec{
    height: auto;
  }
  .form-group{
    padding-bottom: 2px!important;
  }
  .footermenu ul li a{
    font-size: 13px;
  }
  .offcanvas{
    background-color: #174a9d;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #fff;
  }
  .dropdown-menu{
    background-color: #174a9d;
  }
  .innersectionbanner{
    background-size: cover!important;
  }
  .box-sec-one h2{
    font-size: 25px!important;
  }
  .buttoncommonblack::after {
    top: 23px!important;
  }
  .buttoncommon::after {
    top: 27px!important;
  }
}
@media (max-width: 575px) { 
	.socialiconspan strong{
		display: block;
	}
  .devicemobsection{
    display: block;
  }
  .mobilebuttonsection{
    display: block;
    /*margin-top: 31px;*/
  }
  .banner-body img{
    display: none;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #fff;
  }
  .dropdown-menu{
    background-color: #174a9d;
  }
  .mobilebuttonsection div {
    width: 6px;
    height: 3px;
    background-color: #174a9d;
    margin-left: 0;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
      0.3s ease background-color;
  }
  .mobilebuttonsection div:first-child {
    width: 22px;
  }
  .mobilebuttonsection div:nth-child(2) {
    width: 15px;
  }
  .mobilebuttonsection div:last-child {
    width: 30px;
    margin-bottom: 0;
  }
  .offcanvas{
    background-color: #174a9d;
  }
  
  .offcanvas-start{
    width: 100%;
  }
  .btn-close{
    color: #fff;
  }
  .logo{
    margin: 0 auto;
    text-align: center;

  }
  .phoneno{
    display: none;
  }
  .navbar{
    width: 100%;
  }
  .navsection {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 99;
  }
  .navbar-light .navbar-toggler{
    background: #fff;
  }
  .carousel-caption h5 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 15px;
  }
  .carousel-caption{
    left: 0px;
    top: 0%;
  }
  .buttoncommon {
    padding: 14px 42px 14px 20px;
    font-size: 10px;
    margin: 0 auto;
  }
  .aboutussectiontext{
    text-align: justify;
    padding: 20px;
  }
  .formsectionfooter{
    display: flex;
    justify-content: center;
  }
  .footermenu ul li{
    padding: 0 3px;
  }
  .footermenu ul li a{
    padding: 0;
    font-size: 12px;
  }
  .socialiconspan{
    font-size: 11px;
  }
  .skycolor{
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  #pokretni_oblak2{
    top: 40%!important;
  }
  .chooseussection h4{
    font-size: 31px;
  }
  .chooseussection p{
    font-size: 21px;
  }
  .hover03 figure img{
    width: 100%;
  }
  .column div{
    margin-bottom: 13px;
  }
  .column div span {
    bottom: 11%;
    left: 11%;
    font-size: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .whychooseus {
    padding: 23px 0 0;
  }
  .aboutussectiontext h5{
    display: none;
  }
  .logocentersection img {
    padding-bottom: 30px;
    width: 30%;
    padding-top: 5%;
  }
  .column:last-child {
    padding-bottom: 0px;
  }
  .lightorangesection{
    text-align: justify;
    padding: 20px;
  }
  .lightorangesectiontext h5{
    width: 100%;
    text-align: center;
    padding-top: 5%;
    font-size: 35px;
  }
  .bluesection {
    padding: 30px 0;
  }
  .contactsec {
    text-align: center;
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .aboutussection h4{
    width: 100%;
  }
  .aboutussection {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 25px;
  }
  .formsectionbackground {
    position: relative;
    width: 78%;
  }
  .form-group {
    padding-bottom: 7px !important;
  }
  .footermenu ul li a {
    padding: 9px;
    font-size: 14px;
  }
  .gps_ring{
    bottom: 36%;
    right: 21%;
  }
  .innersectionbanner{
    background-size: cover!important;
  }
  #parent {
    display: flex;
    flex-direction: column-reverse;
  }
  .buttoncommonblack::after {
    top: 15px!important;
  }
  .buttoncommon{
    font-size: 13px;
  }
  .buttoncommon::after {
    top: 17px!important;
  }
  .box-sec-one ul li {
    width: 100% !important;
  }
  .box-sec-one{
    text-align: center;
  }
  .mobcenter{
    text-align: center;
  }
  .innersectionbanner h4{
    font-size: 33px!important;
  }
}
@media (max-width: 400px) { 
  .lightorangesection{
    padding: 10px;
  }
  .chooseussection h4 {
    font-size: 27px;
  }
  .chooseussection p {
    font-size: 18px;
  }
  .column div span {
    bottom: 11%;
    left: 0;
    text-align: center;
    width: 98%;
    margin: 0 auto;
  }
  .gps_ring {
    bottom: 32%;
    right: 18%;
  }
  #pokretni_oblak2 {
    top: 60% !important;
  }
  .logo img{
    width: 54%;
  }
  .mobilebuttonsection {
    display: block;
    margin-top: 19px;
  }
  .footermenu img{
    width: 54%;
  }
  .footermenu ul li {
    padding: 0px;
  }
  .bandeau p{
    margin-bottom: 5px;
  }
  .footermenu ul li a {
    font-size: 12px;
  }
  .box-sec-one ul li {
    width: 100% !important;
  }
  .box-sec-one{
    text-align: center;
  }
}






