Commit 8a5e0a43 by amal

sfhsdgfs

parent b652f97f
......@@ -111,7 +111,7 @@
}
}
}
.service-align-center{
.service-align-center {
padding-left: 0px !important;
text-align: center;
}
......@@ -152,10 +152,8 @@
// width: calc(100% - 120px);
width: 100%;
float: left;
padding-top: 0px;
padding-bottom: 0px;
h5 {
color: #2655bf;
font-size: 18px;
......@@ -548,9 +546,7 @@
height: 65px !important;
}
.login_modal_wrapper {
.login_modal_wrapper {
background: url("/assets/images/asset_login_bg.png");
background-position: center;
background-repeat: no-repeat;
......@@ -703,7 +699,7 @@
outline: none;
}
}
.log_btn_diabled{
.log_btn_diabled {
cursor: not-allowed;
background: #929292;
}
......@@ -719,7 +715,7 @@
font-weight: 500;
background-repeat: no-repeat;
background-size: 20px;
margin:3px;
margin: 3px;
&:focus {
outline: none;
}
......@@ -727,7 +723,7 @@
.wizard_quotes {
height: 40px;
width: 48%;
margin:3px;
margin: 3px;
display: inline-block;
border-radius: 25px;
color: #fff;
......@@ -766,8 +762,9 @@
}
}
}
}
.wizard_inner {
}
.wizard_inner {
width: 100%;
.add_images {
width: 100%;
......@@ -807,17 +804,17 @@
}
}
}
.service_methods{
.service_methods {
max-height: 200px;
overflow: scroll;
ul{
padding:0px;
margin:0px;
li{
ul {
padding: 0px;
margin: 0px;
li {
list-style: none;
width: 100%;
color: #060708;
border:1px dashed #929292;
border: 1px dashed #929292;
cursor: pointer;
padding: 5px;
margin-bottom: 10px;
......@@ -839,7 +836,7 @@
min-width: 100%;
margin: 0px;
padding: 0px;
border:none;
border: none;
background-image: none;
margin-bottom: 5px;
#custom_check_button {
......@@ -883,7 +880,7 @@
#custom_check_button input:checked+p {
background-color: #58b19f;
color: #fff;
border-radius:0px !important;
border-radius: 0px !important;
margin: 0px;
}
}
......@@ -891,7 +888,6 @@
}
}
}
.textarea_input {
width: 100%;
border: 1px solid #1e1e1e;
......@@ -933,8 +929,9 @@
}
}
}
}
.quote_service_wrapper {
}
.quote_service_wrapper {
width: 90%;
background: #f5f5f5;
margin: 0 auto;
......@@ -1110,7 +1107,7 @@
}
}
.book_now {
float:right;
float: right;
border: 1px solid #2655bf;
color: #2655bf;
background: transparent;
......@@ -1124,8 +1121,8 @@
outline: none;
}
}
.book_now_disabled{
float:right;
.book_now_disabled {
float: right;
border: 1px solid #808080;
color: #808080;
background: transparent;
......@@ -1144,12 +1141,11 @@
}
}
}
.offer{
.offer {
color: #a8a8a8;
text-align: justify;
font-size: 12px;
.panel-heading{
.panel-heading {
padding: 10px;
margin-bottom: 5px;
padding-left: 15px;
......@@ -1158,33 +1154,27 @@
background-image: url("/assets/images/asset_double_right.png");
background-position: right 10px top 8px;
background-repeat: no-repeat;
.panel-title{
.panel-title {
padding: 0px;
margin:0px;
a{
margin: 0px;
a {
color: #fff;
font-weight: 300;
font-size: 15px;
}
}
}
.panel-collapse{
.panel-collapse {
background-color: #f5f5f5;
.panel-body{
.panel-body {
font-size: 15px;
font-weight: 400;
.row{
padding:10px;
.row {
padding: 10px;
border-bottom: 1px solid #fff;
}
}
}
}
}
.scheduletiming_listing {
......@@ -1202,89 +1192,47 @@
display: inline-block;
position: relative;
#custom_check_button {
border-radius: 0px !important;
overflow: auto;
position: relative;
outline: none;
color: #908d8d;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
#custom_check_button p {
margin: 0px;
position: absolute;
color: #908d8d;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
padding: 5px;
cursor: pointer;
}
#custom_check_button label {
width: 100%;
}
#custom_check_button label span {
text-align: center;
display: block;
}
#custom_check_button label input {
position: absolute;
top: -20px;
}
#custom_check_button input:checked+p {
background-color: #ef5958;
color: #fff;
border-radius: 0px !important;
margin: 0px;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
li {
width: 100%;
......@@ -1350,8 +1298,8 @@
height: 600px;
margin-top: 10px;
}
}
}
agm-map {
agm-map {
height: 100%;
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -481,3 +481,11 @@ section.module.parallax {
.invisible {
opacity: 0 !important;
}
.no_datafound {
width: 100%;
text-align: center;
p {
color: #37547e;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment