/*Search box css start*/
* {box-sizing: border-box;}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #e9e9e9;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #2196F3;
    color: white;
}

.topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}

@media screen and (max-width: 600px) {
    .topnav .search-container {
        float: none;
    }
    .topnav a, .topnav input[type=text], .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}
/*Search box css end*/

/*Search suggestion box start*/

/*.search-menu {*/
    /*position: absolute;*/
    /*top: 100%;*/
/*    left: 0;*/
/*    z-index: 1000;*/
/*    float: left;*/
/*    min-width: 430px;*/
/*    padding: 5px 0;*/
/*    margin: 10px 0 0;*/
/*    list-style: none;*/
/*    background-color: #ffffff;*/
/*    border: 1px solid #ccc;*/
/*    border: 1px solid rgba(0, 0, 0, 0.2);*/
/*    *border-right-width: 2px;*/
/*    *border-bottom-width: 2px;*/
/*    -webkit-border-radius: 6px;*/
/*    -moz-border-radius: 6px;*/
/*    border-radius: 6px;*/
/*    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);*/
/*    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
/*    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);*/
/*    -webkit-background-clip: padding-box;*/
/*    -moz-background-clip: padding;*/
/*    background-clip: padding-box;*/
/*    max-height: 250px;*/
/*    overflow: hidden;*/
/*    overflow-y: scroll;*/
/*}*/

.search-menu {
    position: absolute;
    /*top:7%;*/
    background-color: white;
    border: 1px solid black;
    z-index: 5000;
    width: 430px;
    /*margin-left: 25%;*/
    margin-top: 10px;
    /*display: none;*/
    /*position: fixed;*/
    /*left: 0;*/
    /*z-index: 50;*/
    /*!*float: right;*!*/
    /*min-width: 430px;*/
    /*padding: 5px 0;*/
    /*margin: 10px 0 0;*/
    /*list-style: none;*/
    /*background-color: #ffffff;*/
    /*border: 1px solid #ccc;*/
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    /**border-right-width: 2px;*/
    /**border-bottom-width: 2px;*/
    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    /*-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);*/
    /*-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 5px 10px rgb(0 0 0 / 20%);*/
    /*-webkit-background-clip: padding-box;*/
    /*-moz-background-clip: padding;*/
    /*background-clip: padding-box;*/
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.search-menu li {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    text-align: left;
}

.search-menu li:hover{
    background-color: #00FF00;;
}

.search-menu li a{
    text-decoration: none;
}

/*Search suggestion box start*/


.dashboard-div{
    margin-top: 20%;
    border-style: dotted;
    border-color: red;
    padding: 10px;
}
.line-separator{
    border: 5px solid #74aa10;
}
.fa{
    font-size: 20px;
    /*margin-right: 5px;*/
}
.fas{
    font-size: 20px;
}

#lock-image{
    width: 50px;
    height: 50px;
}

.fa-map-marker{
    /*margin-top: 50%;*/
}

.top-basic > .row{
    margin-bottom: 20px;
}
.div-section{
    border-style: none;
    border-color: #45b39d;
}
.div-title{
    width: 100%;
    height: 35px;
    padding-top: 5px;
    font-family: Verdana;
    text-align: center;
    color: black;
    background-color:  #a3dbd0;
}
.Yes{
    color: green;
}
.No{
    color: red;
}

/*Compare Button Start*/
.f-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background: #081621;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: 59px;
    height: 59px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.f-btn i {
    margin: 10px 0 5px;
}

.material-icons {
    height: 24px;
    width: 24px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.f-btn .label {
    opacity: .8;
}

.f-btn span.counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #EF4A23;
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/*Compare Button End*/


/*Compare Window Start*/

.drawer.compare-window.open {
    height: auto;
    overflow: visible;
    max-width: calc(100% - 25px);
}

.drawer.compare-window {
    top: auto;
    bottom: 90px;
    /*height: 0;*/
    right: 20px;
    /*overflow: hidden;*/
    transition: none;
}
.drawer.open {
    /*right: 0;*/
    box-shadow: 0 0 30px rgb(0 0 0 / 20%), -1px 0 0 0 rgb(255 255 255 / 20%);
}
.drawer {
    position: fixed;
    right: -400px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 360px;
    z-index: 999999;
    max-width: 100%;
    transition: all 300ms ease;
    display: flex;
    flex-direction: column;
}

.drawer > .title {
    background: #01132D;
    padding: 0 20px;
    position: relative;
    flex: 0 0 50px;
}


.drawer .content {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 100px;
}

.drawer .content .item {
    display: flex;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.drawer .title p {
    margin: 0;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.drawer.compare-window .item .info {
    display: flex;
    align-items: center;
}

.drawer.compare-window .content .item .name {
    padding: 0 15px 0 0;
}

.drawer.compare-window .content .item{
    align-items: center;
}

.drawer.compare-window .content .item .remove{
    margin-right: 0px;
}

/*Compare Window End*/

/* Compare Button CSS Start */
.dropbtn {
    background-color: #0d6efd;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #084298;
}

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 390px;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    /*min-width: 230px;*/
    width: 400px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    height: 300px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
/* Compare Button CSS End */

.dropdown-menu{
    max-height: 250px;
    overflow-y: auto ;
    overflow-x: hidden;
}
#boys-girls-graph{
    max-height: 140px;
    max-width: 400px;
}


    .vl {
  border-left: 2px solid #9b908e;
  height: 80px;
  padding:6px;
}

/*flip-card css*/

body {
  font-family: Arial, Helvetica, sans-serif;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 350px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}

.flip-card-back {
  background-color: #008080ff;
  color: white;
  text-align:left;
  padding-left: 10px;
  transform: rotateY(180deg);
}

/*counter css*/
.counter
{
    text-align: center;
}
.margin
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.counter-count
{
    font-size: 48px;
    background-color: #008080ff;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 98px;
    height: 98px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.margin-p
{
    font-size: 20px;
    font-family:verdana;
    color: #000000;
    line-height: 34px;
}

/*FAQ css*/

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}