
@media screen and (max-width: 993px) {
    
    .wrap-it{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        align-content: space-between;
    }

    .wrap-input, .wrap-input-2 {
        display: flex;
        padding: 10px 0;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content:left;
        align-content: center;
        justify-items: center;
        align-items: center;
        border-bottom: solid 1px #FF6600 !important;
        border: none;
    }

    .no-border-bottom{
        border-bottom:none !important;
    }

    .wrap-input label, .wrap-input-2 label {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        padding: 0;
        color: #05164D;
    }

    .widget-container {
        width: 100%;
        margin: 0;        
        background: rgba(248, 248, 248, 0.8);
        border-radius: 20px;
        box-shadow: 6px 10px 13px -7px #000000;
    }
    .tabs {
        display: flex;
        /*margin-bottom: 10px;*/        
        background: #FFFFFF;
        border-radius: 20px 20px 0 0;
        border-bottom: 5px solid #05164D;
    }
    .tab {
        /*flex: 1;*/
        display: flex;
        width: 33.3%;
        padding: 10px 5px;
        text-align: center;
        cursor: pointer; 
        border-radius: 20px 20px 0 0; 
        height: 35px;
        align-content: center; 
        justify-content:center;
        justify-items: center !important;
        align-items: center !important;
    }   

    .tab.active {
        background: #05164D;
        color: white;
        border-radius: 20px 20px 0 0;
    }

    .tab wrap{  
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;      
        align-content: space-between; 
        justify-content: space-between;
        justify-items: center !important;
        align-items: center !important;
    }

     .tab.active h2, .tab h2{
        display: flex;
        flex-direction: row;
        font-size: 10px;
        font-family: "TripGeom-Regular", sans-serif;
        font-weight: 400;
        margin: 0 !important;
    }

    .tab.active img, .tab img{
        display: flex;
        flex-direction: row;
        width: 20px;
        height: auto;
    }


    .form-section {
        display: none;
        padding: 20px;        
        /*border: 5px solid #000066;*/
    }
    .form-section.active {
        display: block;
    }
    form input{
        display: block;
        width: 100%;
        padding: 0px;
        margin: 0px;
        border: none;
        background:transparent;
    }

    form button {
        display: flex;
        flex-wrap: nowrap;
        font-family: "IndivisibleWeb-Regular" , sans-serif;
        font-size: 14px;
        text-decoration: none;
        color: #FF6600 !important;
        justify-content: center;
        align-content: center;
        width: auto;
        text-align: center;
        border: 3px solid #FF6600;
        border-radius: 20px;
        padding: 0 12px;
        line-height: 32px;
        box-sizing: border-box;
        transform: scale(0.95);
        transition: all 0.3s ease 0s;
        -webkit-box-shadow: 6px 8px 13px -7px #000000;
        box-shadow: 6px 8px 13px -7px #000000;
    }

    .wrap-input select, .wrap-input-2 select  {
        border: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 10px 0 0 0 !important;
        font-size: 14px !important;
    }
}


@media screen and (min-width: 992px) and (max-width: 5000px) {
    .wrap-it{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        align-content: space-between;
    }

    .wrap-input{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 48%;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        border-bottom: solid 1px #dbd !important;
        border: none;
    }

    .wrap-input-2{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        border-bottom: solid 1px #dbd !important;
        border: none;
    }

    .wrap-input label{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        width: 150px;
        color: #05164D;
    }

    .wrap-input-2 label{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        width: 250px;
        color: #05164D;
    }
    

    .widget-container {
        width: 100%;
        margin: 0;        
        background: #FFFFFF;
        border-radius: 20px;
        background: rgba(248, 248, 248, 0.6);
        box-shadow: 6px 10px 13px -7px #000000;
    }
    .tabs {
        display: flex;
        /*margin-bottom: 10px;*/        
        background: #FF6600;
        border-radius: 20px 20px 0 0;
        border-bottom: 5px solid #05164D;
    }
    .tab {
        display: flex;
        width: 33.3%;
        padding: 10px;
        text-align: center;
        cursor: pointer; 
        border-radius: 20px 20px 0 0; 
         
        align-content: center;
    justify-content: center;
    justify-items: center !important;
    align-items: center !important;            
    }
   
    .tab.active{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background: #05164D;
        color: white;
        border-radius: 20px 20px 0 0;
        justify-items: center;
        align-items: center;
    }

   .tab wrap{  
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;      
        align-content: space-between; 
        justify-content: space-between;
        justify-items: center !important;
        align-items: center !important;
    }

     .tab.active h2, .tab h2{
        display: flex;
        flex-direction: row;
        font-size: 14px;
        font-family: ;
        color: #FFFFFF;
        margin: 0 !important;
    }

    .tab.active img, .tab img{
        display: flex;
        flex-direction: row;
        width: 30px;
        height: auto;
    }

    .form-section {
        display: none;
        padding: 20px;        
        /*border: 5px solid #000066;*/
    }
    .form-section.active {
        display: block;
    }
    form input{
        display: block;
        width: 100%;
        padding: 10px 0 !important;
        margin: 8px 0;
        line-height: 20px;
        border: none;
        background-color: transparent !important;
    }

    form button {
        padding: 8px 20px;
        margin: 20px 0 0 0;
        font-family: "LufthansaHeadWeb-Light", sans-serif;
        text-shadow: #000000 1px 1px 1px;
        border: solid 3px #FFFFFF;
        background: #FF6600;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        border-radius: 100px;
        color: #FFF;
        font-size: 16px;
        -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
        transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
        -webkit-box-shadow: 6px 11px 13px -7px #000000;
        box-shadow: 6px 11px 13px -7px #000000;
    }

    form button:hover {
        text-shadow: #000000 2px 2px 2px;
        border: solid 3px #FFFFFF;
        text-decoration: none;
        background: #FF6600;
        color: #FFF;
        -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
        transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
        -webkit-box-shadow: 6px 10px 13px -7px #000000;
        box-shadow: 6px 10px 13px -7px #000000;
        }

    .wrap-input select, .wrap-input-2 select {
        border: none !important;
        box-shadow: none !important;
        font-size: 14px !important;
        letter-spacing:normal !important;
        background-color: transparent !important;
        padding: 10px 0 !important;
        margin: 8px 0 !important;
        line-height: 20px !important;
    }
}