@media screen and (max-width:600px ) {
    
   
    
    .header__menu {
        display: block;
        fill : #ae0709;
    }
    .captions-pharagraph  {
        font-size: 16px;
        padding: 11px 25px;    
    }
    .row2-spon {
        display: grid ;
        grid-template-areas: 'one two';
        grid-row-gap: 20px;
    }
    
    .row-threeS {
        display: grid ;
        grid-template-areas: 'one two three';
        grid-row-gap: 10px;
    }
    .carousel-indicators {
        display: none;
    }
    .about-us-left p {
        text-align: center;
    }
    #da-thumbs {
        display: grid; 
        grid-template-areas: 'one';
        grid-row-gap: 20px;
        grid-column-gap: 20px;
    }
    #gallery {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .carousel-item {
        height : 300px;
    }

    .last-image {
        display: none
    }
    .navbar-sign {
        background: #101010f2;
    }
    
    .inputs-down4 {
        margin-bottom:3rem;
    }
    
    .fake-body-event {
        /*height:350%;*/
        /*height:200%;*/
    }
    
    .sponser-box img {
        width:80%;
    }
    .special-partner img {
        width:100%;
    }
    .apec-sponsor {
        font-size: 17px!important;
    }
    .row-main-partner img {
        width:60%;
    }
   
    
}


@media screen and (min-width:600px) and (max-width:768px) {
    .header__menu {
        display: block;
        fill : #ae0709;
    }
    .last-image {
        display: none
    }
    .carousel-item { 
        height: 348px;
    }
        .fake-body-event {
        /*height:300%;*/
          /*height:200%;*/
    }

}
/*@media screen and (max-width:400px){*/
/*      .fake-body-event {*/
/*        height:400%;*/
/*    }*/
/*}*/
@media screen and (max-width:420px) {
    
    .sponser-box {
        margin: 0;
        margin-bottom: 20px;
    }
    .last-image {
        display: none!important
    }
   
}



@media screen and (max-width:991px) and (min-width:600px) {
    #da-thumbs {
        display: grid; 
        grid-template-areas: 'one two';
    }
    .row2-spon {
        display: grid ;
        grid-template-areas: 'one two';
        grid-row-gap: 20px;
    }
    .carousel-indicators {
        display: none;
    }
}


@media screen and (max-width:991px) {
    .profile-row {
        display: block;
        margin: auto;
    }
    .row-col1 {
        max-width: 1800px;
    }
    .row-col2 {
        max-width: 1800px;
    }
    .profile-icon {
    }
    .dropbtn {
        padding-left: 0px;
    }
}

@media screen and (max-width:450px) {
   label {
    font-size: 14px;
   } 
   .span_cv {
        font-size: 14px;
   }
   .profile-title p:first-of-type {
    font-weight: bold;
    font-size: 22px;

}
.show_hide,.show_hide2 {
    width: 84.5%;

}
}

@media screen and (max-width:764px) and (min-width:558px) {
    .show_hide {
        width: 89.5%;

    }

    .inputs-down4 {
        margin-bottom:3rem;
    }
}


/*media queries for select menu custom arrow*/

@media only screen and (min-width: 320px) {

	.box2:before {
		left: 82%;
		top: -5%;
	}
}

@media only screen and (min-width: 360px) {

	.box2:before {
		left: 85%;
		top: -5%;
	}
}

@media only screen and (min-width: 400px) {

	.box2:before {
		left: 86%;
		top: -5%;
	}
}

@media only screen and (min-width: 480px) {

	.box2:before {
		left: 88%;
		top: -5%;
	}

}


@media only screen and (min-width: 600px) {

	.box2:before {
		left: 88%;
		top: -5%;
	}

}

@media only screen and (min-width: 700px) {

	.box2:before {
		left: 86%;
		top: -5%;
	}

}

@media only screen and (min-width: 1024px) {

	.box2:before {
		left: 88%;
		top: -5%;
	}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	.box2:before {
		left: 89%;
		top: -5%;
    }
    


}

@media screen and (max-width:450px) {
	
	.box2 select {

		font-size: 14px;
		-webkit-appearance: button;
		outline: none;
		width:200px;
	
	}

	#submitMe {
		margin-top: 0%;
        width: 200px;
	
    }
    
    /*#mainDiv2 {*/
    /*    margin-top: 5rem;*/
    /*}*/
	
}