.pera_button{
    display:flex;
    justify-content: space-between;
 align-items: center;
}
.pera_button p{
    font-size: 13px;
}
.buttonsmix button{
    display: inline-block;
    white-space: nowrap;
    padding: 8px 16px;
    margin: 0;
    background-color: #194f73;
    color: #fff;
    border: 0;
    border-right: 2px solid #fff;
    border-radius: 4px;
    z-index:10;
}
.buttonsmix a{
    background-color: #ff5757;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    padding: 9px 16px;
    margin: 0;
    z-index: 5;
    text-decoration: none;
}
.buttonsmix a:hover{
    background-color: #ff9393;
    color: #292727; 
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ff5757 !important;
    background-color: white !important;
}
.nav-pills .nav-link{
    color:#194f73 !important;
}
.nav::after{
 content:'';
     display: block;
     width:100%;
     height:1px;
     background-color: #c0c1c2;
     top:5px;
}

.liveuserlist{
    display: flex;
    gap:10px;
    align-items: center;
    margin-top:20px;
}

.liveuserlist figure img{
    width: 68px;
    height: 68px;
    border: 4px solid #ffffff;
    border-radius: 4px;
    box-shadow:  1px 1px 4px 0 rgba(12, 10, 10, 0.2),0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
.heading{
    font-size: 14px;
    text-decoration: none;
    color:#194f73;
    font-size:15px;
    font-weight: 700;
}
.heading:hover{
    cursor: pointer;
    color:#ff5757 ;
}

.pagination h5{
    color:#194f73; 
    font-size:18px;
    cursor: pointer;
}
.pagination h5 > span{
    cursor: pointer;
    color:#ff5757 ;
}
.pagination{
    display: flex;
    justify-content: flex-end;
    padding:10px 0 0 0;
}

.dashpath{
    padding: 11px 16px;
    color:#194f73;
    border-bottom: 1px solid #c0c1c2;
    font-size:17px;
}
.dashpath > a{
    color:#194f73;
    text-decoration: none; 
}
.dashpath > a:hover{
    color:#194f73;
}
@media (max-width:768px){
 .buttonsmix{
    white-space: nowrap;
 }
 .pera_button {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:20px;
 }
 .liveuserlist{
    gap:14%;
 }
} 
@media (max-width:576px) {
    .bodycolor{
        margin-top:100px;
    } 
    .liveuserlist{
        align-items: flex-start;
     }
}

.cartbackground {
    background-color: #dadada;
    margin-top: 127px;
    padding: 30px 0px !important;
  }
  
  .cart {
    background-color: white;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 10px;
  }
  
  .cart-header{
    background-color: #f5f5f5;
    padding: 10px 20px;
    padding-top:18px;
    border-bottom: 1px solid rgb(190, 190, 190);
    border-radius: 10px 10px 0 0;
  }
  .cart-header h5{
    font-weight: 500;
    font-size:25px;
  }
   
  .cart-body {
    padding: 20px 30px;
  }
  .form-group textarea{
    height:100px !important;
  }
  .form-group input:hover,.form-group textarea:hover{
    border:1px solid #194f73;
  }


  @media (max-width: 710px) {
    .cartbackground {
      margin-top: 110px;
    }
  }
  
  .span {
    font-size: 14px;
    /* margin-top:5px; */
    margin: 0px;
  }
  
  .checkitem {
    display: flex;
    align-items: flex-end;
    gap: 5px;
  }
  [type="checkbox"] {
    position: relative;
    bottom: 4px;
  }
  
  .bottomlogin {
    margin-top: 5px;
    width:100%;
  }
  
  .bottomlogin a {
    font-size: 14px;
    text-decoration: none;
    color: #194f73;
    text-align: right;
  }
  .cart-body .b{
    font-weight: 600;
    font-size:14px;
    color: black;
  }
  .cart-body p > a{
    color:#194f73;
    text-decoration: none;
  }
  .cart-body p > a:hover{
    color:#ff5757;
  }
  .footersection h3 {
    color: white ;
    font-size:20px;
    font-weight: 600 ;
    margin-top:-15px;
  }
  
  @media (max-width:767px) {
    
  @media (max-width: 768px) {
    .footersection h3 {
    }
  }  
  }
 
  
  .cart-header h5 {
    margin-top: 5px;
    font-weight: 600;
    color: rgb(24, 23, 23);
    font-size: 25px;
  }
  
  .cart-body{
  padding:30px;
  }
  
  .heading_pera h4{
  font-size:18px;
  color:black;
  font-weight:500;
  }
  .heading_pera h4:after{
    content:'';
    display:block;
    background:#dadada;
    width:100%;
    height:1px;
    position: relative;
    top:10px;
  }
  .single_live{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0px;
  }
  
  .total,.totalvalue{
    padding-top:18px;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
  }
  .total span,.totalvalue span{
    font-size:20px;
    color:black;
  font-weight:500;
  }
  .inputvalue form{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    padding-top:30px;
  }
  .inputvalue form input{
    color:black !important;
  }
  .delete{
    display:flex;
    gap:10px;
    align-items:center;
  }
  .inputvalue form input{
    border:1px solid #194f73;
  }
  .form_list input:hover,.form_list select:hover{
    border:1px solid #194f73;
  }
  @media (max-width: 710px) {
    .cartbackground {
      margin-top: 110px;
    }
  }
  
 
  .bgfootercolor {
    background-color: #343a40;
    padding: 20px 0px;
  }
  .footersection h3 {
    color: white !important;
    /* font-size:15px; */
    font-weight: 700 !important;
  }
  
  .footersection ul {
    list-style-type: none;
    margin-top: 20px;
    padding-left: 0.2rem !important;
  }
  
  .footersection ul li {
    margin: 10px 0;
    font-size: 14px;
    /* float: left; */
    width: 100%;
    color: white;
  }
  .footermargin{
      margin:30px 0px;
  }
  .footersection ul li a {
    padding: 8px;
    font-size: 15px;
    color: white;
    text-decoration: none;
  }
  
  .footersection p {
    color: white;
    margin: 0px;
  }
  
  .footerlast {
    background-color: #494545ce;
    padding: 16px;
  }
  .footerlast p {
    color: white;
    text-align: center;
    font-size: 14px;
    margin: 0px;
  }
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap");
  * {
    font-family: "Poppins", sans-serif;
  }
  
  .header_part {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
  }
  .position-fixed {
    z-index: 999;
  }
  
  .logo img {
    width: 200px;
    height: 80px;
  }
  .right_part ul {
    width: 100%;
    padding: 4px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .right_part ul li {
    float: left;
    white-space: nowrap;
    line-height: 16px;
    padding: 4px 16px;
    cursor: pointer;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
  }
  
  .right_part ul li:not(:first-child) {
    border-left: 1px solid #194f73;
  }
  .right_part ul li i {
    color: #194f73;
  }
  .right_part ul li a {
    color: #194f73;
    text-decoration: none;
    text-align: center;
  }
  .right_part form {
    position: relative;
    float: right;
  }
  .right_part form i {
    position: absolute;
    right: 28px;
    top: 10px;
    cursor: pointer;
  }
  .right_part form input {
    width: 280px;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px 40px 5px 5px;
  }
  .right_part form input:focus-visible {
    outline: none;
  }
  
  .bg-color,
  .btn-secondary {
    background-color: #343a40 !important;
  }
  .btn-secondary {
    border: none !important;
  }
  .btn-secondary:focus {
    box-shadow: none !important;
  }
  
  .dropdown-item {
    color: #194f73 !important;
  }
  .dropdown-item:hover {
    background-color: #194f73 !important;
    color: #fff !important;
  }
  
  .hambergur {
    display: none;
  }
  
  .offcanvas-start {
    width: 75% !important;
  }
  
  .offcanvas-header {
    padding: 0.25rem 1rem !important;
  }
  
  /* .phone{
    position: relative !important;
    top:3px !important;
  } */
  @media screen and (max-width: 770px){
  .right_part ul{
    font-size:12px !important;
  }
  
  }
  @media screen and (max-width: 710px) {
    .right_part ul li:not(:first-child) {
      border: none;
    }
    .logo img {
      width: 127px;
      height: 53px;
    }
    .right_part ul li {
      padding: 4px 5px;
      font-size: 14px;
    }
    .right_part form input {
      margin-right: 9px;
      margin-top: -7px;
    }
    .right_part form i {
      right: 17px;
      top: 4px;
    }
    .header_part {
      align-items: center;
    }
  }
  
  @media screen and (max-width: 576px) {
    .right_part {
      display: none !important;
    }
    .hambergur {
      display: block;
      cursor: pointer !important;
    }
  
    .header_part {
      align-items: center;
    }
  
    .right_part1 ul {
      width: 100%;
      padding: 4px;
      list-style-type: none !important;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    .right_part1 ul li {
      white-space: nowrap;
      cursor: pointer;
      display: flex;
      gap: 7px;
    }
  
    .right_part1 ul li i {
      color: #194f73 !important;
    }
    .right_part1 ul li a {
      color: #194f73;
      text-decoration: none;
      text-align: center;
    }
    .right_part1 form {
      position: relative;
      margin-top: 35px;
    }
    .right_part1 form i {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
    }
    .right_part1 form input {
      width: 100%;
      border-radius: 5px;
      border: 1px solid gray;
      padding: 5px 40px 5px 5px;
    }
    .right_part1 form input:focus-visible {
      outline: none;
    }
    .cartbackground {
      margin-top: 100px;
    }
    .cart-header h5{
      font-size:20px;
    }
    .profilebgcolor {
      margin-top: 100px;
    }
    .imglogoname figure img{
      width:110px;
      height:110px;
    }
    .username h4 {
      font-size:20px;
    }
    .username span{
      font-size:14px;
    }
  }
   
  .bodycolor{
    background-color: #dadada;
    margin-top:8%;
    padding: 0px !important;
}

*{
    margin-bottom:0px !important;
}

.pera_button{
    display:flex;
    justify-content: space-between;
 align-items: center;
}
.pera_button p{
    font-size: 13px;
}
.buttonsmix button{
    display: inline-block;
    white-space: nowrap;
    padding: 8px 16px;
    margin: 0;
    background-color: #194f73;
    color: #fff;
    border: 0;
    border-right: 2px solid #fff;
    border-radius: 4px;
    z-index:10;
}
.buttonsmix a{
    background-color: #ff5757;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    padding: 9px 16px;
    margin: 0;
    z-index: 5;
    text-decoration: none;
}
.buttonsmix a:hover{
    background-color: #ff9393;
    color: #292727; 
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ff5757 !important;
    background-color: white !important;
}
.nav-pills .nav-link{
    color:#194f73 !important;
}
.nav::after{
 content:'';
     display: block;
     width:100%;
     height:1px;
     background-color: #c0c1c2;
     top:5px;
}

.liveuserlist{
    display: flex;
    gap:10px;
    align-items: center;
    margin-top:20px;
}

.liveuserlist figure img{
    width: 68px;
    height: 68px;
    border: 4px solid #ffffff;
    border-radius: 4px;
    box-shadow:  1px 1px 4px 0 rgba(12, 10, 10, 0.2),0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
.heading{
    font-size: 14px;
    text-decoration: none;
    color:#194f73;
    font-size:15px;
    font-weight: 700;
}
.heading:hover{
    cursor: pointer;
    color:#ff5757 ;
}

.pagination h5{
    color:#194f73; 
    font-size:18px;
    cursor: pointer;
}
.pagination h5 > span{
    cursor: pointer;
    color:#ff5757 ;
}
.pagination{
    display: flex;
    justify-content: flex-end;
    padding:10px 0 0 0;
}

@media (max-width:768px){
 .buttonsmix{
    white-space: nowrap;
 }
 .pera_button {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:20px;
 }
 .liveuserlist{
    gap:14%;
 }
} 

@media (max-width:710px) {
    .bodycolor{
        margin-top:110px;
    } 
}

.cart-header {
  background-color: #f5f5f5;
  padding: 5px 20px;
  border-bottom: 1px solid rgb(190, 190, 190);
  border-radius: 10px 10px 0 0;
}

.cart-header h5 {
  margin-top: 5px;
  font-weight: 400;
  color: rgb(24, 23, 23);
  font-size: 18px;
}

.cart-body{
padding:20px 30px;
}

.form-group input:hover{
  border:1px solid #194f73;
}


.span{
  font-size:14px;
  /* margin-top:5px; */
  margin:0px;
}

.checkitem{
  display:flex;
  align-items: flex-end;
  gap:5px;
}

.bottomlogin{
  margin-top:5px;
  display:flex;
  justify-content: space-between;
  gap:10px;
}

.bottomlogin a{
  font-size: 14px;
  text-decoration: none;
  color:#194f73 ;
}

@media (max-width: 710px) {
  .cartbackground {
    margin-top: 110px;
  }
}

.cart-header {
  background-color: #f5f5f5;
  padding: 5px 20px;
  border-bottom: 1px solid rgb(190, 190, 190);
  border-radius: 10px 10px 0 0;
}

.cart-header h5 {
  margin-top: 5px;
  font-weight: 400;
  color: rgb(24, 23, 23);
  font-size: 18px;
}

.cart-body {
  padding: 20px 30px;
}

.span {
  font-size: 14px;
  /* margin-top:5px; */
  margin: 0px;
}

.checkitem {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.form-group input:hover{
  border:1px solid #194f73;
}


.bottomlogin {
  margin-top: 5px;
}

.bottomlogin a {
  font-size: 14px;
  text-decoration: none;
  color: #194f73;
  text-align: right !important;
}

@media (max-width: 710px) {
  .cartbackground {
    margin-top: 110px;
  }
}

.profilebgcolor {
  background-color: #dadada;
  margin-top: 127px;
}
.userdetails {
  padding: 10px;
}
.userdetails h5 {
  font-size: 18px;
}

.userdetails ul {
  list-style-type: none;
  padding-left: 0px !important;
}
.userdetails ul li {
  display: flex;
  gap: 30px;
}
.userdetails ul li > b {
  width: 200px;
  padding: 5px;
}
.userdetails ul li > span {
  width: 100%;
  padding: 8px 0px 0px 0px;
  border-bottom: 1px solid black;
  font-size: 14px;
}

.registraionbox {
  background-color: #dadada;
  padding: 0.25px;
}
.registraionbox h5 {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  color: black;
}
.dollerupper {
  border-bottom: 1px solid black;
}
.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total p {
  font-size: 20px;
}
.dollerupper span {
  font-size: 14px;
}
.buttoncombination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttoncombination button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 5px;
  padding: 12px;
  margin: 4px;
  height: 44px;
  background-color: #194f73;
  border: 2px solid #ff5757;
}
.buttoncombination button > span {
  font-size: 13px;
}
.dropdownn button {
  font-size: 13px !important;
  padding: 12px !important;
  margin: 4px !important;
  height: 44px !important;
  background-color: #194f73 !important;
  border: 2px solid #ff5757 !important;
}
.dropdown-menuu {
  border: 2px solid #ff5757 !important;
  background-color: #194f73 !important;
  min-width: 171px !important;
  transform: translate(4px, 50px)!important;
}
.dropdown-menuu li a {
  color: white !important;
  font-size: 13px !important;
}
.dropdown-menuu li a:hover {
  color: #ff5757 !important;
}
.description {
  padding: 10px;
}
.description h5 {
  margin-top: 40px;
  font-size: 25px;
  color: black;
  border-bottom: 2px solid black;
}
.description p {
  margin: 20px 0px;
}
.description b {
    display:block;
  margin: 20px 0px;
  color:black;
}
.description ul{
    margin: 20px 0px; 
}
.imglogoname{
    display:flex;
    gap:20px;
    align-items:center;
}
.secondary a{
    color:white !important;
    text-decoration:none !important;
}
.secondary:hover{
color:white !important;
}
.imglogoname figure img{
    width: 150px;
    height: 150px;
    margin: 8px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow:  1px 1px 4px 0 rgba(12, 10, 10, 0.2),0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.btn-group{
    position: relative;
}

.username h4 , .username span {
    color:black;
}
.bg-white{
    background-color: #fff !important;
}

@media (max-width: 710px) {
  .profilebgcolor {
    margin-top: 110px;
  }
}

@media (max-width: 410px){
    .imglogoname figure img{
    width:80px;
    height:80px;
  }
  .username h4 {
    font-size:17px;
  }
  .username span{
    font-size:11px;
  }
  .imglogoname{
    gap:5px;
  }
}
    .webi {
        width: 80%;
        padding: 10px;
        color: white !importent;
        font-weight: bold;
    }
    
    .webi:hover {
        width: 80%;
        padding: 10px;
        color: white !importent;
        font-weight: bold;
    }

    .service {
        background: whitesmoke;
        min-height: 315px;
        max-height:415px;
        padding-top: 16px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 47px;
        border-bottom: 2px solid #ccc;
    }
     .need h1 {
        position: absolute;
        margin-top: -14%;
        color: white;
        padding-left: 30%;
    }

    .tit a {
        color: black !important;
        text-align: center;
    }
    
    #cards_landscape_wrap-2{
  text-align: center;
  background: #F7F7F7;
}
#cards_landscape_wrap-2 .container{
  padding-top: 80px; 
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}

section {
  position: relative;
  min-height: 62vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 20px;*/
}

section .container {
  position: relative;
  width: 1000px;
  height: 500px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

section .container .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

section .container .user .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #ff0;
  transition: 0.5s;
}

section .container .user .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section .container .user .formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
}

section .container .user .formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

section .container .user .formBx form input {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

section .container .user .formBx form input[type='submit'] {
  max-width: 100px;
  background: #677eff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
}

section .container .user .formBx form .signup {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
}

section .container .user .formBx form .signup a {
  font-weight: 600;
  text-decoration: none;
  color: #677eff;
}

section .container .signupBx {
  pointer-events: none;
}

section .container.active .signupBx {
  pointer-events: initial;
}

section .container .signupBx .formBx {
  left: 100%;
}

section .container.active .signupBx .formBx {
  left: 0;
}

section .container .signupBx .imgBx {
  left: -100%;
}

section .container.active .signupBx .imgBx {
  left: 0%;
}

section .container .signinBx .formBx {
  left: 0%;
}

section .container.active .signinBx .formBx {
  left: 100%;
}

section .container .signinBx .imgBx {
  left: 0%;
}

section .container.active .signinBx .imgBx {
  left: -100%;
}

@media (max-width: 991px) {
  section .container {
    max-width: 400px;
  }

  section .container .imgBx {
    display: none;
  }

  section .container .user .formBx {
    width: 100%;
  }
}
  * {
            box-sizing: border-box;
        }

        .details-card {
            width: 80%;
            margin: auto;
        }


        .description-container {
            position: relative;
            /* height: 900px; */
        }

        .main-description1 {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .main-description h3 {
            font-size: 2rem;
        }

        .add-inputs,
        .add-inputs input {
            float: left;
            margin-right: 10px;
            margin-bottom: 2px;
        }

        .add-inputs button {
            border-radius: 0;
        }

        .add-inputs input {
            height: 48px;
            width: 65px;
            border-radius: 0;
        }


        .product-title {
            font-size: 1.1rem;
            font-weight: bold;
        }

        .product-price {
            font-size: 1.8rem;
        }

        .social-list {
            padding: 0;
            list-style: none;
        }

        .social-list li {
            float: left;
            padding: 6px 8px;
            margin-right: 12px;
        }

        .social-list li a {
            color: black;
            font-size: 2rem;
        }

        .social-list li a i {
            font-size: 2rem;
        }
        i{
            color:black!important;
            padding-left:5px;
        }
        .answer { display:none }
        
        ul{
            list-style=''!important;
        } 
.form-wrap{
	background: rgba(255,255,255,1);
	width: 80%;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.vi{
    font-size: 27px;
    padding:3%;
 }  


.input1 {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


.bhav {
  border-radius: 5px;
  border:1px solid black;
  padding: 3%;
  color:black;
  border-radius: 10%;
}





