@font-face
{	font-family:Raleway-Bold;
	src:url('Raleway-Bold.ttf');
}
@font-face
{	font-family:Raleway-Light;
	src:url('Raleway-Light.ttf');
}
@font-face
{ font-family:Raleway-Medium;
  src:url('Raleway-Medium.ttf');
}
@font-face
{ font-family:Raleway-Regular;
  src:url('Raleway-Regular.ttf');
}
@font-face
{	font-family:Raleway-SemiBold;
	src:url('Raleway-SemiBold.ttf');
}
@font-face
{	font-family:Raleway-Thin;
	src:url('Raleway-Thin.ttf');
}
@font-face
{ font-family:Bodoni-Bold;
  src:url('Bodoni-Bold.html');
}
@font-face
{ font-family:OpenSans-Light;
  src:url('OpenSans-Light.ttf');
}
@font-face
{ font-family:OpenSans-Regular;
  src:url('OpenSans-Regular.ttf');
}
@font-face
{ font-family:SAMAN;
  src:url('SAMAN.ttf');
}


.pd-0
{
	padding: 0px;
}
.pd-50
{
	padding: 50px 0px;
}
.mr-0
{
	margin: 0;
}
.pd-col
{
    padding-right: 5px;
    padding-left: 5px;
}
.pb-10
{
    padding-bottom: 10px;
}
.pt-75
{
    padding-top: 75px;
}
.pl-35
{
    padding-left: 35px;
}
.pd-rl
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
ul
{
	list-style: none;
	padding: 0px;
  margin: 0px;
}
a 
{
	text-decoration: none;
	font-family:Raleway-Regular;
}
a:hover
{
	text-decoration: none;
}
body
{
}
.cont-custm
{
    width: 90%!important;
}
.gannu-bg
{
    background-image: url(../images/base_pattern.png);
}

/*---------------header------------*/
.header-top
{
  position: fixed;
  width: 100%;
  z-index: 9999;
  background:#0000000a;
}
.left-side-nav, .right-side-nav
{
    position: relative;
    float: right;
    padding: 0px 10px;
}
.brand-center
{
    width:35%;
    position: relative;
    float: left;
    padding: 0px 10px;
}
.navigation-menu
{
  display: table;
  width: 100%;
}
.navigation-menu ul
{
  padding-top:38px;
}
.navigation-menu ul li
{
  display: inline-block;
}
.navigation-menu ul li a
{
  color: #fff;
  font-family: Raleway-Medium;
  font-size: 15px;
  font-weight:bold;
  padding: 5px 11px;
  display:block;
}
.brand-img img
{
  margin-bottom: auto;
}
.menu-left
{
  float: right;
}
.menu-right
{
  float: left;
}
/*---------banner-------------*/
.main-banner
{
    position: relative;
}
.main-banner img
{
    width:100%;
}
.main-banner-overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlay-img
{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}
.overlay-img img
{
    width: 250px;
    opacity: .7;
}
.overlay-img h2
{
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: Raleway-SemiBold;
    margin: 0;
}

.bell-overlay
{
    position: absolute;
    top: 10.5%;
    width: 100%;
    height: 40%;
}
.left-bell
{
    position: absolute;
    height: 100%;
    top:0;
    left: 0;
    width: 50%;
}
.right-bell
{
    position: absolute;
    height: 100%;
    top:0;
    right: 0;
    width: 50%;
}
.bell-string
{
    position: absolute;
    top: 0;
    opacity: .7;
}
.bell-1 img
{
    width: 40px;
    transition: transform 1s;
    transition: -webkit-transform 1s;
    -webkit-animation: rotate 3s linear infinite;
}
.back {
  -webkit-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
    position: absolute;
    top: 0px;
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotateY(0deg)}
    to{ -webkit-transform: rotateY(360deg)}
}
.bell-2 img
{
    width:22px;
    animation: swing ease-in-out 2s infinite alternate;
    transform-origin: center -20px;
}
.bell-3 img
{
    width:50px;
    transition: transform 1s;
    transition: -webkit-transform 1s;
    -webkit-animation: rotate 3s linear infinite;
}
.bell-1
{
    left: 20px;
}
.bell-2
{
    left: 55px;
}
.bell-3
{
    left: 70px;
}

