@font-face {
    font-family: "roboto-black";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "roboto-bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

* {
    text-transform: capitalize;
    text-decoration: none;
    font-family: "roboto-black";
}

/* Header Css */
.header-login-section a {
    text-decoration: none;
    text-decoration: none;
    font-size: 20px;
    color: black;
    /* letter-spacing: -6px; */
    font-weight: 700;
    white-space: nowrap;
    font-family: "roboto-black";
    font-size: 18px;

    text-transform: uppercase;
}
.bg-color {
    /* background-color: rgb(247, 252, 255); */
}
.header-login-section a button {
    font-size: 18px;
    padding: 5px 50px;
    margin: 10px 10px;
    border-radius: 20px;
    background-color: rgb(255, 95, 32);
    color: white;
    font-family: "roboto-black";

    border: none;
}
.logo{
    margin-top: 10px;
}
.logo img {
    width: 200px;
}
.box-description {
    /* background-color: black; */
    padding: 10px;
    border-radius: 20px;
    color: black;
    margin-top: 40px;
}
.box-description ul {
    padding: 20px 20px;
    font-size: 17px;
    word-wrap: break-word;
}
.header-bg {
    /* background-color: white; */
    color: black;
}
.header-media h1 {
    font-family: "roboto-bold";
}

.services-box {
    padding: 10px;
    width: 300px;
    border-radius: 10px;
    color: white;
    margin: 10px 10px;
}
.services-box a {
    text-decoration: none;
    color: white;
}
.services-box img {
    /* width: 80px; */
    margin: 10px;
    background-size: cover;
}
.services-box h4 {
    margin-top: 20px;
}
#services-description h2 {
    margin: 20px 0;
    font-family: "roboto-bold";
}
/* add on more section */

.pro-more-section{
    width: 100%;
    margin: 50px auto;
}
.more-left img{
    width: 100%;
}
.more-right .rightTickListing{
    list-style: none;
    padding: 15px 10px;
  
    
}
.why-heading{
    font-size: 20px;
    color: white;
}
.accordion-body p b a{
    text-decoration: none;
    color: black;
}
.accordion-body a{
    text-decoration: none;
}
.accordion-body ul li{
    list-style: none;
    display: block;
    background: url("../proserve icons/proserve icons/right-tick.png") no-repeat 0px 2px;
    font-family: "roboto-black";
  
    padding: 9px 0 22px 36px;
    line-height: 18px;
}
.more-right{
    margin: 30px 0;
    margin-left: -100px;
    z-index: 999;
    background-color: white;
}
.more-right .rightTickListing li{
    display: block;
    background: url("../proserve icons/proserve icons/right-tick.png") no-repeat 0px 2px;
    font-family: "roboto-black";
  
    padding: 9px 0 20px 36px;
    line-height: 18px;
}
.pro-more-section h4{
    font-family: "roboto-bold";
    font-size: 28px;
}
.pro-part .pro-list{
    list-style: none;
    padding: 0;
}
.pro-part .pro-list li{
    display: block;
    background: url("../proserve icons/proserve icons/tick-wo-bg.png") no-repeat 0px 2px;
    font-family: "roboto-black";
  color: white;
    padding: 9px 0 22px 36px;
    line-height: 18px;
}
.pro-part{
    margin: 50px 0;
    padding: 20px 50px;
}
.faq-text h2, p{
    font-family: "roboto-bold";
    
}
    .accordion-button:focus {
        outline: 0 !important;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
      }
      .accordion-button{
          background-color: transparent !important;
      }
   
      .accordion-body p, ul li{
    font-family: "roboto-black" !important;

      }


      .accordion-button  {
          color: black;
      }

      .accordion-button:not(.collapsed) {
        color: black;

      }
      .accordion-item{
          border:none;
          margin-bottom: 10px;
      }
.footer-pro{
    background-color: black;
    color: white ;
    width: 100%;
    padding: 0 0 22px 0;
    
    margin: auto;
    background: #222 url("../proserve icons/proserve icons/foterBg.png") repeat-x bottom left;

}
.footer-pro .footer-body{
    padding: 15px 20px;
    
}
.footer-body ul{
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.footer-body ul li a {
    text-decoration: none;
    color: white;
}

.header-login-section{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.pro-part{
    background: #222 url("../proserve icons/proserve icons/proservebg.png");
    background-repeat: no-repeat;
   object-fit: cover;
   background-size: cover;
}
.foot-menu{
    margin: 10px 0;
}
.contact-info{
    padding-left: 100px;
}
.foot-menu p, span{
    font-family: "roboto-black";
    color: rgba(255, 255, 255, 0.61);
    font-size: 14px;

}
.foot-menu ul li a{
    font-family: "roboto-black";
    color: rgba(255, 255, 255, 0.61);
    /* font-size: 14px; */
}
.foot-menu h3{
    font-size: 20px;
    font-family: "roboto-bold";

}
.contact-info img{
    padding: 10px 10px;
    width: 30px;
    color: rgba(255, 255, 255, 0.61);
    padding-left: 0;
    
}
.accordion-body p{
    color: black;
}
.foot-menu a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.61);

}



















/* header media query */
@media screen and (max-width: 1400px) {
    #services-description .col-3 {
        width: 23%;
        background-color: brown;
        margin: 10px 10px;
    }
    .header-login-section a button {
        font-size: 16px;
        /* padding: 5px 10px; */
    }
}

@media screen and (max-width: 1200px) {
    .header-media {
        width: 50%;
        /* background-color: yellowgreen; */
    }

    #services-description .col-3 {
        width: 45%;
        margin: 10px 23px;
    }
}

@media screen and (max-width: 992px) {
    .header-media {
        width: 100%;
        /* background-color: rebeccapurple; */
    }
    .header-media .logo {
        margin: 0 230px;
    }
    #services-description .col-3 {
        width: 40%;
        font-size: 20px;
        box-sizing: border-box;
        margin: 10px 30px;
    }

    .more-right{
        margin-left: 0;
    }
    .contact-info{
        text-align: start;
        padding: 0;
    }
    /* .col-3 img {
    width: 100px;
  } */
}
@media screen and (max-width: 768px) {
    .header-media {
        width: 100%;
        /* background-color: yellowgreen; */
    }
    .header-media .logo {
        margin: 0 140px;
    }

    #services-description .col-3 {
        width: 100%;
        margin: 10px 8px;
    }
    .header-login-section a button {
        font-size: 16px;
        /* padding: 5px 8px; */
        margin: 5px;
    }
    .header-login-section a{
        font-size: 16px;
    }
    .head-img{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-body{
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .header-media {
        width: 100%;
    }
    .header-media .logo {
        /* margin: 0 110px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #services-description .col-3 {
        width: 100%;
        margin: 10px 5px;
        /* border:1px solid black */
    }
    .header-login-section a button {
        font-size: 13px;
        padding: 5px 10px;
        margin: 5px;
    }
    .header-login-section a{
        font-size: 13px;
    }
    .contact-info img{
        padding-left: 0;
        font-size: 40px;
    }
}

