* {
    font-family: Poppins;
}

#search-error, #search-error1, .search-error{
	color:red;
}

a{
	text-decoration:none;
}


/* Buttons */
.btn-login{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
	border: 2px solid transparent;
}

.btn-login:hover{
    border: 2px solid #fff;
	color: #FFFFFF;	
}

.top-rated-item .btn-contact{
    background: #3b68c7;
    border-radius: 12px;
    padding: 19px 31px;
    outline: none;
    border: 1px solid #3b68c7;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
	display: flex;
    align-items: center;
    justify-content: center;
}

.top-rated-item .btn-contact:hover{
	opacity:0.5;
	color: #FFFFFF;
}

.btn-search-input{
	float:right;
	position: relative;
	top: -63px;
	left: -23px;
}

.btn-search{
	background: #3b68c7;
    border-radius: 12px;
	max-width:183px;
	width:100%;
	height:56px;
	border:1px solid #3b68c7;
	outline:none;
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.btn-search:hover{
	opacity:0.5;
}

/* Pagintation */

#pagination p{
	margin:0;
}

#pagination a{
	width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagination .active-page{
	background: #3A80E9;
    border-radius: 6px;
	font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;

    color: #FFFFFF;
}

#pagination a{
	font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;

    color: #303030;
}

/* Mobile View */
@media (max-width: 768px){
    .btn-search-input{
	    float:right!important;
		position: unset!important;
		top: unset!important;
		left: unset!important;
		margin-top: 15px!important;
        max-width: 100%!important;
    }
	
	.search-plumber-form{	
        padding: 1rem!important;
    }
	
	.navbar{
		background: #3a80e9;
	}
	
	.home_page .hero-section h5{
		margin-top:45px!important;;
	}
	
    .home_page .hero-section h1 {
        font-size: 35px!important;
        line-height: 137.5%!important;
    }
	
	.top-rated-item:last-child{
		margin-top:35px;
	}
}

/* Tablet View View */
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
	
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-around!important;
    }
	
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        background: #3b68c7;
    }
}

/* Desktop View */
.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.nav-item> a{
	font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
}

.nav-link{
    border: 2px solid transparent;
	color: #FFFFFF;	
	border-radius: 0.25rem;
}

.nav-link:hover{
    border: 2px solid #fff;
	color: #FFFFFF;	
}

.hero-section{
	background: url(/assets/website/icons/home_page/hero_image.png), #3b68c7;
    background-repeat: no-repeat;  
	background-position: center;
}

.hero-section h5{
	font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 137.5%;
	text-align: center;
    color: #FFFFFF;
	margin-top:94px;
}

.hero-section h1{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 69px;
    line-height: 137.5%;
    text-align: center;
    color: #FFFFFF;
}

.top-rated-item .section-title{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
}

.top-rated-item .section-summary{
	font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #010101;
}

.top-rated-item .contact-plumber-box .company-name{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

    color: #000000;
}

.top-rated-item .contact-plumber-box .city-name{
	font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #A1AEBE;
}

.section-name{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D0D8E2;
}

.top-rated-item .contact-plumber-box{
	background: #F4F8FD;
    border-radius: 24px;
	width:100%;
	max-height: 443px;
    overflow: auto;
}

.top-rated-item .contact-plumber-box>ul{
    list-style-type: none;
    padding-inline-start: 0px;
}

.top-rated-item .contact-plumber-box>ul>li{
    background: #FFFFFF;
    border-radius: 24px;
}

.top-rated-item .contact-plumber-box>ul>li{
    background: #FFFFFF;
    border-radius: 24px;
}

.top-rated-item .contact-plumber-box>ul>li>div>p{
    margin-block-start: 0;
    margin-block-end: 0;
}

.usefull-listing-items{
	background: url(/assets/website/icons/usefull_listing.png), #F4F8FD;
    background-repeat: no-repeat;
    background-position: center; 
}

.usefull-listing-items .section-title{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
}

.usefull-listing-items a{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 28px;

    color: #3A80E9;
}

.careers .section-title{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
}

.careers .section-summary{
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
/* identical to box height */


color: #000000;
}

/* Modals */
#login-modal input{
    background: #F4F8FD;
    border-radius: 12px;
	height: 60px;
}

#login-modal label{
	font-weight:bold;
}

#login-modal .btn-login-submit, .btn-signup-submit, .btn-reset-submit, .btn-reset-password-submit{
	background: #3b68c7;
	width:100%;
	color:#fff;
	height:65px;
}

#login-modal .modal-header {
   
    border-bottom: unset;

}

#login-modal label{
	font-weight:bold;
}

#login-modal .section-title{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #D0D8E2;
}

#login-modal .btn-login-submit, .btn-signup-submit, .btn-reset-submit, .btn-reset-password-submit{
	background: #3b68c7;
	width:100%;
	color:#fff;
}

#login-modal .btn-login-submit:hover, .btn-signup-submit:hover, .btn-reset-submit:hover, .btn-reset-password-submit:hover{
	opacity:0.5;
	color:#fff;
}

#login-modal .modal-header {
   
    border-bottom: unset;
}

.contact-us .contact-box{
	background: #FFFFFF;
    border-radius: 20px;
}

.contact-us .contact-box label{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;

    color: #000000;
}

.contact-us .contact-box input{
	height:55px;
}

.contact-us .contact-box .contact-cancel-btn{
	background: #FFFFFF;
    border: 1px solid #E8ECF1;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3A80E9;
    width: 100%;
    height: 56px;
}

.contact-us .contact-box .contact-submit-btn{
    background: #3b68c7;
    border-radius: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    height: 56px;
    outline: none;
    border: 1px transparent;
}
.contact-us .contact-box .contact-cancel-btn:hover{
	border: 1px solid #3A80E9;
}

.contact-us .contact-box .contact-submit-btn:hover{
	opacity:0.5;
}

/* Review and delete */


.call_plumber_section{
	max-width:1270px;
	/*margin-top: 92px;*/
    /*margin-bottom: 158px;*/
	text-align:center;
}



.call_plumber_section>div>h1{
   font-family: Poppins;
   font-style: normal;
   font-weight: 600;
   font-size: 55px;
   line-height: 137.5%;
   text-align: center;
   color: #FFFFFF;
}

.search-plumber-form{
	margin: 0 auto;
    max-width: 684px;
    background: #FFFFFF;
    padding: 3rem;
	border-radius: 27px;
}

.search-plumber-form>h4{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #000000;
}

input, textarea{
	width:100%;
	
    background: #F4F8FD;
    border-radius: 12px;
	height:72px;
	border: 1px solid #F4F8FD;
	outline:none;
	padding:0 15px;
}

input:focus, textarea:focus{
	border: 1px solid #3a80e9;
}

.section_2{
	background: #F4F8FD;
}

.section_2_section{
	max-width:1270px;
	margin-top: 73px;
    margin-bottom: 73px;
}

.section-item>h5{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.section-item>p{
	font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;

    color: #000000;
}

.section-item>img{
	height: 79px;
}



.footer-items{
	background: #3b68c7;
}

.faq{
	background: url(/assets/website/icons/usefull_listing.png), #F4F8FD;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.city-name{
	font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 28px;
    color: #3A80E9;
}