@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    background: var(--ThirdColor);    
}

:root {
    --primaryColor: #f07d29 !important;   
    --secondaryColor: #163b7d !important;   
    --BgColor: #f5f5f5 !important;
    --whiteColor: #ffffff !important;
    --blackColor: #000000 !important;   
    --fw400: 300 !important;    
    --fw400: 400 !important; 
    --fw500: 500 !important; 
    --fw600: 600 !important; 
    --fw700: 700 !important; 
    --fw800: 800 !important; 
    --fw900: 900 !important; 
}  
.btnType1 {         
    background: var(--secondaryColor);
    color: var(--whiteColor);
    font-size: 16px;
    padding: 8px 30px;
    border-radius: 5px;
    border: solid 1px var(--secondaryColor);  
    cursor: pointer;
    outline: 0;  
}
.btnType1:hover, .btnType1:focus, .btnType1:active {
    background: var(--secondaryColor);
    color: var(--whiteColor); 
    border: solid 1px var(--secondaryColor); 
}
.btnType1.small1 {
    font-size: 13px;
    padding: 5px 15px;
}
.btnType1.small2 {
    font-size: 13px;
    padding: 5px 10px;   
    background: #ef8507;   
    border: solid 1px #ef8507 !important;  
}
.btntype2 {
    font-size: 14px;
    background: #fff;
    border: solid 1px #ccc;
    padding: 5px 12px;
    border-radius: 5px;
    color: #666;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    outline: 0; 
}
.btntype2:hover, .btntype2:focus, .btntype2:active {
    background: var(--secondaryColor);
    color: var(--whiteColor); 
    border: solid 1px var(--secondaryColor); 
}
.primaryColor { 
	color: var(--primaryColor);
}
.secondaryColor { 
	color: var(--secondaryColor);
}
.whiteColor {
	color: var(--whiteColor);
}
.blackColor { 
	color: var(--primaryColor);
}
.fw300 {
    font-weight: var(--fw300);
}
.fw400 {
    font-weight: var(--fw400);
}
.fw500 {
    font-weight: var(--fw500);  
}
.fw600 {
    font-weight: var(--fw600);
}
.fw700 {
    font-weight: var(--fw700);
}
.fw800 {
    font-weight: var(--fw800);
}
.fw900 {
    font-weight: var(--fw900);  
}
.fs10 {
    font-size: 10px !important;
}
.fs11 {
    font-size: 11px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs13 {
    font-size: 13px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs15 {
    font-size: 15px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs17 {
    font-size: 17px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs19 {
    font-size: 19px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs21 {
    font-size: 21px !important;
}
.fs22 {
    font-size: 22px !important;
}
.fs23 {
    font-size: 23px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs25 {
    font-size: 25px !important;
}
.fs26 {
    font-size: 26px !important;
}
.fs27 {
    font-size: 27px !important;
}
.fs28 {
    font-size: 28px !important;
}
.fs29 {
    font-size: 29px !important;
}
.fs30 {
    font-size: 30px !important;
}
.fs31 {
    font-size: 31px !important;
}
.fs32 {
    font-size: 32px !important;
}
.fs33 {
    font-size: 33px !important;
}
.fs34 {
    font-size: 34px !important;
}
.fs35 {
    font-size: 35px !important;
}
.fs36 {
    font-size: 36px !important;
    margin-bottom: 20px;
}
.fs37 {
    font-size: 37px !important;
}
.fs38 {
    font-size: 38px !important;
}
.fs39 {
    font-size: 39px !important;
}
.fs40 {
    font-size: 40px !important;
}
.fs41 {
    font-size: 41px !important;
}
.fs42 {
    font-size: 42px !important; 
}
.fs43 {
    font-size: 43px !important;
}
.fs44 {
    font-size: 44px !important;
}
.fs45 {
    font-size: 45px !important;
}
.fs46 {
    font-size: 46px !important;
}
.fs47 {
    font-size: 47px !important;
}
.fs48 {
    font-size: 48px !important;
}
.fs49 {
    font-size: 49px !important;
}
.fs50 {
    font-size: 50px !important;  
}
.r2 {
    border-radius: 2px !important; 
}
.r4 {
    border-radius: 4px !important; 
}
.r5 {
    border-radius: 5px !important; 
}
.r10 {
    border-radius: 10px !important; 
}
.r15 {
    border-radius: 15px !important; 
}
.r20 {
    border-radius: 20px !important; 
}
.r25 {
    border-radius: 25px !important; 
}
.r30 {
    border-radius: 30px !important; 
}
.r40 {
    border-radius: 40px !important; 
}
.r50 {
    border-radius: 50% !important;  
}
.pointer {
    cursor: pointer; 
}
.italic {
    font-style: italic; 
}
.borderLight {
    border: solid 1px #ddd;
}
.borderGray {
    border: solid 1px #ccc;
}
.borderDark {
    border: solid 1px #999;
}
.borderLightDark { 
    border: solid 1px #aaa;    
}
h1 {
	font-weight: var(--fw600);
	font-size: 37px;
	line-height: 50px;
}
h1 > strong {
    font-weight: 700; 
}
h2 {
	font-weight: var(--fw500);
	font-size: 30px; 
    line-height: 40px;  
}
h3 {
	font-weight: var(--fw500);
	font-size: 24px; 
    line-height: 34px;  
}
h4 {
    font-weight: var(--fw500);
    font-size: 20px; 
    line-height: 30px;  
}
h5 {
    font-weight: var(--fw500);
    font-size: 18px; 
    line-height: 28px;  
}
h6 {
    font-weight: var(--fw500);
    font-size: 16px; 
    line-height: 26px;   
}
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--fw400);
    margin-bottom: 12px;
}
.paraType1 {
	font-weight: var(--fw500);
	font-size: 15px;
	line-height: 25px; 
}
.paraType2 {
    font-weight: var(--fw400);
    font-size: 14px;
    line-height: 24px; 
}
.inputType1 {
    height: 40px; 
    border: solid 1px #ccc;  
    color: #333;  
    border-radius: 4px; 
}
.textArea1 { 
    height: 100px;  
    border: solid 1px #ccc;  
    color: #333;  
    border-radius: 4px; 
}
.selectType1 {   
    height: 40px; 
    border: solid 1px #ccc;  
    color: #333;  
    border-radius: 4px; 
}
label {
    font-size: 16px;    
    line-height: 26px;
    font-weight: 500;   
}
.labelType1 { 
    font-size: 15px;
    line-height: 25px; 
    font-weight: 500;   
}     
.radioType1 [type="radio"]:checked,
.radioType1 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radioType1 [type="radio"]:checked + label,
.radioType1 [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 15px;  
}
.radioType1 [type="radio"]:checked + label:before,
.radioType1 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radioType1 [type="radio"]:checked + label:after,
.radioType1 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--secondaryColor);  
    position: absolute;
    top: 3px;
    left: 3px;  
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radioType1 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radioType1 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}  
.custom-control-input:checked~.custom-control-label::before {  
    color: #fff;
    border-color: var(--secondaryColor);
    background-color: var(--secondaryColor);
}
.custom-control-label::before {
    top: .1rem;
}
.custom-control-label::after {
    top: .1rem;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important; 
}





