﻿* {padding:0px; margin:0px; font-family: Poppins,sans-serif;}
html {scroll-behavior: smooth;}
body { font-family:Poppins,sans-serif;font-size:17px;line-height:28px;color:#797687; margin:0px; padding:0px; overflow-x:hidden; } h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;margin-top:0;font-weight:600;color:#333}
.container { max-width:85%; }
.header { background:#fff; padding-top:10px; padding-bottom:10px; z-index:102; }
.card-shadow {box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);} .logo img {width:220px;} 
a { color:#1c4c96; } a:hover {color:#5852aa;}
.feature {padding-top:30px; padding-bottom:30px; position:relative; z-index:0;}
.line-btm { color:#333; text-align:center;margin-bottom:35px; position:relative; }
.line-btm:after { content:""; position:absolute; width:140px; height:3px; background:#1c4c96; left:50%; bottom:-14px; right: 50%; transform: translate(-50%, -50%); }
.feature-widget {padding:0px;} .feature-widget h3 { margin-top:20px; margin-bottom:20px; font-size:20px; font-weight:normal; line-height:32px;} 
.f-manage { padding-bottom: 20px; padding-top: 15px; }
.banner-section img { width:100%; }
.bg-gray {background:#f8f9fa; } .color-red {color:#1c4c96;}
.bg-dark-blue { background:#7eb1fc;} .bg-light-blue { background:#bbd7ff;} 
.bg-dark-purple { background:#8d88cf;} .bg-light-purple { background:#dedbff;} 
.bg-dark-orange { background:#fbb97c;} .bg-light-orange { background:#fde5ce;} 
.bg-dark-pink { background:#f69383;} .bg-light-pink { background:#ffc1b8;} 
.br-blue-1 { border:1px dashed #7eb1fc; } .br-purple-1 { border:1px dashed #8d88cf; }
.br-orange-1 { border:1px dashed #fbb97c; } .br-pink-1 { border:1px dashed #f69383; }
.dark-blue { background: #1c4c96 } .btn-radius { border-radius:30px; } .dark-pink { background:#5852aa; }
.fb-bg  { background:#3e5c9a;} .gmail-bg { background:#e04a39;} 
.color-dark-blue { color:#7eb1fc;}
.right_btn 
    {
        padding-left:30px;
        margin-left:30px;
        margin-top:15px;
        border-left:2px solid #1c4c96;
    }

.feature-widget .img-circle {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    display: inline-block;
    text-align:center;
    line-height:90px;
    
}
.feature-widget .img-circle img 
{
    width: 70px;
    height: 70px;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    
}
.feature-widget:hover img 
{
    transform: rotate(360deg);
}
.feature-widget 
{
    text-align:center;
}
.feature-widget p 
{
    text-align:justify;
    margin-bottom:0px;
}

.bg-shape-1 {
    position: absolute;
    left: 0;
    top: 170px;
    width: 100%;
    height: 100%;
}
.bg-shape-2 
{
    position: absolute;
    left: 0;
    top: 500px;
    width: 100%;
    height: 100%;
}

.astrology-feature  {
    position: relative;
    text-align:center;
    padding: 60px 10px 10px 10px;
    transition:all 0.3s;
    border-radius:25px;
    background:#fff;
}
.astrology-feature:hover 
{
    box-shadow: 0 10px 16px rgba(0,0,0,.2);
    background:#fff;
}
.icon-img 
{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    display:inline-block;
    text-align: center;
    line-height: 90px;  
    position:absolute;
    margin-bottom:25px;
    top:-45px;
    transform: translate(-50%);
}

.icon-img img 
{
    width: 70px;
    height: 70px;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.astrology-feature:hover img 
{
    transform: rotate(360deg);
}
.astrology-feature h3 
{
    font-size:20px;
    font-weight:normal;
}
.mt-120  
{
    margin-top:120px;
}
.m-m 
{
    margin-bottom:90px;
}

.right-sec 
{
    margin-top:30px;
}
.right-sec h3 
{
    margin-bottom:15px;
}
.right-sec p 
{
    text-align:justify;
}
.d-book 
{
    text-align:center;
}
.d-book img 
{
    width:300px;
}
.item-ul ul 
{
    margin-top:30px;
}
.item-ul ul li 
{
    list-style:none;
    margin-bottom:10px;
}
.item-ul ul li i 
{
    background:#fff;
    width:24px;
    height:24px;
    border-radius:4px;
    color:#970c17;
    text-align:center;
    line-height:24px;
    display:inline-block;
    margin-right:12px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.screen-design 
{
    padding:15px;
    margin:10px;
    
}
.screen-design img 
{
    width:100%;
}   
.screen-design ul 
{
    padding-left:15px;
    padding-top:0px;
} 
.form-set input 
{
    border-radius:40px;
    height:48px;
    border:1px solid #ddd;
    box-shadow:none;
}
.form-set textarea 
{
    border-radius:40px;
    border:1px solid #ddd;
    box-shadow:none;
}
.form-set button 
{
    border-radius:30px;
    border:none;
    font-size:17px;
    padding:10px 51px;
}
.contact_us 
{
    margin-left:50px;
}
.contact_us .icons {
    float: left;
    border-radius: 90px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    margin-right: 15px;
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.contact_us .icons i {
    font-size: 30px;
    line-height: 90px;
}
.text-icons 
{
    margin-top:10px;
}
.text-icons a 
{
    color:#797687;
}
.text-icons 
{
    display:table-cell;
}
.text-icons h5 
{
    margin-top:10px;
}
.mt-70 
{
    margin-top:70px;
}
.screen-design 
{
    text-align:center;
    margin-top:160px;
}
.screen-design .step
{
    width:100px;
    height:100px;
    line-height:100px;
    background:#970c17;
    border-radius:100%;
    font-size:50px;
    color:#fff;
    text-align:center;
    display:inline-block;
}
.screen-design h2 
{
    margin-top:30px;
    margin-bottom:20px;
}
.screen-design a 
{
    margin-top:20px;
}
.img-scrn img 
{
    width:600px;
}
.scrn-chk 
{
    margin-bottom:50px;
    border-bottom:2px dashed #ddd;
}
.right-img 
{
    float:right;
}
.footer 
{
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}
.footer p 
{
    margin-bottom:0px;
}
.addReadMore.showlesscontent .SecSec, .addReadMore.showlesscontent .readLess {
        display: none;
}
.addReadMore.showmorecontent .readMore {
        display: none;
}
.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
 }
 .addReadMore .readMore, .addReadMore .readLess 
 {
     color:#1c4c96;
     cursor:pointer;
 }
 
 .addReadMore1.showlesscontent1 .SecSec1, .addReadMore1.showlesscontent1 .readLess1 {
        display: none;
}
.addReadMore1.showmorecontent1 .readMore1 {
        display: none;
}
.addReadMoreWrapTxt1.showmorecontent1 .SecSec1, .addReadMoreWrapTxt1.showmorecontent1 .readLess1 {
        display: block;
 }
 .addReadMore1 .readMore1, .addReadMore1 .readLess1 
 {
     color:#1c4c96;
     cursor:pointer;
 }
 
 .red_color 
 {
     color:#7eb1fc;
 }
.lSSlideOuter .lSPager.lSpg>li a {
    height: 6px !important;
    width: 30px !important;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #1c4c96 !important;
}
.lSSlideOuter .lSPager.lSpg>li a 
{
    background-color: #bbd7ff !important;
}

.set-text 
{
    display:block;
    color:#797687;
    font-size:16px;
    font-weight:normal;
}
.os-animation{
  opacity: 0;
}
.feature 
{
    overflow-y:hidden;
    height:100%;
}
.os-animation.animated{
    opacity: 1;
}
.call_us 
{
    float:right;
    margin-top:10px;
}
.call_us h5 
{
    text-align:right;
    margin-bottom:10px;
}
.call_us a 
{
    font-size:24px;
}
.call_us i 
{
    background: #1c4c96;
    color: #fff;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    margin-right:5px;
}
.testimonial-block-two {
    position: relative;
}
.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 35px 30px;
    background-color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.testimonial-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background-color: #cccccc;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.testimonial-block-two .inner-box .quote-icon {
    position: absolute;
    right: 20px;
    top: -10px;
    color: #e0e0e0;
    font-size: 60px;
    line-height: 1em;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-block-two .inner-box .image-outer {
    position: relative;
    display: inline-block;
}
.testimonial-block-two .inner-box .image-outer:before {
    position: absolute;
    content: '';
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50px;
    border: 2px solid #970c17;
}
.testimonial-block-two .inner-box .image {
    position: relative;
    width: 76px;
    height: 76px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50px;
}
.testimonial-block-two .inner-box .text {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
.testimonial-block-two .inner-box h5 {
    position: relative;
}
.testimonial-block-two .item 
{
    margin:10px;
}
.testimonial-block-two .owl-nav, .testimonial-block-two .owl-dots 
{
    display:none;
}
.btn-fixed 
{
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    display:none;
    z-index:2;
}
.btn-fixed a 
{
    font-size:28px;
}
.section-sechdule 
{
    position:relative;
}
.section-sechdule::after {
    content: "";
    display: block;
    height: 100%;
    background: url(/images/software/bg-01.png) bottom/cover no-repeat;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    z-index: -1;
}
.hide-show 
{
    display:none;
}
.lSSlideOuter 
{
    position:relative;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0 !important;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom:-10px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:9
}
.banner-section .lSSlideOuter .lSPager.lSpg {
    width: 100%;
    transform: translate(-50%, -50%) !important;
}
.hide-m-c { display:block; }
.btn-fixed > a {width:100%; border-radius:0px;}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index:9;
    transition: all 0.5s;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.banner-section .des-slider {
    display: block;
}
.banner-section .mb-slider {
    display: none;
}
.event_price_item:hover {
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 9, 0.1);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 9, 0.1);
}
.analytices_price_item.active, .analytices_price_item:hover {
    -webkit-box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
    box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
    border-color: #fff;
}
.event_price_item {
    padding: 46px 0px 36px;
    border: 0px;
    border-radius: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(64, 1, 9, 0.06);
    box-shadow: 0px 10px 40px 0px rgba(64, 1, 9, 0.06);
    position: relative;
    margin-bottom: 30px;
    margin-top:15px;
    position:relative;
}
.event_price_item:before {
    content: "";
    background: url(/images/software/price_shap.png) no-repeat scroll center bottom;
    position: absolute;
    bottom: -22px;
    left: 0;
    height: 22px;
    width: 100%;
    background-size: cover;
}
.event_price_item .p_head {
    border: 0px;
}
.analytices_price_item .p_head {
    text-align: center;
    border-bottom: 1px solid #ececf6;
    padding-bottom: 30px;
}
.event_price_item .p_head h5 {
    margin-bottom: 0;
}
.analytices_price_item .p_head h5 {
    font-size: 20px;
    font-weight: 500;
    color: #2c2c51;
}
.event_price_item .p_head .rate, .event_price_item .p_head .tag {
    color: #1c4c96;
}
.analytices_price_item .p_head .rate {
    font-size: 34px;
    font-weight: 600;
    color: #1c4c96;
    padding-bottom: 13px;
    padding-top: 22px;
}
.event_price_item .p_body {
    padding: 0px 40px 30px;
    border-bottom: 0.5px dashed #cfcfdc;
}
.analytices_price_item .p_body {
    padding-top: 20px;
    margin-bottom: 0;
}
.event_price_item .text-center {
    padding: 40px 40px 0px;
}
.event_btn {
    font-size: 16px;
    padding: 11px 51px;
    border-radius: 30px;
    color: #fff;
}
.btn_hover {
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn_hover:hover 
{
    text-decoration:none;
    color:#fff;
}
.save-money 
{
    position:absolute;
    top:-40px;
    right:0px;
    
}
.save-money p 
{
   margin-bottom:0px;
   width:90px;
   height:90px;
   color:#fff;
   background:#03a84e;
   border-radius:180px;
   text-align:center;
   padding-top:15px;
   box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.save-money span 
{
    display:block;
}
.f-s 
{
    font-size:14px;
}
.feature .analytices_price_item .clr-text 
{
    color:#5852aa;
}
/* Sign In Modal Css */
.sign-in .modal-content 
{
    padding:40px 60px;
    overflow:hidden;
}
.sign-in .sign-left 
{
    margin-top:75px;
    text-align:center;
} 
.sign-in .sign-left h2 
{
    font-weight:normal;
    margin-bottom:30px;
    color:#3e71c0;
}
.sign-in .sign-left h2 span 
{
    font-weight:bold;
}
.sign-in .sign-left img 
{
    width:380px;
}
.sign-in .sign-right 
{
    margin-top:30px;
}
.sign-in .sign-right h2 
{
    color:#5852aa;
}
.sign-in .sign-right p 
{
    color:#5852aa;
}
.sign-in .sign-right p a 
{
     color:#5852aa;
     text-decoration:none;
}
.sign-in .form-horizontal 
{
    margin-top:30px;
    margin-bottom:65px;
}
.sign-in .form-horizontal label 
{
    color:#5852aa;
}
.sign-in .form-horizontal .form-control 
{
    height:47px;
    padding-left:25px;
    border:0px; 
    background:#f9f8fd;
}
.sign-in .form-horizontal .btn-sign 
{
    padding: 8px 40px;
    font-size: 20px;
    letter-spacing: 0.8px;
    box-shadow:0px 5px 15px 0px rgba(88, 82, 170, 0.5);    
} 
.sign-in .form-horizontal .btn-adjust a 
{
    padding:6px 10px;
    width:150px;
}
.sign-in .form-horizontal .btn-adjust a i 
{
    margin-right:15px;
}
.sign-in .form-horizontal .or_txt {
    display: block;
    width: 50%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 33px;
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.sign-in .form-horizontal .or_txt::before {

    content: "OR";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
    width: 35px;
    line-height: 30px;
    background:#fff;
    font-style: normal;
    font-size: 12px;
    color:#5852aa;
    text-align: center;
}
.sign-in .close 
{
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 36px;
    color:#5852aa;
    opacity:1;
}
.dhruvlogin 
{
    display:none;
}
.top-img 
{
    position:absolute;
    top:0px;
    left:0px;
}
.top-img img 
{
    width:170px;
}
.bottom-img 
{
    position:absolute;
    bottom:0px;
    right:0px;
}
.btn-adjust  
{
    text-align:center; 
 } 
 .dhruvlogin 
 {
     overflow:hidden;
 }
.dhruvscreen 
{
    margin-top:85px;
}
.dhruvscreen .btn-style {
    width: 55%;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    font-size: 24px;
    padding: 10px 11px;
}
.dhruvscreen .btn-style i 
{
    margin-right:15px;
}
.sign-in .back { display:block; position:absolute; left:15px; top:15px; font-size:28px; cursor:pointer; z-index:9; color:#000;}
.sign-in .back:hover { color:#000; }
.text-btn a  { padding:10px 51px; font-size:17px;}
.section-show 
{
    overflow:hidden;
    background-color: #edf1f5;
}
.section-show .circle-one {

    position: absolute;
    left: -150px;
    top: -260px;
    width: 670px;
    height: 670px;
    border: 100px solid #e8ebef;
    border-radius: 50%;
}
.section-show .circle-two {
    position: absolute;
    right: -250px;
    bottom: -300px;
    width: 870px;
    height: 870px;
    border: 100px solid #e8ebef;
    border-radius: 50%;

}
.hide-show1 
{
    display:block;
}
.user-logedin 
{
    position:relative;
    margin-left:5px;
}
.user-logedin .ic-u 
{
    margin-right:5px;
}
.user-logedin .ic-sort 
{
    margin-left:10px;
    vertical-align:top;
    line-height:26px;
}
.open_logindet 
{
    position:absolute;
    display:none;
    top:123%;
    background:#fff;
    border:1px solid #1c4c96;
    padding:15px 10px;
    z-index:999;
    border-radius:4px;
    width:300px;
    right:0px;
}
.inner_m h6 
{
    margin-top:5px;
}
.goto-cloud 
{
    margin-bottom:10px;
    margin-top:10px;
}
.logout-btn 
{
    float:right;
    margin-top:7px;
}
.logout-btn a 
{
    background:#1c4c96;
    color:#fff;
    padding:6px 12px;
    border-radius:4px;
    
}
.logout-btn a:hover 
{
    text-decoration:none;
}
.color-blue 
{
    color:#1c4c96;
}
.bottom .arrow {
    top: -11px;
    right: 10px;
    margin-left: -11px;
    border-bottom-color: #1c4c96;
    border-top-width: 0;
    border-style: solid;
}
.arrow, .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.bottom .arrow:after {
    top: 1px;
    margin-left: -11px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
}
.arrow:after {
    border-width: 11px;
    content: "";
}
.arrow {
    border-width: 11px;
}
.menu-right 
{
    float:right;
    margin-top:13px;
}
.menu-screen li 
{
    list-style:none;
    display:inline-block;
    border-radius:4px;
    color:#fff;
    margin-right:7px;
    
}
.menu-right .ln 
{
    
    margin-right:-8px;
}
.menu-right .rn 
{
    margin-left:-8px;
}
.menu-screen li a 
{
    padding:10px 12px;
    border-radius:4px;
    color:#fff;
    display:inline-block;
    font-weight: normal;
}
.menu-screen li a:hover 
{
    text-decoration:none;
}
.lg-bt 
{
    padding:10px 25px !important;
}
.sign-in .form-group {
 margin-left: 15px;
    margin-right: 15px;
}
.h-use .logo img { width:180px; }
@media (min-width: 1200px) {
.modal-xl {max-width: 1260px;}
}
@media only screen and (max-width:1360px){.container {max-width:100%;} }
@media only screen and (max-width:990px) { .hide-show1 {display:none;} .menu-right .ng {display:none;} .open_logindet { right:0px;  } .bottom .arrow { right:10px; left:auto; } .user-logedin .ic-sort { line-height:20px; } .btn-mg { padding-left:15px; margin-left:0px; margin-top:8px !important; } .screen-design { margin-top:0px; } .scrn-chk, .img-scrn { text-align:center; } .right-img { float:none; } .contact_us { margin-top:40px; margin-left:0px; } }
@media only screen and (max-width:768px) {h2 { font-size:24px; } .feature-widget { text-align:center; } .bg-shape-1 { display:none; } .f-manage { padding-top:10px; padding-bottom:10px; } .form-set { margin-bottom:40px; } 
.d-book img {width:200px;} .feature-widget p { margin-bottom:0px; } .contact_us { margin-top:10px; } .contact_us .icons { width:60px; height:60px; line-height:60px; } .contact_us .icons i {line-height:60px; font-size:24px; } .text-icons h5 { margin-top:0px; } 
.right-sec h3 {line-height:32px; font-size:22px;} .contact_us {margin-left:0px;} .screen-design { margin-top:0px; } .scrn-chk {margin-bottom:20px;} .bg-shape-2 {display:none;}.btn-fixed { display:block; } .hide-m-c { display:none; } .hide-show {display:block;}
.right_btn { border-left:0px; margin-top:13px; } .logo img { margin-top:5px; } .call_us { float:none; text-align:right; margin-top:0px; padding-right:0px; } .header { padding-top:0px; }
.call_us { background:#f5f5f5; padding-bottom:5px; padding-top:5px; padding-right:15px; } /*.call_us { background:#fff; padding-bottom:0px; padding-top:12px; padding-right:0px; }*/ .call_us h5 { display: inline-block; margin-right:10px; margin-top:2px; }  
/* .call_us h5 { display: block; margin-right:10px; margin-top:2px; }*/  .call_us h5 { margin-right:0px; margin-top:2px; } .call_us { padding-bottom:10px; padding-top:10px; } 
.right_btn .btn-group-lg>.btn, .right_btn .btn-lg  {padding:6px 12px; font-size:17px;} .m-b {margin-bottom:90px; } .banner-section .lSSlideOuter .lSPager.lSpg { bottom:-15px; } 
.lSSlideOuter .lSPager.lSpg>li a {height: 4px !important;width: 25px !important;}.footer {height:120px; padding-top:5px; padding-bottom:0px;} .right-sec { margin-top:0px; } .banner-section .mb-slider {display: block;} .banner-section .des-slider { display:none; }
.sign-in .modal-content  { padding:40px 20px;} .sign-in .sign-left { margin-top:30px; } .sign-in .sign-left h2 { margin-bottom:20px; } .sign-in .sign-left img { width:260px; } .top-img img { width:110px; } .bottom-img img  { width:110px; } 
.sign-in .form-horizontal { margin-bottom:40px; margin-top:15px; } .dhruvscreen { margin-top:40px; margin-bottom:20px; } .dhruvscreen .btn-style { margin-bottom:25px; font-size:20px; width:80%; padding:10px 8px; } .sign-in .sign-right { margin-top:5px; }
.sign-right .form-group { margin-bottom:10px; } .sign-in .animated .form-horizontal { margin-bottom:0px; } .sign-in .sign-right p { margin-bottom:0px; } .sign-in .form-horizontal .btn-sign { padding: 5px 30px; font-size:17px; box-shadow:0px 1px 5px 0px rgba(88, 82, 170, 0.5) }
.dfL-pd { padding-left:5px; } .dfR-pd { padding-right:5px; } .event_btn { padding:8px 10px; font-size:14px; } .event_price_item .text-center { padding:40px 5px 0px; } .save-money p { width:70px; height:70px; padding-top:12px; font-size:15px; line-height:22px; }
.menu-screen { margin-bottom:5px; } .menu-screen li { margin-right:0px; } .iframe-set { border:5px solid #ddd; border-radius:10px; } .iframe-set iframe { width:100%; height:208px; } .terms-use h1 { font-size:20px; } .terms-use p { text-align:justify; }
.terms-use ul { padding-left:20px; } .f-use  { height:auto; padding-bottom:10px; border-top:1px solid #ddd; padding-top:10px;}  .h-use .logo img { width:130px; }
}

@media only screen and (max-width:480px) { .logo img {width: 140px;} .call_us h5 { font-size:16px; } .call_us i {width:20px; height:20px; line-height:20px;} .call_us a { font-size:18px; } .contact_us .icons {width:40px; height:40px; line-height:40px;}
.contact_us .icons i{line-height:40px;} .icons-contact { margin-top:20px !important; } .text-btn {text-align:center;} .footer p { font-size:14px; } }
@media only screen and (max-width:380px) { .sign-in .sign-left h2 { margin-top:30px; margin-bottom:10px; }  .sign-in .form-horizontal .btn-adjust a { width:130px; padding:6px; } .menu-screen li { margin-right:0px; } .menu-screen li a { padding:7px 8px; font-size:15px; } .right_btn .btn-group-lg>.btn, .right_btn .btn-lg { padding: 6px 10px; font-size: 14px; } .menu-screen { margin-bottom:5px; }  }
@media only screen and (max-width:350px) { .logo img {width: 120px; } .call_us h5 { font-size:14px; } .call_us i {width:20px; height:20px; font-size:16px; line-height:20px;} .call_us a { font-size:14px; } .event_btn { font-size:13px; padding: 7px 10px; } }

