

*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
 h1,h2,h3,h4,h5{
font-weight: 600;
} .decorated_heading_1{     font-weight: 600;
     
    font-size: 24px;
    text-align: left;
}

.decorated_heading_2{     font-weight: 600;
     
    font-size: 24px;
    text-align: center;
}

.subheading {
    font-weight: 600;
    font-size: 22px;
}

.paragraph{
    text-align: justify;
}

a{
    text-decoration: none;
    color: black;
    }















    





.payment_banner{
    position: relative;
    height: 400px;
    background-image:linear-gradient(90deg, rgba(0, 26, 154, 0.2) , rgba(0, 26, 154, 0.2)),  url('uploads/Untitled design (12).png');
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    color: white;
    margin: 30px 64px 0 64px;
    padding: 0 32px;
    border-radius: 20px;
}



.payment_banner .coloumn_1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.payment_banner .content{
    width: 90%;
    color: #fff;
    z-index: 2;  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.payment_banner h1{
font-size: 28px;
font-weight: 600;
}
.payment_banner p{
font-size: 18px;
}
.payment_banner h3{
font-size: 20px;
font-weight: 600;
}



.payment_banner .action_buttons{
    font-size: 24px;
     
}
.payment_banner  button{
    padding:0 20px;
    height: 50px;
    border-radius: 25px;
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    }
    .payment_banner .first_btn{
    background-color: green;
    }
    .payment_banner .second_btn{
        background: transparent;
        border: 1px solid white;
    }
    .payment_banner .first_btn:hover{
        background: transparent;
        border: 1px solid;
        }
        .payment_banner  .second_btn:hover{
            background-color: green;
            border: none;
        }




















        .service_section{
            margin-top:100px;
            padding: 0 64px;
            display: flex;
            gap: 30px;
        }
        
        .service_section .coloumn_1{
            width: 50%;
            display: flex;
            box-sizing: border-box;
        }
        
        .service_section .coloumn_2{
            width: 50%;
            box-sizing: border-box;
            display: flex;
            justify-content: end;
        }
        
        .service_section .payment_image{
            margin-top: 40px;
        }
        .fee_form{
            margin-top: 10px;
            width: 100%;
        }
        .fee_form h1{
            font-size:22px;
            font-weight: 600;
        }
        .fee_form .input_row{
            width: 100%;
            margin-bottom: 30px;
        }
        .fee_form .single_input{
        width: 100%;
        }     
        .fee_form .actual_fee{
    display: flex;
    border: 1px solid;
    border-radius:5px;
    }  
    .fee_form .actual_fee select,.fee_form .actual_fee input{
    border: none;
    outline:none;
    border-radius:5px;
    }
    .fee_form .multiple_inputs{
    display: flex;
    gap: 30px;
    }   
    .fee_form .partial_input{
        width: 50%;
        }  
        .fee_form input{
            width: 100%;
            height: 50px;
            padding: 0 5px;
            border:1px solid gray;
            outline:none;
            border-radius:5px;
        }
        .fee_form .calculate{
    width: 50%;
    margin: auto;
}
.fee_form .calculate button{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: none;
    background-color:green;
    color: white;
}
.fee_form .note {
margin-top: 3px;
}
.fee_form .note_heading{
font-weight: 600;
}










.ad_section1 {
    margin-top:100px;
    padding: 0 64px;
}








        .whypreferus_section{
            margin-top:100px;
            padding: 0 64px;
            display: flex;
        }
        .whypreferus_section .coloumn_1{
            width: 50%;
            display: flex;
            box-sizing: border-box;
            align-items: center;
        }
        
        .whypreferus_section .coloumn_2{
            width: 50%;
            box-sizing: border-box;
            display: flex;
            justify-content: end;
        }
        .whypreferus_section .content{
            width: 100%;
        }
        
  .whypreferus_section .features_container {
    margin-top: 10px;
    padding-left:15px;
}

.features_container li{
 padding:10px 0;
}
        
        .payment_image{
        width: 100%;
        border-radius: 10px;
        }
























@media only screen and (max-width: 768px) {

    /* all sections common responsiveness*/


    .first_section {
        margin-top: 0px ;
        }
    .section  {
    flex-wrap: wrap ;
    padding: 0 15px;
    gap: 30px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap: 30px;
    }
    .section .column  {
        width: 100% ;
    }
    .section .content  {
        padding: 0 ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
    }
    .section .flex_item{
        width: 100% ;
        margin-top: 0;
        padding: 30px ;
    }
    .section  h1,h2,h3,h4,h5{
font-weight: 600;
} .decorated_heading_1{     font-weight: 600;
        text-align: center ;
    }
    .section .decorated_heading_1::after{
        margin-left: auto ;
        margin-right: auto ;
    }
    .section .subheading{
        text-align: center ;
    }




    .payment_banner{
        height: 70vh;
        margin: 0;
        border-radius: 0;
    }
    .payment_banner .content{
      width: 100%;
    }
    .payment_banner  button{
padding:0 10px;
height: 36px;
border-radius: 18px;
    }
.payment_banner h1{
font-size: 26px;
font-weight: 600;
}
.payment_banner p{
font-size: 16px;
}
.payment_banner h3{
font-size: 16px;
font-weight: 600;
}
    .fee_form h1{
        font-size:18px;
        font-weight: 600;
        line-height:1.5;
    }  
    .fee_form .multiple_inputs{
    display: flex;
    flex-wrap:wrap;
    gap: 30px;
    } 
    .fee_form .partial_input{
    width: 100%;
    }




     }


















     @media only screen and (min-width: 769px) and (max-width: 1024px) {

        /* all sections common responsiveness*/
    

        .first_section {
            margin-top: 0px ;
            }
        .section  {
        flex-wrap: wrap ;
        padding: 0 45px;
        gap: 30px;
        }
        .section .row{
            flex-wrap: wrap ;
            gap: 30px;
        }
        .section .column  {
            width: 100% ;
        }
        .section .content  {
            padding: 0 ;
        }
        .section .flex_container{
            flex-wrap: wrap ;
        }
        .section .flex_item{
            width: 100% ;
            margin-top: 0;
            padding: 30px ;
        }
        .section  h1,h2,h3,h4,h5{
font-weight: 600;
} .decorated_heading_1{     font-weight: 600;
            text-align: center ;
        }
        .section .decorated_heading_1::after{
            margin-left: auto ;
            margin-right: auto ;
        }
       .section .subheading{
        text-align: center ;
    } 
    
    
    
    
    
        .payment_banner{
            height: 70vh;
            margin: 0;
            border-radius: 0;
        }
          .payment_banner .content{
            width: 100%;
        }      
.payment_banner  button{
padding:0 15px;
height: 40px;
border-radius: 20px;
    }
.payment_banner h1{
font-size: 30px;
font-weight: 600;
}
.payment_banner p{
font-size: 18px;
}
.payment_banner h3{
font-size: 18px;
font-weight: 600;
}    
        .fee_form h1{
            font-size:18px;
            font-weight: 600;
            line-height:1.5;
        }  
        .fee_form .multiple_inputs{
        display: flex;
        flex-wrap:wrap;
        gap: 30px;
        } 
        .fee_form .partial_input{
        width: 100%;
        }
    
    
         }