#my_packages .container h2 {
    color: #4a249c;
    font-weight: bold;
    font-size: 25px;
}
.rtecenter{text-align: center;}

#my_packages .row{margin: 0;
padding: 0;}

/*---------------------------------------------*/
input {
	outline: none;
	border: 1px solid #e0d5f6;
  border-bottom: 1px solid #e0d5f6;
}
#btnReceipt {
    background: #4a249c!important;
}
#CompStatus {
    color: #4a249c;
    border-color: #4a249c;
}


#my_packages input:focus::-webkit-input-placeholder {
    color: transparent;
}
#my_packages input:focus:-moz-placeholder { color:transparent; }
#my_packages input:focus::-moz-placeholder { color:transparent; }
#my_packages input:focus:-ms-input-placeholder { color:transparent; }

#my_packages input::-webkit-input-placeholder {color: #999999;}
#my_packages input:-moz-placeholder {color: #999999;}
#my_packages input::-moz-placeholder {color: #999999;}
#my_packages input:-ms-input-placeholder {color: #999999;}

/*---------------------------------------------*/

#my_packages button:hover {
    background: transparent !important;
    border-color: #4a249c !important;
    color: #4a249c!important;
}

#my_packages button:hover {
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

#my_packages .container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

#my_packages .wrap-contact100 {
  width: 670px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/*==================================================================
[ Title form ]*/
#my_packages .contact100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 64px 15px 64px 15px;
}

#my_packages .contact100-form-title-1 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 7px;
}

#my_packages .contact100-form-title-2 {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}


#my_packages .contact100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54,84,99,0.7);
}


/*==================================================================
[ Form ]*/

#my_packages .contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;
*/  padding: 43px 88px 25px 300px;
}


/*------------------------------------------------------------------
[ Input ]*/

#my_packages .wrap-input100 {
  width: 100%;
  position: relative;
/*  border-bottom: 1px solid #b2b2b2;
*/  margin-bottom: 26px;
}

#my_packages .label-input100 {
  font-size: 17px;
  color: #808080;
  line-height: 1.2;
  position: absolute;
  top: 14px;
  left: -210px;
/*  width: 80px;*/

}
.dotspc{margin-left: 17px;line-height: 1.2;
text-align: right;
position: absolute;
top: 14px; left: -50px;
}
/*---------------------------------------------*/
#my_packages .input100 {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 85%;
  background: transparent;
  padding: 0 5px;
}

#my_packages .focus-input100 {
  position: absolute;
  display: block;
/*  width: 100%;
*/  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

#my_packages .focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #57b846;
}


/*---------------------------------------------*/
#my_packages input.input100 {
  height: 45px;
}


#my_packages .input100:focus + .focus-input100::before {
  width: 85%;
}

#my_packages .has-val.input100 + .focus-input100::before {
  width: 85%;
}


/*------------------------------------------------------------------
[ Button ]*/
#my_packages .container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}

#my_packages .contact100-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    min-width: 160px;
    height: 40px;
    background-color: #4a249c;
    letter-spacing: 0px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    border: 1px solid #4a249c;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#my_packages .contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

    #my_packages .contact100-form-btn:hover {
        background-color: #ffffff;
        color: #4a249c;
    }

#my_packages .contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}





/*------------------------------------------------------------------
[ Alert validate ]*/

#my_packages .validate-input {
  position: relative;
}

#my_packages .alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#my_packages .alert-validate::after {
  content: "\f06a";
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

#my_packages .alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}




/*.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: #1abc9c;
  height: 14.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #1abc9c;
  border-right: 0.125rem solid #16a085;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 12rem;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}*/


#my_packages.btn.focus, #my_packages .btn:focus{box-shadow: none;}

#my_packages .btn-mpackage{

    border: 2px solid #4a249c;
    color: #4a249c;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
/*    margin-right: 8px;
*/    width: 200px;
    transition-duration: 0.4s;
    border-radius: 0;

}

#my_packages .btn-mpackage:hover{

    background: #4a249c;
    color: #fff;

}

