body{
	font-family: 'arial', sans-serif;color: #000;font-weight: 400;font-size: 17px; line-height: 21px;background-color: #ccc;}
a {
    color: #909090;
    text-decoration: none;
}
a:hover{ color: #909090;
    color: darkgray;
    text-decoration: underline !important;}

a:focus, a:hover, input:focus{
	text-decoration: none;outline:none;
} 


/* focus/disabled styles, you can change this for accessibility */
button:focus, button:disabled {
  outline: none; 
}

/* position of the spinner when it appears, you might have to change these values */
.spin .spinner {
    left: 45%;
    top: 0;       
    position: absolute;  
    bottom: 30px;
}
.SOD-number {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.SOD-number li {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}
.no-gutter{
    margin:0px;
    padding:0px;
}
.SOD-number li:first-child {
    font-size: 24px;
}
/*.pnumber{*/
/*   color: #e70000;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    margin: 0px 24px 0 0px; */
/*    position: absolute;*/
/*    right: 0px;*/
/*    bottom: 10px;*/
/*}*/

.pnumber{
   color: #e70000;
    display: flex;
    justify-content: flex-end;
    margin: 0px 24px 0 0px; 
}


/* spinner animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

/* The actual spinner element is a pseudo-element */
.spin .spinner::before {
  content: "";
  width: 2em; /* Size of the spinner */
  height: 2em; /* Change as desired */
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: solid 0.35em #b89191;
  border-bottom-color: #000;
  animation: .8s linear infinite spinner; /* speed of spinner */
  transform: translate(-50%, -50%);
  will-change: transform;
}


img {
    max-width: 100%;
}
ul{padding: 0; margin: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{}
main {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    display: grid;
    padding: 10px;
    box-shadow: 0 24px 76px 0 rgba(96,93,255,.3);
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: bottom;
}

ul {
    padding: 0 0 0 30px;
    margin: 0;
}
.front-banner {
    margin: 10px 0 0;
	    position: relative;
	    border-radius: 5px;
    overflow: hidden;
}
.front-banner img {
    width: 100%;
   /* background-repeat: no-repeat;
    background-size: 100%;
    background-position: .5px;*/

}

.front-banner h2 {
    position: absolute;
    font-size: 35px;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;     
    height: 100%;
	color: #ffffff;
   font-weight: bold;
    padding: 0 10px;
} 
.indexEmail {
    display: flex;
    flex-direction: column;
}
.col-md-4.mx-auto {
    margin: unset !important;
    padding: 17px 0px 0px 0px;
}
.siteNav {
        /*background: #000;*/
        background-color:#272526;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}
.siteNav .navbar-collapse {
    width: 100%;
    justify-content: center;
}
.siteNav ul li:last-child a{border-right: 0;}
.siteNav ul li a{color: #fff;
    font-size: 19px;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    margin: 10px 0;

    text-align: center;
    padding: 0 30px;
  

}
.paymentOrder .Other-payment {
    background: #fff;
    width: 100%;
    max-width: 100%;
    flex: none;
    
}
.paymentOrder .nav-item.active{background-color:#ffffff;}
form.cc-form {
    padding-top: 20px;
}
.siteNav ul li a:hover{text-decoration: none !important;color: #066A9F;}
.content-sec{background-color: #E1E3E4;padding: 25px 35px; margin-top: 0;}
.content-sec .progress-bar, .content-sec .progress {border-radius: 100px;}
.content-sec .progress {
    height: 10px; margin: 18px 0;}
.content-sec .progress-bar{ background-color: #2BBC6C;}


.pageTitle {
    /*font-size: 32px;*/
    font-size: 26px;
    line-height: 33px;
    color: #262626;
    margin-top: 0;
    font-weight: 600;
    position: relative;}

    .quest{
        font-size: 20px;
        line-height: 19px;
        color: #000000;
        font-weight: bold;
    }
.howToFind{
    font-size: 12px;
}
 .paymentOrder .Credit-payment {
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    flex: none;
}
.Credit-payment .cvvcodeimg {
    position: absolute;
    flex: none;
    max-width: none;
}

.qstn-box {
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;  
    padding: 20px;
    width: 100%;
    max-width: 895px;
    margin: 35px auto 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.pageTitle:after{content: '';
    position: absolute;
    border-bottom: 1px solid #B70000;
    width: 50%;
    left: 0;
    bottom: -12px;
    right: 0;
    margin: 0 auto;
}
.siteNav ul li:after{ 
    content: '';
    color: #fff;
    font-size: 19px;
    font-family: "Times New Roman", Times, serif;
    border-right: 1px solid white;
    text-align: center;
    position: absolute;
    top: 14px;
    bottom: 14px;
    
}
.siteNav ul li:last-child:after {
       border-right: 0;
}
 

.full-underline {
     
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
/*.canthk .content p {
    padding: 17px;
}*/

.qstn-box h3{font-size: 32px;
    font-weight: 600;}
.qstn-box button{
    font-style: normal; 
    font-weight: 700;
    background: #066A9F;
    border: 0;
    color: #fff;
    width: 167px; 
    height: 68px;
    border-radius: 10px;
    margin: 18px 15px;
	font-size: 22px;
}

ul.packages li {
    line-height: 30px;
}
ul.redsButton {
    list-style: none;
   margin: 0px 0px 30px 0px;
    padding: 0;
}
.canthk ul {
    margin-bottom: 20px;
}
.canthk ul li {
    line-height: 30px;
}
.canthk h1 {
    font-size: 1.8rem;
}
.canthk h2 {
    font-size: 1.6rem;
}
.paymentOrder #submit {
    margin-bottom: 17px;
}
#reserveNow ul li {
    line-height: 35px;
}

.servicTthankYou h2 {
    font-size: 25px;
    color: #2BBC6C;
    line-height: 45px;
    font-style: normal;
    font-weight: 700;
}


a.btn.book.reserve-now{
    font-style: normal; 
    font-weight: 700;
    background: #066A9F;
    border: 0;
    color: #fff;
    width: 167px; 
    height: 68px;
    border-radius: 10px;
    margin: 18px 15px;
    font-size: 24px; }


.qstn-box2  button{
    font-size: 22px;
    width: 242px; 
}
button.btnSml{height: 51px;font-size: 20px;text-transform: uppercase;}

.book-form label {
    margin-top: 20px;
    margin-bottom: 5px;
}
.form-check-inline {
    align-items: baseline;
}



.qstn-box button:hover{ opacity:0.7;

}
 
.index-hr {
    border-color: #CCCFD7;
    margin: 40px 0;} 

.paragraph{
    margin-top: 5px;
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #262626; 
    justify-content: center;
    font-family: Helvetica, Arial, sans-serif;
    /*font-weight: bold;*/ 
   /* border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px; */
   
} 

footer {
    font-size: 15px;
    text-align: center;
    color: #909090;
    padding: 12px 0 0;
}
span.copyRight {
    color: #3e3c3c;
    font-size: 16px;
}
.homeHeading {
    font-size: 18px;
    margin: 20px;
}




.book{
    background: #066A9F;
    border-radius: 8px; 
    width: 100%; 
    height: 62px; 
    left: 576px;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
}
.book:hover {
    background-color:#91e098 !important;;
    transition: 0.7s;
}
.book-form{
    background: #D5D6D9; 
    border-radius: 10px;
    padding-bottom: 12px;
    /*display: flex;*/
    /*align-items: center;*/
}

.qualify_button{
    margin-left: auto!important;
    display: flex;
    justify-content: center;
    top: 20px;
    margin-top: 100px;
}




.reserve{
    background: #066A9F;
    width: 184px ; 
    color:#fff; 
    padding: 15px 0px 15px 0px; 
   
}
.reserve:hover {
    background-color:#91e098 !important;;
    transition: 0.7s;
    text-decoration: none !important;
    color:#fff;
}

.img-round{
    border-radius: 20px;
}

.header-right-img{
     margin-top: 30px;
}

 
@media (max-width: 767px){
main{
    padding: 5px;
}
.SOD-number li {
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
}
.top-head .col-sm-12 {
    padding-bottom: 7px;
}

.logo_img{
    object-fit: scale-down;
    height: 40px !important;
}

.tel_num{
    font-size: 12px;
    bottom: 0px !important;
}

.qualify_button{
    margin-top: 15px;
}

/*.pnumber {*/
/*    color: #e70000;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    margin: -3px;*/
/*    font-size: 11px;*/
/*    right: 15px;*/
/*}*/

.pnumber {
    color: #e70000;
    display: flex;
    justify-content: flex-end;
    margin: -3px;
    font-size: 11px;
}


.SOD-number li:first-child {
    font-size: 15px;
}
.content-sec .progress{
    margin: 20px 0;
}
.content-sec{
        padding: 20px 14px;
        font-size: 15px;
}
.col-sm-6.order-sm-1 {
    padding-top: 20px;
}
strong#headForm {
    font-size: 13px;
}
.top-head .header-right-img {
    margin-top: unset;
}
.homeHeading {
    font-size: 12px;
    margin: 20px;
}
.front-banner img {
    height: 190px;
}
.top-head .col-sm-6 {
     padding: 0px 16px;
    width: 50%;
}
.canthk ul li {
    line-height: 25px;
}
.step.email h3 {
    font-size: 1rem;
}
.step.email h4 {
    font-size: 1rem;
}
.front-banner {
    margin: 4px 0 0;
     
}
.canthk h2 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
}

.canthk .desktop {
    display: none;
}
.top-head .col-sm-6:last-child{border-bottom: 0;}
.front-banner h2 { font-size: 20px;}

.pageTitle, .qstn-box h3 {
    font-size: 20px;}
#reserveNow h3 {
    font-size: 18px;
}
#reserveNow h4 {
    font-size: 15px;
}

.qstn-box button {
    height: 52px;
    margin: 8px 15px;
    font-size: 20px;}
hr {margin: 20px 0;}
button.navbar-toggler.collapsed {
    color: #fff;
    border-color: #fff;
    margin: 0 auto;
    display: flex;
    /* margin: 10px 0; */
    justify-content: center;
    align-items: center;}
.siteNav {
    text-align: center;
        left: 7px;
    right: 7px;
    }
.siteNav .navbar-toggler {
    background: #fff;}
ul.top-nav.navbar-nav {
     }
.siteNav ul li a {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    line-height: 13px;
    border-right: 0;
    padding: 10px 10px;
    width: 100%;
     
}

.siteNav ul li:last-child a{border-bottom: 0;}

 



}

.image-holder {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.image-holder .tel-link {
	bottom: 0;
    color: black;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    overflow: hidden;
    position: absolute;
    right: 1.2%;
    /* width: 14%; */
    z-index: 5;
}

.image-holder .tel-link {
		font-size: 10px ;
		height:14px ;
}

@media (min-width: 1024px) {
	.image-holder .tel-link {
	font-size: 14px;
	height:20px;
}
}
@media (max-width: 480px) {
  .tel-link{font-size: 7px !important; padding-top: 1px}
}


.tel-box {
    float: right;
    padding-top: 27px
}

@media screen and (max-width: 992px) {
    .tel-box {
        padding-top:27px
    }
}

@media screen and (max-width: 600px) {
    .tel-box {
        padding-top:14px
    }
}

.tel-box span {
    display: inline-block;
    color: #2f2f2f;
    font-size: 15px
}

@media screen and (max-width: 600px) {
    .tel-box span {
        font-size:16px
    }
}

@media screen and (max-width: 481px) {
    .tel-box span {
        display:none
    }
}

.tel-box a {
    display: inline-block;
    font-size: 20px;
    color: #92181c;
    font-weight: 600
}

@media screen and (max-width: 992px) {
    .tel-box a {
        font-size:18px
    }
    .image-holder img{
        width: 250px;
    }
}

@media screen and (max-width: 600px) {
    .tel-box a {
        font-size:16px
    }
}

@media screen and (max-width: 481px) {
    .tel-box a {
        font-size:15px
    }
    .image-holder img{
        width: 250px;
    }
}

.tel-box a:hover {
    color: #222
}

.top-line{
	text-align: center;
	background-color: rgb(0, 128, 0);
	padding: 6px 5px 8px;
}
.top-line strong{
	color: #fff;
}