/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&amp;display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
body { font-family: 'Roboto', sans-serif;
    font-size:14px;
    color: #545454;
    line-height: 1.3; }
    header {}
    h1 { font-size: 30px; } 
.bg-blue { background:#fff;}
.bg-red { background: #E3132C; }
.social-links { padding-top:5px; padding-bottom: 5px; }
.social-links a { color: #fff; }
.social-links a:hover { text-decoration: none; }
.form-cst { padding: 15px 15px 30px;
    border-radius: 15px; margin-top: 40px; border-color: #692b9d; }
.search-inputs { padding: 10px 15px; width: 100%; margin-top: 5px; border-radius: 3px; border: 0px; background: #525664; color: #fff; }
.search-inputs::placeholder { color: #fff; }
.search { width: 100%; margin-top: 5px; padding: 10px 15px; border: 0px; border-radius: 3px; background: #0073e6; color: #fff; font-weight: bold;  }
.search:hover {
  background-color:	#add8e6;
  opacity:1;
 transition:2s;
}
.places-box {  transition: all ease-out .2s; padding: 5px;
    border: 1px solid #efefef;}
.places-box:hover { box-shadow: 0px 2px 20px #00000052; transition: all ease-in .2s; }
.i-pad { padding: 10px; }
.place-name {margin-bottom: 0px;
    font-size: 18px;
    color: #252525;}
.detail-btn {border: 1px solid #efefef;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #5a5a5a!important;
    transition: all ease-out .3s; float: left;
}
.form-cst label { color: #000; margin-bottom: 0px; margin-top: 20px; font-size: 12px; }
.banner { background: url('../images/sprit3.jpg') no-repeat center top; padding-top: 50px; padding-bottom: 50px; background-size: cover; }
.call-now-banner { display: inline-block!important;
    text-align: center;
    color: #11172b;
    font-size: xxx-large;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    font-weight: 900; }
.call-now-banner:hover { color: #11172b; text-decoration: none; }    
.banner h4 { color: #fff; text-align: center;  font-size: 40px;
 }
.detail-btn:hover { transition: all ease-in .3s; background: #efefef; text-decoration: none;}
.calendar { background: url('../images/calendar.png') no-repeat right center #525664;
    background-position-x: 95%; }
.book-btn {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #000!important;
    transition: all ease-out .3s;
    background: #e51937; float: right;  }
    .book-btn:hover { transition: all ease-in .3s; background: #e51937; text-decoration: none;}

h2 { color: #444;
    font-size: 25px;
    margin-bottom: 24px;
    padding-bottom: 5px;
    border-left: 2px solid #e51937;
    padding-left: 15px;}

.bg-banner { background: #225c27; } 
.square { background: url('../images/square.png') no-repeat center bottom; padding-bottom:15px; }
.call-now {background: #9B1631;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff; transition: all ease-in .3s; display: inline-block;
    margin-top: 25px;}
.call-now:hover { color: #fff; text-decoration: none; transition: all ease-in .3s; }
.price {color: #e51937;
    font-size: 20px;
    font-weight: bold; display: block; margin-top: 10px;}
.info{background: #2196F3;
    color: #fff!important;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 10px;} 
    .best-offers { box-shadow: 0px 0px 5px #eaeaea;
    padding: 10px; }
footer { background: #212529; }
footer ul  { padding-left: 0px; }
footer ul li { list-style: none; margin-top: 10px; } 
footer ul li a { color: #fff; }
footer ul li a:hover { color: #e51937; text-decoration: none; }
.social a { color: #fff; }
footer ul li b { color: #e51937; }
.social input { border: 0px; padding: 10px 20px; border-radius: 3px; background: #525664; color: #fff;}
.social input::placeholder { color: #fff; }
.social button { border: 0px;
    padding: 10px 20px;
    border-radius: 3px;
    background: #e51937;
    color: #fff;
    font-weight: 600;}

 .about-banner { background: url('../images/sprit3.jpg') no-repeat center bottom; background-size: cover; padding-top:1px; padding-bottom: 39px;   }
 .about { color: #fff; }
 .contact { padding-left: 0px; }
.contact li { list-style: none; padding-bottom: 10px; }
.contact li a{ color: #545454; }
.contact li a:hover{  color: #545454; text-decoration: none; }

.name {
   width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #efefef;
    padding: 10px;
}
.textarea {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 10px;
}
.submit {
    padding: 10px 20px;
    border: 1px solid #D32F2F;
    background: #D32F2F;
    color: #fff;
    transition: all ease-out .2s;
}
.inner-banner { background: url('../images/sprit3.jpg') no-repeat center bottom; background-size: cover; padding-top:80px; padding-bottom: 80px;   }
.border-cst {        border: 1px solid #e8e8e8;
    padding: 10px; }
 .blog-date {font-size: 12px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #9b1631;} 
.read-more { background: #F44336;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 3px; } 

.read-more:hover { color: #fff; }
.price-places {position: absolute;
    font-size: 17px;
    color: #fff;
    background: #F44336;
    padding: 5px;
    top: 0;
    left: 15px;} 

.blog-in-img { max-height: 330px; }

/* The container */
.radio {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #e51937;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
        top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #11172b;
}
.mob-call-box { display: none; }  
.border-top-cst { border-top: 1px solid #414555; }
.go { display: block;
    margin-top: 20px; }

.cst-h {
    height: calc(100vh - 50px);
}.cst-h-2 {
    height: calc(100vh - 106px);
}.cst-close {
    background-color: var(--danger)!important;
    opacity: 1;
    color: #fff;
    padding: 5px 10px!important;
}




@media screen and (max-width:767px) {
     body { padding-bottom: 0px; }
    .mob-call-box { width: 100%; position: fixed; z-index: 9999; display: block; bottom: 0; right: 0; left: 0; background: #1b5c20; padding: 20px 15px; }
    .box-1 { width: 65%;
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin-top: 9px;} 
    .box-2 {width: 35%;
    float: left;
    color: #fff;
    background: #e51937;
    text-align: center;
    padding: 13px;
    border-radius: 3px; }   
    }

@media (min-width: 576px){
.modal-dialog {
max-width: 700px !important;
    
}
}


@media (max-width: 576px){
.modal-dialog {
margin-top: 10rem;
}
}
.call-now-button{
        /*border: 1px solid yellow;*/
    font-size: 20px;
    background: #ff0976;
    color: #fff;
    font-weight: 600;
    padding: 12px 20px 12px 20px;
    text-decoration:none;
    transition:border-radius 0.6s linear;
        box-shadow: 0px 0px 5px 1px #adadad;
}
.call-now-button:hover{
     background: #db0061;
    color: #fff;
     text-decoration:none;
     border-radius:10px;
}
.call-bt{
   display: none
}
@media only screen and (min-width:768px) {
   .call-buton{
       display:none;
   }
}