article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}

.navbar-nav {
    flex-direction: row;
}

.img-res{width:100%;height:auto;vertical-align:middle;}

.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-brand {
    position: absolute;
    left: 10%;
    transform: translateX(-50%);
}

.graybg{background: #000000;
background: linear-gradient(130deg,rgba(0, 0, 0, 1) 0%, rgba(51, 73, 93, 1) 100%);}

.pinkbg{padding: 40px 0; background-image: linear-gradient(to right top, #3d0124, #ed008c);}
.sbd{ color:#fff718;
    padding:3px 0;
    font-size:22px;
    font-weight:500;}

.banner {
    position: relative;
    background-image: url(../loc-17.html);
    background-size: cover;
    background-position: center;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f70058b8;
    z-index: 1;
}

.search-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bar .form-control {
    border-radius: 0;
    margin-right: 10px;
}

.search-bar-box {
    padding: 17px;
    background: white;
    width: 703px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 26px;
}

.search-bar .btn {
    border-radius: 0;
}

 .thumbmain{margin:auto 0; width:100%; float:left; padding:0px 0px; margin:0px 0px;  padding:1% 1%;
    margin: 16px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 2px solid #f70058;
	position:relative;background-color:#fff;
	}
.thumbimg{ margin:auto 0; width:15%; float:left; padding:0px 0px; margin:0px 0px;}
.thumbimg img{width:100%; vertical-align:top;object-fit: cover; height:auto;  border-radius: 5px;
    border: 1px solid #f70058;}
.thumbtext{ margin:auto 0; width:85%; float:left; padding:0 0 0 1.5%; margin:0px 0px;}
.thumtitle{ color:#000;text-decoration: none; text-align:left;
   font-size: 1.25rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 500;
    line-height: 1.2; padding:5px 0;
}
.thumtitle a{ color:#000;} .thumtitle a:hover{ color:#f70058;}
.thum-text{margin-bottom: 20px !important;  text-overflow: ellipsis;  -webkit-line-clamp:10;  display: -webkit-box;  -webkit-box-orient: vertical;  overflow: hidden; font-size: 1rem;font-weight: 400; line-height: 1.5; color: #212529; text-align: left;}
.thum-text a{ color:#B3003D;} .thum-text a:hover{ color:#f70058;}

 




.premium-icon {
    position: absolute;
    top: 3px;
    right: 51px;
    background-color: #f70058;
    color: white;
    padding: 7px 10px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 29px;
    transform: translate(50%, -50%);
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: 250px !important;
        vertical-align: middle;
        border-radius: 10px;
    }

    
    .mobileonly {
        display: none !important;
    }
}

.mobileonly {
    margin-bottom: 10px;
}

.search-bar button {
    background: #4f10b0;
    border: none;
    border-radius: 10px !important;
    width: 102px;
}

 

.btn-group {
    margin-top: 10px;
}

.btn-whatsapp {
    color: white !important;
    border-radius: 30px !important;
    background: #33495d !important;
}

.btn-whatsapp:hover {
     background: #5eb010 !important;
}

.btn-call {
    color: white !important;
    background: #B3003D !important;
    border-radius: 30px !important;
}
.btn-call:hover{
     background: #5eb010 !important;
 }

 
.city-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
    margin: 25px 0;
    position: relative;
    background-image: url(../loc-17.html);
    background-size: cover;
    background-position: center;
}

.city-section .container {
    z-index: 1;
    display: block;
    position: relative;
}

.section-heading {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4f10b0;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 1;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bolder;
}

.city-buttons {
    margin-top: 20px;
}

.city-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
    background: white;
    color: black;
    font-size: 17px;
    border-radius: 15px;
    border: none;
    font-weight: 500;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.city-buttons .btn:hover {
    background: #4f10b0;
}

a.nav-link {
    background: #4f10b0;
    color: white !important;
    font-weight: 500;
    padding: 8px 22px !important;
    border-radius: 27px;
    border: none;
}

.content-box h4 {
    color: white;
    font-size: 28px;
    text-align: center;
    font-weight: bolder;
}

.content-box {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    color: white;
}

.faq-box {
    text-align: center;
    padding:0px 20px;
    color: white;
}
 

.cd-title{ color:#000;text-decoration: none;
   font-size: 1.25rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 500;
    line-height: 1.2; padding:5px 0;
}
.cd-title a{ color:#000;} .cd-title a:hover{ color:#f70058;}


.content-box p { padding-bottom:2px!important;
    margin-bottom: 5px!important;
}
.content-box p a{color: #fff718!important;}
	  .content-box p a:hover{color: #000!important;}

h2.mainhead {
    font-size: 36px;
    font-weight: bolder;
    color: white;
}

.footer {
    background-color: #160038;
    color: white;
    padding: 20px 0;
    margin-top: 40px;
}

.footer a {
    color: #f8f9fa !important;
    margin: 0 10px;
    text-decoration: none !important;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .disclaimer {
    margin-top: 10px;
    font-size: 14px;
}

.footer .footer-links {
    text-align: center;
    margin-bottom: 10px;
}

.footer .footer-copyright {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid #4f4f4f;
    padding-top: 10px;
}

.gallery-item {
    border: 2px solid #4f10b0;
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
    width: 250px;
    overflow: hidden;
}

.badge {
    padding: 10px !important;
    background: #33600B;
    color: white;
    border-radius: 10px !important;
    margin: 2px; border:2px solid #5eb010;
}

.badge a{color: #fff!important;}
.badge a:hover{color: #f0e80a!important;}


@media only screen and (max-width: 900px) {
    .search-bar-box {
        width: auto;
        margin: 15px;
        border-radius: 10px;
    }
     .margin-quite {
        margin-bottom: 10px;
    }

    nav {
        padding: 9px 0px !important;
    }

    h2.mainhead {
        font-size: 25px;
    }

    .banner {
        height: 326px;
    }

    .search-bar .form-control {
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .search-bar button {
        width: 100%;
    }

    .premium-icon {
        font-size: 15px;
        right: 37px;
    }

 

    .section-heading {
        width: 300px;
        text-align: center;
    }

    .city-section {
        padding: 25px 0px;
    }

    .city-buttons {
        width: 50% !important;
    }

    .content-box h4 {
        font-size: 19px;
    }

    .content-box p{
        font-size: 14px !important;
        text-align: justify !important;
    }
 
    .footer .footer-links {
        display: inline-grid;
    }

     

    .gallery-item {
        margin-top: 10px;
        width: 140px;
        height: 140px;
    }

    .whatsapp-btn {
        margin-top: 10px;
    }

    .content-box .col-md-3 {
        width: 50%;
    }
    .search-section {
    background-color: #B3003D;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px solid #f70058;
    /* border-radius: 8px; */
    /* margin-bottom: 30px; */
}
    
.content-area {
  background-image: linear-gradient(to right top, #3d0124, #ed008c);
    background-color: #4a082e;
    padding: 10px !important;
}
.content-box {
    text-align: center;
    padding: 0px !important;
    border-radius: 12px;
    color: white;
}
#cities-areas {
    padding: 10px;
}
}

.full-width-btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.whatsapp-btn {
    background: green !important;
    color: white !important;
    border-radius: 11px;
}

.call-now-btn {
    background: #4f10b0 !important;
    color: white !important;
    border-radius: 11px;
}

.btn i {
    margin-right: 5px;
}

.tab-content {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-left: 20px;
}

.nav-pills .nav-link {
    border-radius: 0;
    padding: 15px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #f70058;
    transition: background-color 0.3s ease;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
    background-color: #4f10b0;
}

.city-button {
    margin: 5px;
    flex: 1 1 calc(20% - 10px); /* 5 buttons per line */
    min-width: calc(33% - 10px); /* 2 buttons per line on small screens */
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #f70058;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
}

.city-button:hover {
    background-color: #4f10b0;
    color: #fff;
}

.city-buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


#cities-areas {
    padding: 20px;
}

.content-area {
   background-image: linear-gradient(to right top, #3d0124, #ed008c);
    background-color: #4a082e;
    padding:40px;
}


.pro-area {
    background: #000;
    padding:40px;
}


.insights-section {
    background-color: #4f10b0;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}

.insight {
    /* margin: 0 10px; */
    padding: 10px;
}

.insight-title {
    font-size: 18px;
    /* margin-bottom: 5px; */
}

.insight-value {
    font-size: 24px;
    font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4f10b0 !important;
}

.header {
    background-color: #ed008c;
    /* White background for the header */
	border-top: 3px solid #f70058;
    border-bottom: 3px solid #f70058;
    padding: 15px 20px;
}

.header .navbar-brand {
    font-size: 24px;
    color: black;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.header .navbar-nav .nav-link {
    color: white !important;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
    gap: 5px;
}

.header .custom-btn-primary {
    background-color: #B3003D;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .custom-btn-secondary {
    background-color: #33600B;
    border:2px solid #5eb010;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .custom-btn-primary:hover,
.header .custom-btn-secondary:hover {
    opacity: 0.6;
}

.header .custom-btn-primary {
    animation: jiggling 1s infinite;
}

@keyframes jiggling {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .header .navbar-brand {
        font-size: 20px;
    }

    .header .navbar-nav .nav-link {
        font-size: 14px;
    }

    .header .custom-btn-primary,
    .header .custom-btn-secondary {
        font-size: 14px;
        padding: 10px;
    }
}

.search-section {background-image: linear-gradient(to right top, #3d0124, #ed008c);
    background-color: #4a082e;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #000000;
}

.search-section .welcome { color: #fff718; text-transform:uppercase;
    padding:5px 0;  font-weight: 700; font-size:25px;
    text-align: center;}

.search-section h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}
.search-section p{color: #fff!important;}
	 .search-section p a{color: #fff718!important;}
	  .search-section p a:hover{color: #000!important;}

.search-section .form-inline {
    flex-wrap: wrap;
    justify-content: center;
}

.search-section .form-group {
    margin: 10px;
    position: relative;
    width: 100%;
    max-width: 270px;
}

.search-section .select-wrapper {
    position: relative;
}

.search-section .select-wrapper i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #f70058;
}

.search-section .form-control {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    height: auto;
    font-size: 16px;
    padding-left: 40px;
    /* Add space for the icon */
}

.search-section .btn-search {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.btn-search:hover {
    background-color: white;
}

@media (max-width: 576px) {
    .search-section .form-group {
        flex: 1 1 100%;
    }
}

 
.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
   .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.sec-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.sec-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height:2px;
    left: 0;
    background: #b4026b;
}

.sec-title h4{
    color: #fff718;font-weight:600;
    font-size:30px!important;
     margin-bottom:15px;
}
.sec-title h5{
    color: #fff718;
    font-size:30px!important; font-weight:600;
     margin-bottom: 5px;
}
.sec-title p{text-align: center;  margin-bottom: 5px;
     color: white;}
 /**********************************/
/********** Effect #1 CSS *********/
/**********************************/
.effect-1 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.effect-1 .effect-img {
    font-size: 0;
}

.effect-1 .effect-img img {
    width: 100%;
    height: auto;
}

.effect-1 .effect-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: calc(100% - 60px);
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

.effect-1:hover .effect-text {
    top: 0;
}

.effect-1 .effect-text h4{
    padding:10px 0;
    color: #ffffff;
    font-size:20px;
    margin: -15px 0 0 0;
    transition: .5s;
}
.effect-1 .effect-text h4 span{
     color: #fff718;
    font-size:16px;
 }

.effect-1:hover .effect-text h4{
    margin: 0;
}

.effect-1 .effect-text p {padding:10px 0;
    color: #ffffff;
    font-size: 16px;
    margin-bottom:0px!important;
}


.effect-1 .effect-btn .btn {
    display: inline-block;
    height: 35px;
    padding: 7px 5px;
    color: #fff;
    background: #f70058;
}

.effect-1 .verified .btn{
    display: inline-block;
    height: 35px;
    padding: 7px 5px;
    color: #fff;
    background: #33600B; border:2px solid #5eb010;
}

ol { text-align:left;
  counter-reset: li; 
  list-style: none; 
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol a {
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  margin: .5em 0 .5em 2.5em;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: all .3s ease-out;
}

ol a:hover {background: #f70058;color: #fff;}       
ol a:before {color: #fff;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #f70058;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

ol a:after {
  position: absolute;
  content: "";
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  transition: all .3s ease-out;
}

ol a:hover:after {
  left: -.5em;
  border-left-color: #f70058;
}


.tgs{
    display: inline-block;
    margin: 3px 3px;
    padding:5px 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size:14px;
    color: #fff;
}
.tgs:hover{background-color: #323231; color: #fff;}
.color-1 {background-color: #AD1D00; /* Bright Red */}
.color-2 {background-color: #33FF57; color: #000; /* Bright Green */}
.color-3 {background-color: #3357FF; /* Bright Blue */}
.color-4 {background-color: #FF52B4; color: #000; /* Bright Pink */}
.color-5 {background-color: #ffcb2b; color: #000;/* Bright yellow */}
.color-6 {background-color: #dc0530; /* Bright red */}
.color-7 {background-color: #1d1362; /* Bright blue */}
.color-8 {background-color: #551470; /* Bright purple */}

 
 .wrap-table100 { padding:30px 0;
width: 100%;
   overflow: hidden;
 }
.table { border-radius: 10px;
  overflow: hidden;
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.roww {
  display: table-row;
  background: #fff;
}

.roww.header { font-size:24px!important;
font-weight:bold;
  color: #ffffff;
  background: #33495d;
}

@media screen and (max-width: 768px) {
  .roww {
    display: block;
  }

  .roww.header {
  font-size:24px!important;
font-weight:bold;
    padding: 0;
    height: 0px;
  }

  .roww.header .cell {
    display: none;
  }

  .roww .cell:before {
    font-size: 12px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
     margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.roww .cell {
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.roww.header .cell {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.roww .cell:nth-child(1) {
  width:200px;
}

.row .cell:nth-child(2) {
 width:200px;
}

.row .cell:nth-child(3) {
  width:200px;
}

.roww .cell:nth-child(4) {
 width:200px;
}
.roww .cell:nth-child(5) {
 width:200px;
}


.table, .roww {
  width: 100% !important;
}

.roww:hover {
  background-color: #ececff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .roww {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .roww .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .roww .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .roww .cell {
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .roww, .cell {
    width: 100% !important;
  }
}


.no-gutters {
  background: #fff; border-radius:5px !important;}
.contact-wrap {
  background: #fff; border-radius:5px !important;}
  
  .contact-head {
    font-size: 28px;
color: #fff718;
}

.circle{ width:100%;
    counter-reset: list-counter;
    list-style: none;
    float:left;
}
.circle li{display: inline;
    margin: 1.5em 0;    
}
.circle li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1em!important;
    height: 1em!important;
    padding:0.3px  0.5em;
    margin-right:0.5em;
    border-radius: 50%;
    border: .25em solid #ccc;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center; 
	display: inline;
 }

.square{ width:100%!important; padding:10px;
    counter-reset: list-counter;
     float:left;
}
.square li{display: inline; line-height:2em;
    margin: 1.5em 1em 1.5em 0;    
}
.square li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1em;
    height: 1em;
    padding:.1em .3em;
    margin-right:0.5em;
    border: .25em solid #ccc;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
   display: inline;
    
}

 
.frmbg {background: #fff!important;border-radius:5px; padding:15px;}
.nc { margin-top:-50px!important;}
.sm { margin-top:-30px!important;}
.mtop { padding-top:1em!important; border-top:2px solid #b4026b; margin-top:1em;}
.dbox {
  width: 100%;
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    .dbox {
      margin-bottom: 25px !important;
      padding: 0 20px; } }
  .dbox p {
    margin-bottom: 0; }
    .dbox p span {
      font-weight: 500;
      color: #f70058; }
    .dbox p a{
      color: #000; }
	  .dbox p a:hover{
      color: #f70058 ; }
  .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #33495d;
    margin: 0 auto;
    margin-bottom: 20px; }
    .dbox .icon span {
      font-size: 20px;
      color: #fff; }
  .dbox .text {
    width: 100%; }
	
	.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important; }
  .btn.btn-primary {
    background: #fff718 !important;
    border-color: #fff718 !important;
    color: #000; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #2d9bb7 !important;
      background: #2d9bb7 !important; }

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding:10px; }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }


#form-message-warning {
  color: red; }

#form-message-success {
  color: #f70058;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; }
  
  
  * {
  box-sizing: border-box;
}

/* Create three columns of equal width */
.rate-col {
  float: left;
  width: 33.3%;
  padding: 8px; margin-bottom:15px;
}

/* Style the list */
.rate {
  list-style-type: none;
  border: 1px solid #f70192;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.rate:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.rate .header {border-top: 0px solid #f70058;
  background-color: #273847;
  color: white;
  font-size: 22px;
}

/* List items */
.rate li { 
  border-bottom: 1px solid #f70192;
  padding:12px;
  text-align: center;
}

/* Grey list item */
.rate .grey {color: #fff718;
   font-size:16px;
}

.ratebt {
  background-color:#273847;
  border-radius: 10px;
  border: none;
  color: white;
  padding:6px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 14\6px;
}
.ratebt:hover {  background-color:#5eb010;   color: white;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

@media only screen and (max-width: 600px) {
  .rate-col {
    width: 100%;
  }
}
