
@import "bootstrap.css";

@import "font-awesome.css";
@import "primary_content.css";


@import "jquery.datetimepicker.css";


@import "bootstrap-select.css";
@import "magnific-popup.css";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');




/*font-family: 'Courgette', cursive;*/
/* - - - - - - - - - - - - - - - - - - - - -
TITLE    :   NAKCSS HTML 5 VERSION 3
- - - - - - - - - - - - - - - - - - - - - */



html{height:100%;}
body{height:100%; color:#000; background:#f4f4f4;}

#nakainer{height:100%}
#primary-content{min-height:100% !important;}
body { font-family: 'Open Sans', sans-serif; font-size:16px;overflow-x: hidden;}

:focus {outline: 0 !important;}
a{ color: #000;}
a:hover, a:focus { text-decoration:none;color:#1d77ad; z-index: 1; }
ul { list-style:none; }
.disabled, .disabled1 { display:none !important; }
.courgette{ font-family:'courgette'; }
.kg-font{font-family:'kg-all';}
.no-js #loader { display: none; }
.owl-theme .owl-controls {margin-top: 0px;}
.se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999999; background-color: rgba(188,50,37,.8); }
/* HEADER SLIDER */





#header {
   z-index: 200;
    /* background: #fff; */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    z-index: 200;
    background: #246;
    border-bottom: solid 5px #00ace8;
    padding: 5px 0;
   
    
}

.logo-section img{}
.head-menu .navbar-brand img {
    display:inline-block; max-width:100% !important;
}
.head-menu .navbar-brand{float: none;
    padding: 0;
    height: auto;
    line-height: 1;
    display: inline-block;}

.head-menu .navbar-brand .logo_with_name {
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3.5px;
    font-weight: 500;
    line-height: 1.2;
}
.head-menu .navbar-brand .logo_with_name span {
    display: block;
    text-align: center;
    font-size: 26px;
    color: #19B0C7;
    font-weight: 700;
    letter-spacing: 0;
    font-family: serif;
}
.head-menu .navbar-brand .logo_with_name em {
    font-style: normal;
    color: #000;
}


.top-mobile-head-bar{display:none;}

.backto-links {
    text-align: right;
    margin-top: 25px;
}

.backto-links{text-align:right;    margin-top:15px;}
.backto-links .back-to-btn{display:inline-block; margin:0 8px;}
.backto-links .back-to-btn a{    display: block;
padding: 6px 20px;
font-weight: 700;
background: #195e7f;
border: 2px solid #195e7f;
color: #fff;
border-radius: 30px;font-size: 14px}

.backto-links .back-to-btn.backto-web-btn a{ background: #1d77ad; border-color: #1d77ad;} 

.backto-links .back-to-btn a:hover{background: #19b0c7 !important;
    border-color: #19b0c7;
    color: #fff;}


.head-menu { position:relative; z-index:999; width: 100%;    background: transparent;top: 0; }

.music-btn a{    float: right;
    margin: 10px 20px;
    padding: 4px 12px;
    background: #007f71;
    border-radius: 30px;
    font-size: 14px;
    border: 2px solid #fff;
    color: #fff;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all;}
.music-btn a:hover{    background: #000}

/* End Header */

/*Social Links*/

/* Social Links*/

/*Head top bar*/


.logopart{width:auto; display:inline-block;margin-right:10px;}

/*Head top bar*/

.logopart{max-width:150px;margin:5px 0; display:inline-block;}

/*Header Part End*/


ul.menulist {
    float: right;
}
/* Menu Part Start */
#cssmenu:hover #menu-line{display:none !important}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button { margin: 0; padding: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#cssmenu:after, #cssmenu > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#cssmenu #menu-button { display: none; }
#cssmenu { width: auto; line-height: 1; }
#menu-line { display:none; }
#cssmenu:hover #menu-line { display:block; }
#menu-line { position: absolute; top: 0; left: 0; height: 2px; background: #fa6441; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
#cssmenu > ul > li { float: left; margin: 0 4px; }

#cssmenu.align-center > ul { font-size: 0; text-align: center; }
#cssmenu.align-center > ul > li { display: inline-block; float: none; }
#cssmenu.align-center ul ul { text-align: left; }
#cssmenu.align-right > ul > li { float: right; }
#cssmenu.align-right ul ul { text-align: right; }
#cssmenu > ul > li > a { padding: 6px 5px;font-size: 14px; font-weight: 600; text-decoration: none;text-transform: uppercase; color: #000; -webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu > ul > li > a {outline: 0;}
#cssmenu > ul > li:before {
    content: "";
    border-bottom: 2px solid #007f71;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition:.4s width ease-in-out;
}
#cssmenu > ul > li:hover:before{width: 100%;}
#cssmenu > ul > li.getinv:before{content:none;}
/*#cssmenu > ul > li.home > a.glyphicon-home:before {
       content: "" !important;
    border-bottom: 0;
    margin-bottom: 0px;
    background: url(../images/home-icon.png);
    width: 20px !important;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}
#cssmenu > ul > li.home > a.glyphicon-home:hover:before {
	content: "" !important;
    border-bottom: 0;
    margin-bottom: 0px;
    background: url(../images/home-icon-color.png);
    width: 20px !important;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}*/

#cssmenu .glyphicon.glyphicon-home:before {
    float: left;
   
}
#cssmenu .home a:before {
    content: "\e021";
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -4px;
    margin-right: 10px;
    top: 1px;
}
/*#cssmenu .home {
display:none;

 
}*/
#primary-content #cssmenu .home {
    display: block;
}
#cssmenu .home a{}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a { color: #007f71; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; }
#cssmenu > ul > li.has-sub > a { padding-right: 25px; }
#cssmenu > ul > li.has-sub > a::after {
position: absolute;
top: 10px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
border-color: #007f71;
}
#cssmenu ul ul { position: absolute; left: -9999px; }
@media (min-width: 991px){
#cssmenu ul ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
    left: 0px;
    opacity: 0;
    padding-left: 0px;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    min-width: 220px;
}
#cssmenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
}
#cssmenu li:hover > ul { left: auto; }
#cssmenu.align-right li:hover > ul { right: 0; }
#cssmenu ul ul ul { margin-left: 100%; top: 0; }
#cssmenu.align-right ul ul ul { margin-left: 0; margin-right: 99%; }
#cssmenu ul ul li { height: 0; -webkit-transition: height .2s ease;
-moz-transition: height .2s ease;
-ms-transition: height .2s ease;
-o-transition: height .2s ease;
transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li { height: auto; }
#cssmenu ul li:hover > ul > li:first-child { margin-top:0px; }
#cssmenu ul li:hover > ul > li ul > li:first-child { margin-top:0px; }
#cssmenu ul ul li a {     padding: 12px 20px;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #282828;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;border-bottom: 1px solid #f2f2f2;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
    background: #007f71;
}
#cssmenu ul ul li.has-sub > a::after {
position: absolute;
top: 14px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
border-color: #fff;
}
@media all and (max-width: 991px) {
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
background: #fff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
}
#cssmenu ul ul li a {
border:none;
}
#menu-line {
display:none;
}
#cssmenu:hover #menu-line {
display:none;
}
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
width: 100%;
height: auto;
border-top: 1px solid rgba(255, 255, 255, 0.20);
}
#cssmenu ul li a, #cssmenu ul ul li a {
width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
/*float: none;
display: block;*/
}
#cssmenu ul ul li a {
padding: 20px 20px 20px 30px;
font-size: 14px;
background: none;color:#fff;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
color: #007f71;
background:#fff;
}
#cssmenu ul ul ul li a {
padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
position: relative;
left: 0;
right: auto;
width: 100%;
margin: 0;
}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
display: none;
}
#menu-line {
display: none;
}
#cssmenu #menu-button {
display: block;
padding: 25px 30px;
color: #fff;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
float: right;
top: 0px;
}
#cssmenu #menu-button::after {
content: '';
position: absolute;
top: 15px;
right: 20px;
display: block;
width: 30px;
height: 4px;
background: #007f71;
}
#cssmenu #menu-button::before {
content: '';
position: absolute;
top: 25px;
right: 20px;
display: block;
width: 30px;
height: 14px;
border-top: 4px solid #007f71;
border-bottom: 4px solid #007f71;
}
#cssmenu .submenu-button {
position: absolute;
z-index: 10;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.15);
height: 55px;
width: 60px;
cursor: pointer;
}
#cssmenu .submenu-button::after {
content: '';
position: absolute;
top: 21px;
left: 26px;
display: block;
width: 1px;
height: 11px;
background: #fff;
z-index: 99;
}
#cssmenu .submenu-button::before {
content: '';
position: absolute;
left: 21px;
top: 26px;
display: block;
width: 11px;
height: 1px;
background: #fff;
z-index: 99;
}
#cssmenu > ul > li.has-sub:hover > .submenu-button::before, #cssmenu > ul > li.has-sub.active > .submenu-button::before{background: #007f71;}
#cssmenu > ul > li.has-sub:hover > .submenu-button::after, #cssmenu > ul > li.has-sub.active > .submenu-button::after{background: #007f71;}
#cssmenu ul ul li:hover > .submenu-button::before, #cssmenu ul ul li a:hover > .submenu-button::before{background: #007f71;}
#cssmenu ul ul li:hover > .submenu-button::after, #cssmenu ul ul li a:hover > .submenu-button::after{background: #007f71;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover{color: #007f71;}

#cssmenu .submenu-button.submenu-opened:after {
display: none;
}
#header {
    position: relative !important;
}
}
.medium-purple a{background:#5c3280;}
.medium-purple a:hover{background:#aa71c2;}
.light-purple a{background:#01848c;}

#cssmenu ul li.getinv a {border: 2px solid #6c4423;font-size: 16px;padding:4px 8px;color:#fff;background:#6c4423; min-height:28px;border-radius: 8px;text-transform: uppercase; margin-top:-2px;}

#cssmenu ul li.getinv a:hover{background:#007f71;border: 2px solid #007f71;}


.menuicon{padding:0;    padding-top: 20px;}

.mobrowleft{    display: inline-block;
    vertical-align: middle;
    text-align: left;}


.mobile-link {
    display: none !important;
}

.mt-logo-area {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mt-logo-area img {
    max-width: 120px;
    margin-bottom: -2px;
}

@media(max-width:991px){
	.mobile-link {
    display: block !important;
}
.mt-logo-area{display:none;}
}





@media(max-width:1300px){
#cssmenu > ul > li {
    margin: 0 3px;
}
}

@media(max-width:991px){
	.mobile-link {
    display: block !important;
}
.mt-logo-area{display:none;}
}

#cssmenu ul li.getinv.light-purple a:before{content: none;background: url(../images/get-ico1.png);background-size: 16px;background-repeat: no-repeat;width: 16px;height: 17px;display: inline-block;vertical-align: middle;margin-right: 3px;background-position: 0px 0px;}
#cssmenu ul li.getinv.medium-purple a:before{content: "";background: url(../images/get-ico2.png);background-size: 16px;background-repeat: no-repeat;width: 16px;height: 17px;display: inline-block;vertical-align: middle;margin-right: 3px;background-position: 0px 0px;}



/*.mobrowleft { float:right;    margin-top: 25px; }*/
.fbicon { padding-bottom:5px; }
.fbicon a { color: #fff; font-size: 24px; }
.fbicon a:hover {color:#009ae1;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease; transition:all .4s ease;}
.darkHeader .logopart img { width: auto; padding: 16px 0; }


/* Menu Part End */

.mobile-top-head{display:none;}


/* START SLIDER */

#slider img{height:auto;width:100%;}
#slider { list-style: none; padding: 0; }
.banner-section { position:relative;z-index: 1; }
.banneroverlay { position:absolute; top:0; bottom:0; width:100%; left:0; background:rgba(0, 0, 0, .3); z-index: 99; }
.pager-custom {padding:20px;}
.pager-custom ul{padding-left:0;list-style:none;margin:0;text-align: center;}
.pager-custom li{display:inline-block;}
.pager-custom li a{padding:6px 10px;margin:0 2px;text-transform: uppercase;color:#fff;position:relative;font-size: 14px;display:inline-block;}
.pager-custom li a:hover{color:#FB5E39}
.bx-wrapper .bx-controls-direction a{z-index:998 !important}
#slider li{display:none;}
#slider li:first-child{display:block;}
#slider.slick-slider li{display:block;}
#slider{margin:0;}

.home-button-section {
    text-align: center;
    padding: 10em 0px 10em;
}

.banner-o-btn{    margin: 0 auto;
    padding: 30px;
    position: relative;
   

    }

.banner-o-btn .banner-button-item{display:inline-block; margin:15px;}
.banner-o-btn .banner-button-item a{    
	    display: block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    background: #007f71;
	border:2px solid #fff;
    color: #fff;
    border-radius: 5px;
    min-width: 150px;}
	
.banner-o-btn .dark-blue a{background:#083e63; border-color:#fff}	
	
.banner-o-btn .banner-button-item a:hover{    background: #6c4423;
    border-color: #fff;
    color: #fff;}


#slider .slick-dots {
    bottom: 12px;
    text-align: center;
    padding: 10px;
	    width: 100%;
}
#slider.slick-slider li {
    display: inline-block;
}




#slider li:first-child {
    display: block;
}
#slider.slick-slider .slick-dots li {
    display: inline-block;
}


#slider .slick-arrow {
    display: none !important;
}
ul.slick-dots {
  
    display: inline-block;
    z-index: 999;
    width: auto;
    background: transparent;
    
	    line-height: 0;
}
ul.slick-dots li{display:inline-block !important;width:auto;height:auto;margin:0;}

.slick-dots li button:hover, .slick-dots li.slick-active button {background: #007f71;}

.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
}
.slick-dots li button:before{content:none;}
.slick-dots{display:block !important;}


/* End Slider */

/* Start Slider over Text */

.bannertextarea { position: absolute; top: 30%; width: 100%; text-align: center; color: #fff; z-index: 991; }
.bannertextarea .logo-baner{}
.bannertextarea .ft-18{font-size:18px;margin: 20px 0;padding: 20px 0;}
.bannertextarea span.courgette { font-weight:500; }
.logo-baner{max-width:400px;margin:20px auto;}




/*Start Footer Section*/

#footer {
        background: #21397e;

   
    color: #FFF;
}
#footer_inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
#bottom_links {
    text-transform: uppercase;
    text-align: center;
}

.social-list__items {
    padding: 0 !important;
    text-align: center;
}
.social-list__items {
    padding: 0;
    margin: 0;
}
.social-list__items li a:hover img {
    opacity: .75;
}
.inline-list {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.social-list__items li {
    display: inline-block;
    margin: 0 3px;
    max-width: 36px;
}
#copyrights a {
    color: #808184;
}

.footer-app-logos {
    margin: 0px 0 30px;
}
.app-stores-icon {
    display: inline-block;
    margin-right: 0px;
    margin-top: 5px;
}
.app-stores-icon a {
    display: inline-block;
    margin: 0 3px;
    padding: 0 4px;
    max-width: 85px;
}


#copyrights ul {
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}
#copyrights ul li {
    display: inline-block;
    color: #fff;
    border-right: solid 1px #fff;
    line-height: 12px;
    padding: 0 8px 0 5px;
}
#copyrights ul li:last-child{border:0;}
#copyrights a {
    color: #fff;
}
#copyrights a:hover {
    color: #21c2e0;
}
#copyrights {
    padding: 0px 0px 0px;
    text-align: center;
    color: #808184;
    font-size: 12px;
}


