
$main-color: #16213E;
$dodger-blue: #1FA2FF;
$paragraph-color: #6E6E6E;
$color-white: #ffffff;



.checks{color:#16213E !important;}
.inner-banner .inner-title{padding-top: 75px; padding-bottom: 20px;}
.serviceimages{border-radius:15px;}

 

.coll {
  background-color: #16213E;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top:5px;
}


.collapsible {
  background-color: #16213E;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top:5px;
}
 
.content {
  padding: 5px 10px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}


@media all and (min-width: 480px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
	
	.appo{background-color:#16213E; border-radius:10px; color:white !important; }
	
	
.firstcon {height:900px;}
	 
	
}

@media all and (max-width: 479px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
	
	
	 
}





.topheader{text-decoration:none; color:white;}

.topheader:hover{color:white;}


.inner-banner .inner-title h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
}

.contact-widget-right h2 {
    font-size: 30px;
    margin-bottom: 15px;
}


figure {
    margin: 0 0 0rem;
}


.section-title h2 {
        text-transform: capitalize;
        padding-bottom: 10px;
        font-weight: 500;
        color: #1FA2FF;
        line-height: 0;
        font-size: 16px;
    }
    
.section-title h3 {
        font-size: 35px;
        font-weight: 600;
        margin-top: 0;
        line-height: 1.2;
        color: #16213E;
    }

 
 
 
 
 
.sign i{
    display:none;
}

.sign{
    position: relative;
    padding-left: 35px;
}

.sign:before{
    content: '';
    background-image: url(../img/add.png);
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 14px;
    left: 10px;
    top: 10px;
}

.sign.active:before{
    content: '';
    background-image: url(../img/minimize-sign.png);
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 14px;
    left: 10px;
    top: 10px;
}

.service-categories button{
    cursor: default !important;
}