.bell-4 img
{
    width: 40px;
    transition: transform 1s;
    transition: -webkit-transform 1s;
    -webkit-animation: rotate 3s linear infinite;
}
.bell-5 img
{
    width:22px;
    animation: swing ease-in-out 2s infinite alternate;
    transform-origin: center -20px;
}
.bell-6 img
{
    width:50px;
    transition: transform 1s;
    transition: -webkit-transform 1s;
    -webkit-animation: rotate 3s linear infinite;
}
.bell-4
{
    right: 20px;
}
.bell-5
{
    right: 55px;
}
.bell-6
{
    right: 70px;
}
/*------animation----------------*/
@keyframes swing { 
   0% { transform: rotate(5deg); }
   100% { transform: rotate(-5deg); } 
} 
.booking-form
{
    display: table;
    width: 100%;
    text-align: center;
    top: 80%;
    position: absolute;
    left: 0; 
}
.form
{
    width: 70%;
    margin: auto;
    padding: 15px;
    background: #0000004f;
    display: table;
    border-radius: 5px;
}
.book-pandit
{
    display: table;
    width: 100%;
    margin: 0;
}
.book-pandit .form-row
{
    display: flex;
}
.book-pandit .form-row .form-group
{
    margin: 0px;
}
.book-pandit .form-row .form-control 
{
    border: 0px;
    border-radius: 0px;
    color: #fff;
    background-color: #8e8e8e7d;
    border-right: 1px solid #ffffff3b;
}
.booknow
{
    width: 100%;
    display: block;
    height: 34px;
    line-height: 34px;
    background: #d44040;
    color: #fff;
    text-decoration: none; 
}
.booknow:hover
{
    color: #fff;
}
/*------------how itworks------------*/
.bg-white
{
    background-color: #fff;
}
.heading
{
    text-align: center;
    margin-bottom: 50px;
    padding: 15px;
    background: #ffffffd1;
    border-radius: 10px;
    box-shadow: 0px 2px 10px #00000082;
}
.heading h2
{
    font-size: 30px;
    font-family: Raleway-Bold;
}
.heading p
{
    font-size:16px;
    font-family: Raleway-Regular;
    margin: auto;
    line-height:30px;
}
.steps
{
    width: 230px;
    height: 230px;
    background: #d44040;
    border-radius: 50%;
    padding: 20px;
}
.steps-img-box
{
    padding: 10px 0px;
}
.steps-img-box img
{
    margin: auto;
    display: block;
}
.steps-text h4
{
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: Raleway-Semibold;
    margin-bottom: 10px;
}
.steps-text span
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px #00000052;
    margin-right: 15px;
    display: block;
    background-color: #ff9801;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: Raleway-Medium;
}
.steps-text p
{
    margin: 0;
    font-size:12px;
    color: #fff;
    font-family: Raleway-regular;
}
/*---------puja services-----------*/
.heading2
{
    text-align: center;
    margin-bottom: 50px;
}
.heading2 h2
{
    font-size: 30px;
    font-family: Raleway-Bold;
}
.popular-puja-inner
{
    position: relative;
    text-align: center;
    border-radius:15px;
    overflow: hidden;
}
.puja-overlay
{
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    background: #00000029;
    border-radius:15px;
}
.popular-puja-inner:hover .puja-overlay
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.puja-overlay h2
{
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    border-bottom: none;
}
.popular-puja-inner:hover .puja-overlay h2
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.puja-overlay a
{
    color: #FFF;
    border: 1px solid white;
    padding: 15px 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0); 
    background: #00000082;
}
.popular-puja-inner:hover .puja-overlay a
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.view-more a
{
    display: block;
    width:150px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    background:#d44040;
    margin:25px auto; 
    color:#fff;
    font-size: 14px;
    font-family: Raleway-Semibold;

}
.view-more a:hover
{
    color: #fff;
}
/*.puja-max-height
{
    max-height: 385px;
    overflow: hidden;
}*/


.bg-quote
{
    background-image: url(../images/bg-2.jpg);
/*    background-size: contain;*/
    background-position: center;
}
.quote-box
{
    text-align: center;
}
.quote-img img
{
    margin: auto;
}
.quote-text
{
    margin-top: 50px;
}
.quote-text h4
{
    font-size: 18px;
    font-family: Raleway-Semibold;
    color: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}
.quote-text p
{
    font-size: 13px;
    font-family: Raleway-Semibold;
    color: #000;
    width: 60%;
    margin:15px auto;
}

