*{
  box-sizing: border-box;
}
body{
  margin: 0px;
}

.navbar{
  display: contents;
}

a{
  text-decoration: none;
  color: #fff;
}
.navbar ul{
  list-style-type: none;
  background-color: rgba(177,6,30,1);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.navbar a{
  color: #fff;
  text-decoration: none;
  padding: 15px;
  display: block;
}

.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.navbar li{
  float: left;
}

.logo{
  padding: 0;
}

#sompoLogo{
  display: flex!important;
  align-items: center;
}

.headerText {
  position: relative;
  align-self: flex-start;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  float: right;
  display: table;
  vertical-align: middle;
  display: flex;
  height: 100%;
  margin: 0;
  align-content: center;
  align-items: center;
  font-size: 14px;
}

.headerTag{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

img{
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.col{
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-sm{
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.HomeLogo{
  margin-top: 12px;
  margin-bottom: -10px;
  margin-left: 18px;
}

.logoSmp{
  width: 48%;
    margin-left: -18px;
}

.quoteLogo{
  font-family: FiraSans-Bold,'Fira Sans Bold','Fira Sans';
    font-weight: 400;
    font-style: inherit;
    font-size: 30px;
}


@media only screen and (max-width: 768px){
  .quoteLogo{
  
    font-weight: 400;
    font-size: 33px;
  }
}

@media only screen and (max-width: 400px){
  .quoteLogo{
  
    font-weight: 400;
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px){
  .container {
    max-width: 720px;
  }
}




.coverImage{
  background-size: cover!important;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #222;
}

.homeText{
  position: relative;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  width: 92%;
  top: 8px;
}

.homeButton{
  display: flex;
}

@media only screen and (max-width: 400px){

  .headerTag {
    margin-top: -67px;
}

  .navbar li {
    
    width: 60%;
  }
  .homeText {
    position: relative;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
  }
}

.p-home{
  text-align: justify;
  font-size: small;
}

.countdown{
  color: #b1061e;
}

.margin-left{
  text-align: center;
}

.margin-right{
  text-align: center;
}

.quoteButton{
    background-color: #b1061e;
    border: none;
    height: 45px;
    padding-right: 20px;
    padding-left: 20px;
    width: 64%;
    color: #fff;
    font-family: FiraSans-Medium,"Fira Sans Medium","Fira Sans";
    font-weight: 500;
    font-style: normal;
    font-size: 16px!important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    margin-left: -9px;
}

@media only screen and (max-width: 1200px){

  .quoteLogo {
    font-family: FiraSans-Bold,'Fira Sans Bold','Fira Sans';
    font-weight: 400;
    font-style: inherit;
    font-size: 22px;
  }

  .p-home {
    text-align: justify;
    font-size: small;
  }

  
}

.banner{
  margin-top: 10px;
}

.cardBg{
  margin: 26px!important;
}
.card{
  background-color: transparent;
  border-width: 0;
  border-radius: 5px;
  width: 92%;
  margin: 0 auto;
}

.whySection{
  background-color: #fff;
  text-align: center;
  margin: auto;
  width: 100%;
  padding-top: 82px;
  margin-bottom: 26px;
}

.whySectionTitle{
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  letter-spacing: normal;
  color: #333;
  line-height: 63px;
  max-width: 364px!important;
  margin: auto;
}

.whySectionCards{
  margin-top: 100px;
}

.whySectionCard{
  margin-top: 20px;
}

.iconCard{
  display: inline-block;
}

.cardIcon{
  width: 76px;
  height: 97px;
}

.cardTitle{
  font-family: FiraSans-Bold,'Fira Sans Bold','Fira Sans';
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  letter-spacing: normal;
  color: #333;
  display: grid;
  margin-top: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.cardfooter {
  font-family: FiraSans-Regular,'Fira Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  display: flex;
}

/* footer */

.footer{
  width: 100%;
  background-color: rgba(51,51,51,1);
}

.footerDiv{
  border-width: 0;
  width: 100%;
  padding-top: 10px;
  background: inherit;
  background-color: rgba(51,51,51,1);
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.footerColumn{
  text-align: left;
  margin-top: 50px;
}

@media only screen and (max-width:600px){
  .footerColumn{
    min-width: 320px!important;
  }
}

@media only screen and (max-width:600px){
  .footerColumn{
    border-bottom: 0.5px solid #636060!important;
    padding-bottom: 30px;
  }
}

.footerHeading{
  font-family: FiraSans-SemiBold,'Fira Sans SemiBold','Fira Sans';
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  color: #f2f3f0;
}

.footerContent{
  font-family: FiraSans-SemiBold,'Fira Sans SemiBold','Fira Sans';
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  color: #f2f3f0;
  line-height: 40px;
  margin-top: 20px;
}

.p-1-0{
  padding-left: 0!important;
}

.col{
  max-width: 100%;
}

.footerColumn3{
  text-align: left;
  margin-top: 50px;
}

.footerAddress{
  font-family: FiraSans-SemiBold,'Fira Sans SemiBold','Fira Sans';
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  color: #f2f3f0;
  line-height: 25px;
  margin-top: 20px;
}

.socialIconMob{
  display: none;
}

.footerLogos{
  border-top: 0.5px solid #636060;
  padding-top: 20px;
  margin-top: 20px;

}

.companyLogo{
  text-align: left;
  margin-bottom: 15px;
}

.socialLogo{
  text-align: right;
}

.merah{
  height: 10px;
  width: 100%;
  background-color: #b1061e;
}
.putih{
  height: 10px;
  width: 100%;
  background-color: #fff;
}