#my_packages [type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
#my_packages [type="date"]::-webkit-inner-spin-button {
  display: none;
}
#my_packages [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

#my_packages input[type="date"] {
  border: 1px solid #e0d5f6;
  border-radius: 0;
  background-color: #fff;
  padding: 3px 50px;
  width: 280px;
height: 50px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}
#my_packages input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
#my_packages [type="date"]:focus:before,
#my_packages input[type="date"]:valid:before {
    content: "";
  }

#my_packages .todate  {
    padding: 12px;
}
.tprof [type="text"]{width: 100%;/*height: 50px;*/}

#tesprofile {
  background-image: url("../images/searchicon.png");
  background-position: 10px 15px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 5px;
/*  margin-left: 15px;*/
}
#tesprofile [type="text"]:focus, #tesprofile [type="text"] :active {
  box-shadow: none;outline: none;
}

#test_profiles h2 span{
    font-size: 22px;
    letter-spacing: 1px;
    color: #4a249c;
}





/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
 /* width: 60px;*/
  height: 34px;
  float:right;
  margin-top: -25px;
}
.tprof_cont {
    padding-left: 0 px !important;
    padding-right: 0px !important;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #4a249c;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.large-txt{
    font-size: 18px;
}

/*.tprof_cont ul li{
    border-bottom: 1px solid #ccc;
}*/
.tprof_cont .libottom{
 border-bottom: 1px dotted #ccc !important;padding-bottom: 10px;
}
.tprof_cont{line-height: 1.4;}
.btn-save {
    color: #fff;
    background-color: green;
    border-color: green;
    width: 10%;margin-bottom: 15px;
}


.btn-save:hover {
    color: green;
    background-color: #e6ffe6;
    border-color: green;
    width: 10%;margin-bottom: 15px;
}



#mpackages .tabs{
    width:60%;
    height:auto;
    margin:0 auto;
}

/* tab list item */
#mpackages .tabs .tabs-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
#mpackages .tabs .tabs-list li{
    width:100px;
    float:left;
    margin:0px;
    margin-right:2px;
    padding:10px 5px;
    text-align: center;
    background-color:cornflowerblue;
    border-radius:3px;
}
#mpackages .tabs .tabs-list li:hover{
    cursor:pointer;
}
#mpackages .tabs .tabs-list li a{
    text-decoration: none;
    color:white;
}

/* Tab content section */
#mpackages .tabs .tab{
    display:none;
    width:96%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:20px 15px;
    background-color:lavender;
    color:darkslategray;
    clear:both;
}
#mpackages .tabs .tab h3{
    border-bottom:3px solid cornflowerblue;
    letter-spacing:1px;
    font-weight:normal;
    padding:5px;
}
#mpackages .tabs .tab p{
    line-height:20px;
    letter-spacing: 1px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px;
}
    /* When active state */
    #mpackages .active{
    display:block !important;
}
#mpackages .tabs .tabs-list li.active{
    background-color:lavender !important;
    color:black !important;
}
#mpackages .active a{
    color:black !important;
}

/* media query */
@media screen and (max-width:360px){
    #mpackages .tabs{
        margin:0;
        width:96%;
    }
   #mpackages .tabs .tabs-list li{
        width:80px;
    }
}


/*Topbar Service availability section css start*/

.googlep{width: 135px;}
.table-responsive{width: 100%;}

/*Topbar Service availability section css end*/

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1700px) {
  .table-bordered td:nth-child(2) {width: 125px;}
    .table-bordered td:nth-child(3) {
        width: 555px;
        display: block;
        border-top: none;
        border-right: none;
        border-left: none;
        line-break: anywhere;
    }
.table-bordered td:nth-child(8) {width: 200px;}
  }
@media (max-width: 1500px) {
  .table-bordered td:nth-child(2) {width: 137px;}
    .table-bordered td:nth-child(3) {
        width: 546px;
        display: block;
        border-top: none;
        border-right: none;
        border-left: none;
    }
.table-bordered td:nth-child(8) {width: 200px;}
  }
  @media (max-width: 1300px) {
  .table-bordered td:nth-child(2) {width: 300px;}
.table-bordered td:nth-child(3) {width: 100px;}
.table-bordered td:nth-child(8) {width: 200px;}
  }
