body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1; /* Firefox */
    font-size: 16px;
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.floating {
    display: inline-block;
    position: fixed;
    z-index: 9999999;
    right: 12px;
    left: auto;
    bottom: 54px;
}
.gqTMHp {
    height: 64px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
}
.need{
	padding-top: 5em;
	padding-bottom: 2em;
	margin: 0px auto;
	overflow: hidden
}
.gqTMHp a{
    color: green;


}
.contact{
	
}
header.contact {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: url("../img/contact.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
}
header.contact h1, header.contact .h1 {
    font-size: 3.5em;
    font-weight: bolder;
    padding-top: 50px;
    margin-bottom: 0px;
    line-height: 180px;
}
.contact span {
    color: #330099;
}
.navbar-brand img{
  width: 233px;
}
.signup p{
  font-size: 2em;
  font-size: 20px !important;
  font-weight: 500 !important;

}

#xmas{
    position: absolute;
    z-index: 0;
    width: 100%;
}


a {
  text-decoration: none;
  transition: all .3s;
}

/***** Wrapper *****/

.wrapper { display: block; }


/***** Sidebar *****/

.sidebar {
  width: 250px; height: 100vh; position: fixed; top: 0;  right: -273px; z-index: 9999;
  background: #fff; color: #000; transition: all .3s; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {right: 0; }

.dismiss {
  width: 35px; height: 35px; position: absolute; top: 10px; right: 10px; transition: all .3s;
  background: #330099; border-radius: 4px; text-align: center; line-height: 35px; cursor: pointer;color: #fff;
}

.dismiss:hover, .dismiss:focus { background: #555; color: #fff; }

.sidebar .logo { padding: 40px 20px; border-bottom: 1px solid #330099; transition: all .3s; }

.sidebar .logo a {
  display: inline-block;
  width: 172px;
  height: 34px;
  background: url(../img/logo.png) left top no-repeat;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {padding: 82px 0; transition: all .3s; }
.privacy-sec ul{
    margin-left: 20px;

}
.sidebar ul li a {
  display: block; padding: 10px 20px;
  border: 0; color: #555;

}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus { outline: 0; background: #330099; color: #fff; }

.sidebar ul li a i { margin-right: 5px; }

.sidebar ul li.active > a, a[aria-expanded="true"] {
  background: #330099;
  color: #fff;
}

.sidebar ul ul a { background: #330099; padding-left: 30px; font-size: 14px; }

.sidebar ul ul li.active > a { background: #555; }

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar .to-top { padding: 20px; text-align: center; }

.sidebar .dark-light-buttons { padding: 10px 20px 30px 20px; text-align: center; }

/* sidebar light */

.sidebar.light { background: #fff; color: #888; }

.sidebar.light .dismiss { background: #ddd; color: #888; }

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus { background: #ccc; color: #888; }

.sidebar.light .logo { border-color: #eee; }
.sidebar.light .logo a { background-image: url(../img/logo-dark.png); }

.sidebar.light ul.menu-elements { border-color: #eee; }

.sidebar.light ul li a { color: #888; }

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus { background: #ccc; color: #888; }

.sidebar.light ul li.active > a, .sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a { background: #ddd; }

.sidebar.light ul ul li.active > a { background: #ccc; }

.sidebar.light a.btn-customized-3 { background: #ddd; color: #888; }

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark { background: #555; }
.sidebar.light a.btn-customized-4.btn-customized-light { background: #eee; }

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #fff;
}


/***** Dark overlay *****/

.overlay {
  display: none; position: fixed; width: 100vw; height: 100vh;
  background: rgba(51, 51, 51, 0.7); z-index: 9996; opacity: 0; transition: all .5s ease-in-out;
}
.close{
  display: none;
}

.close.active { display: block;}
.overlay.active { display: block; opacity: 1; }


/***** Content *****/

.content { width: 100%; transition: all 0.3s; }

.open-menu {
  position: absolute;
    top: -78px;
  right: -68px;
  width: 170px !important;
  height: 170px !important;
  display: inline-block;
  line-height: 6.5em;
  font-size: 2em !important;
  text-align: left;
  padding-left: 45px !important;
  }

#mainNav.navbar-shrink .open-menu{
  color: #330099;
  background: transparent;
    line-height: 5.5em;
    margin-top:15px;
}



.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {

}


/***** Buttons *****/

a.btn-customized {
  margin-left: 5px; margin-right: 5px; padding: .75rem 1.5rem;
   border: 0; border-radius: 4px;
  font-size: 16px; font-weight: 300; color: #000; box-shadow: none;
  border-radius: 50%;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0; background: #280b87; background: #280b87; border: 0; color: #fff; box-shadow: none;
}

a.btn-customized-2 {
  margin-left: 5px; margin-right: 5px; padding: .75rem 1.5rem;
  background: #fff; border: 0; border-radius: 4px;
  font-size: 16px; font-weight: 300; color: #555; box-shadow: none;
}

a.btn-customized-2:hover,
a.btn-customized-2:active,
a.btn-customized-2:focus,
a.btn-customized-2:active:focus,
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0; background: #ccc; background: rgba(255, 255, 255, 0.5); border: 0; color: #555; box-shadow: none;
}

a.btn-customized-3 {
  display: inline-block; width: 100%; margin: 0; padding: .75rem 1.5rem;
  background: #433009944; border: 0; border-radius: 4px;
  font-size: 16px; font-weight: 300; color: #fff; box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0; background: #555; border: 0; color: #fff; box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i { margin-right: 5px; }


a.btn-customized-4 {
  display: inline-block; width: 28px; height: 28px; margin: 0 3px; padding: 0;
  background: #330099; border: 0; border-radius: 50%;
  font-size: 16px; font-weight: 300; color: #fff; box-shadow: none; text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark { background: #222; }
a.btn-customized-4.btn-customized-light { background: #fff; }

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0; background: #555; border: 0; color: #fff; box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0; background: #555; border: 0; color: #fff; box-shadow: none;
}




/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top content *****/

.top-content { width: 100%; padding: 60px 0 120px 0; }

.top-content h1 { padding-top: 60px; color: #fff; }
.top-content .description { margin: 30px 0 0 0; padding-bottom: 30px; }
.top-content .description p { color: #fff; color: rgba(255, 255, 255, 0.8); }
.top-content .description a { color: #fff; color: rgba(255, 255, 255, 0.8); border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }
.top-content .description a:hover,
.top-content .description a:focus { color: #fff; color: rgba(255, 255, 255, 0.8); }


/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
  width: 80px; height: 80px; margin: 0 auto;
  border: 1px solid #9900ff;
  font-size: 40px; color: #9900ff; line-height: 78px; text-align: center;
  border-radius: 50%;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }
.section-2-box img { border-radius: 6px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
  width: 60px; height: 60px; margin: 0 auto;
  background: #9900ff;
  font-size: 28px; color: #fff; line-height: 60px; text-align: center;
  border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 5 *****/

.section-5-box { padding-top: 30px; text-align: left; }

.section-5-box-image { overflow: hidden; border-radius: 6px; }
.section-5-box-image img { transition: all .8s; }
.section-5-box-image:hover img { transform: scale(1.25); }

.section-5-box h3 { margin-top: 30px; }
.section-5-box h3 a { color: #555; border: 0; }
.section-5-box h3 a:hover, .section-5-box h3 a:focus { color: #9900ff; }

.section-5-box h3 i { padding-left: 10px; color: #ccc; transition: all .3s; }
.section-5-box h3:hover i { padding-left: 15px; }

.section-5-box-date { padding-bottom: 10px; font-size: 14px; color: #aaa; text-transform: uppercase; }

.section-5-box-date i { padding-right: 5px; color: #ddd; }

.section-5-container .section-bottom-button { padding-top: 40px; }


/***** Section 6 *****/

.section-6-box { padding-top: 5px; text-align: left; }

.section-6-box h3 { margin-top: 0; }

/* contact form */
.section-6-form { padding-top: 20px; text-align: left;
    padding-top: 20px;
    text-align: left;
    width: 450px;
    margin-left: 21em;
}

.section-6-form input[type="text"],
.section-6-form textarea {
  background: none;
    border:none;
font-size: 16px;
    font-weight: 300;

  box-shadow: none;
  transition: all .3s;
    background: #fff;
    border-radius: 32px;

}
.section-6-form input{
    color: #000 !important;
}

.section-6-form input[type="tel"] {
    background: none;
    border:none;
    font-size: 16px;
    font-weight: 300;
    box-shadow: none;
    transition: all .3s;
    background: #fff;
    border-radius: 32px;

}
.btn-xl {
    padding: 15px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 10rem;
}
.section-6-form textarea { height: 90px; }


.section-6-form input[type="text"].input-error,
.section-6-form textarea.input-error { border-color: #9900ff; }


.section-6-form button.btn-customized {
  padding: .75rem 1.5rem;
  background: #9900ff; border: 0; border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; font-weight: 300; color: #fff; box-shadow: none;
}

.section-6-form button.btn-customized:hover,
.section-6-form button.btn-customized:active,
.section-6-form button.btn-customized:focus,
.section-6-form button.btn-customized:active:focus,
.section-6-form button.btn-customized.active:focus,
.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active,
.section-6-form button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0; background: #cd533d; background: rgba(243, 91, 63, 0.7); border: 0; color: #fff; box-shadow: none;
}

.section-6-form button.btn-customized i { margin-right: 5px; }
/* end contact form */

.section-6-social { padding-top: 20px; }

.section-6-social a {

}

.section-6-social a:hover{

    border: solid 1px #000;
}

@keyframes color-change {
    0% { color: #000; }
    50% { color: #280b87; }

}
.gradient {
    background-image: url("../img/light.webp");
    background-repeat: no-repeat;
    -webkit-animation: Animation 4s ease infinite;
    -moz-animation: Animation 4s ease infinite;
    animation: Animation 4s ease infinite;
}
@-webkit-keyframes Animation {

    0% {

        background-position: -10% 0%;

    }

    50% {

        background-position: 130% 100%;

    }

    100% {

        background-position: 130% 0%;

    }

}



@-moz-keyframes Animation {

    0% {

        background-position: -10% 0%;

    }

    50% {

        background-position: 130% 100%;

    }

    100% {

        background-position: 130% 0%;

    }

}



@keyframes Animation {

    0% {

        background-position: -10% 0%;

    }

    50% {

        background-position: 130% 100%;

    }

    100% {

        background-position: 130% 0%;

    }

}

.found i{
    color: #27b700;
    padding-left:5px;
    padding-right:5px;
    font-style: normal;
    cursor: pointer;
}
/***** Footer *****/

footer {
    padding: 10px 10px 0px 10px;
    background-color: #f7f7f7;
    border-top: solid 1px #cccccc;
}

.bagani{
background-color: #7a1d89;
}
.red{
background-color: #e11550;
}
.blue{
background-color: #095ea5;
}
.blue2{
background-color: #874ce1;
}
.green{
background-color: #0a9f63;
}
.orange{
background-color:#e98b1a;
}

.read img{
  width: 250px;
  margin-top: -33px;

}

.read h3{
  font-size: 23px;
}

/*.read .col-md-4{*/
  /*float: left;*/

/*}*/

/*.read .col-md-8{*/
  /*float: right;*/

/*}*/

.stimg{
  position: relative;
}
.pad-left{
  padding-left: 10px;
}

.st-details p{
  margin-bottom: -4px;
}
.st-details span{
  margin-bottom: 20px;
  display: inline-block;
}

.kaira{
 color: #cc5adb;
}
.rohit{
  color: #91caf9;
}
.tina{
  color: #ffa4be;
}
.kartik{
  color: #8ff8ce;
}
.asha{
  color: #ceaeff;
}
.rishita{
  color: #ffd19a;
}

.how-dose{
  background: url("../img/bg2.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
    background-size: 100% 100%;
  padding-top: 3em;
    padding-bottom: 7em;



}
.how-dose h2{
  padding-top: 1.3em;
  font-size: 3.4em;
  font-weight: bold;
}

.how-dose p{
  font-size: 22px;
  padding-right: 32px;
  margin-bottom: 70px;
}

.starck1{
color: #ff008e;
  font-size: 5em;
  font-weight: bolder;
}

.starck2{
  color: #6468df;
  font-size: 5em;
  font-weight: bolder;
}

.starck3{
  color: #63b4f7;
  font-size: 5em;
  font-weight: bolder;
}
.starck p{
  font-size: 25px;
  line-height: 30px;
}
.section-header {

}
.faq-section h3{
    font-size: 2em;
    font-weight: bold;
    padding-top:0em;
}

.faq-section img{
  margin-right:10px;
  width: 55px;
    margin-bottom: 20px;

}
.section-header h2 {
  font-size: 32px;
  color: #292929;
  position: relative;
}
.section-header h2:after {
  content: "";
  height: 3px;
  max-width: 100%;
  width: 120px;
  background: #2196f3;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0px;
  margin: 0 auto;
}
.faq-section .accordion-collapse {
  border: 0;
}
.faq-section .accordion-button {
  padding: 0px 0px 15px;
  font-weight: bold;
  border: 0;
    font-size: 22px;
  color: #280b87;
  text-align: left;

}
.counsil span{
    color: #fff83f;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) {
  background: none;

}
.faq-section .accordion-body {
  padding: 0px 0px 15px;
}

.accordion-button span{
  margin-left: 10px;
  font-size: 16px;
  color: #8a8a8a;
  font-weight: 500;
}

.found{
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}

.sign-up{

}

.section-container-image-bg{
    background-image: url("../img/bg3.webp");
    margin-top: -4px;
}

.input-container {
    padding-bottom: 1em;
}
.left-inner-addon {
    position: relative;

}
.left-inner-addon input {
    padding-left:70px !important;
    height: 60px;
}
.left-inner-addon i {
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    color: #280b87;
    padding: 19px 25px;
}


.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 35px !important;
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 12px 12px;
    pointer-events: none;
}

.left-and-right-inner-addon {
    position: relative;
}
.left-and-right-inner-addon input {
    padding-right: 35px !important;
    padding-left: 35px !important;
}
.left-and-right-inner-addon i.left {
    position: absolute;
    padding: 12px 12px;
    pointer-events: none;
}
.left-and-right-inner-addon i.right {
    position: absolute;
    right: 0px;
    padding: 12px 12px;
    pointer-events: none;
}


.right-inner-addon-b {
    position: relative;
}
.right-inner-addon-b input {
    padding-right: 35px !important;
}
.right-inner-addon-b i {
    position: absolute;
    right: 0px;
    padding: 9px 12px;
    pointer-events: none;
}

input {
    width: 100%;
    padding: 1em !important;
    margin: 0em !important;
    box-sizing: border-box;
}

.section-6 {
    padding-top: 4em;
}
.section-description{
    text-align: center;
    color: #fff;
}
.section-description h2{
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 1em;
    font-size: 3em;
}

.section-description p{
    color: #fff;
    font-weight: 600;
    margin-top: 0em;
    font-size: 22px;
    margin-bottom: 4px;
}

.section-description span{

    color:#dadada;
}

.input-container input{

}

.input-container{

}
.sig{
    margin-left: 20em;
    width: 450px;
}

.input-container .btn-primary {
    color: #fff;
    background-color: #6600ff;
    border-color: #6600ff !important;
    width: 100%;
    margin-bottom: 48px;
}

.count{

}

.count #counter {
    text-align: center;
    margin: 0px auto;
    vertical-align: middle;
}
.count h2{
    font-weight: bold;
    font-size: 20px;
    margin-top: 31px;
}
.count img{
    width:50px;
}

.lk{
    margin-top: -10px;
}
.studant {
    background: url(../img/bg4.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 7em;
}
.studant h2{
    padding-top: 1.6em;
    font-size: 3.4em;
    font-weight: bold
}
.box{
    border: dashed 1px #666;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.top-pd{
    margin-top: 3em;
}
.box img{
    float: left;
    width: 135px;
    padding-right: 16px;
    margin-top: 8px;
    margin-left: 13px;
}

.box h3{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 160px;
}
.box p {
    font-size: 16px;
    font-size: 16px;
    padding-right: 10px;
    margin-left: 160px;
}

.counsil{
    background-color: #280b87;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    margin-top: 2em;
}

.counsil img{
    float: left;
    width: 192px;
}

.counsil p{
    font-size: 18px;
    padding-right: 4.5em;
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: 221px;
}

.counsil h2{
    padding-top: 11px !important;
    font-size: 22px;
    margin-left: 221px;
    padding-bottom:19px;
}
footer img{
    width: 75px;
    float: left;
    margin-left: 1em;
    padding-right: 14px;
    margin-bottom: 0px;
}
footer h2{
    font-weight: bold;
    margin-top: 0px;
    line-height: 49px;
    font-size: 20px;
}

footer p{
    margin-top: -22px;
    padding-top: 0px;
    font-size: 13px;
}

.section-6-social {
    padding-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
}
.section-6-social h3{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right:15px;
    color: #686868;
}

/*.height-1{*/
    /*height: 500px;*/
    /*overflow: auto;*/
/*}*/

header.privacy {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: url(../img/privacy-polilcy.webp);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
}

header.privacy h1, header.privacy .h1 {
    font-size: 3.5em;
    font-weight: bolder;
    padding-top: 50px;
    margin-bottom: 0px;
    line-height: 180px;
}
.privacy span{
    color: #330099;
}

.privacy-sec h3{
    padding-top: 3em;
    padding-bottom: 1em;
    font-weight: bold;
}

header.terms {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: url(../img/terms.webp);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100%;
}

header.terms h1, header.terms .h1 {
    font-size: 3.5em;
    font-weight: bolder;
    padding-top: 50px;
    margin-bottom: 0px;
    line-height: 180px;
}
.terms span{
    color: #330099;
}

.terms-sec h3{
    padding-top: 3em;
    padding-bottom: 1em;
    font-weight: bold;
}

/*css for alert messages*/

.alert-success{
    background: #D4EDDA;
    font-size: 18px;
    padding: 20px 40px;
    min-width: 420px;
    position: fixed;
    right: 0;
    bottom: 0;
    border-left: 8px solid #3AD66E;
    border-radius: 4px;
    z-index: 9999;
}

.alert-error{
    background: #FFF3CD;
    font-size: 18px;
    padding: 20px 40px;
    min-width: 420px;
    position: fixed;
    right: 0;
    bottom: 0;
    border-left: 8px solid #FFA502;
    border-radius: 4px;
    z-index: 9999;
}


.input-field select {
    background-color: #fff !important;
    border-bottom: none !important;
    border-radius: 32px;
    height: 60px !important;
    padding-left: 69px !important;
    color: #333 !important;
    width: 100%;
    font-size:16px;
}
select {
    background: url(../img/arrow.png) no-repeat 96% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-size: 15px;
    appearance: none;
    outline-width: 0;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    font-size:16px;
    border-bottom: 1px solid #757575;
}

.error {
    display: inline-block;
    margin-bottom: 0px;
    color: orange !important;
    margin-top: 5px;
}

/* The Modal (background) */
.msg {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.msg-body img{
    width: 80px;
    padding-bottom:15px;

}
/* Modal Content */
.msg-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    top: 30%;
    border-radius: 20px;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.msg-content p{
    margin-bottom: 0px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.msg-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.msg-body {  padding: 26px 25px 38px 25px;
    text-align: center;
    font-size: 22px;
    border-radius: 10px;}

.msg-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

span i{
    position: relative !important;
    pointer-events: none;
    color: orange !important;
    padding: 0px !important;
}
.input-container span{

}

.ratings{ font-size:25px !important;}
.thumbnail img {
    width: 100%;
}
.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}
.thumbnail {
    padding: 0;
}
.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}
.fa-thumbs-up:hover{ color:#008000; cursor:pointer;}
.fa-thumbs-up:hover{ color:#008000; cursor:pointer;}
.counter{ color:#333333;}
.thumbnail img{height:200px;}

.accordion-button{
    display: inline-block;
}

.signup img{
    margin-left: -14px;
    width: 265px;
}

.section-6-social img{
    width: 45px;
    margin-left: 0px;
    border-radius: 5px;
}

.gqTMHp img{
    width: 40px;
}

.strip{
    background-image: url("../img/strip.png");
    background-size: 100%;
    height: 60px;
    z-index: 9999;
    width: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    
}
.pad-0{
padding:0px;
}
.strip img{
    float: left;
    width: 80px;
    margin-top: 5px;
    margin-left: 60px;
}

.strip p {
    color: #fff;
    margin-top: 20px;
    margin-left: 150px;
    font-weight: bold;
    font-size: 19px;

}

.tap{
    background-color: #fff;
    border-radius: 20px;
    padding-top: 3px;
    margin-top: 17px;
    padding-left: 17px;
    padding-bottom: 3px;
    font-weight: 500;
    font-size: 15px;
    padding-right: 10px;
}
.tap:hover{
    color: #9900ff;
}
.tap a{
    color: #3aaa03;
    text-decoration: underline;
    font-weight: bold;
}


.block {
    display: block;
}

.hide {
    display: none;
}

#notification-bar {
    position: fixed;
    width: 100%;
    top: -2px;
    z-index:99999;
}

.tap{
    color: #000;
    display: inline-block;
}

#notification-bar .fa-gift,
#notification-bar .fa-newspaper-o {
    display: inline-block;
    font-size: 45px;
    float: left;
    margin-right: 20px;
    color: #ffbe03;
}


#notification-bar a.btn-action {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    padding: 0px 8px;
    float: right;
    margin-right: 10px;

    font-size: 10px;
    font-weight: bold;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */

    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */

    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */

    border-radius: 5px;
    text-align: center;
    background-color: #ffbe03;
    color: #111;
    text-decoration: none;
}

#notification-bar a.btn-action:hover {
    background-color: #ffd24d;
}

input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.fa-times-circle {
    float: right;
    margin-top: 8px;
    font-size: 30px;
    color: #222;
    text-align: right;
    z-index: 9;
    cursor: pointer;
}

.fa-times-circle:hover {
    color: #fff;
}

input[type=text] {
    width: 230px;
    height: 30px;
    font-size: 18px;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    border: 1px solid #555;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */

    -webkit-border-radius: 3px;
    /* Firefox 1-3.6 */

    -moz-border-radius: 3px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */

    border-radius: 3px;
}

input[type=text] + input[type=text] {
    margin-left: 10px;
}
/* Initial bar stage  */

#notification-bar {
    /* Animation */

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* Start animation to go down */

    -webkit-animation-name: goDown;
    animation-name: goDown;
}
/* Close the bar */

input[type=checkbox]:checked ~ #notification-bar {
    /* Animation */

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* Start animation to go up */

    -webkit-animation-name: goUp;
    animation-name: goUp;
}

input[type=checkbox] ~ .fa-long-arrow-down {
    position: absolute;
    display: none;
    right: 10%;
    cursor: pointer;
}

input[type=checkbox]:checked ~ .fa-long-arrow-down {
    display: block;
    top: -35px;
    padding: 10px;
    font-size: 50px;
    color: #ffbe03;
    background-color: #444;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */

    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */

    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */

    border-radius: 5px;
}

input[type=checkbox]:checked ~ .fa-long-arrow-down:hover {
    top: -15px;
    color: #ccc;
}
/* ANIMATION for go up */

@-webkit-keyframes goUp {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    100% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

@keyframes goUp {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    100% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}
/* ANIMATION for go down */

@-webkit-keyframes goDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes goDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.find-me {
    position: relative;
    margin: 100px;
    color: #fff;
}

.find-me a {
    color: #fff;
}
.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
    float: right;
    font-size: 14px;
    line-height:16px;
    margin:6px 0 0 10px;
}

#notify {
    width: 100%;
    display: none;
    z-index: 9999;
    margin-top: -4px;
    margin-bottom: -3px;
}


.jquery-bar {
    background: #FFFFFF;
    width: 100%;

}
.jquery-bar .notification {
    display: block;
    width: auto;
}
.downbar {
    cursor: pointer;
    top: 0px;
    right: 70px;
    padding: 0px 3px 0px 3px;
    position: fixed;
    border-top: none;
}
.downbar:hover{
    cursor: pointer;
}
.down {
    position: absolute;
    top:3px;
    right: 85px;
    cursor: pointer;
}
.up {
    top: -45px;
    display: none;
}
.arrow {
    cursor: pointer;
}
.font-style{
    text-align: center;
}
.font-style a {
    color:#CC0000;
    text-decoration: none;
    text-transform: unset;
    font-size: 14px;
}
