/*Responsive Breakpoints*/
/*max-width - 499*/
/*min-width - 500+*/
/*min width - 1000+*/
/*min width - 2400+*/

@import 'https://fonts.googleapis.com/css?family=Ubuntu:300, 400, 500, 700';
*, *:after, *:before {
  margin: 0;
  padding: 0;
}



html {
    scroll-behavior: smooth;
    width: 100vw;
    min-width: 370px;
    width: 100vw;
    
    
  }

body {
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    overflow-y:auto;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    min-width: 370px;
}

model-viewer {
  --progress-bar-color: transparent;
}

/*landing*/
.landingModel{
  width: 50%;
  height: 100vh;
  left: 50%;
}

.landingModel2{
  width: 50%;
  height: 70vh;
  left: 50%;
}

.Landingtext{
  color: #433157;
  width: 40vw;
  position: absolute;
  top: 25vh;
  left: 25vw;
  transform: translate(-50%, -0%);
}

.Landingtext img{
  width: 40%;
}

.Landingtext2{
  text-align: center;
  color: #433157;
  width: 25%;
  position: absolute;
  top: 30%;
  left: 35%;
  transform: translate(-50%, -0%);
}

.Landingtext .btn {
    background-color: #433157; 
    color:#ffffff;
  }

.Landingtext .btn:hover {
    color: #433157;
    background-color:rgba(255,0,0,0);
    border: 1px solid #433157;
  }

/* .mainbottxt{
    width: 25vw;
} */

#mainbody{
  margin-top: 50px;
  margin-bottom: 50px;
}

.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}


svg path {
  transition: 0.1s;
}

.Layer_1{
    width: 50%;
    padding-bottom: 100px;
}


h3 {
  font-weight: 400;
}

header {
  color: #fff;
  text-align: center;
}

main {
  color: #433157;
  background: #ffffff;
 position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 5vh;
  width: 100wv;
}


.features_section{
  font-size: 15px;
  color: #433157;
}


.footer{

  padding:30px 0px;
  font-family: 'Play', sans-serif;
  text-align:center;
  font-weight: 700;
  }
  
  .footer .row{
  width:100%;
  margin:1% 0%;
  padding:1% 1%;
  color: #433157;
  font-size:0.8em;
  }
  
  .footer .row a{
  text-decoration:none;
  color: #433157;
  transition:0.5s;
  }
  
  .footer .row a:hover{
  color:#a174d4;
  }
  
  .footer .row ul{
  width:100%;
  }
  
  .footer .row ul li{
  display:inline-block;
  margin:0px 30px;
  }
  
  .footer .row a i{
  font-size:2em;
  margin:0% 1%;
  }

/*Footer End*/

small {
  opacity: 0.5;
  font-weight: 300;
}
small a {
  color: inherit;
}

/*3D*/
.threedsection{
 width: 100vw;
 height: 100vh;
}


/*Hotspot Switch*/
#mainmodelload {
    width: 60vw;
    height: 100vh;
    left: 20vw;
   
  }