/*End Footer Section*/


/*Back To Top*/

#back-top { position: fixed; bottom: 20px; left: 20px; margin-left: 20px; z-index: 9999; _position: absolute; _top: expression(documentElement.scrollTop+body.scrollTop);
_margin-top: 500px; }
#back-top a, #back-top-prev a { width: 50px; display: block; text-align: center; font: 11px/100% lato, sans-serif; text-transform: uppercase; text-decoration: none; color: #bbb; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top span#button { background-color: #CCCCCC; }
#back-top span#button, #back-top-prev span#button-prev { width: 50px; height: 50px; display: block; margin-bottom: 7px; background-color: #ddd; background-position: center center; background-repeat: no-repeat; opacity: 0.8; filter: alpha(opacity = 80); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
i.fa.fa-arrow-circle-o-up { font-size: 44px; color: #999; padding-top: 4px; }
/*End Back To top*/



.field-group { display: inline-block; width: 100%; }
.field-group .col-md-6,.field-group .col-md-12, .field-group .col-md-5, .field-group .col-md-4, .field-group .col-md-3, .field-group .col-md-2 { padding-left:0; padding-right:25px; }

@media(max-width:767px){
	.field-group .col-md-6,.field-group .col-md-12, .field-group .col-md-5, .field-group .col-md-4, .field-group .col-md-3, .field-group .col-md-2 { padding-left:0; padding-right:0px; }
}

.field-group .col-md-6.field-group .col-md-4:last-child, .field-group .col-md-3:last-child { padding-left:0; padding-right:0; }
.input { position: relative; z-index: 2; display: inline-block; margin: 1.7em 0; width: 100%; vertical-align: top; }
.field-type { position: relative; display: block; float: right; padding: 0.8em; width: 60%; border: none; border-radius: 0; background: #f0f0f0; color: #000; -webkit-appearance: none; /* for box shadows to show on iOS */ }
.field-type:focus { outline: none; }
.input__label { display: inline-block; float: right; padding: 0 1em; width: 40%; color: #6a7989; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;    min-height: 56px;margin:0; }
.input__label-content { position: relative; display: block; width: 100%;top:0px;left:0;     padding: 16px 12px;
    font-size: 16px;}
form { margin:10px 0 }
#primary-content .form-content h2 { margin-bottom:0;color:#1d77ad;font-size:32px; }

#primary-content .red { color:red; }
#primary-content .ss-section-title {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #1d77ad;display:inline-block;
}

span.arrow-for-collapse-panel {
    float: right;
    margin-top: -2px;text-align:center
}

.payyee-type-for .ss-form-entry.cursor-point{cursor:pointer}

.payyee-type-for .ss-form-entry.cursor-point[aria-expanded="true"] i.fa:before {
    content: "\f106";
}


span.arrow-for-collapse-panel i {
       font-size: 32px;
    display: block;
    text-align: center;line-height:.9;
}

span.arrow-for-collapse-panel .subtext-accordion{    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 600;}

.payyee-type-for .ss-form-entry.cursor-point .subtext-accordion{opacity:0; visibility:hidden}

.payyee-type-for .ss-form-entry.cursor-point.collapsed .subtext-accordion{opacity:1; visibility:visible}


.close-for-this-section i.fa{padding: 3px;width: 26px;text-align: center;border: 2px solid #000;border-radius: 50%;margin-right: 4px;}
.close-for-this-section a:hover i.fa{border-color:#1d77ad}
.close-for-this-section a{cursor:pointer}
.close-for-this-section{text-align:right}

.strong { font-weight:600; }
.form-content h2.ss-section-title { margin-bottom: 15px; position: relative; }
.italic { font-style: italic; font-size:12px; }
input.other-field { border: 0; border-bottom: 2px solid #ccc; }
input.other-field:focus { border-bottom: 2px solid #007f71; outline:0; }
/* Akira */

.sub-text-input{    font-size: 11px;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 5px;}

.field-type-name { position: absolute; top: 0; left: 0; z-index: 10; display: block; padding: 10px 14px; width: 100%; height: 100%; background: transparent; border-bottom: 1px solid #ccc;    padding-right: 32px; }
.btn-group.bootstrap-select.field-type-name{border-bottom: 1px solid #ccc; }

.bootstrap-select.btn-group .dropdown-menu li.selected a span.check-mark:before{    content: "\e013";}

.field-type-name.textarea {/*height:90px;*/ resize:none; }
.input-label-name.textarea, .input-label-name.textarea > .input-label-content-name {/*height:90px;*/ }
.input-label-name { padding: 0; width: 100%; background: #ddd; color: #000; cursor: text; }
.required.input--nofilled .field-type-name { /*	border: 1px solid red;*/ }
.required.input--filled .field-type-name { /*	border: 1px solid green;*/ }
.input-label-name::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fcfcfc;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.input-label-name::after {
content: '';
position: absolute;
top: 10px;
left: 0;
width: 0%;
height: calc(100% - 10px);
border-bottom: 1px solid #B9C1CA;
}
.input-label-name::after {
margin-top: 2px;
border-bottom: 2px solid red;
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
-webkit-transition: width 0.3s;
transition: width 0.3s;
width: 0%;
}
.input--filled .field-type-name, .input--nofilled .field-type-name { border:none; }
.input--filled .input-label-name::after {
width:100%;
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
-webkit-transition:all 0.6s;
transition: all 0.6s;
border-bottom-color:#007f71;
}
.optional.input--nofilled .input-label-name::after {
border-bottom: 1px solid #ccc;
}
.input--nofilled .input-label-name::after {
width:100%;
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
-webkit-transition:all 0.6s;
transition: all 0.6s;
}
.input-label-content-name {    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
.field-type-name:focus + .input-label-name::before, .input--filled .input-label-name::before {
/*-webkit-transform: scale3d(0.99, 0.95, 1);
transform: scale3d(0.99, 0.90, 1);*/
}
.field-type-name:focus + .input-label-name, .input--filled .input-label-name { cursor: default; pointer-events: none;  }
.field-type-name:focus + .input-label-name .input-label-content-name, .input--filled .input-label-content-name { top:-40px;left:-.60em;    font-size: 14px; }
.input__field--juro { position: absolute; z-index: 100; padding: 2.15em 0.75em 0; width: 100%; background: transparent; color: #1784cd; font-size: 0.85em; }
.input__label--juro { padding: 0; width: 100%; height: 100%; background: #fff; text-align: left; }
.input__label-content--juro { padding: 2em 1em; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; -webkit-transition: -webkit-transform 0.3s, color 0.3s; transition: transform 0.3s, color 0.3s; text-rendering: geometricPrecision; }
.input__label--juro::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0px solid transparent;
-webkit-transition: border-width 0.3s, border-color 0.3s;
transition: border-width 0.3s, border-color 0.3s;
}
.input__field--juro:focus + .input__label--juro::before, .input--filled .input__label--juro::before {
border-width: 8px;
border-color: #1784cd;
border-top-width: 2em;
}
.input__field--juro:focus + .input__label--juro .input__label-content--juro, .input--filled .input__label--juro .input__label-content--juro { color: #fff; -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1); transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px); }



.select {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 100%;
   
    font-style: normal;
}
.form-content p {margin: 5px 0;font-size: 16px;}
.select .arr {background: none;bottom: 5px;position: absolute;right: 5px;top: 5px;width: 30px;pointer-events: none;}
.select .arr:before {content: '';position: absolute;top: 100%;right: 6px;margin-top: -25px;pointer-events: none;border-top: 10px solid #ccc;
border-left: 10px solid transparent;border-right: 10px solid transparent;}
.select .arr:after {content: '';position: absolute;top: 100%;right: 10px;margin-top: -25px;pointer-events: none;border-top: 6px solid #FCFCFC;
border-left: 6px solid transparent;border-right: 6px solid transparent;}
.select select {outline: none;-webkit-appearance: none;-moz-appearance: none;display: block;padding: 12px 12px 12px 12px;margin: 0;width: 100%;
transition: border-color 0.2s;border: 0;border-bottom: 1px solid #ccc !important;border-radius: 0px;background: #FCFCFC;color: #000;
line-height: normal;font-family: inherit;font-size: inherit;line-height: inherit;padding-right: 35px; min-height:56px;}



.info-icon{color:#999;}

.info-icon:focus{outline:0;border:0;}
 .vechile-count{margin: 15px 0;padding: 15px 0;border-top: 2px solid #bbb;}
.driver-count, .vechile-count{color:#007f71; font-weight:600;}
.driver-information .select{margin:.3em 0 1.3em 0;}



.vch-info input[type="text"], .vch-info select{padding: 5px;min-height: 36px;border-radius: 3px;border: 1px solid #333;    min-width: 100%;}
.vch-info input[type="text"]:focus, .vch-info select:focus{border-color:#0e237e;outline-color: #0e237e;}

.vch-info p{padding:0;}

.coverage-type .ss-section-title{text-align:left;}
.coverage-type .ss-form-entry{float: left;width: 40%;line-height: 35px;text-align: right;padding-right: 20px;}
.coverage-type .select select{width: 60%;float:right;}
.coverage-type .select{margin: .3em 0;}

.ques-text{display: inline-block;padding-right: 20px;width: 60%;}
.coverage-type .ss-form-entry:after{content:"";display:block;clear:both;}
.coverage-type li{list-style:none;    padding: 6px 0;}
.coverage-type li span.list-num{ text-indent: -30px;display: inline-block;}
.coverage-type li span.quest-choice{display:inline-block;}





.owner-occupied .ss-section-title{text-align:left;}
.owner-occupied .ss-form-entry{float: left;width: 50%;line-height: 35px;text-align: right;padding-right: 20px;}
.owner-occupied .select select{width: 50%;float:right;}
.owner-occupied .select{margin: .3em 0;}


.owner-occupied .ss-form-entry:after{content:"";display:block;clear:both;}
.quest-info-title:after{content:"";display:block;clear:both;}



/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
position: relative;
padding-left: 25px;
cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left:0;
top: 0px;
width: 20px;
height: 20px;
border: 1px solid #aaa;
background: #f8f8f8;
border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
content: '\2714';
    position: absolute;
    top: -4px;
    left: 1px;
    font-size: 28px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
    color: #1d77ad;
    font-weight: bold;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1); }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after { color: #999; }
[type="checkbox"]:disabled + label { color: #aaa; }
/* accessibility */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
border: 1px dotted blue;
}
/* hover style just for information */
/*label:hover:before { border: 1px solid #4778d9!important; }*/
/* end only demo styles */

.radio-custom { opacity: 0; position: absolute; }
.radio-custom, .radio-custom-label { display: inline-block; vertical-align: middle; margin: 10px 0; cursor: pointer; }
.radio-custom-label { position: relative; }
.radio-custom + .radio-custom-label:before { content: ''; background: #fff; border: 2px solid #ddd; display: inline-block; vertical-align: middle; width: 20px; height: 20px; padding: 2px; margin-right: 5px; text-align: center; }
.radio-custom + .radio-custom-label:before { border-radius: 50%; }
/*.radio-custom:checked + .radio-custom-label:after { content: "\2713"; position: absolute; left: 5px; top: 2px; color: #007f71; font-size: 16px;    font-weight: bold; }*/
.radio-custom:checked + .radio-custom-label:before{border-color:#1d77ad}
.radio-custom:checked + .radio-custom-label{color:#1d77ad;}

.radio-custom:checked + .radio-custom-label:after {
	content: "";
    position: absolute;
    left: 5px;
    top: 7.8px;
    background: #1d77ad;
    font-size: 16px;
    font-weight: bold;
    width: 10px;
    height: 10px;
    border-radius: 50%;	
	}
@-moz-document url-prefix() { 
.radio-custom:checked + .radio-custom-label:after { 
    left: 5px;
    top: 8.5px;
	}

}	
#sitetop {height: auto;background: #b4112c;color: #FFF;}

#sitetop .text { float: left; color: #b5b5b5; font-style: italic; font-size: 18px; line-height: 35px; }
.top_links {     text-align: center; padding: 7px 0 7px 0; }
.top_links ul { margin-bottom:0;     padding-left: 0;}
.top_links li { display: inline-block; border-right: solid 1px #FFF; font-size: 12px; color: #FFF; line-height: 12px; padding: 0 12px; }
.top_links li.last { border: none; }
.top_links li a { color: #FFF; }
.top_links li a:hover{color:#f4de0e;}
#logo { width: 360px; background: url(../img/small-logo.png) no-repeat top left; margin: 20px auto;background-size:100%; }
#logo a { height: 57px; display: block; }
@media(max-width:480px){
#logo{width:100%;}
}
.content-area{padding:40px 0;}
.form-area-section{border: 1px solid #ccc;  border-radius: 10px; overflow:hidden; margin-bottom: 5em;  margin-top:3em   }
.form-area { background: #fff;padding: 20px 30px; margin-top: 0em;
    }

.mar-top-5em{margin-top:5em;}

.custom-icon img{    max-width: 50px;}

.right-side-wrapper {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.activities-area > .title-meidum {
    font-size: 20px;
    color: #1d77ad;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 2px solid #1d77ad;
}
.edit-link {
    font-size: 12px;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #FFFFFF;
}
.edit-link:hover{color:#b1ecf7}

.checkout-activities-sidebar .guests {
  
    border-bottom: 1px solid #c0c0c0;
    padding: 8px 0;
    margin-bottom: 0px;
    font-size: 14px;
}

.collape-item-wise-section {
    margin-bottom: 30px;    border: 1px solid #666;
}
.checkout-activities-sidebar .guests .main-cat{font-size:16px;     padding: 10px 0;}
.checkout-activities-sidebar .guests .fl span{font-weight:600;}
.checkout-activities-sidebar .guests.main-cat-item{border-bottom:0;}
.checkout-activities-sidebar .total{   padding: 15px 15px;
    background: #1d77ad;
    color: #fff;
    width: calc(100% + 80px);
    margin-left: -40px;
    position: relative;
    margin-bottom: -14px;
    font-weight: 700;
    font-size: 16px;}
.checkout-activities-sidebar .total:before{    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid #145379;
    position: absolute;
    top: -20px;
    left: 0px;}

.checkout-activities-sidebar .total:after{     content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #145379;
    position: absolute;
    top: -20px;
    right: 0px;}	
	
	
.fl {
    float: left;max-width: 80%;
}
.fr {
    float: right;
}

.right-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;

}

.checkout-page {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
   /* margin-top: 5em;
    margin-bottom: 5em;*/
    overflow: hidden;
	}
label { font-weight:normal; outline: 0; }
.submit-form{text-align:center;margin-top:30px;}
.raised, .floating { color: #fff; z-index: 1; background: #007f71; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);    font-size: 20px;     display: inline-block;
    margin: 10px 0 0 0;
    font-weight: 600;}
.button { border: 3px solid #fff; color: #fff; }
.button { border: none; font-family: inherit; font-size: inherit; color: inherit; background: none; cursor: pointer; padding: 10px 20px; display: inline-block; margin: 10px 0 0 0; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.button:hover { text-decoration:none; }
.button:after { width: 100%; height: 0; top: 0; left: 0; background: #007f71; }
.button:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.button:hover, .btn-1b:active { color: #fff;background:#9acae5; }
.button:hover:after, .btn-1b:active:after { height: 100%; }

@media (min-width:991px){

.right-al-text > span, .right-al-text > p {
    display: inline-block;
    min-width: 100px;
   /* text-align: right*/;
   text-align:left;
}

}
@media (max-width: 991px) {
.field-group .col-md-6, .field-group .col-md-4, .field-group .col-md-3, .field-group .col-md-2 {
padding-left:0;
padding-right:0px;
}
.field-group .col-md-6.field-group .col-md-4:last-child, .field-group .col-md-3:last-child {
padding-left:0;
padding-right:0;
}
}
@media (max-width: 768px) {
.top_links ul {
padding-left:0;
}
}


.error-message{position:absolute; bottom:-20px; color:#f00;font-size:14px;}
#header_inner{position:relative;}
.home-link{float: right; position: absolute; bottom: 20%; right: 30px; font-size: 14px; color: #fff; padding: 6px 12px; background: #b4112c; border-radius: 4px;}
.home-link:hover, .home-link:focus{background:#97989c; color:#fff;text-decoration: none;}
.form-content .apply-text{font-size: 18px;font-weight: normal;}
.line-space{line-height: 0px;}
.agree-tick{padding:15px 0;}
@media (max-width: 767px) {

.coverage-type .ss-form-entry{width:100%;padding: 0;text-align: left;}
.coverage-type .select select{width:100%;}

#sitetop .text, #sitetop .top_links {
float:none;
text-align:center;
}
.container{width:95%;}
.form-area{padding: 20px 15px;}
.top_links ul {
padding-left:0;
margin-bottom: 10px;
}
.home-link{float: none; position: relative; bottom: 0; right: inherit; font-size: 14px;  padding: 6px 12px; border-radius: 4px;display: inline-block;
margin-bottom: 15px;}
.field-group ul{padding:0 10px;}
.ques-text{width: 100%;padding-right: 0;}




}
@media (max-width: 480px) {
#header_inner{text-align:center;}
.coverage-type .ss-section-title{font-size:18px;}
.auto-details-page td, .auto-details-page th{padding: 4px;font-size:12px;}
}

img{max-width:100%;}
.mcb-agreement{font-size:16px;color:#007f71;font-weight:600;}
.mcb-agreement a{font-size:16px;color:#007f71;font-weight:600;outline: 0;text-decoration:none;}
.mcb-agreement a:hover{color:#9acae5;font-weight:600;text-decoration:none;}

.modal.modal-wide .modal-dialog {
  width: 90%;
  margin: 20px auto;
}
.modal-wide .modal-body {
  overflow-y: auto;
}
#tallModal .modal-body ul li{list-style: upper-roman;}

.pobox{margin-top: -5px;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;}
	

.inline-block{display:inline-block;}
.hr-line{display: inline-block;width: 100%;border-top: 1px solid #ccc;}

.field-type-name.textareares {
    height: 150px;
	    border: 1px solid #ccc;
}
.input-label-name.textareares {
    height: 150px;
}

.tr1 .ss-choice-item{padding:5px 0;}





label.error {
    background: #a94442;
    padding: 2px 5px;
    display: block;
    color: #fff;
    border-radius: 4px;
    font-size: 12px !important;
    border: 1px solid #ddd;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500 !important;
}
.field-group .val-error + .error{ margin-top: -15px;
display: block;
font-size: 14px;   }

@media(max-width:480px){
.field-group .val-error + .error{ margin-top: -17px;
display: block;
font-size: 12px;   }

}

.vch-info th span{display:none !important;font-size:0;}
.add_more{padding: 10px;font-size: 40px;line-height: 1;color:#333;}
.add_more:hover, .add_more:focus{text-decoration:none;color:#007f71;}

.vch-info td label.astrisk-sign, .vch-info td label.acv-ques{display:none;}
.vch-info .th-year::after, .vch-info .th-make::after, .vch-info .th-model::after {content: "*";color: red;}
@media(max-width:991px){
.veh-amt:before{content:"" !important;display: none !important;}
.veh-tr2 .veh-acv:before{content:"" !important;display: none !important;}
.vch-info.tb2 td:before{content:"" !important;display: none !important;}
.vch-info.tb2 td{padding:0 8px;}
.vch-info.tb2 td:nth-child(even) {padding-bottom:10px;}
.table-responsive{border:0;}


.right-al-text span{display:block;}


.vch-info td:before{width:auto !important;}
.vch-info td label.astrisk-sign{font-weight: 600;color: red;display:inline-block;}
.vch-info .th-year::after, .vch-info .th-make::after, .vch-info .th-model::after {content:none;}
.vch-info td label.acv-ques{display:inline-block;}
.info-icon{filter: invert(100%);-webkit-filter: invert(100%);-moz-filter: invert(100%);}
.right-al-text .radio-custom:checked + .radio-custom-label::after{padding-left: 25px;}
.right-al-text label{text-indent: -25px;padding-left: 25px;}
}
@media(max-width:760px){
	.home-mview{ display:block; }
}
@media (max-width:501px) {
	.select.personal_contact .arr::before {
		margin-top: 0;
		top: 15%;
	}
	.select.personal_contact .arr::after {
		margin-top: 0 !important;
		top: 15% !important;
	}
}
@media (min:width:502px) {
	.select.personal_contact .arr::before {
		margin-top: 0;
		top: 35%;
	}
	.select.personal_contact .arr::after {
		margin-top: 0 !important;
		top: 35% !important;
	}
}
.name-case{
	text-transform:capitalize;
}
.mobile-display{display:none;}
@media (max-width:380px){
	.form-content p {font-size: 15px;}
	.owner-occupied .ss-form-entry{padding-right: 10px;}
	.owner-occupied .ss-form-entry {float: left;width: 80%;text-align: left;color:#000;}
	.owner-occupied .select select {width: 80%;float: right;}
	.owner-occupied .select .arr {bottom: 0;top:60px}
	.desktop-display{display:none;}
	.mobile-display{display: block;clear: both;float: left;line-height:40px;}
}

.label-text{    position: absolute;
    top: 0px;}
	

.bootstrap-select > .dropdown-toggle{background:transparent !important; border:0 !important; outline:0 !important; box-shadow:none !important;}
.bootstrap-select .dropdown-toggle:focus{ outline:0 !important}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;}

.bootstrap-select .dropdown-menu{padding-bottom:0;}

.bootstrap-select .bs-searchbox, .bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    background: #f9f9f9;
}

.bootstrap-select .bs-donebutton .btn-group button{float:left; width:auto;}

.bootstrap-select.btn-group .dropdown-menu.inner{padding-left:0 !important}

.bootstrap-select.dropup .caret{    border-top: 4px dashed;    border-bottom: 0;}

.bootstrap-select.dropup.open .caret{    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;}
	
.bootstrap-select{    position: relative;
    background: #fcfcfc;}

	
	

/*Payment Page Css Start*/

	
	.box-wrapper-item {padding: 15px;}
	.margin-top-1em {
    margin-top: 1em;
}

.box-title {
    padding: 5px;
    background: #195e7f;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
	    
}
.right-box .box-title{border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
.dark-grey-bg-color {
    background: #666;
    cursor: pointer;
}
.paypal-toggle-btn, .credit-card-toggle-btn {
    cursor: pointer;
    padding-left: 10px;
}


.box-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
}
.deliver-check-toggle-btn, .mail-check-toggle-btn{font-size:16px;}
.deliver-check-toggle-btn i.fa-plus-circle, .mail-check-toggle-btn i.fa-plus-circle {
    line-height: 35px;
}
.box-title i {
    display: inline-block;
    margin-right: 5px;margin-left:5px;    min-width: 22px;
    text-align: center;
}

.paypal-toggle-btn i.fa-plus-circle, .credit-card-toggle-btn i.fa-plus-circle {
    line-height: 35px;
}


.product-info.payment-title {
    display: inline-block;
    width: 100%;
}

.ssl-icon img {
    max-height: 70px;
}

.card-icon img {
    height: 45px;
}

form div.field-input {
    padding-top: 10px;
    padding-bottom: 10px;
}

.credit-card-payment-form label {
    font-size: 14px;
    font-weight: 600;display:block;
}

form label span.star {
    color: red;
}


.checkout-page form input[type="text"], .checkout-page form select, .checkout-page form textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #999999;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    border-radius: 3px;
    color: #000;
    min-height: 42px;    
}

 small.error{
    color: #fff;
    background: #cb1919;
    padding: 0px 5px;
    margin-top: 2px;
    border-radius: 3px;
    font-weight: 500 !important;
    font-size: 12px !important;
    width: 100%;
   display:block;
    margin-bottom: 10px;
}

.checkout-page form input[type="text"]:focus, .checkout-page form select:focus, .checkout-page form textarea:focus {
    outline: 0;
    border-color: #007f71;
    background: #f2f2f2;
    box-shadow: 0em -0.15em 0em 0em #007f71 inset;
    -webkit-box-shadow: 0em -0.14em 0em 0em #007f71 inset;
    -moz-box-shadow: 0.0em -.2em 0em 0em #007f71 inset;
}

#TransactionCardType, #TransactionCreditCardMonth, #TransactionCreditCardYear {
    color: #000;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}


.no-dash {
    margin: 0px !important;    font-weight: 500;
    font-size: 13px !important;
}

.text-center-imp {
    text-align: center !important;
}
.radio-btn .control-input:first-child{margin-right:30px;}
.radio-btn{margin-top:15px;}
.control-input {
	font-size: 18px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
	color: #777;    font-weight: bold;
}

.control-input input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #777;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

/* Checked state */
.control-input input:checked ~ .control__indicator {
	    background: #1d77ad;
    border-color: #1d77ad;
}


/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control-input input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
top: 0px;
    left: 4px;
    width: 8px;
    height: 14px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	background: #fff;
}

.check-terms{text-align:left;margin-top:1em;}
/*.check-terms .control-input{color:#307abd;}*/
.check-terms .control-input{color:#000;}
.check-terms .control__indicator{border-color:#1d77ad; border-radius: 4px;}
.check-terms .control-input {
    color: #000;
}

.above-terms {
    color: #000000;
    font-size: 12px;
}

.padding-top-half-em {
    padding-top: .5em;
}

#primary-content .checkout-btn {
    background-color: #1d77ad;
    padding: 3px 24px;
    font-weight: 600;
    font-size: 24px;
    border: 2px solid #1d77ad;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    white-space: normal;
    display: inline-block;
    border-radius: 10px;
}

#primary-content .checkout-btn:hover {

    background-color: #21c2e0;
    border-color: #21c2e0;

  
}

.submit-disable {
    opacity: .6;
    pointer-events: none;
}

.pay-active i.fa-plus-circle:before {
    content: "\f056";
}


.checkout-page form{margin-top:0; }

.credit-card-section, .paypal-section {padding:15px 10px;}
.mail-check-section, .deliver-check-section{padding:15px;}

.ssl-icon{margin-bottom:15px;}


.checkout-page label.error, .checkout-page .help-block{color: #fff;
    background: #cb1919;
    padding: 2px 5px;
    margin-top: 2px;
    border-radius: 3px;
    font-weight: 500 !important;
    font-size: 13px !important;}
	

#MembershipForm small.error, #MembershipForm .help-block{color: #fff;
    background: #cb1919;
    padding: 0px 5px;
    margin-top: 2px;
    border-radius: 3px;
    font-weight: 500 !important;
    font-size: 11px !important;
    width: 100%;
    position: absolute;
    bottom: -32px;    left: 0;    margin-bottom: 10px;}
	
	.form-control-feedback{    top: 10px;}


/*Payment Page Css End*/	


.member-data ul{list-style:upper-alpha !important;}
.member-data ul li{    margin: 5px 0;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;}

	
	
.add_more strong{    font-size: 16px;
    padding: 0 5px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;}
	
.remove_more{    padding: 10px;
    font-size: 28px;
    margin-top: 5px;
    line-height: 1;
    display: inline-block;color:#333;}	

.remove_more:hover{    color: #007f71;}	



.remove_more strong{    font-size: 16px;
    padding: 0 5px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;}


.more_added_fields{display:inline-block;width:100%;}


.destination-form-group .form-control-feedback{     top: 35px !important;
    z-index: 99;}

.has-feedback label ~ .form-control-feedback {
    top: 38px;
    right: 16px;
}


.thanks-page {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 5em;
    overflow: hidden;
}

.print-icon {
    padding: 8px 12px;
}
.print-icon a{color:#fff;}
.print-icon a:hover{color:#ccc;}

#primary-content .thanks-msg h1 {
    font-size: 24px;
    color: #5c9717;
    font-weight: 600;
    margin-bottom: 15px;
}

.thanks-msg {
    padding-bottom: 5px;
    
}

.btn-for-grey{background:#999 !important; border-color:#999 !important;}
.btn-for-grey:hover{border-color:#999 !important; background:transparent !important; color:#999 !important;}

.recipt-group-item .title-mideum {
    background: rgb(223, 229, 234);
	font-size: 1.2em;
    font-weight: 600;
    color: #000;
	padding:15px;
}

.receipt-item {
    margin: 5px 0;    display: table-row;
}

.receipt-item > div {
        display: table-cell;
}

.receipt-item > div:first-child {
    padding-left: 4px;
    min-width: 150px;
}
.receipt-item > div {
    padding: 7px 10px;
    font-size: 14px;
}

.amount-paid {
    font-size:28px;
    color: #01619d;
}



/*Member Management Dashboard*/

.sign-in-form {
    margin: 7em auto 4em;
    width: 40%;    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 2em; 
}
.sign-in-form-top {
    background: url(../images/background-login.jpg) no-repeat center;
    display: block;
	background-size:100%;
    min-height: 150px;
    padding: 3em 0 0;  
    text-align: center;position:relative;
}
.sign-in-form-top:after{content:""; background:rgba(0,0,0,.5); width:100%; height:100%; position:absolute; top:0;left:0;}
.sign-in-form-top p {
    color: #fff;
    margin: 0;
    font-size: 2em;
    font-weight: 300;
    text-decoration: none;position:relative;z-index:1;
}
.sign-in-form-top p span {
    color: #fff;
}
.sign-in-form-top p a {
    color: #fff;
}
.signin {
    padding: 2em;
    position: relative;
    background: #fff; border: 1px solid #eee;
}
.signin:after {
    content: '';
       background: url(../images/6.png) no-repeat 0px 0px;
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-size: 100%;
}


.dash_h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #007f71;
}

.log-input:nth-child(1) {
    margin: 2em 0 0;
}
.sign-in-form .log-input input.user {

   

    background-image: url(../images/username-ico.png);    
	background-repeat:no-repeat;
	background-position:10px 15px;
    padding-left: 37px;

    margin: 0em 0em 5px 0em;
  
}
.sign-in-form .log-input input.lock {

   

    background-image: url(../images/lock-icon.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
    padding-left: 37px;
   

    margin: 0em 0em 5px 0em;

}
#adminpanelform .form-control-feedback {
    height: 52px;
    line-height: 52px;
}
#adminpanelform .has-error .help-block {
    color: #a94442;
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    padding: 3px 8px;
    width: 100%;
    margin: 0px auto;
    left: 0;
    right: 0;
    font-size: 12px;
}




.actionable-item{margin:20px 0;}
	.actionable-item a.tc-a-icon{    padding: 30px;
   border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    width: 140px; margin-bottom: 15px;
     position:relative;background:#fff;}
	
	.tc-a-icon{    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;}
	.tc-a-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
	.tc-a-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #858688;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.tc-a-icon:hover {
        box-shadow: 0 0 0 5px #007f71;
		background:#ecf0f7 !important;
    
}
.tc-a-icon:hover:after {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
       opacity: 1;
    box-shadow: 0 0 0 3px #007f71;
}




.actionable-item a.tc-a-link{    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
	color:#858688;
}
.actionable-item a.tc-sub-link{font-size:14px; display:block;}


.actionable-item a.tc-a-link:hover{color:#007f71;}


.mas-snapshot {
    background: #fff;
    border: 3px solid #e4eaf1;
    border-radius: 20px;
    margin-bottom: 2em;
    overflow: hidden;
}
.mas-snap-title {
    padding: 5px 20px;
}
.snaptitle {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    color: #3556b7;
}
.more-snap {
    float: right;
    margin-top: 5px;
}
.more-snap a{color:#000;}
.more-snap a:hover{color:#6f1f44;}
.mas-snap-body {
    padding: 5px 20px;
    border-top-left-radius: 15px;
    background: #e4eaf1;
    border-top-right-radius: 15px;
}
.mas-snap-body ul {
    padding-left: 0 !important;
    margin: 0;list-style:none;
}
.mas-snap-body ul li {
    font-weight: 600;
    color: #606062;
    margin: 8px 0;    font-size: 16px;list-style:none !important
}
.mas-snap-body ul li span {
    color: #007f71;
    font-size: 18px;
}
.mas-snap-body ul li span a {
    color: #3556b7;
}
.mas-snap-body ul li span a:hover {
    color: #000;
}

.mar-bottom2 {
    margin-bottom: 2em;
}

.member-table{margin-top:20px;}
.member-table table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 10px;
}
.member-table thead {background: #01619d;}
.member-table th {
    
    color: white;
    font-size: 14px;
}
.member-table th, .member-table td {
    text-align: left;
    padding: 12px 4px;
    font-size: 14px;
}
.member-table table tr {
    border-bottom: 1px solid #eee;
}
.member-table table tr:nth-child(even){background:#fff;}

.transction-history-table table {
    border-collapse: collapse;
    width: 100%;    border: 1px solid #eee;margin-bottom:15px;margin-top:10px;
}

.transction-history-table th, .transction-history-table td {
    text-align: left;
    padding: 8px;font-size:14px;
}
.transction-history-table th img, .transction-history-table td img{    max-width: 28px;}

.transction-history-table tr:nth-child(odd){background-color: #fff}
.transction-history-table tr:nth-child(even){background-color: #f9f9f9}

.transction-history-table th {
    background-color: #888;
    color: white;font-size:14px;
}

.dashboard-heading h3{    color: #007f71;
    text-decoration: none;
    margin: 10px 0 10px 0;
    font-size: 1.17em;
    font-weight: 600;}
	.receipt-heading h3 {
    display: block;
    margin-bottom: 20px !important;
}
	
.search-icon a {
        display: inline-block;

    vertical-align: middle;
    margin-top: 2px;
	color:#fff;
        background-color: #007f71;
		    border: 1px solid #007f71;
    border-radius: 5px;
    padding: 6px 20px;

}
.search-icon a:hover{background: #6c4423;
    border-color: #a66835;}

#adv_search .search-form-item{padding:7px 12px;font-size:14px;    min-height: 38px;border-radius: 0;    width: 100%;}
.search-content input[type="text"], .search-content input[type="email"], .search-content input[type="password"], .search-content select, .search-content textarea {      border: 1px solid #ddd;  transition: border 0.2s linear;}
.search-content input[type="text"]:focus, .search-content input[type="email"]:focus, .search-content input[type="password"]:focus, .search-content select:focus, .search-content textarea:focus {
    border: 1px solid #007f71;
}



.search-btn .ytBtnOrange {
    border-radius: 0;    min-height: 38px;
}

.search-btn input {
    font-size: 16px;
    padding: 4px 10px;
    font-weight: 600; width:100%;    border: 0;
}
#adv_search td{padding:0 7px;}
#adv_search{padding: 20px 10px;background: #fff;margin: 20px 0;    border: 1px solid #dee0df;}
.clear_field_dashboard {
    padding: 6px 5px;
    border: 2px solid #007f71;
    border-radius: 0px;
    color: #007f71;
    margin-left: 0px;
}
.clear_field_dashboard:hover {
    padding: 6px 5px;
    border: 2px solid #a66835;
    border-radius: 0px;
    color: #6c4423;

  
	
    margin-left: 0px;
}
.closesearch{float:right;cursor:pointer; color:#007f71; margin-right:7px;}
.closesearch:hover{color:#000;}
#adv_search table{margin-top:30px;}
.top_link_content{display:none;}
.jq_top_link a.selected .fa-angle-down:before{    content: "\f106";}

.top_link_content .search-content{opacity:0; visibility:hidden; transition:.4s all;}
.top_link_content.open-box .search-content{opacity:1; visibility:visible; transition:.4s all;}




.back-to-link-btn {
    float: right;
    margin-top: -7px;
    position: relative;
    z-index: 1;
}
.back-link-mas {
    margin-top: -5px !important;
}

.back-to-link-btn a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    color: #fff;
    background-color: #007f71;
    border: 1px solid #007f71;
    border-radius: 5px;
    padding: 6px 20px;
}
.back-to-link-btn a:hover{background:#ecbd36 ; border-color:#ecbd36 ;}
.back-link-mas a {
    background: none;
    color: #000;
    border: none;
    display: inline-block;
}
.back-link-mas a:hover{color:#007f71; background:none; border:none;}
.refresh-icon {
    font-size: 16px;
    padding: 0 !important;
    color: #000 ;
}
.add_nw_txt {
    font-size: 16px;
    margin-right: 25px;
}


.example_length {
    width: auto;
    padding: 6px;
}

.department-manager{text-align: center;
    background: #007f71;
    color: #fff;
    padding: 10px;
    font-weight: 600;min-height:inherit;}

#primary-content .department-manager h3{color:#fff !important;    font-size: 22px;
    font-weight: 600;}	
	
.department-manager:after{content:none;}

.department-manager p {font-size: 22px;font-weight: 600;}
.credit-card-section.cpmt_Paytabbox .cpmt_cardLabel {
    font-size: 14px;
}

.sign-in-form input[type="text"], .sign-in-form input[type="email"], .sign-in-form input[type="password"], .sign-in-form select, .sign-in-form textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    color: #999999;
    font-size: 16px;
    padding: 14px 12px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 0px;
    color: #000;
    width: 100%;
}
.eye-icon-field a{cursor:pointer;}
.eye-icon-field {
    position: relative;
    float: right;
    left: -4px;
    top: -45px;
}
.view_password.pass img {
    padding: 3px 6px;
    max-width: 42px;
}


.loginBtnCont {
    text-align: center;
}
.loginBtnCont {
    margin: 15px 0 10px 0;
    width: 100%;
    display: inline-block;
}
.loginBtnCont input {
    font-size: 20px;
    padding: 10px 30px;
}


.sign-in-form .has-error input[type="text"], .sign-in-form .has-error input[type="password"], .sign-in-form .has-error select, .sign-in-form .has-error textarea{    border-color: #a94442 !important;}
.sign-in-form .has-success input[type="text"], .sign-in-form .has-success input[type="password"], .sign-in-form .has-success select, .sign-in-form .has-success textarea{    border-color:#3c763d !important;}





ul.top-menu{    margin: 0;
    padding: 0;
    margin-top: 26px;}
ul.top-menu>li {
       position: relative;
    display: inline-block;
	    padding: 8px 0;
}
.dashboard-page .logopart img {
    padding: 10px 0;
	}
ul.top-menu > li > a.user-icon-menu {
    color: #666666;
    font-size: 16px;
    background: #f6f6f6;
    padding: 4px 8px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	    position: relative;
    display: block;
    padding: 10px 15px;
    padding-right: 8px !important;
}
.top-nav ul.top-menu>li>a.user-icon-menu {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 0px;
    background: none;
    margin-right: 0;
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
}
.top-nav>li>a.user-icon-menu>img {
    max-width: none;
}
.top-nav img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 28px;
}
.top-nav .username {
    font-size: 13px;
    color: #555555;
}
.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu>li .dropdown-menu.logout {
    width: 190px !important;
}



.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout {
    padding: 0px;
}
.dropdown-menu.extended.logout li a{    padding: 8px 15px;     white-space: normal;}

.dropdown-menu.extended {
    max-width: 320px !important;
    min-width: 160px !important;
    top: 42px;
    width: 300px !important;
    padding: 0 10px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: none;
    left: -10px;
}
.top-menu .dropdown-menu:before {

	
	   bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	
   border-color: rgba(238,238,238,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.dropdown-menu.extended.logout>li>a>i {
    padding-right: 10px;
}

.dropdown-menu.extended.logout>li>a i {
    font-size: 17px;
}


.ham-icon {
    height: 32px;
    margin-left: 15px;
    position: relative;
    float: right;
    width: 32px;
    z-index: 999;
}


.ham-icon:hover { outline: none; }

.ham-icon:focus { outline: none; }

.ham-icon:active { outline: none; }

.dropdown .ham-icon:before {
  -webkit-transform: translate3d(0, 0, 0);

  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.dropdown .ham-icon:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);

  display: block;
  opacity: 1;
}



.dropdown .ham-icon .hamb-top {

  background-color: #000;
  top: 3px;
}

.dropdown .ham-icon .hamb-middle {
  background-color: #000;
  margin-top: -2px;
  top: 50%;
}

.dropdown .ham-icon .hamb-bottom {

  background-color: #000;
  bottom: 3px;
}

.dropdown .ham-icon .hamb-top, .dropdown .ham-icon .hamb-middle, .dropdown .ham-icon .hamb-bottom, .dropdown.open .ham-icon .hamb-top, .dropdown.open .ham-icon .hamb-middle, .dropdown.open .ham-icon .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.dropdown.open .ham-icon .hamb-top {
  -webkit-transform: rotate(45deg);

  background-color: #000;
  margin-top: -2px;
  top: 50%;
}

.dropdown.open .ham-icon .hamb-middle {
  background-color: #000;
  display: none;
}

.dropdown.open .ham-icon .hamb-bottom {
  -webkit-transform: rotate(-45deg);

  background-color: #000;
  margin-top: -2px;
  top: 50%;
}

.dropdown.open .ham-icon:before {
  -webkit-transform: translate3d(0, 0, 0);

  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.dropdown.open .ham-icon:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);

  display: block;
  opacity: 1;
}

.top-nav ul.top-menu>li {
    vertical-align: middle;
}

.menu-item.logout-link a{    color: #000;}

.menu-item a {
    font-weight: 700;
        color: #085d9d;
    padding: 4px 5px;
    margin: 0 5px;
    position: relative;
    font-size: 14px;
}
.menu-item a:hover{color: #41b5e4;}
.menu-item.logout-link a {
    color: #085d9d;
}
.menu-item a:hover {
    color: #41b5e4;
}
ul.top-menu > li:nth-last-child(2) a:after{content:none;}
.menu-item a:after {
    content: "|";
    content: "|";
    position: absolute;
    right: -10px;
    top: 3px;
}


#primary-content .inner-title-banner {
    background: url(../images/background-title1.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
}

#primary-content .inner-title-banner h2 {
    margin: 0;
    padding: 40px 15px;
    color: #fff;
    position: relative;
    z-index: 1;font-weight:inherit;
}
#primary-content .inner-title-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
}

.login-status {
    padding: 15px 0;
}
#primary-content .dash_h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #007f71; font-weight:inherit;
}

.mar-bottom2 {
    margin-bottom: 2em;
}
.whats-new {
    background: #e8ebf0;
    border-radius: 20px;
    padding: 30px;
}
.whats-new-title h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.green {
    color: #006600;
}
.red {
    color: #FF0000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #01619d;
    border-color: #01619d;
}

.pagination > li > a, .pagination > li > span{color:#000;}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #007f71;
    background-color: #eee;
    border-color: #ddd;
}

.search-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.search-btn input{ padding:4px 20px;}


.clearboth {
    float: left;
    width: 100%;
    margin: 3em 0;
}

#primary-content .fitness_mem_login h2 {
    color: #007f71;
    margin-bottom: 8px;font-weight:normal;
}
.page-title {
    border-bottom: 1px solid #ccc;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
}
.page-title::before {
    background-color: #003c71;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}

.account-setting table tr {
    border-bottom: 1px solid #eee;
}

.account-setting table td:first-child {
    padding-left: 4px;
}
.account-setting table td:first-child {
    font-weight: 600;
}
.account-setting table td {
    padding: 8px;
}
.account-setting table td {
    padding: 8px;
}

.gym-assign-btn {
    display: inline-block;
    margin-left: 2em;
}
.gym-assign-btn a {
    display: inline-block;
    padding: 4px 10px;
    background: #007f71;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.gym-assign-btn a:hover {
    background: #6c4423;
}




.search-box-form-item{    width: 100%;
    padding: 8px 12px;
    border: 1px solid #999999;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    border-radius: 3px;
    color: #000;
    min-height: 42px;}
	
.search-box-form-item:focus{    outline: 0;
    border-color: #007f71;
    background: #f2f2f2;
    box-shadow: 0em -0.15em 0em 0em #007f71 inset;
    -webkit-box-shadow: 0em -0.14em 0em 0em #007f71 inset;
    -moz-box-shadow: 0.0em -.2em 0em 0em #007f71 inset;}


/*Member Management Dashboard*/

#primary-content .confirm-cart h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

#primary-content .confirm-cart .back-to-link-btn{float:none;}

.optional .form-control-feedback{display:none !important;}
.optional.input--filled .form-control-feedback{display:block !important;}
.form-control-feedback.glyphicon-ok{color:#3c763d}

@media(max-width:420px){
	.control-input {font-size: 14px;}
}

@media(max-width:767px){
	.has-feedback label ~ #TransactionCreditCardYear + .form-control-feedback{top: 15px;}
}

.modal-body .field-input-box{margin-bottom:15px;}

.destination-form-group{z-index:9;}

.remove-icon .form-control-feedback{display:none !important;}


.form-control-feedback{
  display: none;
}

.bootstrap-select .dropdown-toggle:not(.bs-placeholder) ~ small.error{display:none !important;}

.member-information .form-group.member-form.has-success small.error{display:none !important;}


.home-button-section{    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;}

.home-button-section:before {
    content: '\200B';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.section-home-button{    display: inline-block;
    vertical-align: middle;}

@media(max-width:991px){
	.home-button-section{position:static;}
}


.home-banner-over-text h2{margin:0; color:#fff; font-size:42px; font-weight:600;}
.home-banner-over-text{margin-bottom:40px}


/*.banner-section-image{position:relative;}
.banner-section-image .banner-image-item > img{width:100%;}
.banner-section-image .home-button-section{    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0;
    transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%);}*/
	
	

@media(min-width:991px){
	#header .col-md-3 {
    padding: 0;
}
}

.logopart {
    max-width: 300px;
    margin: 5px 0;
    display: inline-block;

}

.app-btn {
    text-align: center;
    margin: 0px 0 10px;
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    z-index: 9;
}
.app-stores-icon {
    display: inline-block;
    margin-right: 0px;
    margin-top: 5px;
}
.app-stores-icon a {
    display: inline-block;
    margin: 0 3px;
    padding: 0 4px;
    max-width: 85px;
}

.social-icon {
    margin-top: 12px;
}
.menuicon {
    text-align: right;
}
.menuicon {
    padding: 0;
    padding-top: 20px;
}
img {
    vertical-align: middle;
}

@media(min-width:992px) and (max-width:1400px){
 #cssmenu > ul > li {
    margin: 0px;
}
.mobrowleft #cssmenu ul li.getinv a {
    font-size: 15px;
}

}



@media(min-width:1500px){
	#cssmenu > ul > li {
    margin: 0 8px;
}
}

.product-info.payment-title.visa-mc-card-item{float:right; width:auto; margin:0;}
.visa-mc-card-item .card-icon img {
    height: 50px;
}


@media(max-width:991px){
	.social-icon {
    margin-top: -6.1em;
}
.menuicon {
    padding-top: 10px;
}
.logopart img {
    padding: 0 !important;
}

.home-banner-over-text h2{font-size:32px;}
.banner-o-btn .banner-button-item a{font-size:16px;padding: 8px 12px;}

.section-home-button{padding-top: 60px;}


.form-area-checkout{padding-left: 0 !important;padding-right: 0 !important;}
.form-area-checkout .form-content > .col-md-12{padding-left:0; padding-right:0;}
.form-area-checkout .form-content > .col-md-12 > .col-md-5, .form-area-checkout .form-content > .col-md-12 > .col-md-7{padding-left:0 !important; padding-right:0 !important}
.left-box.checkout-page{margin-top:30px;}


}

@media(max-width:767px){
	.product-info.payment-title.visa-mc-card-item{float: none !important;
margin-top: 10px;
display: inline-block;
width: 100%;}
}


@media(max-width:480px){

.social-icon {
    margin-top: -4.5em;
}
#cssmenu ul.menulist {
    top: 5px !important;
}
.section-home-button{padding-top:20px;}
.home-banner-over-text{margin-bottom:20px;}
.home-banner-over-text h2{font-size:26px;}
.box-title i{min-width:inherit; }

.custom-icon img{max-width:30px;}

}
@media(max-width:380px){
	.app-stores-icon a {
    max-width: 70px;
}
}

@media(max-width:767px){
	#copyrights ul li {
    display: block;
    border-right: none;
    line-height: 25px;
}
}


.back-btn-page{text-align: right;margin-top: 1em;}

.back-btn-page a{padding: 0px 0px;display: inline-block;font-size: 16px;color: #000;font-weight:700;margin-bottom: 10px;}
.back-btn-page a:hover{color:#21397e;}

.back-btn-page.top-align{position: static;
top: -50px;
right: 0;}

@media(max-width:991px){
	.back-btn-page {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
}

@media(max-width:480px){
	.banner-o-btn .banner-button-item{width: 100%; margin-left:0 !important; margin-right:0 !important;}
	#primary-content .form-content h2{font-size:24px;}
}

@media(max-width:420px){
	.control__indicator{top:0;}
}

.receipt-item.mailing-heading {
    color: #007f71;border:0;
}
.receipt-item.mailing-heading > div:first-child{    font-size: 18px;
    padding-top: 15px;}
	.receipt-item.mailing-heading > div:last-child{display:none;}
	
	
	@media(max-width:767px){
		.deliver-check-toggle-btn > span span{max-width: 75%;
line-height: 1.3;}
	}
	
	
	.guest-title-info {
    margin: 10px 0;
    color: #000;
    margin-top: 20px;
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
	
	.add-more-btn{background-color: #195e7f;
    padding: 3px 12px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #195e7f;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    white-space: normal;
    display: inline-block;
    border-radius: 5px;}
	
.add-more-btn:hover{     background-color: #21c2e0;
    border-color: #21c2e0; color:#fff;}
	
	.submit-form{padding-top:20px;}
	
	.land-repeated-form-section > .form-section.land_repeated_form .remove_item_repeat{display:none;}
	
	.land_repeated_form_append .ss-form-entry.heading-for-section{margin-top:30px;}
	.guest-title-info.in-success{padding-bottom:10px; border-bottom:1px solid #ddd; cursor:default}
	

/*.remove-icon1.has-success .form-control-feedback{display:block !important;}*/

.select-box-feedback-icon .form-control-feedback{top: 14px;    right: 25px; }

.pay-online-section{float:right; text-align:center; position:relative; z-index:991;}
.pay-online-section h4{color:#fff !important;}
.pay-online-section img {
    max-height: 40px;
    margin-top: 10px;
    margin-left: 20px;
}

.box-title.home-box-title{ padding: 10px;padding-left: 30px;font-size: 22px;}

.light-brown{background:#1d77ad}

.how-can-pay-link {
    font-size: 14px;
    text-decoration: underline;
}
#MembershipDonationAmount {
    padding-left: 50px;
}
.pull-left.paypal-icon img {
    max-height: 38px;
    margin-top: 8px;
}
.paypal-toggle-btn {
    font-size: 16px;
}
.narrow_arrow {
    float: right;
    font-size: 13px;
    line-height: 25px;
}
.guest-title-info.collapsed .fa-angle-up:before{content:"\f107"}

.dollar-sign {
    font-size: 20px;
    position: absolute;
    color: #000;
    display: inline-block;
    z-index: 99;
    background: #eee;
    width: 40px;
    text-align: center;
    bottom: 0;
    top: 0;
    line-height: 54px;
    font-style: normal;
}
.amount_text {
    font-size: 10px;
    margin-top: 34px;
    display: block;
}
.field-label-amount {
    padding-left: 32px;
}
.right-box .box-title {
    padding: 5px 10px;
}
.hide1 {
    float: right;
}
.guest-title-info .fa.fa-angle-down, .guest-title-info .fa.fa-angle-up {
    font-size: 24px;
    font-weight: 600;
}
#MembershipForm .hr-line {
    border-color: #1d77ad;
    border-width: 2px;
}

.area-code-field {
    width: 25%;
}
span.sep-rator {
    position: relative;
    top: 30px;
    font-size: 30px;
}
.contact-no-field {
    width: 70%;
}

.land-repeated-form-section > .land_repeated_form .remove-land-repeated{display:none;}


.error-message{color: #fff;
    background: #cb1919;
    padding: 0px 5px;
    margin-top: 2px;
    border-radius: 3px;
    font-weight: 500 !important;
    font-size: 12px !important;
    width: 100%;
    position: absolute;
    bottom: -32px;
    left: 0;
    margin-bottom: 10px;
	}
	
	
	
	
	
	
	


@media(max-width:767px){
	.product-info.payment-title.visa-mc-card-item{float: none !important;
margin-top: 10px;
display: inline-block;
width: 100%;}

.pay-online-section h4{color:#000 !important;}
.form-area-section{margin-top:1em;}

}

@media(max-width:991px){
	.amount_text{margin-top:0px;}
}
@media(max-width:767px){
	.logopart{display: block;width: 100%;margin: 5px auto;text-align: center;}
	.pay-online-section{float: none;margin-top: 15px;
}
.back-btn-page.top-align{position:relative; top:0;}
.back-btn-page.top-align.thanks_page {
    top: 0px;
}
}

@media(max-width:480px){
	.input__label-content{font-size:14px;}
	.field-type-name{font-size:14px;}
	.select select{font-size:14px;}
	#primary-content .container{padding:0 5px;}
	.radio-custom, .radio-custom-label{font-size:14px;}
	.radio-custom:checked + .radio-custom-label::after {
    left: 5px;
    top: 6px;
}
#primary-content .checkout-btn{font-size:18px;}

.fl{float:none; margin-bottom:5px;}
.fr{float:none;}

.checkout-activities-sidebar .total{padding: 15px 15px; width: calc(100% + 40px); margin-left: -20px;}
.checkout-activities-sidebar .total:after{content:""; clear:both; display:table}
.checkout-activities-sidebar .total::before, .checkout-activities-sidebar .total::after{content:none;}
.checkout-activities-sidebar .total .pull-right{float:none !important; display:block; margin-top:10px;}
.check-terms.text-center-imp{text-align:left !important}

.paying-for-section-as .destination-form-group .inline-block{margin-right:8px !important}
.pay-for-section.destination-form-group .inline-block{display:block;}

}



.revert-color{    background: #195e7f !important;
    border-color: #195e7f !important;}
.revert-color:hover{    background: #19b0c7 !important;
    border-color: #19b0c7 !important; color:#fff !important;}


@media(max-width:400px){
	#primary-content h3{font-size:22px;}
	.field-type-comments{padding-top:30px;}
}

@media(max-width:767px){
	.page-action-btn .checkout-btn{ }
	.page-action-btn .inline-btn{margin-bottom:20px;display:block;}
	.pay-now-btn .ytBtnOrange {display:block; margin-bottom:20px; margin-left:auto; margin-right: auto;}
	
	span.hide-on-mobile{display:none;}
	
}

#summary{font-size: 14px;background: #cb1919;color: #fff;border-radius: 3px;}
#summary .item-error{padding:2px 10px;}

#summary1{font-size: 14px;background: #cb1919;color: #fff;border-radius: 3px;}
#summary1 .item-error{padding:2px 10px;margin-top:10px;display:block}

.supp-assis {
    display: inline-block;
    margin-right: 10px;
}
.back-to-btn {
    display: inline-block;
}
.assistance-content {
    text-align: center;
    padding: 0px 10px 30px;
}
.assistance-content a{
    display: block;
    padding: 10px 0 0;
    font-size: 20px;
}
.assistance-content p{
    font-size: 14px;
    padding-top: 20px;
}
#need-assis .modal-header{border-bottom: 0px;}
.sponser-sec ul{
    list-style: none;
    text-align: center;
}
.sponser-sec ul li{
    display: inline-block;
    width: 280px;
    padding: 0 6px;
}
.sponser-sec h5{
    padding: 15px 0;
}
.appreciate-link {
    color: #fff;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
}
.only-assis {
    text-align: right;
    color: #77c5ba;
    padding: 0px;
    margin-top: 2em;
    margin-bottom: 10px;
}
.only-assis .supp-assis a{
    color: #007f71;font-weight: bold;
}
.only-assis .supp-assis a:hover{
    color: #77c5ba;
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .form-area-section{margin-top: 0px;}
}

.ss-form-entry.main-grey-head-bar {
    background: #eee;
    padding: 5px 15px;
    border: 1px solid #ccc;
}
.ss-form-entry.main-grey-head-bar.dark-blue-bar{background: #1d77ad;color: #fff;}
.ss-form-entry.main-grey-head-bar.medium-blue-bar{ background: #3295d0;color: #fff;}
.ss-form-entry.main-grey-head-bar.light-blue-bar{background: #5db7ec;color: #fff;}

.ss-form-entry.main-grey-head-bar.dark-blue-bar h3{color: #fff !important;}
.ss-form-entry.main-grey-head-bar.medium-blue-bar h3{color: #fff !important;}
.ss-form-entry.main-grey-head-bar.light-blue-bar h3{color: #fff !important;}



.ss-form-entry.main-grey-head-bar .hr-line{display:none;}

.guest-title-info.in-success {
    color: #1d77ad;
}


.margin-top-no .input{margin-top:0 !important}

.business-mailing-address-section {
    margin-top: 15px;
}

.member-form-for-gba input::-webkit-input-placeholder { opacity:0; visibility:hidden; transition:.5s all;}
.member-form-for-gba input::placeholder { opacity:0; visibility:hidden; transition:.5s all;}

.member-form-for-gba .input--filled input::-webkit-input-placeholder{opacity:1; visibility:visible;}
.member-form-for-gba .input--filled input::placeholder { opacity:1; visibility:visible;}

.infor-icon{    position: absolute;
    top: 45px;
    right: 4px; z-index:1}
	
	.section-for-categories{clear:both; position:relative}
	
	.btn-group.bootstrap-select.field-type-name{z-index:unset}
	.destination-form-group {
    z-index: unset;
}

.land_repeated_form_append .destination-form-group > .bootstrap-select > button.dropdown-toggle{display:none;}
.land_repeated_form_append .destination-form-group > .bootstrap-select{padding:0; border:0;}

.land_repeated_form_append #OptionLists > .bootstrap-select > button.dropdown-toggle{display:none;}
.land_repeated_form_append #OptionLists > .bootstrap-select{padding:0; border:0;}


.box-style {
    background: #fff;
    border: 1px solid #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    /* margin-top: 20px; */
    padding: 20px;
}

.grand-total-text-above {
    margin-top: 25px;
}
.grand-total-text-above .h2-text {
    font-size: 16px;
    font-weight: 800;
    color: #1d77ad;
}

.below-text-em{font-size:14px; margin-top:10px;}

.no-box-style.account-setting {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 0;text-align:left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.no-box-style.account-setting .tr-row {
    border-bottom: 1px solid rgb(221, 221, 221);
}
.no-box-style.account-setting .tr-row .col-md-4, .no-box-style.account-setting .tr-row .col-md-8 {
    font-size: 14px;
    padding: 10px;
    white-space: normal;
}
.no-box-style.account-setting .tr-row .col-md-4 {
    font-weight: 600;
    padding-left: 4px;
}
.no-box-style.account-setting .tr-row .col-md-12{padding-left:0;}
.no-box-style.account-setting .tr-row .col-md-12 h4 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    padding-top: 15px;color: #1d77ad !important;
}
.no-box-style.account-setting .tr-row:after{content:""; display:table;clear:both}

.view-all-info-btn {
    margin-top: 15px;
    text-align: center;padding-top:15px;
}
.view-all-info-btn a {
     padding: 8px 20px;
    font-size: 14px;
    background: #1d77ad;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
.view-all-info-btn a:hover{background:#195e7f}

.price-service-section-phone .land-repeated-form-section > .land_repeated_form .remove_item_repeat {
    display: none;
}
.price-service-section-phone .land_repeated_form{margin-top: 20px;
    margin-bottom: 20px;}
.price-service-section-phone .land_repeated_form:after{content:""; display:table; clear:both}

.add_item_repeat-phone.add-more-btn{padding: 0;
    background: transparent;
    border: 0;
    color: #000;}

.add_item_repeat-phone.add-more-btn:hover{color:#195e7f}


.price-service-section-phone .land_repeated_form_append .has-error .input-label-name::after{content:"";    border-bottom: 2px solid red;
    width: 100%;}

.price-service-section-phone .land_repeated_form_append .has-success .input-label-name::after{content:"";    border-bottom: 2px solid #007f71;
    width: 100%;}
	
	.field-type-amount {
    padding-left: 50px;
}

.little-large-text.receipt-item > div{    font-size: 16px;}

.price-service-section-financial > .land-repeated-form-section > .land_repeated_form .remove-section{display:none;}


@media(max-width:991px){
	.top-head-bar .backto-links{text-align:center;margin-bottom: 25px;}
}


.practice-area-items li > ul{display:none;}


.gba-comm-practice-area-items > li{width:32%; display:inline-block;}

@media(max-width:991px){
	.gba-comm-practice-area-items > li{width:100%; display:inline-block;}
}

.direc_img{padding:2px; border:1px solid #ddd;}
.Flex_rank{margin-bottom:15px;}

.thumbnail_direc_side_bar{padding: 15px;
    background: #eee;
    border: 1px solid #999;
    margin-bottom: 15px;
    margin-top:15px;
}
.thumbnail_direc_side_bar ul {
    margin-bottom: 0;
    padding-left: 0 !important;
    list-style: none !important;
}
.thumbnail_direc_side_bar ul li {
        margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.thumbnail_direc_side_bar ul li a {
    padding-right: 20px;
    position: relative;
}
.thumbnail_direc_side_bar ul li a {
    text-decoration: none !important;
    display: block;
    color: #000;
    font-size: 15px;
}

.thumbnail_direc_side_bar ul li a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 7px;
    top: 2px;
    font-size: 20px;
}


.added-hint-below {
    margin-bottom: 0;
}

.added-hint-below.has-error {
    margin-bottom: 1.7em;
}

.thanks-page-list-ite{padding-left: 22px;}
.thanks-page-list-ite li{    text-indent: -20px;}

@media(min-width:767px){
.pad-left-40{padding-left:40px;}
}


.red.blue-star{color: #1d77ad !important;}

.land_repeated_form_append .land_repeated_form.form-section .text-sub-text{display:none;}

.name-of-employe-section.govt-spacing {
    margin-top: 50px;
}

.d-flex{display:flex}


.floating-tab-of-page a{background-color: #1d77ad !important;
    color: #ffffff !important;
    border-color: #fff !important;
    box-shadow: none !important;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
    border-right: none;
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    padding-left: 30px;}
	

.floating-tab-of-page a:hover, .floating-tab-of-page a:focus, .floating-tab-of-page a:active {
    background-color: #19b0c7 !important;
    color: #ffffff !important;
    border-color: #fff !important;
    box-shadow: none !important;
}
.floating-tab-of-page {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9; 
}

.land_repeated_form .col-md-1{float:right}

.ss-section-title .fa.fa-square-o:before{    content: "\f046" !important;}
.collapsed .ss-section-title .fa.fa-square-o:before{    content: "\f096" !important;}





@media(max-width:991px){

.backtop, .floating-tab-of-page{display:none !important}
.remove-section{margin-top:0 !important;position: relative;z-index: 11;}
#primary-content h3.ss-section-title{font-size:18px !important}
.subtext-accordion{display: none !important;}
span.arrow-for-collapse-panel i {
    font-size: 22px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

}

@media(max-width:480px){
.backto-links .back-to-btn{margin-bottom:15px;}
.box-title span{font-size:16px;}
}
@media(max-width:767px){
	.area-code-field{width:100%;}
	.land_repeated_form .col-md-9 .col-md-9.col-sm-9{padding:0}
	.sep-rator{display:none;}
	.contact-no-field{width:100%;}
	.receipt-item > div:first-child{min-width:100%;}
	.receipt-item > div{display:block}
	.receipt-item > div:nth-child(2){display:none;}
	.receipt-item > div:first-child{padding-left:10px;}
	.receipt-item{margin-bottom: 15px;width: 100%;display: block; border-bottom:1px solid #ddd; padding-bottom:15px;}
	.receipt-item.blank-ri{display:none;}
	.amount-paid{font-size:18px;}
	.pay-now-btn  input{font-size:16px !important}
	
}


.big-print-btn {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}


.for-conformation-registration .radio-custom-label{cursor: default;}



/*Diretory Css Start*/

.attachment.attachment-before span{    padding: 0 14px;
    text-align: center;
    border-right: 1px solid #000;
    line-height: 12px;
    display: inline-block;}

.attachment.attachment-before span:last-child{border:0;}


.land_repeated_form_append .contact-no-field.input--nofilled.has-success .form-control-feedback{display:none !important;}
.land_repeated_form_append .contact-no-field.input--filled.has-success .form-control-feedback{display:inline !important;}
.land_repeated_form_append .contact-no-field .input-label-name::after{border-bottom: 1px solid #ccc !important;}

.land_repeated_form_append .area-code-field.input--nofilled.has-success .form-control-feedback{display:none !important;}
.land_repeated_form_append .area-code-field.input--filled.has-success .form-control-feedback{display:inline !important;}
.land_repeated_form_append .area-code-field .input-label-name::after{border-bottom: 1px solid #ccc !important;}




/*Directory Css Emd*/


@media(max-width:640px){
	.close-for-this-section i.fa{width: 24px;}
	.close-for-this-section{margin-bottom:15px;}
}

@media(max-width:991px){
	.amount_text{margin-bottom:20px;}
}

.directory-boxes-section{margin-bottom:30px;}
.large-box-directory {

    margin: 20px 0;
    display: inline-block;
    width: 100%;

}
.large-box-directory a{    display: block;
    padding: 70px 15px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #c3c1c1;
    border-radius: 4px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;background:#ddd;}

.large-box-directory a:hover{background:#337ab7; color:#fff;}

.top-page-button-full-directory a{width: 100%;
    white-space: normal;
    padding: 6px 10px;
    font-size: 13px;
    display: block;
    padding: 6px 10px;
        background: #9c9c9c;
   border: 2px solid #9c9c9c;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;margin-top:15px;

}

.top-page-button-full-directory .dir_tab_active a{    background: #165877; border-color:#165877;}


.top-page-button-full-directory a:hover{background:#fff;color: #1d77ad; border: 2px solid #1d77ad;}


@media(max-width:991px){
	.directory_description_image.col-md-2{float: none;margin-left: 0; margin-bottom:15px;padding: 0;}
	.directory_description_image.col-md-2 .pro_image{text-align:center;}
	.directory_db_name{padding-top:15px;}
	.views-exposed-form .views-exposed-widget{min-height:inherit;}
}


.manual-header #header.page-inside-dash {
    background: #eee;
    padding: 10px 0;
}
.manual-header #header.page-inside-dash .logopart{margin:0}

.manual-header span.dash-name-sidetext {
    margin-top: 10px;
    color: #085d9d;
    font-size: 11px;
    margin-bottom: 0px;
    display: block;
    font-weight: bold;
}

.manual-header .dash-name {
    font-size: 26px;
    color: #085d9d;
    font-weight: 600;
    padding-left: 15px;
    margin-left: 15px;
    vertical-align: middle;
}
.manual-header .dash-name {
    padding-left: 0px;
    margin-left: 0px;
}

.manual-header ul.top-menu {
    margin: 0;
    padding: 0;
    margin-top: 19px;
}

.manual-header .menuicon {
padding-left:15px; padding-right:15px;
    padding-top:0px;
}


.manual-footer footer {
    width: 100%;
    float: left;
    background: #035778;
    background: linear-gradient(to right, #035778, #4b6f90, #4b6f90, #035778);
    padding: 40px 0;
    position: relative;    color: #fff;
    margin: 0px auto;
    display: block;
}

.manual-footer .copyright_wrapper {
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.manual-footer .copyright_wrapper .content ul {
    display: inline-block;
    margin-bottom: 0;    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.manual-footer .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.manual-footer .copyright_wrapper .content ul li {
    padding-left: 0;
    padding-right: 0;
}
.manual-footer .copyright_wrapper .content li:first-child {
    margin-right: 12px;
}

.manual-footer .copyright_wrapper .content a {
    color: #fff;
    display: inline-block;
    padding: 0 12px;
    position: relative;
    border-left: 1px solid #fff;
    line-height: 10px;
}


.portfolio{margin-bottom:-30px}
.portfolio .portfolio-item{cursor:pointer;position:relative;display:block;max-width:100%;margin-bottom:30px;border-radius:.5rem;overflow:hidden}
.portfolio .portfolio-item .portfolio-item-caption{position:absolute;top:0;left:0;transition:all .2s ease-in-out;opacity:0;background-color:rgba(26,188,156,.9)}
.portfolio .portfolio-item .portfolio-item-caption:hover{opacity:1}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content{font-size:1.5rem}
.portfolio-modal .portfolio-modal-title{font-size:2.25rem;line-height:2rem}
@media (min-width:992px){
.portfolio-modal .portfolio-modal-title{font-size:3rem;line-height:2.5rem}
}
.portfolio-modal .close{position:absolute;z-index:1;right:1.5rem;top:1rem;font-size:3rem;line-height:3rem;color:#1d77ad;opacity:1}

.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.d-flex {
    display: flex!important;
}

.portfolio .portfolio-item {
    border-radius: 0;
}
.portfolio nav.port-nav a.active {
    text-decoration: underline;
}
.pfoic-slider.slick-initialized .slick-slide {
    display: block;
    padding: 15px;
}
.portfolio .portfolio-item .portfolio-item-caption {
    background-color: rgba(0,0,0,.5);
    padding: 30px 20px 0;
    opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
    background-color: rgba(33,194,224,.7);
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content h5 {
    font-size: 1.1rem;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content p {
    font-size: 16px;
}
.portfolio .portfolio-item .portfolio-item-caption h4 {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    position: absolute;
    top: 43%;
    padding: 0 10px 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.portfolio .portfolio-item .portfolio-item-caption .pcard-content {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.portfolio .portfolio-item .portfolio-item-caption:hover .portfolio-item-caption-content {
    top: 10%;
}
.portfolio .portfolio-item .portfolio-item-caption:hover .pcard-content {
    position: static;
    visibility: visible;
    opacity: 1;
}
@media (min-width: 992px) and (max-width: 1350px) {
 .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content p {
        overflow: hidden;
        height: 45px;
    }
    .portfolio .portfolio-item .portfolio-item-caption h4 {
        margin-bottom: .75rem;
        font-size: 68%;
    }
    .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content p {
        font-size: 60%;
        margin-bottom: 10px;
    }
    .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content a.btn {
        margin-top: 0 !important;
        padding: .375rem .55rem !important;
        font-size: 54%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
        position: absolute;
        top: 37%;
    }
    .portfolio .portfolio-item .portfolio-item-caption h4 {
        font-size: 1.3rem;
    }
    .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content p {
        font-size: 16px;
        margin-bottom: 0.3rem;
    }
    .portfolio .portfolio-item .portfolio-item-caption:hover .portfolio-item-caption-content {
        top: 4%;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
	.portfolio .portfolio-item .portfolio-item-caption h4 {
        font-size: 1.4rem;
    }
}

.portfolio .portfolio-item .portfolio-item-caption h4 {
            font-size: 24px !important;
    font-weight: 600 !important;
    }
    .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content p {
        font-size: 14px;
    }
	
.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px){
.flex-col-lg-4 {padding:0 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
}
.views-exposed-form .form-item .bootstrap-select .filter-option{color:#757575;}
.views-exposed-form .form-item .bootstrap-select .dropdown-menu {max-height:300px !important;}

.views-exposed-form .form-item .bootstrap-select button{    border: 1px solid #666 !important;
    height: 38px;
    border-radius: 0;}
	

.button-grey input.form-submit{background:#555; border-color:#555}
.button-grey input.form-submit:hover{background:#1d77ad; border-color:#1d77ad; color:#fff}



#pre-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.front #pre-loader-wrapper{
    display: block;
}

#pre-loader-wrapper img{
       width: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
    vertical-align: top;
}

#pre-loader-wrapper .pre-loader-section {
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: rgb(32, 56, 126);
   
}
#pre-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 170px;
    z-index: 9999;
}
#pre-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: transparent;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.pre-loaded #pre-loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* slide animation */

#pre-loader-wrapper .pre-loader-section.section-left {
    top: 0;
}
#pre-loader-wrapper .pre-loader-section.section-right {
    bottom: 0;
}
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-left {
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    /* IE 9 */
    -o-transform: translateY(-100%);
    /* transform: translateY(-100%); */
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-right {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pre-loaded #pre-loader-wrapper {
   visibility: hidden; 
     -webkit-transform: translateX(-100%); 
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    /* -webkit-transition: all 0.3s 1s ease-out; */
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/*Loader Css End*/
@media(min-width:991px){
.call-mobile-click{    pointer-events: none;}
}
.more-info-btn-dir {
    padding: 6px 20px;
    display: inline-block;
    margin-top: 15px;
    border: 2px solid;
    border-radius: 35px;border-color: #1d77ad;
    color: #1d77ad;
}
.more-info-btn-dir:hover{background:#1d77ad; color:#fff;}

.directory_db_contact_info.with-icon ul li{    padding-left: 25px !important;}
.directory_db_contact_info.with-icon .label_image i {
    margin: 0;
    width: 20px;
    text-align: center;
    display: inline-block;
    left: 0px;
    position: absolute;
    top: 3px;
}

.right_content1.on-detail-page ul.inline ul li{    display: list-item;}
.right_content1.on-detail-page ul.inline ul{list-style:disc; padding-left:25px !important;}

.right_content1.on-detail-page ul.inline ul.check-mark-bullet{list-style:none; }
.right_content1.on-detail-page ul.inline ul.check-mark-bullet i.fa{margin-left:-20px;}


.portfolio .page-section .flex-row {margin-right: 0px;
margin-left: 0px;}


.attornys-name-list ul{padding-top:10px; padding-left:0;}
.attornys-name-list ul li{margin-bottom:5px;}


.view-filters .input{margin:0;}

@media(max-width:767px){
	.row.showing-many-section {
    text-align: center;
    margin-bottom: 15px;
}
.row.showing-many-section .sort_by {
   margin:0 !important;
}
.pro_image{text-align: center;
max-width: 180px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;}
}


.attachment.attachment-before a.active {
    font-size: 20px;
    font-weight: 700;
    color: #1d77ad;
}


.below-button-text{display:block; text-align:center; padding-top:5px; font-size:11px;}

.button-for-filter-section[aria-expanded="true"] i:before{
      content: "\f106";
}
.button-for-filter-section {
    padding: 15px;
    background: #d4e4ee;
    font-size: 20px;
    font-weight: 600; cursor:pointer
}
.button-for-filter-section:hover{background:#95d5e1}
.button-for-filter-section a{color:#000;}
.button-for-filter-section a i{float:right;font-size: 26px;}
div#search-filter-section {
    
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;    position: relative;
    z-index: 5;
}

div#search-filter-section .views-exposed-widget:last-child{padding-right:0;}

.margin-top-10{margin-top:15px;}

.share-icon-dir {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;    margin-top: 5px;
}

.actions-header a{font-weight:600; color:#fff !important;}
.actions-header a:hover{font-weight:600; color:#1d77ad !important;} 

@media(min-width:991px){
.desktop-right{text-align:right;}
}

@media(max-width:991px){
.desktop-right{text-align:center;}
}


.directory_db_job_title a {
    color: #1d77ad;
}
.directory_db_job_title a:hover {
    color: #01619d;
}

.area-with-phone .sep-dash{position: absolute;
    top: 0px;
    left: 70px;
    z-index: 10;
    display: block;
    padding: 10px 7px;
    font-size: 22px;
    height: 100%;}
.area-with-phone .input-label-content-name{    top: -2.6em;
    left: -.60em;
    font-size: 14px;}
.area-with-phone .area-country-code-field{max-width:70px;padding-right:7px;padding-left:15px;}
span.plus-label {
    position: absolute;
    top: 45px;
    z-index: 9;
    left: 5px;
}
.area-with-phone  .phone-field-half{ }
	

.area-with-phone input::placeholder {
    opacity: 1;
    visibility: visible;
}

.area-with-phone.has-success .input-label-name::after{    border-bottom: 2px solid #007f71;}

.optional1 .form-control-feedback{display:none !important}
.optional1.has-success.input--filled .form-control-feedback{display:inline !important}


@media(max-width:640px){
	span.plus-label{top:42px;}
}

@media(max-width:540px){
	.with-sub-heading span.plus-label {top: 50px;}
	.with-sub-heading .area-with-phone .sep-dash{top: 8px;}
}


.iti.input--nofilled + .input-label-name:after{width: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;}

.iti.has-success .input-label-name::after {
    border-bottom: 2px solid #007f71;
}

.optional1 .iti.input--nofilled + .input-label-name:after{width:0 !important}
.optional1 .iti.has-success .input-label-name::after {width:0 !important}
.optional1 .iti .field-type-name{border-bottom: 1px solid #ccc !important;}

.new-input-phone .input-label-name{    background: transparent;}
.new-input-phone .input-label-name::before{background:transparent;}
.new-input-phone, .iti{z-index:inherit !important;}
.z-ind-11{z-index:10; position:relative}
.less-zind {z-index: auto !important;}
.less-zind .field-type-name{z-index: inherit;}

.less-zind .input-label-name{    background: transparent;}
.less-zind .input-label-name::before{background:transparent;}


.panel-group {
    margin-top: 4px;
    margin-bottom: 0;
}
.panel-group .panel.panel-default {
    border-radius: 0;
    margin-bottom: 30px;
    border: 2px solid #fff;
    background: transparent;
}
.accordian-covid-section.panel-group .panel.panel-default {
    border: 1px solid #999;
    background: #999;
}
.accordian-covid-section .panel-default .panel-heading {
    display: inline-block;
    width: 100%;
}
.panel-default .panel-heading {
    background: transparent;
    padding: 0px;
}
.accordian-covid-section h4.panel-title {
    margin-bottom: 0;
}
.accordian-covid-section .panel-title a {
    position: relative;
}
.panel-title a {
    display: block;
    color: #fff !important;
    padding: 15px 10px;
    font-size: 20px;
}
.panel-title a span {
    display: inline-block;
    vertical-align: middle;
}
.accordian-covid-section .panel-title a .angle-collapse {
    position: absolute;
    right: 0;
    top: 12px;
}
span.angle-collapse {
    color: #fff;
    float: right;
    font-size: 32px;
    margin-top: -5px;
}
.angle-collapse span {
    font-size: 12px;
    margin-right: 10px;
    margin-top: -3px;
}
.angle-collapse span .close-text {
    display: none;
}


.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
    background: #fff;
    padding: 15px;
}
.accordian-covid-section.panel-group .panel.panel-default {
    border: 1px solid #999;
    background: #999;
}
.panel-default .panel-heading:hover {
    background: #195e7f;
}

#fhpMiddle .panel-body ul{list-style: inherit;}



.panel-default .panel-heading{
background: transparent;
   padding: 0px; }
	
	.panel-group .panel.panel-default{border-radius:0;    margin-bottom: 30px;     border: 2px solid #fff;background:transparent}
	.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;    background: #fff;    padding: 15px;
}
.panel.panel-default:last-child{margin-bottom:0;}
.panel-group{margin-top:4px; margin-bottom:0;  }
.panel-title a{display:block;color: #fff !important; padding:15px 10px; font-size:20px;   }

.panel-title a img{    max-width: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;}

.panel-title a span{display:inline-block; vertical-align:middle;}

.panel-default .panel-heading:hover {
       background: #195e7f;
}


.panel .indicator.fa{margin-top: 0px;    line-height: 28px;}
.indicator.fa:before{float:right;   }

.active-panel .panel-title a{background:#195e7f;}


span.angle-collapse {
    color: #fff;
    float: right;
    font-size: 32px;
    margin-top: -5px;
}
.angle-collapse span{font-size: 12px;margin-right: 10px;    margin-top: -3px;}
.angle-collapse span .close-text{display:none}
.accordian-covid-section .panel-title a[aria-expanded="true"] span.angle-collapse i:before{
content: "\f106";
}
.accordian-covid-section .panel-title a[aria-expanded="true"] span.angle-collapse span .close-text{display:inline-block}
.accordian-covid-section .panel-title a[aria-expanded="true"] span.angle-collapse span .open-text{display:none;}
.accordian-covid-section.panel-group .panel.panel-default{    border: 1px solid #999;
    background: #999;}
.accordian-covid-section h4.panel-title{margin-bottom:0}
.accordian-covid-section .panel-default .panel-heading {
        display: inline-block;
    width: 100%;
}	
.accordian-covid-section .active-panel.panel-heading{background: #195e7f;}
.accordian-covid-section .active-panel .panel-title a{ background: transparent;}

.accordian-covid-section .panel-title a{position:relative}
.accordian-covid-section .panel-title a .angle-collapse{position:absolute; right:0; top:12px}

@media(max-width:991px){
.accordian-covid-section .panel-title a .angle-collapse {
    position: relative;
right: 0;
top: 0;
margin-top: 5px;
margin-bottom: 5px;
display: block;
width: 100%;
}
}



/*.iti__selected-flag .iti__flag {
    display: none;
}*/

.gift-item-img {
    overflow: hidden;    position: relative;
}
.gift-item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.gift-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.gift-item .mgs-quickview {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 50% 100% 0;
    visibility: hidden;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    background-color: rgba(24	7,247,247,.9);
    border: none;
}
.gift-item:hover .mgs-quickview {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    visibility: visible;
}
.gift-item .mgs-quickview span {
    border: medium none;
    box-shadow: none;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.gift-item:hover .mgs-quickview span:hover {
    color:#1d77ad;
}
.gift-item .mgs-quickview span em{    margin-right: 6px;}
.gift-item .caption {
    border-top: 1px solid #ddd;
}
.gift-item-name-section a:hover{ color:#1d77ad;}
.gift-item-name-section {
    margin: 5px 0;
}
.gift-item-name-section a {
       color: #000;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.gift-item-name-section .caption-text {
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;color:#000
}

.btn-ground {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    border-top: 1px solid #ddd;
    padding-bottom: 0;
}

.btn-ground .view-btn-item-login {
	display:inline-block;
    padding: 10px 14px;
        padding-left: 20px;
    padding-left: 15px;
    background: #21397e;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;       font-size: 14px;
    margin-right: 10px;
    margin-top: 3px;
}
.btn-ground .view-btn-item-login.cart_btn_box{margin-right:0 !important}
.btn-ground .view-btn-item-login.cart_btn_box{background:green}
.btn-ground .view-btn-item-login:hover{    background:#002eb3 !important;}
.btn-ground.cart_green_btn .view-btn-item{background:green}

.woocommerce-mini-cart__buttons input[type=button], .woocommerce-mini-cart__buttons input[type=submit]{
    background:green; border-color: green;
}
.woocommerce-mini-cart__buttons input[type=button]:hover, .woocommerce-mini-cart__buttons input[type=submit]:hover{
    background:transparent; color: green;
}

.gift-item-price-section {
       display: block;
    font-size: 20px;
    margin: 8px 0;
    float: right;
    text-align: left;
    padding-left: 10px;
    color: #000000;
    font-weight: 700;
}
.gift-item.thumbnail{margin-bottom:30px;}
.video_section_cat .caption-text{margin-bottom:5px; display:block}
.product_view.modal-large {white-space: normal;}
.ec-directory-list .product_view.modal-large li  {
list-style: disc;
}
.video_section_cat {
    font-size: 16px;
    margin-bottom: 20px;
}
h4.cost, h4.cost small {
    color: #195e7f !important;
}

@media (min-width: 991px){
.modal-large .modal-dialog {
    width: 900px;
}
}

.prod-by-merchant {
    font-size: 14px;
}
.product_content ul {
    list-style: disc;
}
.product_content ul li {
    margin-bottom: 10px;
}
.product_content {
    font-size: 14px;
}
.btn-ground {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    border-top: 1px solid #ddd;text-align:center

}
.view-btn-in-popup {
    text-align: center;
}
.btn-ground .view-btn-item {
    float: left;
    padding: 10px 20px;
    padding-left: 15px;
    background: #1d77ad;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
}
.view-btn-in-popup .view-btn-item {
    border: 0;
    font-size: 18px;
    width: 220px;
    margin: 10px auto;
    float: none;
    padding: 12px;
}
.btn-ground .view-btn-item:hover {
    background:#002eb3;
}
.popup-image-view {
    position: relative;
}
.popup-image-view .fa-search {
    position: absolute;
    z-index: 1;
    right: 4px;
    padding: 6px;
    background: rgba(255,255,255,.8);
    bottom: 4px;
}

.detail-items1.detail-items-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0 15px;
    margin-bottom: 25px;
}
.title-link-section {
    margin-bottom: 5px;
}

.only-member-header {
    padding: 0 !important;    border: 0 !important;
}
.only-member-header .menuicon{padding-top:0; padding-left:15px; padding-right:15px;}
.only-member-header ul.top-menu{margin:0}
.only-member-dash-header.only-member-header .top-head-bar {
    background: #e6e6e6;
}
.only-member-dash-header.only-member-header ul.top-menu>li {
    position: relative;
    display: inline-block;
    padding: 8px 0;
}
.only-member-dash-header.only-member-header .top-nav ul.top-menu>li {
    vertical-align: middle;
}
.only-member-dash-header.only-member-header ul.top-menu>li {
    margin-left: 20px;
    padding: 4px 0;
}
.only-member-dash-header.only-member-header .menu-item a:after{content:none;}
.only-member-dash-header.only-member-header .hide1 {
    float: none;
}

.only-member-dash-header.only-member-header ul.top-menu>li a {
    color: #000;
}
.only-member-dash-header.only-member-header ul.top-menu>li a:hover {
    color: #085d9d;
}
.only-member-dash-header.only-member-header .head-middle-section {
    padding: 10px 0;
    background: #fff;
}
.only-member-dash-header.only-member-header .logopart{margin:0}

.only-member-welcome-bar{    background: #e6e6e6;padding: 15px 0;}
.only-member-welcome-bar h2{line-height: 1.4;
    color: #01619d !important;}



.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}
.content-panel-area {position: relative;color: #fff;}
.content-box {padding: 30px;background: #f1f1f1;
    margin-bottom: 15px;}

#accessibility ul{padding:0 !important;}

#accessibility ul li {list-style: none;display: block;float: left;padding: 0 0px;width: 25%;text-align: center; font-size:14px;}
#accessibility ul li a {font-size: 18px;font-weight: bold;text-align: center;color: #000;}
#accessibility ul li a:hover{color:#1557a6;}
#accessibility ul li.close-content-box {width: 2%; font-size:20px;}
.close-content-box {position: absolute;right: 15px;top: 5px;font-size: 22px;font-weight: 600;padding: 5px;line-height: 1;cursor: pointer;}
.close-content-box a:hover{text-decoration:none;}


#accessibility {
    padding: 25px;
    background: #fff;
}
#accessibility ul {
    padding: 0 !important;position:relative
}
#accessibility ul li {
    list-style: none;
    display: block;
    float: left;
    padding: 0 0px;
    width: 20%;
    text-align: center;
}
#accessibility ul li a {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    color: #000;
}
#accessibility ul li a:hover {
    color: #0a94d5;
}
#accessibility ul li.close-content-box {
    width: 2%;
}
#accessibility ul li.close-content-box {
    position: absolute;
    right: 15px;
    top: -30px;
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    line-height: 1;
    cursor: pointer;
}
.not-logged-in #accessibility ul li.close-content-box {
top: 0;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width:500px;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    right: 0;
}
#dismiss1 {
  
    line-height: 35px;
    text-align: center;
  
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss1:hover {
    background: #fff;
    color: #999;
}

.overlay1 {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;    top: 0;
}
.overlay1.active {
    /*display: block;*/
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px 12px;
    background: #fff;border-bottom:1px solid #ddd
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

.woocommerce-mini-cart__empty-message.empty{padding: 15px;margin-top: 30px;text-align: center;font-size: 20px;font-weight: 600;}
.woocommerce-mini-cart__empty-message.empty .cart-icon{font-size: 80px;color: #ddd;}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.cart-widget-side .widget_shopping_cart {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
}
.cart-widget-side .widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.woodmart-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;    
    padding-bottom: 0px;
}
.woodmart-scroll .woodmart-scroll-content {

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.cart-widget-side .widget_shopping_cart .woodmart-scroll-content {
   
    padding-right: 0;
    max-height: none;
}
.widget_shopping_cart .product_list_widget {
    margin-bottom: 0;
    text-align: left;    padding-left: 0;
}
.widget_shopping_cart .mini_cart_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.cart-widget-side .widget_shopping_cart .mini_cart_item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;    border-bottom: 1px solid #ddd;    padding-left: 35px;
}
.cart-widget-side .widget_shopping_cart .mini_cart_item:last-child{border-bottom:0}
.widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0;
}
.widget_shopping_cart .remove {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    margin-bottom: 0;
    padding-right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: rgba(0,0,0,.8);
    text-align: center;
    font-size: 0;
    line-height: 20px;
}
.cart-widget-side .widget_shopping_cart .remove {
       bottom: 20px;
    top: inherit;
    right: 10px;
    font-size: 16px
}

.number-item{    position: absolute;
    left: 10px;
    top: 25px;}

.product_list_widget>li>a {
    display: block;
    margin-bottom: 8px;
}
.widget_shopping_cart .cart-item-image {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 15px;    max-width:90px;
}
.widget_shopping_cart .cart-item-image img{max-width:100%;}
.widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0;
}
.widget_shopping_cart .cart-info {
    flex: 1 1 auto;
    padding-right: 20px;
}
.product_list_widget>li .product-title {
  margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;}

.product_list_widget>li .product-sub-title{display:block}
.widget_shopping_cart .quantity {
     display: block;
    color: #000;
    font-size: 16px;
    vertical-align: top;
    white-space: nowrap;
    font-weight: 500;
    margin-top: 10px;
}

.cart-widget-side .shopping-cart-widget-footer {
    flex: 0 0 auto;
    padding-bottom: 15px;    position: relative;
      bottom: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;    z-index: 9;
}

.cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer {
    margin-top: 0;
}

.cart-widget-side .shopping-cart-widget-footer>p {
    padding-right: 15px;
    padding-left: 15px;
}
.widget_shopping_cart .shopping-cart-widget-footer>p {
    margin-bottom: 5px;    text-align: center;
}
.shopping-cart-widget-footert .total {
    margin-top: 0;
}

.shopping-cart-widget-footer .total strong {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.shopping-cart-widget-footer .total .amount {
    font-weight: 600;
    font-size: 18px;
}
.shopping-cart-widget-footer .total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.button.checkout.wc-forward input {
    background: #333;
    padding: 14px 15px;
    display: block;
    width: 100%;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
}
.button.checkout.wc-forward input:hover {
    background: #000;
   
}
.button.checkout.wc-forward input:focus{border:0; outline:none}
.instruction a:hover{color:#000}
.instruction a{padding-bottom: 5px;
    display: inline-block;
    padding-top: 5px; color:#333}
.instruction a.active-inst i:before{    content: "\f106";}
	
.instruction .input-field textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}
.instruction .input-field textarea:focus {

    border: 1px solid #999;

    outline: none;
}

#BookingEnterBookingForm label{font-weight:600}
.cart-head-block.view-header{padding:26px;}
.orderimg.with-icon-menu{    
    display: inline-block;
    vertical-align: middle;
    margin-left:0px;
    text-align: center;margin-left: 30px;
    padding-left: 30px; display:none
}
	
	.orderimg.with-icon-menu1{   
    display: inline-block;
    vertical-align: middle;
    margin-left:0px;
    text-align: center;
    margin-top: 0px;
    }
	
a#sidebarCollapse1 {
    display: block;
    font-weight: 600;
    font-size: 16px;    color: green;
}

#edit-submit-pata-directory{background:#666;     border: 2px solid #666;}
#edit-submit-pata-directory:hover{    background: transparent;
    color: #666;}
	span.caption-text {
    font-size: 14px;
}

.with-icon-menu1 a#sidebarCollapse1{ font-size: 26px; }
a#sidebarCollapse1:hover, a#sidebarCollapse:hover{color:#005a9b}
.with-icon-menu1 a#sidebarCollapse1 span.shopping-cart-item,  .with-icon-menu1 a#sidebarCollapse1 span.shopping-cart-item1{font-size:16px;}

a#sidebarCollapse1:hover span, a#sidebarCollapse:hover span{color:#005a9b}
span.shopping-cart-item, span.shopping-cart-item1{    font-size: 12px;
    color: green;
    display: block;}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


@media(min-width:991px){

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.not-sticking {
   transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}



/* when class="float-panel fixed" */
.sticking {animation: slide-down 0.7s;
  box-shadow:0 2px 6px rgba(0,0,0,0.2); z-index:992;     border-bottom: 1px solid #fff;}
  .sticking .banner-top-header{    background: #022E64;}
  
  .contrast-bg .sticking .banner-top-header{     background: #333;}

@keyframes slide-down {
    0% {
        
        transform: translateY(-300px);
    } 
    100% {
        
        transform: translateY(0);
    } 
}









/*-------- Generic styles for the page ------------------*/

.stic.sticking .top-header{display:none;}
/*.inner-page-header.stic.sticking .head-menu{ background: #fff;}*/
.stic.sticking .top-bar-header{}

.stic.sticking .site-logo img{width:300px;}

.head-middle-section.stic.stick-me.sticking {
    width: 100%;
    border-bottom: 3px solid #21397e;padding: 2px 0;
}

.head-middle-section.stic.stick-me.sticking .backto-links{    margin-top: 8px;}
.head-middle-section.stic.stick-me.sticking .orderimg.with-icon-menu{display:inline-block}
}
@media(max-width:991px){.head-middle-section.stic.stick-me.sticking{position:relative !important}}

.paynow-txt .fl span {
    font-weight: 600; font-size: 16px;
    color: #124e89 !important;
}
.purpose-inner-item .pay-amount {
    font-size: 16px;
    color: #124e89;
}
.label_video_member{display: inline-block;
    padding: 5px 25px;
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 5px;
    font-size: 12px;
    left: 5px;
    font-weight: 600;
    border-radius: 3px;
    color: #000;
    min-width: 105px;
    text-align: center;}
span.label_video {
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 5px;font-size:12px;
    right: 5px;
    font-weight: 600;
    border-radius: 3px;
    color: #000;    min-width: 105px;
    text-align: center;
}
span.label_video.past {
    background: rgb(214 0 0 / 75%);
    color: #fff;
}
span.label_video.present {
    background: rgb(72 167 0 / 75%);
    color: #fff;
}
span.label_video.future {
    background: rgb(255 224 0 / 75%);
    color: #fff;
}

.button-below-cart {
    text-align: center;
}

.button-below-cart .item{
display:inline-block;    margin: 15px;
}
.button-below-cart .item a{
    display: block;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    background: #01619d;
    border: 2px solid #01619d;min-width:260px;font-weight:600
}
.button-below-cart .item.for-login a{ background:#19b0c7;
    border: 2px solid #19b0c7;}
.button-below-cart .item.for-login a:hover{  background: transparent;
    color: #19b0c7;}	
.button-below-cart .item a:hover{    background: transparent;
    color: #01619d;}
	
	@media(max-width:767px){
	#primary-content .container.for-mobile-container{padding:0; width:100%;}
	.only-member-dash-header.only-member-header .container.for-mobile-container ul.top-menu{text-align:center}
	.only-member-dash-header.only-member-header .container.for-mobile-container ul.top-menu > li{margin-left:0 !important; float:none !important}
	.video-section-header .backto-links{text-align:center}
	#edit-submit-pata-directory + br{display:none}
}

.top-nav .only-mobile-menu{display:none}
.top-nav .only-mobile-menu:after{content:""; display:table; clear:both}

@media(max-width:991px){
	.top-nav .only-desktop-menu{display:none}
	.top-nav .only-mobile-menu{display:block; padding-left: 0;
margin: 10px 0;}
}


@media(min-width:767px){
.gift-item-img{    height: 250px;}
.gift-item-img img {height: 100% !important;
    object-fit: cover;}
	
	}
	
	.date_fields_set .form-control{    padding: 10px 10px;
    min-height: auto;
    height: auto;
    border-radius: 0;
    font-size: 20px;   width:100%; }
	span.date_fields_set {
    width: 400px;
    display: block;
}
.item_for_cle_credit {
    padding: 5px;
}

.snapshot-credit{padding:10px 0;}
.snapshot-credit .item_snap{display:inline-block; margin-right:20px;}


.center-section{float:none; margin:0 auto;}
.center-section .account-setting table{    margin: 0 auto;
    width: 90%;}
	
	.green-btn{background:#52ad00 !important; border-color:#52ad00 !important}
	.green-btn:hover{background:transparent !important; border-color:#52ad00 !important; color:#52ad00 !important}
	

a.backbtn.add-item-btn.refresh-icon-btn.addclebtn {
    padding: 5px 5px;
    display: inline-block;
    white-space: nowrap;
    background: #01619d;
    color: #fff;
}
a.backbtn.add-item-btn.refresh-icon-btn.addclebtn:hover {
    background: #19b0c7;
    color: #fff;
}	

.top-head-bar.color_blue_bar a{color:#fff !important}
.top-head-bar.color_blue_bar a:hover{color: #19b0c7 !important;}

@media(max-width:767px){
	.accordian-section {
    padding: 0 !important;
}
}


span.ext_field_1 {
    width: 100%;
    max-width: 500px;
}
span.ext_field_11{width: 100%;
    max-width: 360px;}
span.ext_field {
    width: 25%;
    margin-left: 15px;
}
.ext_field.optional .field-type-name:focus + .input-label-name .input-label-content-name, .input--filled .input-label-content-name{    top: -2.6em !important;}
.ext_field.optional.area-with-phone.has-success .input-label-name::after {
    border-bottom: 1px solid #ccc;
}

.membership_type{background: #ce1c1c;    display:inline-block !important;    color: #fff;    font-size: 18px;    padding: 5px 10px!important;margin-left: 10px;}


.field_inline{
    float: left;
}
.field_inline_btn{
    display: flex;
}
.btn_gray:hover{
    background: white!important;
    color: #525252!important;
}

.cart-status-message h2 span img {
    max-width: 28px;
}
.cart-status-message h2 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: -2px;
    text-indent: -38px;
}
.cart-status-message h2 {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0;
    padding-left: 35px !important;
}

.policy-heading{
    background:#d3d3d3;
    font-size:26px; 
    margin-bottom:25px;
    margin-top:25px; padding:10px 0;
    text-align:center;
}


.panel-heading {
    background: #f9f9f9;
    color: #0069A7;
    border-color: #0069A7!important;
    border-radius: 0 ;
}


/*.panel-title{
    color: #0069A7 !important;
    background: white;
}*/

.panel-title a {
    display: block;
    color: #0069A7!important;
    padding: 15px 10px;
    font-size: 20px;
    border: 1px solid #0069A7 ;
	position: relative;
}

.active,.panel-title a:hover{
     
     /*background-color: #0069A7!important;*/
    /* color: white!important;*/
}




.panel-body {
   /* border-top-color: #fff;*/
    background: #fff;
    padding: 15px;
    border: 1px solid #0069A7!important;
}



.dir_close, .dir_tab_close {
    text-align: right;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
}

.table-responsive-text {
    font-size: 11px;
    text-align: center;
    padding: 10px;
    display: none;
}

.wrapper1 {
    height: 17px;
    width: 100%;
    border: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 10px;
}
.wrapper2 {
    overflow-x: hidden;
}




.thead{
   
    border-color: #21397e!important;
    background-color: #21397e;
}
th{
    padding: 10px;
}

.thead1{

    border-color: #0069A7!important;
    background-color: #0069A7;
}

td{
     padding: 10px;
}
.table-responsive-text {
    font-size: 11px;
    text-align: center;
    padding: 10px;
    display: none;
}
.icon{
    float: right;
}

.icon1{

    font-size: 24px;
    color: #21397e ;
}


table.table-bordered.table-responsive {
    border: 1px solid gray;
}
td.dt-control {
    position: relative;
    padding: 0;
}
td.dt-control:before {
   
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 30px;
    color: #21397e ;
    transition: all 0.5s;
	position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    
   
}

td.dt-control.collapsed:before {
	
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    
}
.panel-heading a.collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    font-size: 30px;
    transition: all 0.5s;
    position: absolute;
    right: 10px;
    top: 10px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-heading h4{
	margin: 0px !important;
}

.post-title{
    
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #06589c!important;
}

.post-info {
    background: transparent;
    margin: 0 0 12px;
    color: #000;
    font-size: 14px;
    margin-top: 10px;
}

 .event-items-for-home {
    display: inline-block;
    width: 31%;
    vertical-align: middle;
}

.ec-directory-option, .directory-list-option {
    float: left;
    width: 100%;
    padding-left: 0 !important;
    font-size: 13px;
    list-style: none !important;
    margin: 0 !important;
}

.list li {
    color: #000;
    padding-bottom: 10px;
}

.welcome-bar {
    padding: 15px 0;
    background: #fdfdfd;
    border-bottom: 1px solid #225994;
    border-top: 1px solid #225994;
}
.welcome-bar h2 {
    display: inline-block;
    font-size: 24px !important;
    color: #225994 !important;
}
.welcome-bar .login-status {
    float: right;
    margin-top: 15px;padding:0
}

.nav.nav-pills .nav-link:hover {
    background: #ccc !important;
}
.nav.nav-pills .nav-link:hover img {
    filter: brightness(0) invert(0);
}
.nav.nav-pills .nav-link:hover .nav-text {
    color: #000;
}

.product_content audio{    
    transform: scale(1.3);
    width: 420px;
    max-width: 100%;
}

/*------- My Css Start 12/11/2021 -------*/

@media(max-width:991px){
    .logopart {max-width: 400px;width: 100%;display: block;margin: 0 auto !important;}	
    .logo-right-text {display: block !important;margin: 0 auto;text-align: center;padding: 0 !important;border: 0px !important;
        margin-left: auto !important;margin-right: auto !important;top: 0px !important;
    } 
    .menuicon {margin-top: 22px;}
    .only-member-dash-header.only-member-header ul.top-menu>li {top: 0px !important;margin-left: 0px;}
    .back-btn-page {padding: 10px !important;}
    .back-btn-page a {margin-bottom: 0px;}
    .views-exposed-form .views-exposed-widget {width: 100% !important;display: block !important;}
    .btn-ground .view-btn-item-login {padding: 10px 11px;font-size: 13px;}
    iframe {max-width: 100%;}
    .views-exposed-form .form-item .input {margin-top: 0px;}
    .view-btn-in-popup .view-btn-item {white-space: nowrap;}
    .reset-psw-db {display: inline-block;text-align: center;float: none !important;width: 100%;}
    .cpmt_Paytabbox .input-group {margin-top: 10px;}
    #copyrights ul li {display: block;line-height: 25px;border-right: 0px;}
    .login_page .col2 .footer_sec ul li {display: block;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) { 
    .logo-right-text h2 {font-size: 26px !important;}
    .only-member-dash-header.only-member-header .top-nav ul.top-menu>.menu-bar {top: 27px !important;}
    .btn-ground .view-btn-item-login {padding: 10px 11px;font-size: 13px;}
    .welcome-bar h2 {font-size: 22px !important;}
}

.switch_buttons {
    display: inline-block;
}
.switch_buttons {
    margin-top: 10px;
    margin-bottom: 40px;
}
.switch_buttons ul {
    padding-left: 0 !important;
    list-style: none !important;
}
.active_switch_btn {
    position: relative;
}
.active_switch_btn:before {
    position: absolute;
    content: '\f0dd';
    font: normal normal normal 14px/1 FontAwesome;
    bottom: -5px;
    left: 0;
    color: #333333;
    font-size: 30px;
    text-align: center;
    width: 100%;
}
.switch_buttons ul li {
    display: inline-block;
}
.active_switch_btn a {
    background:#21397e !important;
    position: relative;
}
.switch_buttons ul li a {
    font-size: 12px;
    margin-right: 5px;
    padding-right: 10px;
    display: inline-block;
    border-radius: 0;
    background: #888;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.switch_buttons ul li a .fa {
    margin-right: 5px;
    padding: 12px 10px;
    background: rgba(0,0,0,.2);
    font-size: 16px;
}
.switch_buttons ul li a .fa {
    margin-right: 5px;
    padding: 12px 10px;
    background: rgba(0,0,0,.2);
    font-size: 16px;
}


.quicklinks-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
    float: right;
}
.quicklinks-section {
    text-align: center;
}

.quicklinks-section ul {
    padding-left: 0;
    margin-top: 10px;
}

.quicklinks-section ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000;
    line-height: 1;
    margin-left: -4px;
}

.quicklinks-section ul li a {
    color: #000;
}
.quicklinks-section ul li a:hover {
    color: #0b45bb;
}
.quicklinks-section ul li:last-child {
    border: 0;
    padding-right: 0;
}


.notices-count{    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #ddd;
    padding: 1px;}
    

.close-th-calender{    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff; cursor:pointer}
    
span.button-like {
    margin-top: 15px;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    border: 2px solid #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
span.button-like:hover{background:#9f9167}
#cal-slide-content a.event-item{text-decoration:none;}

.right-img-slider .item{position:relative}
.right-img-slider .item img{float:none !important;margin: 0 auto;}
.left-img .right-img{width:100%;}

.right-img-slider > .item {display:none}
.right-img-slider > .item:first-child{display:block}

.right-img-slider .slick-dots li{    margin: -4px 2px;}
.right-img-slider .slick-dots li button{border: 2px solid #06589c;}
.right-img-slider .slick-dots li.slick-active button {
    background: #06589c;
}

.btn-group.bootstrap-select .dropdown-toggle{    max-width: 100%;}

@media(max-width:767px){
.notices-count{padding:1px 0; font-size: 9px;}
span[data-cal-date]{font-size:14px !important; margin-right:5px !important;}
body .events-list {
    bottom: 20px;
}
}

.right-img1 {position:relative; margin-bottom:15px;}
.right-img1 .img-thumbnail{float:none !important;}

.events_grid .right-img-slide {
    max-width: 200px;
    margin: 15px auto;

}


@media(min-width:767px){
    .events_grid .col-lg-3.col-md-3.col-sm-12.col-xs-12.col-md-push-9.col-lg-push-9.left-img {height: 260px;}
    .events_grid .col-lg-3.col-md-3.col-sm-12.col-xs-12.col-md-push-9.col-lg-push-9.left-img .right-img-slide img.img-thumbnail{max-height: 180px;}
}

.rteright {
    text-align: right;
}

.form-item-post-date-min label {
    display: none !important;
}
.container-inline-date .description {
    clear: both;
}

.form-item-post-date-min-date .description {
    display: none !important;
}
.form-item-post-date-max label {
    display: none !important;
}

.form-item-post-date-max-date .description {
    display: none !important;
}

#views-exposed-form-pata-directory-page .dropdown-menu .check-mark {
    display: none;
}

#views-exposed-form-pata-directory-page .dropdown-menu a {
    padding-left: 10px;
}


#views-exposed-form-pata-directory-page .views-exposed-widget .input.select{margin-top:0; margin-bottom:10px;}

@media(max-width:991px){
	.rigt_text_title {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    border-top: 1px solid #ddd;
}
.head-menu .navbar-brand img{max-width:300px !important}
#primary-content .logopart{text-align:center}
}