/*--footer--*/
.foot-border
{
    background: url(../images/Bootem_parten_new.png) center top repeat-x;
    float: left;
    width: 100%;
    position: relative;
    height: 15px;
    margin-bottom: -1px;

}
.bg-foot
{
    background-color: #d44040;
}
.foot-border img
{
    position: absolute;
    top: -35px;
    left: 47%;
    width: 90px; 
}
.social-box
{
    text-align: center;
    margin-top: 20px;
}
.social-box h4
{
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-family: Raleway-Semibold;
}
.social-box ul
{
    margin-top: 20px;
}
.social-box ul li
{
    display: inline-block;
}
.social-box ul li a
{
    margin-left: 10px;
    color: #fff;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: white;
    border-radius:8px;
    color:#d44040;
}
.quick-links 
{
    margin-top: 26px;
}
.quick-links h4
{
    color: #fff;
    font-size: 16px;
    font-family: Raleway-Medium;
    padding: 5px 0px;
}
.quick-links ul li a
{
    font-size: 13px;
    font-family:Raleway-Regular;
    display: block;
    color: #fff;
    padding-bottom: 5px;
}
.quick-links p
{
    color: #fff;
    font-size: 13px;
    font-family:Raleway-Regular;

}
.register
{
    margin-top: 20px;
    display: block;
    width: 150px;
    height: 40px;
    background: #da2424;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0px 2px 1px #333;
    text-decoration: none;
}
.register:hover
{
    color: #fff;
}

.foot-about img
{
    width: 250px;
}
.foot-about p
{
    color: #fff;
    font-size: 13px;
    font-family:Raleway-Regular;
}
.copyright
{
    text-align: center;
    background:#0000008a;
    padding: 10px;
}
.copyright p
{
    font-size: 16px;
    color: #fff;
    font-family: Raleway-Regular;
    padding: 0px;
    margin:0px;
}
.copyright a
{
    color: #fff;
    text-decoration: none;
}


/*-----------book pandit--------------*/
.banner-sec
{
    position: relative;
}
.banner-sec img
{
    width:100%;
}
.banner-sec-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(#2d2d2dc4, #0000001a);*/
}
.banner-text-overlay
{
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}
.banner-text-overlay h2
{
    color: #fff;
    font-size: 28px;
    font-family: Raleway-Semibold;
}
.banner-text-overlay p
{
    color: #fff;
    font-size:14px;
    font-family: Raleway-Regular;
}
.bg-booking
{
    background-image: url(../images/side-2.png);
    background-repeat: no-repeat;
    height: 650px;
    background-size: contain;
}
.book-pandit-form
{
    display: table;
    width: 45%;
    float: right;
    padding: 15px;
}
.book-pandit-form form .form-control
{
    border-radius: 0px;
    box-shadow: 0px 2px 2px #65656570;
}
.book-pandit-form h4
{
    text-align: center;
    font-family: Raleway-Semibold;
    font-size: 20px;
    margin-bottom: 35px;
}
.submit-btn
{
    display: block;
    width:150px;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    background:#d44040;
    margin:25px auto; 
    color:#fff;
    font-size: 14px;
    font-family: Raleway-Semibold;
    margin: auto;
    border: 0;
    border-radius:5px;
    box-shadow: 0px 2px 5px #000;
}
.submit-btn:hover
{
    color: #fff;
}