.htsptswhwrp{
    z-index: 99;
    display: block;
    position:absolute;
  
  }
  
  /* Toggle Switch */
  
  .toggle {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 180px;
    background: #f2c4ef;
    border-radius: 18px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    top: 90vh;
    margin: 20px;
    z-index: 9999;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
  }
  .toggle p {
    margin: 0 0 0 0;
    padding:10px 0px 0px 15px;
    color: #fff;
    color: #423056;
    display: block;
    font-family: Futura, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  .toggle input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    width: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:#423056;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
  }
  input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  

  .Hotspot {
    background: #fff;
    border-radius: 32px;
    border: 0;
    box-shadow: 0 2px 4px #423056;
    box-sizing: border-box;
    cursor: pointer;
    height: 10px;
    width: 10px;
    padding: 8px;
    position: relative;
    transition: opacity 0.3s;
    
  }
  
  .Hotspot:not([data-visible]) {
    background: transparent;
    border: 4px solid #fff;
    box-shadow: none;
    height: 14px;
    width: 14px;
    pointer-events: none;
    
  }
  
  .Hotspot:focus {
    border: 4px solid #e1c16e;
    height: 14px;
    outline: none;
    width: 14px;
    
  }
  
  .Hotspot > * {
    opacity: 1;
    transform: translateY(-50%);
  }
  
  .HotspotAnnotation{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #423056;
    display: block;
    font-family: Futura, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: calc(100% + 0.5em);
    max-width: 128px;
    overflow-wrap: break-word;
    padding: 0.5em 0.5em;
    position: absolute;
    top: 50%;
    width: max-content;
  }
  
  .Hotspot:not([data-visible]) > * {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-50% + 4px));
    transition: transform 0.3s, opacity 0.3s;
  }
  
  
  .wrapper {
    position: absolute;
    width: 330px;
    z-index: -10;
  
  }
  .figcaption {
    opacity: 0;
    position: absolute;
    z-index: -40;
    background: #f2c4ef;
    color: #423056;
    width: 30px;
    height: auto;
    max-height: 30px;
    border-radius: 50%;
    max-width: 220px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.3s;
  }
  
  .figcaption.is-expanded {
    opacity:1;
    width: 210px;
    border-radius: 4px;
    max-width: 220px;
    max-height: 200px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
    transition-delay: 0s;
  }
  
  .caption-copy-wrap {
    opacity: 0;
    overflow: hidden;
    max-height: 60px;
    transition: all 0.2s;
    transition-delay: 0s;
  }
  .figcaption.is-expanded .caption-copy-wrap {
    opacity: 1;
    white-space: normal;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.4s;
  }
  .caption-copy {
    font-family: sans-serif;
    margin: 0;
    padding: 10px 20px 20px 20px;
    font-size: 0.875rem;
    line-height: 1.28571429;
  }
  
  /*sidebtn*/
  .sidebtn{
    z-index: 9999999999999999999;
    position: absolute;
    top: 10%;
    left: 80vw;
  }

  .sidebtn-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 1%;
    left: 1%;
  }

  .sidebtnbox {
    background-color:#423056;
    cursor: pointer;
    margin: 10px;
    width: 150px;
    height: 40px;
    font-size: 12px;
    transition: transform .2s;
    border-radius:4px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
    
  }

  .sidebtnbox:hover{
    transform: scale(1.05);
  }
  
  
  
  
  
  /*Color Switches*/
  .variantwrp{
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 85vw;
  }
  
  .flex-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 1%;
    right: 1%;
  }
  
  
  .flex-item-right {
    cursor: pointer;
    margin: 10px;
    width: 40px;
    height: 40px;
    transition: transform .2s;
    border-radius:4px;
    text-align: center;
    line-height: 40px;
    color: #000;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
    
  }
  
  .flex-item-right:hover{
    transform: scale(1.1);
  }
  

  /*Loader*/
