.package-content{
    border: 2px solid #233d63;
    border-radius: 20px 0 20px 0;
}
.package-content .theme-button{
    padding-right:30px;
}
.copyright-content{
        margin-top: 0px;
}
#google_translate_element {
	
	color: transparent;
}

#google_translate_element a {
	
  display: none;
}

select.google_translate_element {
	
  color: black;
}

div.goog-te-gadget {
	
  color: transparent;
}

div.goog-te-gadget {
	
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
	
    margin: 0px 0 !important;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 500;
    background: #f66b5d;
    background-size: 300% 100%;
    border: 1px solid #f66b5d;
    color: #ffffff !important;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    height: 42px;
    display: inline-block;
    position: relative;
    /* top: 6px; */
    width: 200px;
}
.cart-detail-item .cartdetail__content .cart-table tr td {
    color: #233d63;
    font-weight: bold;
    text-align: right;
}
.sidebar-widget .side__btns li .theme-button i{
    margin-right: 15px;
    position: absolute;
    left: 0;
    padding: 17px;
    top: 0;
    border-radius: 4px;
    background: #f66b5d;
}
.sidebar-widget .side__btns li .theme-button {
    width: 100%;
    padding-left: 63px;
}
.mygrid{
    display: grid;
    grid-template-columns: auto auto auto;
}

.sidebar-widget.contact-widget .contact__links li i {
    background-color: #f66b5d;
    color: #fff;
}
.mytitle{
    background: #f66b5d;
    color: #fff !important;
    padding: 10px;
    border-radius: 4px;
}
.darkbg{
    background-color: #233d63;
}
.cart-detail-item.darkbg .cartdetail__content .cart-table tr th{
    color:#fff;
}
.cart-detail-item.darkbg .cartdetail__content .cart-table tr td{
    color:#fff;
}
.orgbg{
     background: #f66b5d;
}
.mytitle1{
    background-color: #233d63;
    color: #fff !important;
    padding: 10px;
    border-radius: 4px;
}
.cart-detail-item.orgbg .cartdetail__content .cart-table tr th{
    color:#fff;
}
.cart-detail-item.orgbg .cartdetail__content .cart-table tr td{
    color:#fff;
}

.dash table{
    background-color: #233d63;
    color:#fff;
    width:100%;
}
.dash table td{
    padding:10px;
    border: 2px solid;
}
.dash table th{
     background: #f66b5d;
    color: #fff !important;
    padding: 10px;
    border: 2px solid;
}
.inheader{
     background: #f66b5d;
     padding:10px;
     color: #fff !important;
}
.sbmt{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 40px;
    background-color: #f66b5d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    position: relative;
    display: inline-block;
    border: none;
}

.ref {
    background: #233d63;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
}
.ref span{
    color:#f66b5d;
}

input[type=radio] + label {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #233d63;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
 input[type=radio] + label:hover {
          background-color: #f66b5d;
      border-color: none;
       color:#fff;
  }
  input[type=radio]:checked + label {
          background-color: #f66b5d;
       color:#fff;
       border-color: none;
  }