/*-----------puja services---------------*/
.puja-box
{
    width: 25%;
    display:block;
    float: left;
    padding: 0px 10px;
    margin-bottom: 20px;
    position: relative;
    min-height: 412px;
    max-height: 412px;
}
.puja-box-inner
{
    border: 1px solid #cccccc69;
    box-shadow: 0px 2px 5px #ccccccab;
    transition: .3s ease-in-out;
}
.puja-box-inner:hover
{
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.42);
    margin-top: -5px;
}
.puja-content-box
{
    margin-top: 10px;
    text-align: center;
    padding: 5px 15px;
}
.puja-content-box h4
{
   font-size: 20px;
   font-family: Raleway-Bold;
   color: #d44040;
   overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.puja-content-box p
{
   font-size:12px;
   font-family: Raleway-Regular;
   color: #333;
   text-align: left;
}
.puja-content-box h3
{
    font-size: 22px;
    color: #d44040;
    font-family: Raleway-Semibold;
}
.puja-content-box ul
{
    padding: 10px 0px;
}
.puja-content-box ul li
{
    display: inline-block;
}
.puja-content-box ul li a
{
    width: 75px;
    line-height: 35px;
    height: 35px;
    display: block;
    border: 1px solid #d44040;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #737373;
    font-family: Raleway-Semibold;
    text-decoration: none;
}
.puja-content-box ul li a:hover
{
    background-color:#d44040;
    color: #fff; 
}
.cstm-modal
{
    margin:auto;
    margin-top:100px;
    margin-bottom: 35px; 
}
.cstm-modal-body
{
    padding: 0px;
}
.modal-header
{
    background: #d44040;
    color: #fff;
}
.discription-box
{
    padding: 15px 25px;
}
.discription-box p
{
    font-size:17px;
   font-family: Raleway-Regular;
   color: #333;
   font-weight:bold;
   text-align: left;
}
.discription-box h3
{
    font-size: 22px;
    color: #d44040;
    font-family: Raleway-Semibold;
}
.discription-box h3 span
{
    color: #000;
}
.bookpuja
{
    display: block;
    width:150px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    background:#d44040;
    margin:25px auto; 
    color:#fff;
    font-size: 14px;
    font-family: Raleway-Semibold;
    border: 0;
    border-radius:5px;
    box-shadow: 0px 2px 5px #000;
    margin: 20px;
}
.bookpuja:hover
{
    color: #fff; 
}
/*contact page*/

/*---------contact page-----------*/
.map
{
  position: relative;
}
.map-overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color:#0000008f;
}
.contact-info
{
  margin-bottom: 75px;
}
.contact-info h3
{
  color: #4c4c4c;
  font-family: "Raleway-Bold";
  font-size: 24px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-info ul li
{
    font-size: 14px;
    font-family: Raleway-Medium;
    color: #4c4c4c;
    padding-bottom: 10px;
    line-height: 21px;
    word-spacing: 4px;
    letter-spacing: 1px;
}
.contact-info ul li span
{
  margin-right: 10px;
  font-size:14px;
}
.social-links h3
{
  color: #4c4c4c;
  font-family: "Raleway-Bold";
  font-size: 24px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.social-links ul li
{
  display: inline-block;
}
.social-links ul li a
{
  color: #4c4c4c;
  display: inline-block;
  line-height: 19px;
  margin-right: 27px;
  font-size: 20px;
}
.social-links ul li a:hover
{
  color: #86bc42;
}
.contact-form h3
{
  color: #4c4c4c;
  font-family: "Raleway-Bold";
  font-size: 24px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-form form input
{
  background: #f1f1f1 none repeat scroll 0 0;
  border: 0 none;
  color: #777777;
  font-size: 14px;
  height: 48px;
  margin-bottom:5px;
  padding: 0 23px;
  width: 100%;
}
.contact-form form textarea
{
  background: #f1f1f1 none repeat scroll 0 0;
  border: 0 none;
  color: #777777;
  font-size: 14px;
  margin-bottom:10px;
  padding: 0 23px;
  width: 100%;
  height: 150px;
  padding-top: 13px;
  resize: none;
}
.send-msg
{
    display: block;
    width:150px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    background:#d44040;
    margin:25px auto; 
    color:#fff;
    font-size: 14px;
    font-family: Raleway-Semibold;
    border: 0;
    border-radius:5px;
    box-shadow: 0px 2px 5px #000;
}

.send-msg:hover
{
    color: #fff; 
}


/*-----------------about page------------*/
.about-para
{
    padding: 25px 0px;
}
.about-para h2
{
    text-align: center;
    font-family: Raleway-Semibold;
    font-size: 28px;
}
.decor-line
{
    width: 30px;
    border-bottom:1px solid #d44040;
    margin:15px auto;
    display: block;

}
.about-para p
{
    font-family: Raleway-Regular;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: justify;
	font-weight:bold;
}

/*----------------horoscope-----------------*/
.horoscope-head
{
    text-align: center;
    margin-bottom: 50px;
    padding: 15px;
    background: #ffffffd1;
    border-radius: 10px;
    box-shadow: 0px 2px 10px #00000082
}
.horoscope-head h2
{
    font-size: 30px;
    font-family: Raleway-Bold;
}
.horoscope-head p
{
    font-size: 14px;
    font-family: Raleway-Regular;
    width: 80%;
    margin: auto;
}
.zodiac-sign
{
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: 0px 5px 5px #ccc;
    background: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.zodiac-img
{
    padding: 15px;
}
.zodiac-img img
{
    margin: auto;
    display: block;
}
.zodiac-details
{
    background: #d44040;
    padding: 10px 0px;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}
.zodiac-details h4
{
    font-size: 14px;
    font-family: Raleway-Semibold;
    color: #fff;
    margin: 0px;
}

/*-------- horoscope modal-----*/
.modal-dialog-horoscop
{
    margin: 95px auto;
    width: 900px;
}
.modal-header-horo
{
    padding:10px;
}
.modal-title-horo
{
    font-size: 20px;
    font-family: Raleway-Semibold;
    margin-top: 8px;
}
.horoscope-content
{
    display: table;
    width: 100%;
}
.date-sec
{
    text-align: left;
    padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 22px;
}
.date-sec h4
{
    font-size: 14px;
    font-family: Raleway-Semibold;
    color: #565656;
}
.horo-content
{
    padding: 0px 10px;
    text-align: left;
    border-right: 1px dotted #ccc;
}
.horo-date
{
    font-size: 12px;
    color: #b5b5b5;
    margin-left: 5px;
    margin-right: 5px;
}
.mid-horo
{
    font-size: 12px;
    color: #6f6f6f;
}
.horo-content h4
{
    font-size: 18px;
    font-family: Raleway-Medium;
    color: #d44040;
    margin-bottom: 25px;
}
.horo-content p
{
    font-size: 14px;
    font-family: Raleway-Regular;
    color: #868686;
}
.lucky-box-item
{
    width: 33.33%;
    float: left;
    text-align: center;
}
.border-right
{
    border-right:1px dotted #cecece;
}
.lucky-box
{
    display: table;
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px 25px;
    margin-top: 50px;
    border-radius: 30px;
}
.lucky-box-item h4
{
    margin: 10px 0px;
    font-size: 16px;
    font-family: Raleway-Medium;
    color: #d44040;
}
.lucky-box-item p
{
    font-size: 12px;
    font-family: Raleway-Regular;
    color: #868686;
}
.horo-sign-img
{
    padding-top: 50px;
}
.zodiac-sign a
{
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}


/*------------calander--------------*/
.calender-box
{
    background: #fff;
    box-shadow: 0px 5px 5px #ccc;
    display: table;
    width: 100%;
}
.calender-head
{
    display: block;
    padding: 5px 15px;
    background: #d44040;
    margin-bottom: 25px;
}
.calender-head h4
{
    font-size: 15px;
    font-family: raleway-Semibold;
    color: #fff;
}
.month-head
{
    border-bottom: 1px dotted #ccc;
    padding: 0px 18px;
}
.month-head h4
{
    width: fit-content;
    background: #fff;
    color: #d44040;
    font-size: 14px;
    font-family: Raleway-Semibold;
}
.festival-list-bymonth
{
   width: 80%;
   margin: 30px auto;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    border: none;
    border-bottom:1px solid #eaeaeade
}
.table-bold
{
    font-family: Raleway-Bold;
    color:#d44040;
}
.festival-list
{
    margin-bottom: 50px;
}


/*-------------visitor----------------*/
.bg-visitor
{
    background-image: url(../images/bg-visitor.jpg);
}
.icon i
{
    color: #f34f4f;
    font-size: 95px;
    text-align: right;
}
.count span
{
    font-size: 40px;
    color: #f34f4f;
}
.text-right
{
    text-align: right;
}
.visirot-title
{
    font-size: 40px;
    font-family: Raleway-Bold;
    color: #fff;
    margin: 0;
    padding-top: 30px;
    width: fit-content;
    text-align: center;
    margin-left: 24px;
}

/*--------kundli------------*/
.kundli-img
{
    width: 40%;
    float: left; 
}
.kundli-text
{
    width: 60%;
    float: left;
    text-align: center;
    padding-top: 60px;
}
.kundli-text h2
{
    font-size: 50px;
    font-family: SAMAN;
    color: #7a1007;
}
.kundli-box
{
    width: 70%;
    margin: auto;
}
.kundli-text p
{
    font-size: 14px;
    font-family: Raleway-Semibold;
    margin-top: 20px;
}
.modalbody-bg
{
    background-image: url('../images/bg-kundli.jpg');
    background-size: contain;
    background-position: center;
    background-repeat:no-repeat;
}
.book-pandit .form-group select option
{
    background-color:#fff;
    color: #000;
    outline:none;
}

.dateclass {
  width: 100%;
}

.dateclass.placeholderclass::before {
  width: 100%;
  content: attr(placeholder);
}

.dateclass.placeholderclass:hover::before {
  width: 0%;
  content: "";
}

/*input[type="date"]:not(.has-value):before{
  color:#fff;
  content: attr(placeholder);
  margin-right:6px;
  font-size:11px;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
    color: #fff !important;
}*/


.goog-te-banner-frame
{
    display:none!important;
}

#google_translate_element {
    position: fixed;
    right: 5px!important;
    top: 2%;
    z-index: 99999
}
.goog-te-gadget {
  font-family: Roboto, 'Open Sans', sans-serif!important;
  text-transform: uppercase;
}
.goog-te-gadget-simple  {
  background-color:rgba(0, 0, 0, 0.44)!important;
  border: 1px solid rgba(255,255,255,0.50) !important;
  padding: 8px!important;
  border-radius: 4px!important;
  font-size: 1rem!important;
  line-height:2rem!important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}
.goog-te-menu2 {
  max-width: 100%;
}

.goog-te-menu-value {
  color: #fff !important;
    &:before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
    display:none!important;
  } 
}

.goog-te-menu-value span
{
    display:none!important;
}
.goog-te-gadget-simple span
{
    display:none!important;
}
.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none!important;
  font-family: 'Material Icons';
  &:after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
  }  
}