@media (max-width:768px) {
  .table-bordered td:nth-child(2) {width: 125px;}
.table-bordered td:nth-child(3) {width: 160px !important;}
.table-bordered td:nth-child(8) {width: 200px;}
  }
@media (max-width: 1200px) {
    .table-bordered td:nth-child(2) {
        width: 125px;
    }

    .table-bordered td:nth-child(3) {
        width: 385px;
    }

    .table-bordered td:nth-child(8) {
        width: 200px;
    }
}

@media (max-width: 1024px) {
  #my_packages input[type="date"] {
    width: 205px;}
.slider::before{height: 15px;
width: 15px;
left: 5px;
bottom: 4px;}
.slider {
    top: 10px;
    left: 10px;
}
    .col-md-12.text-center {
        width: 100%;
    }

    .nav-item {
        width: 50% !important;
    }
.btn-group-lg > .btn, .btn-lg{padding: 2px;}

  }

@media (max-width: 991px) {
  #my_packages .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
    .col-md-12.text-center {
        width: 100%;
    }
    .nav-item {
        width: 50% !important;
    }
  .btn-save {
width: 20%;
font-size: 15px;
line-height: 30px;
}
.btn-save:hover {
width: 20%;
font-size: 15px;
line-height: 30px;
}
  #my_packages input[type="date"] {
    width: 155px;}
    #my_packages .contact100-form{padding: 8px 20px 10px 245px;}

#my_packages .btn-mpackage{width: 160px;}
}

@media (max-width: 767px) {
  .btn-save {
   font-size: 15px;
line-height: 30px;
}
#my_packages .btn-mpackage{width: 200px;}
#my_packages .contact100-form {
    padding: 0px 8px 5px 220px;
}
.todate{display: none; }

table td, .table th {
    padding: 3px;
    overflow-x: auto;
    font-size: 12px;
}
#my_packages .label-input100{font-size: 15px;left: -180px;}
#my_packages .wrap-input100{margin-bottom: 10px;}
.dotspc{left: -80px;}
#my_packages .input100{width: 90%;}
#my_packages input[type="date"] {
    width: 250px;
}
#first_date{margin-bottom: 10px;}
#my_packages .contact100-form-btn{height: 35px;font-size: 12px;}

}

@media (max-width: 576px) {
#my_packages .contact100-form {
    padding: 43px 15px 57px 117px;
  }

.todate{display: none; }

table td, .table th {
    padding: 3px;
    overflow-x: auto;
    font-size: 12px;
}

}

@media (max-width: 480px) {
  #my_packages .contact100-form {
    padding: 0 0 25px 40px;
  }
#my_packages .wrap-input100 {

    margin-bottom: 5px;

}
    .nav-item {
        width: 100% !important;
    }
#my_packages input[type="date"] {

    width: 355px;

}
#my_packages input.input100 {

    height: 40px;

}
  #my_packages .label-input100 {
    text-align: left;font-weight: bold;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  }
    
.todate{display: none; }

table td, .table th {
    padding: 2px;
    overflow-x: auto;
    font-size: 12px;
}
.table-responsive > .table-bordered {
    border: 0;
    margin: -5px;
}
 .btn-save {
width: 30%;
font-size: 15px;
line-height: 30px;
}
.btn-save:hover {
width: 30%;
font-size: 15px;
line-height: 30px;
}
}

@media (max-width: 320px) {
  .btn-save {
width: 30%;
font-size: 15px;
line-height: 30px;
}
.btn-save:hover {
width: 30%;
font-size: 15px;
line-height: 30px;
}
    #my_packages .contact100-form {
        padding: 0 10px 25px 10px;
    }
    .nav-item {
       width: 100% !important; 
        }
#my_packages .input100 {
    width: 100%;
}
#my_packages input[type="date"] {
    width: 290px;
    height: 35px;
}
  }