.loader-container {
    top: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
    z-index: 999;
  }
  
  .loader-container .loader {
    height: 5rem;
    width: 7rem;
    position: relative;
    
  }
  .loader-container .loader .square {
    height: 50%;
    width: 50%;
    position: absolute;
    background: #433157;
    border-radius:4px;
  }
  .loader-container .loader .one {
    top: 0;
    left: 0;
    animation: animate_one 5s infinite ease;
    background: #433157;
  }
  .loader-container .loader .two {
    top: 50%;
    left: 50%;
    animation: animate_two 5s infinite ease;
    background: #ffcefc;
  }
  
  @keyframes animate_one {
    0%,
    100% {
      top: 0;
      left: 0;
      width: 50%;
      height: 50%;
    }
    12.5% {
      left: 0;
      width: 100%;
    }
    25% {
      top: 0;
      left: 50%;
      width: 50%;
      height: 50%;
    }
    37.5% {
      top: 0;
      height: 100%;
    }
    50% {
      top: 50%;
      left: 50%;
      width: 50%;
      height: 50%;
    }
    62.5% {
      left: 0;
      width: 100%;
    }
    75% {
      top: 50%;
      width: 50%;
      height: 50%;
    }
    87.5% {
      top: 0;
      left: 0;
      height: 100%;
    }
  }
  
  @keyframes animate_two {
    0%,
    100% {
      top: 50%;
      left: 50%;
      width: 50%;
      height: 50%;
    }
    12.5% {
      left: 0;
      width: 100%;
    }
    25% {
      top: 50%;
      width: 50%;
      height: 50%;
    }
    37.5% {
      top: 0;
      height: 100%;
    }
    50% {
      left: 0;
      width: 50%;
      height: 50%;
    }
    62.5% {
      top: 0;
      left: 0;
      width: 100%;
    }
    75% {
      left: 50%;
      width: 50%;
      height: 50%;
    }
    87.5% {
      top: 0;
      height: 100%;
    }
  }

 /*main sec*/
 
 :root {
   --Transwhite: hsla(0, 0%, 100%, 0.75); /* paragraph */
   --lightgray: hsl(0, 0%, 95%); /* background, heading, button */
 }
 
 .container {
   position: relative;
   display: flex;
   flex-direction: row;
   max-width: 1440px;
   margin-left: auto;
   margin-right: auto;
   width: 80vw;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
 }
 

 
 

p {
  line-height: 25px;
  margin: 30px 0;
}
 
.Landingtext .btn:hover {
    color: #433157;
    background-color:rgba(255,0,0,0);
    border: 1px solid #433157;
  }
 
 .btn {
   cursor: pointer;
   font-family: "Ubuntu", sans-serif;
   font-weight: 1000;
   transition: all 0.3s ease;
   background: var(--lightgray);
   border-radius: 10px;
   padding: 15px 30px;
   border: 1px solid var(--lightgray);
   position: relative;
   margin: 20px;
 }

 .btn:hover{
  color: #ffffff;
  background: #433157;

}
 
 .attribution {
   font-size: 14px;
 }
 
 @media only screen and (min-width: 1440px) {
   body {
     flex-direction: column;
   }
 
   .container {
     flex-direction: row;
   }
 
   .sedan {
     border-radius: 12px 12px 12px 12px;
   }

   .suv{
    border-radius: 12px 12px 12px 12px;
   }
 
   .luxury {
     border-radius: 12px 12px 12px 12px;
   }
 }
 


 /*Color Cards*/

 .cardset{
 margin-top: 50px;
 }

 .cccard {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  height: 200px;
  margin: 1rem;
  position: relative;
  width: 200px;
}


.cccard-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/*NEwsLetterForm*/
.Signup {
  margin-top: 10vh;
  margin-left: 5vw;
  margin-right: 5vw;
}
.Signup__text {
  text-align: center;
  margin: 0 auto 25px;
  font-family: 'Montserrat', sans-serif;
  color: #6d6d6d;
  letter-spacing: 0.5px;
  font-size: 1em;
  line-height: 1.5em;
  width: 90%;
}
.Signup__form {
  display: flex;
  justify-content: center;
}

input {
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  color: #6d6d6d;
  transition: border 0.3s, box-shadow 0.3s;
  width: 90%;
  border-radius: 10px;
}

.Signup input {
  border-radius: 10px 0px 0px 10px;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  color: #6d6d6d;
  transition: border 0.3s, box-shadow 0.3s;
  width: 90%;
  max-width: 300px;
}



