
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }


    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
 
 .sleepy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.sleepy-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: auto;
  width: 35%;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
      padding: 20px 10px;
}

.sleepy-header {
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.sleepy-header span { margin-top: 3px; }

.sleepy-close {
  float: right;
  width: 16px;
  height: 16px;
  background-image: url("../img/sleepy-head-close-x.svg");
  margin-top: 5px;
  cursor: pointer;
}

.sleepy-close:after { clear: both; }

.sleepy-content, .sleepy-modal, .sleepy-wake-up {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.sleepy-content {
  padding: 15px 10px;  
  /*height: 142px;*/
  /*height: 230px;*/
  margin: 10px auto;
}

.sleepy-message {
  
  width: 100%;
    text-align: center;
}

.sleepy-message p {
  font-size: 23px;
margin-bottom: 20px;
line-height:1.2;
}

.sleepy-owl {
  float: left;
  width: 35%;
}

.sleepy-owl div {
  width: 110px;
  height: 122px;
  background-image: url("../img/sleepy-head-owl-default.svg");
}

.sleepy-wake-up {
  
    color: #ffffff;
    background-color: #BF1E2D;
    border-color: #BF1E2D;   
    padding: 13px; 
    
    cursor: pointer;   
    -moz-transition: all 0.30s ease;
    -ms-transition: all 0.30s ease;
    -o-transition: all 0.30s ease;    
        width: 76%;
    margin: auto;
    border-radius: unset;
    text-transform: uppercase;
}

.sleepy-wake-up:hover { color: #fff; }
.dsononewq{
    display:block;
}
.dsononewq1{
    display:none;
}
 
@media only screen and (max-width: 40em) {
    
.sleepy-message p {
  font-size: 25px; 
}
/*.sleepy-message p { display: none; }*/
.dsononewq1{
    display:block !important;
}
.dsononewq{
    display:none !important;
}

.sleepy-modal {
  width: 320px;
  /*height: 200px;*/
  /*height: 300px;*/
}

.sleepy-modal {
  -webkit-border-radius: 0px;
  border-radius: 0px
}

.sleepy-wake-up { margin-top: 0; width: 96%;
    font-size: 13px; }
    

.sleepy-message .sleepy-mobile-only {
      display: block;
    text-align: center;
    line-height: normal;
    width: 100%;
}
}
@media only screen and (min-width: 40.063em) {

.sleepy-message .sleepy-mobile-only { display: none; }
}

@media (max-width: 767px){
    .ytvideo{
        	height: 318px !important;
    }
    .crowm{display: block !important;}
    .banner-list-style li{font-size:18px !important; line-height:1.5 !important; margin-bottom:10px !important;}
    .banner-list-style1{margin-top: 30px;}
    .banner-list-style1 li{font-size:18px !important; line-height:1.5 !important; margin-bottom:10px !important;}
    .banner-trafi{font-size:35px !important;}
    
    .banner-layout2 .banner-layout2-content p span{
        display:block !important;
    }
    .custombtnaw{
        padding: 10px 15px !important;
        font-size:14px !important;
    }
    .custombtnaw1{
        padding: 20px 0px !important;
    }
     .stylefontser1{
        font: normal normal normal 23px/1.2em worksans-extralight,'work sans',sans-serif !important;
    }
     .float{ 
    /*bottom:85px !important;*/
    right:20px !important; 
}
.banner-outer .content { 
    padding: 40px 0px !important;
    
}
.cusclesw1{
    line-height: 29px !important;
    font-size: 24px !important;
    margin-bottom:20px !important;
}
.cusclesw2{
    font-weight:unset !important;
    text-align:left !important;
}
.cusclesw{
    font-size:18px !important;
}

}

.banner-outer .content p{
    color: #505050 !important; 
}

.banner-outer .content {
        padding: 240px 0 200px;
}
.cos-color{
       color: #2d78a5;
       font-weight:600;
}
                        .dsononewq{
                            display:none;
                        }
                        .dsononewq1{
                            display:block;
                        }
                        @media (max-width: 767.98px){
                         .dsononewq1{
                            display:none !important;
                        }
                        #req-apnmt{
                        right: -110px !important;
                            
                        }
                        .intro_section .flexslider .slide_description{
                            padding-bottom: 0px !important;
                            padding-top: 50px !important;
                        }
                        .mbhidemy{
                            display:none !important;
                        }
                        .news-standard a, .news-standard a:focus, .news-standard a:active{
                                white-space: unset !important;
                        }
                        .dsononewq{
                            display:block !important;
                        }
                        }
                        
                        .float{
    position:fixed;
    width:55px;
    height:55px;
    bottom:25px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.fonsert{
    margin-top: 12px;
    color: #fff;
    
}



.banner-list-style li{
  color: #ffffff;
  font-size: 25px;
  display: flex;
}
.banner-list-style li:before{
  content: "\f00c";
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.banner-list-style li span{
  display: contents;
  color:#FDD835 !important;
}


.banner-list-style1 li{
  color: #444;
  font-size: 25px;
  display: flex;
}
.banner-list-style1 li:before{
  content: "\f00c";
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
        color:#00bcd4;
}
.banner-list-style1 li span{
  display: contents;
  color:#FDD835 !important;
}

.help-block, .text-danger{color:red !important;font-size: 16px !important;
    margin-bottom: 0px !important;}