.goog-te-gadget-icon {
    background-image: url('../images/hn.png')!important;
    background-position: -89px 0px!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
    //     OR
    display: none;
}

// ============ HIDE TOP BAR ============ 
.goog-te-banner-frame.skiptranslate {display: none!important;} 
body {top: 0px!important;}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
	#google_translate_element {
		bottom: calc(100% - 50% - 53px);
		left: 16px!important;
		width: 100%!important;
		goog-te-gadget {
			width:100%!important;
		}
		.skiptranslate {
			width:100%!important;			
		}
		.goog-te-gadget-simple {
			width: calc(100% - 32px)!important;
			text-align: center;
		}	
	}
}

..goog-te-banner-frame
{
    display: none!important;
    z-index: 0!important; 
}


/*-----mailer-----------*/
		@font-face
		{ font-family:Raleway-SemiBold;
		  src:url('Raleway-SemiBold.ttf');
		}
		@font-face
		{ font-family:Raleway-Regular;
		  src:url('Raleway-Regular.ttf');
		}
		.mailbox{
			    margin:20px auto;
                 width: 53%;
                 background: #fff;
                 border: 1px solid #000;
                 box-shadow: 0px 5px 10px #737373;
                 border-radius: 5px 5px 0px 0px;
		}
		.mailboxheader{
			width: 100%;
			height:75px;
			background: rgb(212, 64, 64);
			border-radius: 5px 5px 0px 0px;
                         
		}
		.welcomemsg h4{
			font-size:22px;
			font-family:Raleway-SemiBold; 

		}
		.welcomemsg p
		{
			font-size: 14px;
    		font-family: Raleway-Regular;
		}
		.welcomemsg h5
		{
			font-family: Raleway-Semibold;
			font-size: 18px;
		}
		.information{
			padding: 15px;
            width: 80%;
            margin:auto;
		}
		.information table
		{
			margin:auto;
		}
		.content{
			    width: 35%;
                text-align: left;
                 padding: 10px;
		}
		.middle{
			width: 25%;
			text-align: center;
		}
		.text{
			    width: 40%;
                text-align: left;
		}
		.mailfooter{
			width: 100%;
			height: 58px;
			background: rgb(212, 64, 64);
		
		}
		.mailfooter p{
            color: white;
		    text-align: center;
		    font-size: 12px;
		    display: block;
		    margin: 0;
		    padding: 15px 0px;
		    line-height: 1.5;
		    font-family: Raleway-regular;
		}
		.mailfooter p a{
			text-decoration: none;
			color: white;
			font-style: bold;
		}
.mrq{}
.mrq p{margin-bottom:0px; color:#ffe66c; font-weight:bold; font-size:18px;}

.pd-20 {
    padding: 20px 0px;
}

/*=================== Pagignation =======================*/

div.pagination {
	padding:3px;
	/*margin: 4px;*/
}

div.pagination a {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #AAAADD;
	font:11px Tahoma, Geneva, sans-serif;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #000099;
	font:bold 11px Tahoma, Geneva, sans-serif;
	background-color: #000099;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	}

/*===== Pagination end ==============*/