input:focus {
  outline: none;
  border: 2px solid #db4646;
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.Signup__button {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #4d3967;
  border-radius: 0px 10px 10px 0px;
  letter-spacing: 0.5px;
  padding: 0 40px;
  cursor: pointer;
  transition: all 0.4s;
}

.Signup__button:hover{
  font-family: 'Montserrat', sans-serif;
  color: #4d3967;
  background: #1d1329;
  border-radius: 0px 10px 10px 0px;
  letter-spacing: 0.5px;
  padding: 0 40px;
  cursor: pointer;
}



/*QA Accordian*/
.container3 {
  color: #4d3967;
  margin: 0 auto;
  width: 60vw;
  max-width: 1000px;
}

.container3 h1 {
    margin: 1rem 0;
}

.para-hide {
  display: none;
}

button {
  background: transparent;
  outline: none;
  border: none;
  transition: .3s ease;
  cursor: pointer;
  
}

button i {
  font-size: 1rem;
  transition: .3s ease;
}

.rotate {
  transform: rotate(180deg);
}

.accordion {
  color: #4d3967;
  text-align: left;
  background: #efefef;
  margin-bottom: 0.5rem;
  transition: .3s ease;
  padding: 15px;
  border-radius:10px;
}

button.btn-toggle-show {
  color: #4d3967;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: .3s ease;
}

button.btn-toggle-show span {
    font-size: 1rem;
    font-weight: 700;
}

.p-1 {
  padding: 1rem;
}

.accordion:last-child {
    margin: 0;
}



/*Contact Section*/
.container5 {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}



.form-container5 {
  display: flex;
  flex-direction: row;
}

.left-container5 {
  flex: 1;
 
  background-color: #4d3967;
}

.right-container5 {
  display: flex;
  flex: 1;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}

.left-container5 {
  display: flex;
  flex: 1;

  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.left-container5 p {
  font-size: 0.9rem;
}

.right-inner-container5 {
  width: 70%;
  text-align: center;
}

.left-inner-container5 {
  width: 80%;
  text-align: center;
  line-height: 22px;
}

input,
textarea {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  width: 100%;
  font-size: 0.8rem;

}

textarea {
border-radius:10px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.5px;
color: #6d6d6d;

}


.container5 input,
textarea {
 margin-top: 20px;

}

.submitbtn {
  border-radius: 20px;
  padding: 12px 45px;
  transition: transform 80ms ease-in;
  cursor: pointer;
}

.txtsml{
  text-align: justify;
}


.submitbtn:hover {
  opacity: 0.7;
}

/*New 3 Card Coloumn*/

/* Create a responsive, centered, three-column grid. */
.card-container {
  position: relative;
  margin-top: 50px;
	align-items: start;
	display: grid;
	grid-gap: 50px;
	grid-template-columns: repeat(auto-fit, 300px);
	justify-content: center;
  margin-bottom: 50px;
}

.card {
  height: 300px;
	background-color: #433157;
	border-radius: 10px;
	color: white;
	padding: 24px 20px 16px;
	text-align: jus;
  position: relative;
}

.boxP{
 display: block;
 position: absolute;
 bottom: 20px;
 width: 150px;
 left: 75px;
 margin-left: auto;
 margin-right: auto;
}




/*Responsiveness*/

/*Mobile*/
@media only screen and (max-width: 599px) {

  .cardset{
    margin-top: 50px;
    }
   
    .cccard {
     background: #fff;
     border-radius: 10px;
     display: inline-block;
     height: 100px;
     margin: 1rem;
     position: relative;
     width: 100px;
   }

  .svg-container {
    position: absolute;
    top: 60vh;
    right: 0;
    left: 0;
    z-index: -1;
  }

  .container_bg{
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    top: 0;
    height: 62vh;
    width: 100vw;
    background-color:red;
  }

  .landingModel{
    width: 80vw;
    height: 100vh;
    left: 20vw;
    top: 20vh;
  }

  .Landingtext{
    color: #433157;
    width: 80%;
    position: absolute;
    top:1%;
    left: 50%;
    transform: translate(-50%, -0%);
  }
  .mainbottxt{
    /* width: 90vw; */
    font-size: 13px;;
  }

    .flex-container {
      flex-direction: column;
      transform: scale(0.7);
    }
  
 
  
    #mainmodelload {
      width: 100%;
      height: 50vh;
      left: 0%;
    }

    .features_section{
      font-size: 14px;
    }

    .mt-4 h4{
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .lg\:grid-cols-4{
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .container3 {
      color: #4d3967;
      margin: 0 auto;
      width: 90vw;
    }
    button.btn-toggle-show span {
      text-align: left;
      font-size: 15px;
      font-weight: 600;
  }
  .footer{
    text-align:center;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:center;
    }
    .footer .row a i{
    margin:1% 3%;
    }

    .container {
      position: relative;
      display: flex;
      flex-direction: column;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
      width: 90vw;
      justify-content: space-between;
    
    }
    

   
    .Layer_1{
      padding-bottom: 0px; 
    }
    .toggle {
      position: relative;
      display: inline-block;}

      .landingModel2{
        width: 90vw;
        height: 50vh;
        margin-left: auto;
        margin-right: auto;
        left: 5vw;
      }
      main {
        color: #433157;
        background: #ffffff;
       position: static;
        text-align: center;
        overflow: hidden;
        margin-top: 5vh;
        width: 100wv;
      }

      .Landingtext2{
        text-align: center;
        color: #433157;
        width: 90vw;
        position: relative;
        top: 0%;
        left: 5vw;
        margin-bottom: 6vh;
        transform: translate(0%, 0%);
      }

      .form-container5 {
        flex-direction: column;
      }
      .left-container5{
        padding-top: 30px;
        text-align: left;
      }
      .right-container5{
        padding-top: 30px;
      }

      .txtsml{
        text-align: justify;
      }

      .toggle {
        top: 40vh;
      }
      
      
  }




/*Tab*/
@media only screen and (min-width: 600px) and (max-width: 1100px) {

  .card {
    height: 200px;

  }

  .boxP{
    display: block;
    position: absolute;
    bottom: 20px;
    width: 150px;
    left: 225px;
    margin-left: auto;
    margin-right: auto;
   }

  .card-container {
    grid-template-columns: repeat(auto-fit, 600px);
  }

  .toggle {
    position: relative;
    display: inline-block;
  }
  .svg-container {
    position: absolute;
    top: 60vh;
    right: 0;
    left: 0;
    z-index: -1;
  }

  .container_bg{
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    top: 0;
    height: 62vh;
    width: 100vw;
    background-color:red;
  }

  .landingModel{
    width: 80vw;
    height: 100vh;
    left: 20vw;
    top: 20vh;
  }

  .Landingtext{
    color: #433157;
    width: 80%;
    position: absolute;
    top:1%;
    left: 50%;
    transform: translate(-50%, -0%);
  }
  .mainbottxt{
    /* width: 90vw; */
    font-size: 13px;;
  }

  .features_section{
    font-size: 14px;
  }

  .mt-4 h4{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

  }

  .cardset{
    margin-top: 50px;
    }
   
    .cccard {
     background: #fff;
     border-radius: 10px;
     display: inline-block;
     height: 100px;
     margin: 1rem;
     position: relative;
     width: 100px;
   }

   .container3 {
    color: #4d3967;
    margin: 0 auto;
    width: 90vw;
  }
  button.btn-toggle-show span {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

#mainmodelload {
  width: 100%;
  height: 60vh;
  left: 0%;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  justify-content: space-between;

}

.Layer_1{
  padding-bottom: 0px; 
}

.toggle {
  position: relative;
  display: inline-block;}

  .landingModel2{
    width: 90vw;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
    left: 5vw;
  }
  main {
    color: #433157;
    background: #ffffff;
   position: static;
    text-align: center;
    overflow: hidden;
    margin-top: 5vh;
    width: 100wv;
  }

  .Landingtext2{
    text-align: center;
    color: #433157;
    width: 90vw;
    position: relative;
    top: 0%;
    left: 5vw;
    margin-bottom: 6vh;
    transform: translate(0%, 0%);
  }

  .form-container5 {
    flex-direction: column;
  }
  .left-container5{
    padding-top: 30px;
    text-align: left;
  }
  .right-container5{
    padding-top: 30px;
  }

  .txtsml{
    text-align: justify;
  }

  .toggle {
    top: 40vh;
  }
}




@media only screen and (min-width: 1025) {
  .mt-4 h4{
    padding-left: 10px;
    padding-right: 10px;
  }


}

@media only screen and (min-width: 2000px) {
  .mt-4 h4{
    padding-left: 10px;
    padding-right: 10px;
  }



}