/* ----------- Media query ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.form-group-customx{
    overflow:visible !important;
    font-size: 10px;
    font-weight: bold;
    font-family: Calibri !important;
}

.custom_dropdown_customx{
    height:auto !important;
    border: 0px solid #cccccc !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0) !important;
    padding:10px;
}
.third_section .box_container .box_1{
    height:auto !important;
}
.third_section .box_container .box_1 .dropdown{
    padding-right:0px !important;
    height:auto !important;
}
.third_section .box_container .box_1 .inside_box{
}
.value-content-customx{
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri !important;
    line-height: 1.5;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.warningnew{
    background-color:rgba(102, 108, 113, 0.28) !important;
		   }
  } /* ----------- END Media query ----------- */
.form-group-customx{
    overflow:visible !important;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri !important;
}
.custom_dropdown_customx{
    height:auto !important;
    border: 0px solid #cccccc !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0) !important;
}
.third_section .box_container .box_1{
}
.third_section .box_container .box_1 .dropdown{
    padding-right:0px !important;
    /*height:auto !important;*/
}
.third_section .box_container .box_1 .inside_box{
  padding-top:25px;
}
.value-content-customx{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri !important;
    line-height: 1.5;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding-top:2px;
}
/*.list-customx{
    font-size: 18px;
    font-family: Calibri !important;
    line-height: 45px;
    color: #666C71;
    list-style-type: disc;
    margin: 0 !important;
    text-align: left;
}*/
/*.value-content-customx ul{
    font-size: 18px;
    font-family: Calibri !important;
    line-height: 45px;
    color: #666C71;
    list-style-type: disc;
    margin: 0 !important;
    text-align: left;
}*/
.value-content-customx ul li{
    font-size: 18px;
    font-family: Calibri !important;
    line-height: 20px;
    color: #666C71;
    list-style-type: disc;
    margin-top: 10px;
    text-align:left;
}
.value-content-customx ul a{
    font-family: Calibri !important;
    font-size: 18px !important;
    color: #666C71 !important;
    text-decoration: none !important;
}
.value-content-customx p{
    padding-bottom:25px;
    text-align:left;
    color:#666C71 !important;
	font-size: 20px !important;
    line-height:1 !important;
}
.warningnew{
    background-color:rgba(102, 108, 113, 0.28) !important;
		   }
.value-content-customx p, a
{
    padding-bottom: 5px;
    text-align: left;
    color: #666C71 !important;
    font-size: 18px;
    line-height: 1 !important;
    font-family: Calibri !important;
}
.custom_dropdown_customx b{
	font-size: 20px;
}
.custom_dropdown_customx .empty{
	font-size: 20px;
    line-height: 20px;
}
.element_faq{
	color: #666C71;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.third_section .box_container .box_1 .dropdown select.custom_dropdown{
		font-size:20px !important;
	}
	.form-control{
	font-size:13px !important;}
}
 @media (max-width: 767px) {
 	.third_section .box_container .box_1 .dropdown select.custom_dropdown{
		font-size:20px !important;
	}
.form-control{
	font-size:12px !important;}
 }
