.navclr{
    background-color: #4775d1;
    color: white;
}
.btn-clr{
    background-color: #f27420;
    color: white;
    border: 2px solid white;
}
.underline{
    font-weight: 600;
    color: #f27420;
}
.underline u{
    border-bottom: 3px solid lightblue;
    text-decoration: none;
    padding-bottom: 5px;
}
.mission{
    display: block;
    text-align: center;
}
.shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.bold{
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 20px;
}
.heading{
    text-align: center;
    padding-bottom: 40px;
}
.pt-four{
    padding-top: 4.3rem !important;
}
.h-150{
     height: 110% !important;
}
.details{
    text-align: -webkit-center;
}
.fnt{
    font-weight: 600;
}
.fnt2{
    font-weight: 600;
    font-size: smaller;
    line-height: 1.5rem;
}
.bt{
    text-align: center;
}
.pt-6{
    padding-top: 6rem;
}
.lineht{
    line-height: 1.5rem;
}
/*@media screen and (max-width: 600px){
  .mobile img{
    margin: 0;
    width: 200px;
    overflow: hidden;
    background-color: none;
  }
}*/
.color{
    background-color: #f6f6f6;
    width: 100%;
    display: block;
}
.news{
    line-height: 5.0em;
    font-weight: 600;
}
.link{
    color: black;
}
a.link:hover{
    color: black;
    text-decoration: none;
}
.color2{
    background-color: #5b84d7;
    line-height: 5.0em;
}
.news2{
    line-height: 2.2em;
    color: white;
}
.links{
    color: #ff8803;
    font-weight: 600;
}
a.links:hover{
    color: #ff8803;
    text-decoration: none;
}
.underline2 u{
    border-bottom: 3px solid #f27420;
    text-decoration: none;
}
.social-media{
    font-size: x-large;
}
.fnt3{
    font-size: 11px;
}
.pl-6{
    padding-left: 5rem;
}
.rates{
    text-align: center;
    font-size: 16px;
}
/*****************country code****************/
/*<style>
* {
  box-sizing: border-box;
}
body {
  font: 16px Arial;  
}
*/
.autocomplete {
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
/*</style>*/
/****************/
.link3{
    color: black;
}
a.link3:hover{
    color: black;
    text-decoration: none;
}
/*.time{
    border: 2px solid #f27420;
    background-color:  #f27420;
    color: white;
}*/
.circle{
    display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #f27420;
  padding: 0.5em 0.6em;
}
/*========================MODEL========================*/
   .new_modal {
       position: fixed; /* Stay in place */
       z-index: 1031; /* Sit on top */
       padding-top: 180px; /* Location of the box */
       left: 0;
       top: 0;
       width: 100%; /* Full width */
       height: 100%; /* Full height */
       overflow: auto; /* Enable scroll if needed */
       background-color: rgba(0, 0, 0, 0.75); 
   }
   .new_modal_content {
       background-color: #fefefe;
       margin: auto;
       padding: 20px;
       border: 1px solid #888;
       max-width: 300px;
       border-radius: 7px;
   }
   .link_active {
        background-color: #293346;
   }
   .select2 {
        width: 100% !important;
   }
   .otp_resender:hover {
        color: #030077;
   }
/*===============TABLE===============*/
   .tabler {
       background: #354869;
       border-radius: 10px;
       color: white;
       text-align: center;
   }
   .tabler th,td {
       padding: 15px;
       border: 1px solid white;
   }
   .tabler tr {
       border: 1px solid white;
   }
   .tabler a {
       color: white;
       transition-duration: 0.5s;
   }
   .tabler a:hover {        
        color: aqua;
   }
 .table th, .table td{
  padding: 6px;
      vertical-align: top;
 }
@media only screen and (max-width: 320px)  {
   .btn-lg{
        padding: 3px !important;
        font-size: 1.125rem;
        line-height: 1.5;
        border-radius: 0.3rem;
    }
    .table th, .table td{
    padding: 2px;
    vertical-align: top;
    font-size: 8px;
    }
}
.tbodyy p {
    margin-bottom: 2px;
}
.tbodyy table td{
    padding: 5px;
}
/*===============BORDER EFFECT===============*/
.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.card-title {
    text-align: center;
}
.coll_report_table th,td{
    text-align: center;
}
/*===============LITTILE SNIPPETS===============*/
.snip1547 {
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 48px;
  margin: 15px 30px;
  outline: none;
  padding: 0 43px 0 0;
  position: relative;
  text-transform: uppercase;
}
.snip1547 span {
  background-color: #c72544;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.snip1547:after {
  font-family: FontAwesome;
  content: "\f0da";
  background-color: #c72544;
  position: absolute;
  right: 0%;
  height: 48px;
  padding: 1px 20px;
  top: 0;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.snip1547:hover span,
.snip1547.hover span {
  background-color: #ba2340;
}
.snip1547:hover:after,
.snip1547.hover:after {
  margin-top: -5px;
  background-color: #da3655;
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.5);
}
.cart_div {
    position:fixed;
    z-index: 9999;
}
@media only screen and (max-width: 1170px)  {
    .cart_div {
        bottom: 10%;
        right: 3%;
    }
}
@media screen and (min-width: 1171px) and (max-width: 1366px) {
    .cart_div {
        bottom: 10%;
        right: 10%;
    }
    .horizontal-nav {
        font-size: 11px;  
    }
    .horizontal-nav > li > a  {
        padding: 11px 7px !important;  
    }
}
@media only screen and (min-width: 1367px)  {
    .cart_div {
        bottom: 20%;
        right: 10%;
    }
}
tbody span {
    font-size: 14px;
}
.table-bordered thead th, .table-bordered thead td {
    font-size: 14px;
    text-align: center;
}
tbody td b {
    font-size: 14px;
}
form .form-group {
    margin-bottom: 5px;
}
.table th, .table td {
    font-size: 14px;
    vertical-align: middle;
}
form .form-control {
    margin : auto;
}
.col_smaller {
    max-width: 49%;
}
select.form-control:not([size]):not([multiple]) {
    height: 33px;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
#datatabler.dataTable {
    width: 75% !important;
    margin: 0 auto !important;
    clear: both !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}
#datatabler th,td {
    font-size: 12px !important;    
    text-align: center !important;
    padding: 7px 5px !important;
}
/*===============DROPDOWN SUBMENU===============*/
.dropbtn {
    background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; 
    } 
.dropdown {
    position: relative; display: inline-block; 
    } 
.dropdown-content {
    display: none; position: absolute; background-color: #767677; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; 
    } 
.dropdown-content a {
    color: white; padding: 4px 16px; text-decoration: none; display: block; border-bottom: 1px solid white;
    } 
.dropdown-content a:hover {
    background-color: #212938; cursor: pointer; transition: 
    } 
.dropdown:hover .dropdown-content {
    display: block;
    } 
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.dropdown_reports{
    min-width: 260px;
    background-color: #39455a;
}
.dropdown_reports a{
    padding: 1px 16px;
}