.why-choose-us{
    background: #fbf7ff;
    padding: 100px 0px 220px;
    margin: 50px 0px;
}

.why-choose-container{
    position: relative;
}

.whyChoose-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.whyChooseTopCard{
    flex-basis: 50%;
    width: 100%;
    /* background: red; */
}

.whyChooseTopCard-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}


.whyChooseTopCard-01  h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 1000;
    color: #1d1f40;
    /* max-width: 800px; */
    line-height: 56px;
    margin: 15px 0px;
  }
  
  .whyChooseTopCard-01  .desc{
    font-size: 18px;
    color: #5e5e5e;
    margin: 15px 0px;
  }
  
  .whyChooseTopCard-01  .sub-tit{
    text-transform: uppercase;
    font-size: 12px;
    color: #0053a9;
    max-width: 800px;
    font-weight: 800;
    margin: 15px 0px !important;
  }

  .whyChooseTopCard-comman{
    flex-basis: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    padding: 45px;
    border-radius: 7px;
  }

  .whyChooseTopCard-comman img{
    width: 60px;
    object-fit: contain;
  }

  .whyChooseTopCard-comman h3{
    font-weight: 700;
    font-size: 25px;
    margin: 0;
  }

  .whyChooseTopCard-comman P{
    margin: 0;
  }
  .whyChooseTopCard-03 {
    background: #fff;
    color: #1d1f40;
    transition: background 0.7s ease, color 0.7s ease;
}

.whyChooseTopCard-02 {
    background: #0053a9;
    color: #fff;
    transition: background 0.7s ease, color 0.7s ease;
}

.whyChooseTopCard-03:hover {
    background: #0053a9;
    color: #fff;
    transition: background 0.7s ease, color 0.7s ease;
}

.whyChooseTopCard-02:hover {
    background: #fff;
    color: #1d1f40;
    transition: background 0.7s ease, color 0.7s ease;
}

.whyChoose-bottom{
    position: absolute;
    bottom: -330px;
    background: #0053a9;
    border-radius: 12px;
    width: 100%;
    padding: 45px 0px;
}

.whyChoose-bottom .whyChoose-bottom-conatiner{
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,0.4fr));
    color: #fff;
    width: 100%;
}

.whyChoose-bottom-conatiner h1{
    font-weight: 1000;
    font-size: 60px;
    margin: 0;
    width: 100%;
    text-align: center;
}



.whyChoose-bottom-conatiner h5{
    text-align: center;
    font-weight: 600;
}

.whyChoose-bottom .whyChoose-bottom-conatiner div{
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    
}

@media screen and (min-width:200px) and (max-width:1350px){
    .whyChoose-top{
        flex-direction: column;
    }
    .whyChooseTopCard-01 p {
        max-width: 80%;
    }
    .whyChoose-bottom-conatiner h1{
        font-size: 55px;
    }
    .whyChoose-bottom{
        bottom: -450px;
    }
    .why-choose-us{
        padding: 100px 0px 250px;
    }
}

@media screen and (min-width:200px) and (max-width:650px) {
   
    .whyChoose-bottom{
        bottom: -400px;
    }
    .why-choose-us{
        padding: 100px 0px 200px;
    }
    .whyChooseTopCard-container{
        gap: 15px;
    }
    .whyChooseTopCard-comman{
        padding: 45px 15px;
    }
    .whyChoose-bottom-conatiner h1{
        font-size: 45px;
    }
    
    .whyChoose-bottom-conatiner h5{
        font-size: 17px;
    }
    .whyChoose-bottom .whyChoose-bottom-conatiner div{
        width: 100%;
    }
}

@media screen and (min-width:200px) and (max-width:570px) {
    .whyChooseTopCard-container{
        flex-direction: column;
    }
}


@media screen and (min-width:200px) and (max-width:730px){

    .whyChoose-bottom .whyChoose-bottom-conatiner{
        grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    }
}


@media screen and (min-width:200px) and (max-width:610px){

    .whyChoose-bottom .whyChoose-bottom-conatiner{
        grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
    }
}

@media screen and (min-width:200px) and (max-width:510px){

    .whyChoose-bottom .whyChoose-bottom-conatiner{
        grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
    }
    .whyChooseTopCard-01  h1 {
        font-size: 50px;
    }
    .whyChooseTopCard-01 p {
        max-width: 95%;
    }
}

@media screen and (min-width:200px) and (max-width:440px){
    .whyChoose-bottom-conatiner h1{
        font-size: 35px;
    }
    
    .whyChoose-bottom-conatiner h5{
        font-size: 17px;
    }
    .whyChoose-bottom .whyChoose-bottom-conatiner{
        grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    }
}

@media screen and (min-width:200px) and (max-width:340px){
    .whyChoose-bottom{
        bottom: -580px;
    }
    .why-choose-us{
        padding: 100px 0px 300px;
    }
}

.google-map{
    overflow-y: hidden;
}

.let-disccuss{
    background-color: #0053a9;
    background-image: url('../images/discuss/bg27.png');
    background-position: 50%;
    background-size: cover;
    margin-top: 100px;
    border-radius: 18px;
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.let-disccuss h3{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.let-disccuss a{
    text-decoration: none;
    border: none;
    outline: none;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
        font-weight: 700;
        letter-spacing: 1px;
        display: inline-block;
        padding: 20px 28px;
        border-radius: 4px;
        color: #0053a9;
        background: #fff;
}


@media(max-width:700px){
    .let-disccuss h3{
        font-size: 40px;
    }
    
}

@media(max-width:500px){
    .let-disccuss h3{
        font-size: 35px;
    }
    
}

@media(max-width:400px){
    .let-disccuss h3{
        font-size: 30px;
    }
    
}

@media(max-width:350px){
    .let-disccuss h3{
        font-size: 27px;
    }
    
}
