

/*
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/




@media (min-width: 320px) and (max-width: 575px) {


.sm-order2{
    order: 2;
}
.sm-order1{
    order: 1;
}
.tems_con {
    display: inline-flex;
    margin-left: 86px;
    padding: 0px 0px 0px 0px;
    margin: 0px 70px;
    padding-top: 27px;
}
.copyright {
    
    font-size: 12px;
    
}
.tems_con li a {
   
    font-size: 14px;
   
}

.form_top h4{
	font-size: 16px;
}
.form_input_list form label{
	font-size: 10px;
}


.form_main form input {
    
    padding: 0px 10px;

   
}
.form_input_list form label {
    font-size: 10px;
}

.dropdown-item:before {
    position: absolute;
    height: 0px;
    width: 41%;
    content: '';
    top: 69%;
    left: 29%!important;
    border: 1px solid #BEBEBE;
    left: 34%;
}

.dropdown-item:after {
    position: absolute;
    height: 0%;
    width: 42%;
    content: '';
    top: 48%;
    left: 27%!important;
    border: 1px solid #BEBEBE;
}



}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 



.sm-order2{
    order: 2;
}
.sm-order1{
    order: 1;
}
.tems_con {
    display: inline-flex;
    padding: 0px 0px 0px 0px;
    margin: 0px 180px;
    padding-top: 27px;
}
.copyright {
    
    font-size: 16px;
    text-align: center;
    
}
.tems_con li a {
   
    font-size: 16px;
    text-align: center;
   
}



.navbar-nav .dropdown-menu{
    width: 40%;
}

.dropdown-item:before {
    position: absolute;
    height: 0px;
    width: 30%;
    content: '';
    top: 69%;
    left: 6%!important;
    border: 1px solid #BEBEBE;
    left: 34%;
}
.dropdown-item:after {
    position: absolute;
    height: 0%;
    width: 30%;
    content: '';
    top: 48%;
    left: 6%!important;
    border: 1px solid #BEBEBE;
}


.form_top h4{
	font-size: 16px;
}
.form_input_list form label{
	font-size: 10px;
}


.form_main form input {
    
    padding: 0px 10px;

   
}
.form_input_list form label {
    font-size: 16px;
    line-height: 50px;
}

.form_main form input {
    padding: 0px 134px 0px 16px;
    line-height: 31px;
}


 }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 

.copyright {

    font-size: 13px;
    
}


.dropdown-item:before {
   
    top: 71%;
    left: 70px;
    
}
.dropdown-item:after {
   
    top: 49%;
    left: 9%;
}



  .navbar-nav .dropdown-menu{
    width: 40%;
}


.form_top h4{
	font-size: 16px;
}
.form_input_list form label{
	font-size: 10px;
}


.form_input_list form label {
    font-size: 16px;
}

.form_main form input {
    padding: 0px 198px 0px 16px;
    line-height: 31px;
}



 } 


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 

.form_top h4{
	font-size: 30px;
}
.form_input_list form label{
	font-size: 10px;
}


.form_input_list form label {
    font-size: 16px;
}

.form_main form input {
    padding: 0px 198px 0px 16px;
    line-height: 31px;
}






 }

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) { ... }

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px)  { ... }