* {

    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
body {

    width: 100vw;
    height: 100vh;
    max-width: 100%;
}
#page {

    width: 100%;
    height: auto;
}

/* Header Section */
#top-logo a img{

    width: 150px; 
    height: 60px;
}
#top_contact {

    float: right;
    margin-top: 20px; 
}
#top_contact p {

    font-size: 13px;
    width: 25em;
    margin-right: auto;
    margin-left: auto;
}
#top_contact p span {

    color: #EACC4E;
}
#span {

    font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 374px) {

    #top-logo {

        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    #top_contact {

        width: 280px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    #span{

        font-size: 12px;
    }

    #top_contact p {

        font-size: 9px;
    }
}
@media only screen and (min-width: 375px) and (max-width:767px) {

    #top-logo {

        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    #top_contact {

        width: 380px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
@media only screen and (min-width:768px) and (max-width: 852px) {

    #span{

        font-size: 13.5px;
    }

    #top_contact p {

        font-size: 12px;
    }
    
}
/* Banner Section */
#top_banner {

    height: auto;
    background-image: url(img/first-banner.png);
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
#top_banner_content {

    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding-top: 160px;
    line-height: 2em;
}
#top_banner_content center p{

    font-size: 25px;
    font-weight: bold;
    color: #EACC4E;
}
#top_banner_content hr{

    background-color: #FFF;
    width: 30%;
   height: 2px;
}
#top_banner_content a {

    display: block;
    width: 250px;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: black;
    color: #EACC4E;
    border: none;
    border-radius: 10px;
    padding: 8px 2px;
    font-size: 16px;
}
#top_banner_content a img {

    height: 16px;
    width: 26px;
    margin-bottom: 3px;
}
#top_banner_content a:hover {

    cursor: pointer;
    text-decoration: none;
}
@media only screen and (min-width: 200px) and (max-width: 767px){

    #top_banner_content center p{

        font-size: 18px;
    }
    #top_banner_content {

        font-size: 11px;
        padding-top: 40px;
    }
    #top_banner_content button {

        padding: 5px 10px;
        font-size: 10px;
        margin-bottom: 30px;
    }
    #top_banner_content button img {
    
        height: 12px;
        width: 20px;
    }
}

/* Search Service Location Section */
#search_service .row {

    background-color: #EACC4E;
    padding-top: 25px;
    padding-bottom: 10px;
}
#search_service_heading {

    text-align: right;
    margin-top: 7px;
}
#search_service button {

    background-color: black;
    color: #EACC4E;
    padding: 9px 16px;
    border-radius: 10px;
    border: none;
    margin-top: -3px;
}
#checkbox {

    font-size: 12px;
}
.form-control {

    font-size: 10px;
}
@media only screen and (max-width: 767px) {

    #search_service_heading {

        text-align: center;
        margin-bottom: 10px;
    }
    #checkbox {

        padding-left: 50px;
        padding-right: 10px;
    }
    #search_service .form-control {

        width: 70%;
        margin-left: auto;
        margin-bottom: 20px;
        margin-right: auto;
        border: none;
        border-radius: 10px;
    }
    #search_service button {

        width: 60%;
        display: block;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: auto;
    }
}

/* In The US Section */
.in_the_US {

    background-color: #FFF;
    height: 300px;
}
.in_the_US_contents {

    text-align: center;
    font-size: 16px;
    font-weight: 600px;
    line-height: 2em;
}
@media only screen and (max-width: 500px) {

    .in_the_US_contents {

        font-size: 14px;
    }
}

/* Perfect Solution  Section */

#perfect_solution {

    background-image: url(img/working.png);
    background-size: 100% 100%;
}
#perfect_solution_img2 {

    font-size: 16px;
    color: #FFF;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 2em;
    margin-left: -20px;
}
@media only screen and (min-width: 768px) {

    #perfect_solution_img2 {

        margin-left: -15%;
    }
}
@media only screen and (max-width: 767px) {

    #perfect_solution {

        background-image: url(img/mobile-view.png);
        background-position: center center;
        background-size: cover;
    }

    #perfect_solution_spacer{
        margin-top: 340px;
    }

    #perfect_solution_img2 {

        margin-left: 0px;
    }
}
/* Amir Text  Section */
#amir_text .row {

    padding-top: 80px;
    padding-bottom: 40px;
}
#amir_text img {

    height: 85%; 
    width: 70%;
    float: right;
}
#amir_text p{

    text-align: left;
    font-size: 18px;
    line-height: 2em;   
}
#amir_text h2{

    color: #EACC4E;
}
@media only screen and (max-width: 767px) {

    #amir_text img {

        height: 87%; 
        width: 80%;
        float: none;
    }
    #amir_text p{

        text-align: center;
        font-size: 15px;    
    }
    #amir_text h2 {

        margin-right: auto;
        margin-left: auto; 
        width: 8em;
    }
    
}
@media only screen and  (min-width:768px) and (max-width: 991px) {

    #amir_text img {

        width: 100%;
        height: 50%;
        float: right;
    }
}
@media only screen and  (min-width:992px) and (max-width: 1199px) {

    #amir_text img {

        width: 80%;
        height: 60%;
        float: right;
    }
}

/* Same Day Repair Service  Section */
#same_day {

    background-image: url(img/Sattak-Banner.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#same_day .row {

    padding-top: 60px;
    padding-bottom: 60px;
}
#same_day_hr {

    background-color: white;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    height: 2px;
    margin-bottom: 55px;
}
#same_day p {

    text-align: center;
    line-height: 2em;
}
.same_day_lower_content {
    color: white;
    line-height: 2em;
}
#spacer {

    margin-top: 90px;
}
#same_day a {

    display: block;
    width: 250px;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color:#EACC4E;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 8px 2px;
    font-size: 16px;
}
#same_day a img {

    height: 16px;
    width: 26px;
    margin-bottom: 3px;
}
#same_day a:hover {

    cursor: pointer;
    text-decoration: none;
}

/* Client Reviews Section */
#client_rev {

    margin-top: 30px;
}
#client_rev h2{

    width: 50vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
}
#client_rev_hr {

    height: 2px;
    background-color: #EACC4E;
    width: 15vw;
    margin-right: auto;
    margin-left: auto;
}
#my_carousel {

    margin-top: 60px;
}
#my_carousel h3 {

    font-weight: bold;
    margin-top: 20px;
}
#my_carousel p {

    text-align: center;
}
.fa-star {

    color: #EACC4E;
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 40%;
    height: 40%;
}
.carousel-indicators li{

    top: 80px;
}
#my_carousel .carousel-indicators li {

    height: 10px;
    width: 10px;
    background-color: grey;
    border-radius: 50%;
}
#my_carousel .carousel-indicators .active {

    background-color: #EACC4E;
}