body {
        background: white;
        transition: 0.5s ease;
        background-size: 100% 100%;
      font-size: 12pt;
      font-family: 'Poppins';
    }
body, h1, h2, h3, div, p, i, ul, li, a, span, img {
      margin: 0;
      padding: 0;
      text-align:left;
      font-family: 'Poppins';
    }
    a
    {
      text-decoration: none;
      color: black;
    }
body
{
    margin: 0px;
    padding: 0px;
    background: white;
/*  background: url('../img/backimg.jpg');
  background-size: 100% 100%;
  background-attachment: fixed;
*/  }
.container
{
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.page
{
  position: relative;
  width: 1100px;
  box-sizing: border-box;
  margin: auto;
}
.page-md
{
  position: relative;
  width: 1250px;
  box-sizing: border-box;
  margin: auto;
}

/*-------topbar---------*/
.topbar
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 0px solid #ccc;
  background-color: black;
  background: black;
  padding: 3px;
}
.topbar .topbar-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left span
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left span a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 6px 10px;
  color: white;
  
  font-weight: normal;
  font-size: 10pt;
}
.topbar .topbar-con .topbar-right
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-right span
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-right span a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 6px 10px;
  color: white;
  
  font-size: 10pt;
}

.topbar .topbar-con .topbar-right .topbar_currency_box
{
  float: right;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0px;
}
.topbar .topbar-con .topbar-right .topbar_currency_box select
{
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0px;
}

/*-------header---------*/
.header
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: white;

}
.header .header-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.mob_btn_box
{
  display: none;
}

.header .header-con .web-logo
{
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 6px 0px;
}
.header .header-con .web-logo img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .header-center
{
  position: relative;
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 0px 0px;
  padding-left: 20px;
}
.header .header-con .header-center .search-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 26px 0px;
  padding-left: 30px;
}
.header .header-con .header-center .search-box .sr-form
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50px;
}
.header .header-con .header-center .search-box .sr-form input
{
  position: relative;
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding: 12px 10px;
  font-size: 10pt;
  border:1px solid #eee;
  border-right: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.header .header-con .header-center .search-box .sr-form button
{
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 12.8px 10px;
  font-size: 10pt;
  border:none;
  font-weight: bold;
  background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%);
  color: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.header .header-con .header-right-mob
{
  display: none;
}

.header .header-con .header-right
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 10px 0px;
}
.header .header-con .header-right .link
{
  position: relative;
  float: left;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  padding: 0px 10px;
 /* border-left: 1px solid #fff;*/
 border: 0px solid #ccc;
}
.header .header-con .header-right .link:hover
{
  /*background: #333;*/
}
.header .header-con .header-right .link:hover .sub-link
{
  display: block;
}

.header .header-con .header-right .link .sub-link
{
  position: absolute;
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  z-index: 100;
  margin-top: 60px;
 /* border-left: 1px solid #fff;*/
 background: white;
 display: none;
}
.header .header-con .header-right .link .sub-link a
{
  position: relative;
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  font-size: 10pt;
  text-align: left;
  color: gray;

 /* border-left: 1px solid #fff;*/
}
.header .header-con .header-right .link .sub-link a:hover
{
  background: white;
}

.header .header-con .header-right .link a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 25px 0px;
  font-size: 12pt;
  /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,.23);*/
  border:0px solid #eee;
  font-weight: 600;
}
.header .header-con .header-right .link a.cart
{
  background: white;
  color: black;
}
.header .header-con .header-right .link a.cart i
{
  color: white;
}
.header .header-con .header-right .link a.cart span
{
  font-weight: normal;
}
.header .header-con .header-right .link a.login
{
  background: white;
  color: black;
}

.header .header-con .header-right .link a span
{
  font-size: 12pt;
  font-weight: 600;
}
.header .header-con .header-right .link a i
{
  color: black;
}
.header .header-con .header-right .link a:hover
{
}







    .slider
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }
    .slider .slider-con
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

