 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

*{
    box-sizing: border-box;
}
.select-course-city {
    pointer-events: none;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    background: url("../img/gd-img2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #545454;
}
p,h1,h2,h3,h4,h5,h6{
    padding: 0px;
    margin: 0px;
}


.container_custom
{
    width: 590px;
    margin: auto;
    box-shadow: 0 2px 4px 2px #51515138;       
    position: absolute;
    padding: 0px 30px;
    background: white;
    border-radius: 20px;  
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)  
}

@media (min-width:992px)
{
.container_custom
{
    width: 590px;
    margin: auto;
    box-shadow: 0 2px 4px 2px #51515138;       
    position: absolute;
    padding: 0px 30px;
    background: white;
    border-radius: 20px;  
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%)  
}
}
@media (max-width:556px)
{
.container_custom {
 width: 290px;
    margin: auto;
    box-shadow: 0 2px 4px 2px #51515138;
    position: absolute;
    padding: 0px 12px;
    background: white;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
}

.logo-row
{
	margin-top: 0px;
}
.btn {
    width: 100%;
    background: #013350;
    color: white;     
    padding: 10px;
    border-radius: 12px;
    border: 0px;
    font-size: 18px;
    letter-spacing: 1px;
    
}

.com-heading
{
	border: 1px solid #c4c4c4;
	border-radius: 5px;
}
.textarea1
{
	width:503px;
	height: 95px; 
	border: 1px solid #c4c4c4; 
	border-radius: 5px;
}
@media (max-width:768px)
{
	.textarea1
{
	width:243px;
	height: 95px; 
	border: 1px solid #c4c4c4; 
	border-radius: 5px;
}
}
a{
    text-decoration: none;
    color: #ff422a;
}
.book 
{
	color: #FFFFFF;
}
.regi{
    font-size: 12px;
    color: #575757;
}
.col-1{
    width: calc(100% / 12 * 1);    
}
.col-2{
    width: calc(100% / 12 * 2);
}
.col-3{
    width: calc(100% / 12 * 3);
}
.col-4{
    width: calc(100% / 12 * 4);
}
.col-5{
    width: calc(100% / 12 * 5);
}
.col-6{
    width: calc(100% / 12 * 6);
}
.col-7{
    width: calc(100% / 12 * 7);
}
.col-8{
    width: calc(100% / 12 * 8);    
}
.col-9{
    width: calc(100% / 12 * 9);
}
.col-10{
    width: calc(100% / 12 * 10);
}
.col-11{
    width: calc(100% / 12 * 11);
}
.col-12{
    width: calc(100% / 12 * 12);    
}
[class*="col"]{
    float: left;
    padding: 15px;
}
.call{
    background: #ff422a;
    color: white;
    font-weight: 500;
    font-size: 14px;    
    padding: 10px;
    border-radius: 15px;
    border: 2px solid white;
   box-shadow: 0 2px 4px 2px #51515138;  
    text-align: center
}
.row::before, .row::after{
    content: " ";
    display: table;
    clear: both;
}
.slot_header {
    font-size: 30px;
    color: #000000;
    font-weight: 500;
}
.slot_header2{
    font-size: 12px;
    color: #545454;
}
.nop{
    padding-top: 0px;
    
}
.nop_b{
    padding-bottom: 0px;
	margin-top: 20px;
}
@media (max-width:556px)
{
	.nop_b{
    padding-bottom: 0px;
	margin-top: -8px;
}
}
input{
    width: 100%;
    border: 1px solid #c4c4c4;
    line-height: 40px;
    padding-left: 15px;
    border-radius: 5px;
    outline: none;
    color: #3b358a
}
select {
    color: #3b358a;
    width: 100%;
    background-color: white;
    border: thin solid #c4c4c4;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
        line-height: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #dc940b, #ff422a);
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
background-repeat: no-repeat;
}
input:hover, input:focus{
    border: 1px solid #3b358a;
}
.form-group{
    margin-bottom: 20px;
}
.form-group1
{
    margin-bottom: 11px;
}

::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #545454;
}
.text-center{
    text-align: center;
    
}
.font-st{
    font-size: 14px;
}
h1, p{
    line-height: 20px;
}

.btn-bl {
    display: inline-block;
    background: #5244ac;
    color: white;
    font-size: 14px;
    font-style: italic;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.mb-30{
    margin-bottom: 15px;
color: #5244ac;
}

.fixed_btn, .fixed_btn2 {
    position: fixed;
    bottom: 10px;
    width: 60px;
    z-index: 999;
    border: 2px solid white;
    border-radius: 50%;
}
.fixed_btn {
    left: 10px;
}
.fixed_btn2 {
    left: 80px;
}
.fixed_btn5 {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    width: 250px;
}

/**.carrier_logo {
    margin: 130px 0 0;
}**/
@media screen and (max-width:992px){
    .container_custom{
       
        
    }
    [class*="col"]{
        width: 100%;
        text-align: center
    }
    .hidden-xs{
        display: none
    }
    .notop{
        padding-top: 0;
    }
   
}




@media(max-width:991px){
  	.carrier_logo1 {margin: 0px 0 0;}
.container_custom {
    padding: 0px 15px;
    width: 98%;
    top: 0;
    transform: inherit;
    left: 0;
    right: 0;
}

}

@media(max-width:599px){
	.container_custom {    width: 97%;}
	.slot_header {
    font-size: 25px;
}	
	.slot_header {
    font-size: 25px;
margin:0 0 15px;
}
.container_custom1 {
    padding: 0px 15px;
	    width: 98%;
}	
.textarea1 {
    width: 100%;
}	
.carrier_logo {
    margin: 20px 0 0;
}
	
	}