.row
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.row .row-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}


  .heading
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px;
  }
  .heading h1,h2,h3,h4,h5,h6
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0px;
    margin: 0px;
    font-weight: bold;
  }

  .heading.center h1
  {
    text-align: center;
  }
  .heading.color-white h1
  {
    color: white;
  }


  .heading h1.left_head_border
  {
        border-bottom:3px solid #333;
        text-align: center;
        font-size: 16pt;
        font-family: 'Montserrat';
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 600;
        background: -webkit-linear-gradient(#eee, #333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-image: linear-gradient(to right,  #00FFFFFF, #eee, #333, #eee, #00FFFFFF);
    border-image-slice: 1;
  }
  .heading h2.left_head_border
  {
        border-bottom:2px solid #333;
        text-align: left;
        font-size: 16pt;
        font-family: 'Montserrat';
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 900;
        background: -webkit-linear-gradient(#eee, #333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-image: linear-gradient(to right,  #00FFFFFF, #eee, #333, #eee, #00FFFFFF);
    border-image-slice: 1;
  }
  .heading h3.left_head_border
  {
        border-bottom:1px solid #333;
        text-align: left;
        font-size: 14pt;
        font-family: 'Montserrat';
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 900;
        background: -webkit-linear-gradient(#eee, #333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-image: linear-gradient(to right, #333, #eee, #eee);
    border-image-slice: 1;
  }
  .heading h4.left_head_border
  {
        border-bottom:1px solid #333;
        text-align: left;
        font-size: 12pt;
        font-family: 'Montserrat';
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 900;
        background: -webkit-linear-gradient(#eee, #333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-image: linear-gradient(to right, #333, #eee, #eee);
    border-image-slice: 1;
  }
  .heading h5.left_head_border
  {
        border-bottom:1px solid #333;
        text-align: left;
        font-size: 11pt;
        font-family: 'Montserrat';
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 900;
        background: -webkit-linear-gradient(#eee, #333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-image: linear-gradient(to right, #333, #eee, #eee);
    border-image-slice: 1;
  }
  .heading h6.left_head_border
  {
        border-bottom:1px solid #333;
        text-align: left;
        font-size: 10pt;
        font-family: 'Montserrat';
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 900;
        background: -webkit-linear-gradient(#eee, #333);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-image: linear-gradient(to right, #333, #eee, #eee);
    border-image-slice: 1;
  }


.heading.afterbefore h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #888;
    bottom: 1px;
    left: calc(50% - 60px);
}
.heading.afterbefore h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #222;
    bottom: 0;
    left: calc(50% - 20px);
}

.heading.afterbeforedark h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.heading.afterbeforedark h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #222;
    bottom: 0;
    left: calc(50% - 20px);
}

  .heading h1
  {
    font-size: 22pt;
  }
  .heading h1.center
  {
    text-align: center;
  }
  .heading h1.left
  {
    text-align: left;
  }
  .heading h2
  {
    font-size: 24pt;
  }
  .heading h2 span
  {
    color: orange;
    
    font-weight: normal;
  }
  .heading h1 span
  {
    color: orange;
    
    font-weight: normal;
  }
.heading h1 img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 500px;
}
  .heading line
  {
    padding: 2px;
    border-radius: 50px;
    background: white;
    position: relative;
    float: left;
    width: 5%;
    margin-left: 47.5%;
    margin-top: 0px;
  background: #999;
  }

  .common-image
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #eee;
  }
  .common-image .common-image-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .common-image .common-image-con img
  {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .common-image .common-image-up
  {
    position: absolute;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 0px 0px;
    overflow: hidden;
    padding-bottom: 100px;
  }
  .common-image .common-image-up h2
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-shadow: 1px 1px black;
    font-size: 25pt;
    font-family: 'Francois One';
  }
  .common-image .common-image-up .rec-link
  {
    position: relative;
    float: left;
    width: 80%;
    margin-left: 10%;
    box-sizing: border-box;
    padding: 10px;
    color: white;
    background: white;
    background: rgb(187,24,24);
background: linear-gradient(27deg, rgba(187,24,24,1) 9%, rgba(255,87,87,1) 100%);
background: rgb(187,24,24);
background: linear-gradient(27deg, rgba(187,24,24,0.7802405196629214) 9%, rgba(255,87,87,1) 100%);
    box-shadow: 0px 20px 20px -10px black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .common-image .common-image-up .rec-link a
  {
    position: relative;
    float: left;
    width: auto;
    padding: 10px;
    color: white;
    font-size: 11pt;
    letter-spacing: 0.5px;
    
  }
.body-content
{
position: relative;
float: left;
width: 100%;
box-sizing: border-box;
}



    .cnt-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .cnt-box .cnt-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  .cnt-box .cnt-box-con h1,h2,h3,h4,h5,h6
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    
    font-weight: normal;
  }
  .cnt-box .cnt-box-con h1
  {
    font-size: 35pt;
  }
  .cnt-box .cnt-box-con h2
  {
    font-size: 30pt;
  }
  .cnt-box .cnt-box-con h3
  {
    font-size: 25pt;
  }
  .cnt-box .cnt-box-con h4
  {
    font-size: 20pt;
  }
  .cnt-box .cnt-box-con h5
  {
    font-size: 18pt;
  }
  .cnt-box .cnt-box-con h2 span
  {
    color: orange;
    
    font-weight: normal;
  }
  .cnt-box .cnt-box-con h1 span
  {
    color: orange;
    
    font-weight: normal;
  }


  .cnt-box .cnt-box-con p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    
    font-weight: normal;
    color: #333;
    text-align: justify;
  }
  .cnt-box .cnt-box-con ul
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    
  }
  .cnt-box .cnt-box-con ul li
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0px;
    
  }
/*----------footer css-------*/


.footer
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;

}
.footer .footer-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to top, #09203f 0%, #537895 100%);
  padding: 35px 0px;
  border-top: 0px solid #ccc;
}
.footer .footer-con .footer-top .footer-top-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-left
{
  position: relative;
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .ft-logo
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .ft-logo img
{
  position: relative;
  float: left;
  width: 80%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .ft-contact
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .ft-contact a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0px;
  color: white;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: 'Lato';
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .pmt-img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .pmt-img h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: black;
  padding: 10px 0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .pmt-img img
{
  position: relative;
  float: left;
  width: 80%;
  box-sizing: border-box;
}









.footer .footer-con .footer-top .footer-top-con .ft-center
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con .ft-link
{
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0px 10px;
}
.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con .ft-link h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  padding-bottom: 20px;
  color: white;
  font-size: 12pt;
  font-weight: 700;
  font-family: 'Lato'!important;
}
.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con .ft-link a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  padding: 6px 0px;
  color: rgba(255,255,255,.45);
  font-size: 10pt;
  color: white;
  line-height: 25px;
}
.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con .ft-link a:hover
{
  color: #ccc;
}
.footer .footer-con .footer-top .footer-top-con .ft-right
{
  position: relative;
  float: left;
  width: 26%;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #ccc;
  background: rgb(99,160,19);
background: linear-gradient(339deg, rgba(99,160,19,1) 9%, rgba(125,195,33,1) 100%);
  box-shadow: 0px 2px 20px -5px black;
display: none;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  
  padding-bottom: 20px;
  color: black;
  font-size: 16pt;
  text-align: center;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;

}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-input
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-input input
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding:10px 20px;
  border:0px solid #ccc;
  border-radius: 50px;
  box-shadow: 0 2px 2px 0 black;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-submit
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-submit button
{
  position: relative;
  float: left;
  width: 60%;
  margin-left: 20%;
  box-sizing: border-box;
  border:0px solid #ccc;
  border-radius: 50px;
  cursor: pointer;
  padding:0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-submit button span
{
  position: relative;
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding:10px;
  cursor: pointer;
  text-align: center;
  background: white;
  color: white;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-submit button i
{
  position: relative;
  float: right;
  width:30%;
  box-sizing: border-box;
  padding:12.5px;
  cursor: pointer;
  text-align: center;
  background: #222;
  color: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.footer .footer-con .footer-bottom
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: white;
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  
}
.footer .footer-con .footer-bottom .footer-bottom-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left p
{
  position: relative;
  float: left;
  width: 100%;
  padding: 12px 0px;
  color: white;
  box-sizing: border-box;
  font-size: 11pt;
  font-family: 'Lato'!important;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-right
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-right a
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  color: white;
  border:1px solid white;
  margin-left: 15px;
  border-radius: 4px;
}
  .an-state
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .an-state .an-state-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .an-state .an-state-con .st-box
  {
    position: relative;
    float: left;
    width: 16.6666%;
    box-sizing: border-box;
    padding: 10px;
  }
  .an-state .an-state-con .st-box .st-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border:1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -10px black;
    transition: 0.5s ease;
    cursor: pointer;
  }
  .an-state .an-state-con .st-box .st-box-con:hover
  {
    box-shadow: 0px 0px 30px -10px black;
  }
  .an-state .an-state-con .st-box .st-box-con .st-img
  {
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  .an-state .an-state-con .st-box .st-box-con .st-img img
  {
    position: relative;
    float: none;
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .an-state .an-state-con .st-box .st-box-con .st-desc
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .an-state .an-state-con .st-box .st-box-con .st-desc h2
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
    height: 60px;
    padding: 6px 4px;
  }
  .an-state .an-state-con .st-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0px;
  }
  .an-state .an-state-con .st-link a
  {
    position: relative;
    float: none;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    padding: 14px 20px;
    font-size: 14pt;
    background: white;
    box-shadow: 0px 0px 10px -5px black;
    border:1px solid #ccc;
    color: black;
  }
  .an-state .an-state-con .st-link a i
  {
    background: black;
    color: white;
    border-radius: 50px;
    padding: 5px;
    margin-right: 6px;
  }

  .an-doctors
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  .an-doctors .an-doctors-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .an-doctors .an-doctors-con .st-box
  {
    position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
  }
  .an-doctors .an-doctors-con .st-box .st-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border:1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px black;
    transition: 0.5s ease;
    cursor: pointer;
  }
  .an-doctors .an-doctors-con .st-box .st-box-con:hover
  {
    box-shadow: 0px 30px 30px -10px black;
  }
  .an-doctors .an-doctors-con .st-box .st-box-con .st-img
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  .an-doctors .an-doctors-con .st-box .st-box-con .st-img img
  {
    position: relative;
    float: none;
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
  }
  .an-doctors .an-doctors-con .st-box .st-box-con .st-desc
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .an-doctors .an-doctors-con .st-box .st-box-con .st-desc h2
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
    padding: 6px 4px;
    font-size: 14pt;
    height: 70px;
  }
  .an-doctors .an-doctors-con .st-box .st-box-con .st-desc p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    
    font-size: 10pt;
    text-align: center;
    font-weight: normal;
    padding: 6px 4px;
  }
  .an-doctors .an-doctors-con .st-box .st-box-con .st-desc p.add
  {
    height: 50px;
  }

  .an-doctors .an-doctors-con .st-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 10px;
  }
  .an-doctors .an-doctors-con .st-link a.slink
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 20px;
    font-size: 12pt;
    background: white;
/*    box-shadow: 0px 0px 10px -5px black;*/
    border:1px solid #ccc;
    color: black;
    border-radius: 50px;
    font-weight: normal;
    
    background: rgb(255,172,89);
background: linear-gradient(8deg, rgba(255,172,89,1) 0%, rgba(255,128,0,1) 33%, rgba(251,160,50,1) 59%, rgba(238,169,86,1) 86%);

  }
  .an-doctors .an-doctors-con .st-link a.slink i
  {
    background: black;
    color: white;
    border-radius: 50px;
    padding: 5px;
    margin-right: 6px;
  }

    .an-state-doctors
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  .an-state-doctors .an-state-doctors-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .an-state-doctors .an-state-doctors-con .st-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .an-state-doctors .an-state-doctors-con .st-box .st-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border:1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px black;
    transition: 0.5s ease;
    cursor: pointer;
  }
  .an-state-doctors .an-state-doctors-con .st-box .st-box-con:hover
  {
    box-shadow: 0px 30px 30px -10px black;
  }
  .an-state-doctors .an-state-doctors-con .st-box .st-box-con .st-img
  {
    position: relative;
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
  .an-state-doctors .an-state-doctors-con .st-box .st-box-con .st-img img
  {
    position: relative;
    float: none;
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
  }
  .an-state-doctors .an-state-doctors-con .st-box .st-box-con .st-desc
  {
    position: relative;
    float: left;
    width: 60%;
    box-sizing: border-box;
  }
  .an-state-doctors .an-state-doctors-con .st-box .st-box-con .st-desc h2
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    
    font-size: 10pt;
    text-align: left;
    font-weight: bold;
    padding: 6px 4px;
    font-size: 18pt;
    color: black;
  }
  .an-state-doctors .an-state-doctors-con .st-box .st-box-con .st-desc p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    
    font-size: 10pt;
    text-align: left;
    font-weight: normal;
    padding: 6px 4px;
    color: black;
  }
  .an-state-doctors .an-state-doctors-con .st-box .st-box-con .st-desc p.add
  {
  }

  .an-state-doctors .an-state-doctors-con .st-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 10px;
  }
  .an-state-doctors .an-state-doctors-con .st-link a.slink
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 6px 20px;
    font-size: 12pt;
    background: white;
    box-shadow: 0px 0px 10px -5px black;
    border:1px solid #ccc;
    color: black;
    border-radius: 50px;
    background: yellow;
  }
  .an-state-doctors .an-state-doctors-con .st-link a.slink i
  {
    background: black;
    color: white;
    border-radius: 50px;
    padding: 5px;
    margin-right: 6px;
  }

  .dtl-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0px;
  }
  .dtl-box .dtl-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .dtl-box .dtl-box-con .heading
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .dtl-box .dtl-box-con .heading h1
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    
    font-weight: bold;
    color: #ed3237;
  }
  .dtl-box .dtl-box-con .g-box
  {
    position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 30px 10px;
  }
  .dtl-box .dtl-box-con .g-box .g-box-con 
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px -10px black;
    background: none;
    border:3px solid rgb(187,24,24);
    border-radius: 10px;
    transition: 0.5s ease;
  }
  .dtl-box .dtl-box-con .g-box .g-box-con:hover
  {
    background: white;
    box-shadow: 0px 0px 50px -5px rgb(187,24,24);
    transform: scale(1.1,1.1);
  }
  .dtl-box .dtl-box-con .g-box .g-box-con:hover  .g-icon i
  {
  border-color: rgb(187,24,24);
  color: rgb(187,24,24);
  }
  .dtl-box .dtl-box-con .g-box .g-box-con:hover h2
  {
  color: rgb(187,24,24);
  }

  .dtl-box .dtl-box-con .g-box .g-box-con .g-icon
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0px;
    text-align: center;
  }
  .dtl-box .dtl-box-con .g-box .g-box-con .g-icon i
  {
    position: relative;
    float: none;
    width: auto;
    box-sizing: border-box;
    font-size: 18pt;
    text-align: center;
    padding: 16px 20px;
    color: white;
    border-radius: 50px;
    border:1px solid white;
  }
  .dtl-box .dtl-box-con .g-box .g-box-con .g-img
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 150px;
    overflow: hidden;
    text-align: center;
  }
  .dtl-box .dtl-box-con .g-box .g-box-con .g-img img
  {
    position: relative;
    float: none;
    width: auto;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .dtl-box .dtl-box-con .g-box .g-box-con h2
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 18pt;
    
    text-align: center;
    padding: 20px 20px;
    line-height: 35px;
    height: 7em;
    font-weight: bold;
    color: white;
  }
  .dtl-box .dtl-box-con .g-box .g-box-con p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 12pt;
    
    text-align: center;
    padding: 10px 0px;
  }
  .dtl-box .dtl-box-con .g-box .g-box-con .g-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }

  .dtl-box .dtl-box-con .g-box .g-box-con .g-link a
  {
position: relative;
    float: left;
    width: 90%;
    margin-left: 5%;
    box-sizing: border-box;
    padding: 10px 30px;
    
    text-align: center;
    color: white;
    margin-bottom: 30px;
    background: #0163b3;
    margin-right: 10px;
    background: rgb(84,173,252);
background: rgb(0,72,125);
background: linear-gradient(90deg, rgb(104, 9, 11) 0%, rgb(237, 50, 55) 50%, rgb(69, 7, 9) 100%);
background: #ed3237;
border-radius: 50px;
  }




    .common-image
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .common-image .common-image-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    overflow: hidden;
  }
  .common-image .common-image-con img
  {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
      .breadcrumb
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .breadcrumb .breadcrumb-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .breadcrumb .breadcrumb-con a
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    
    padding: 8px 6px;
    font-size: 10pt;
    color: gray;
  }
  

  
.redBackground{
    background-color: #2196F3!important;  
    color:white;
}
  
  
  .table
    {
        position: relative;
        width: 100%;
        float: left;
        box-sizing: border-box;
        border: 0.5px solid dodgerblue;
        border-collapse: collapse;
        font-size: 10pt;
        padding: 10px;

    }
.table td,th
    {
       border: 0.5px solid #ddd;
        padding: 6px;
    }
.table th
    {
    padding: 6px 2px;
    font-size: 12px;
    color: black;
    line-height: 1.4;
    background-color: white;
    font-weight: bold;
        
    }
.table td
    {
        font-weight: normal;
        padding: 6px 10px;
    font-size: 12px;
    color: #444;
        
    }
.table tr:hover {
    background-color: #ebebeb;
}
.table.table-center td
{
    text-align: center;
}
.table.table-bold td
{
    font-weight:bold;
}