*
{
    box-sizing: border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body
{
    margin:0;
    font-family:'Rubik',sans-serif;
}
.top-header-container
{
background:linear-gradient(to right,rgba(235,34,38,0.9),rgba(249,104,0,0.9));
}
.top-header
{
height:30px;
display:flex;
align-items:center;
justify-content:flex-end;
color:#ffffff;
max-width:1300px;
margin:auto;
font-size:14.5px;
}
.thitem
{
margin:0 8px;
}
.thitem a
{
color:#ffffff;
text-decoration:none;
}
@media only screen and (max-width:600px)
{
.thitem:nth-child(1){display:none;}
}

.header-container
{
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    height: 68px;
    background-color:#ffffff;
    width:100%;
    z-index:5;
    position:static;
    top:0;
}
header
{
    height:68px;
    display:flex;
    max-width:1300px;
    margin:auto;
    padding:0 20px;
    align-items:center;
    justify-content:space-between;
}
.ourlogo
{
    text-decoration:none;
}
.ourlogo img
{
    height:45px;
}
.links-navbar
{
    display:flex;
    align-items:center;
    height:100%;
    position:relative;
}
.links-navbar li
{
    display:block;
    position: relative;
    height:100%;
}
.links-navbar a
{
    margin:auto 8px;
    padding:0 5px;
    text-decoration:none;
    display:flex;
    align-items:center;
    height:100%;
    color:#333;
    border-bottom:3px solid #ffffff;
    font-size:14.5px;
    font-weight:400;
    position: relative;
}
.links-navbar a:hover
{
    color:#eb2226;
}
.links-dropdown
{
    position:absolute;
    z-index:5;
    background-color:#ffffff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    top:60px;
    right:0;
    width:180px;
    visibility:hidden;
    opacity:0;
    box-shadow:3px 0 10px rgba(0,0,0,.4);
    animation:fade 0.3s;
    transition:all 0.3s ease-in-out;
}
.links-navbar li a:hover + .links-dropdown,.links-dropdown:hover
{
    visibility:visible;
    opacity:1;
}
.links-dropdown:before 
{
    content: "";
    position: absolute;
    top:-13px;
    right:13px;
    border: solid 7px transparent;
    border-bottom-color: #FFF;
    z-index: 3;
}
.links-dropdown a
{
    margin:7px;
    color:#666;
    font-size:13.5px;
    transition:all 0.3s ease-in-out;
}
.links-dropdown a:hover
{
    margin-left:15px;
}
.links-dropdown a i
{
    color:#ddd;
}
.side-btn
{
    display:none;
    color:#eb2226;
    font-size:22px;
    cursor: pointer;
    text-decoration:none;
}
@media only screen and (max-width:600px)
{
    .links-navbar
    {
        background-color:#ffffff;
        position:fixed;
        top:70px;
        width:100%;
        height:100%;
        z-index:10;
        left:0;
        flex-direction:column;
        align-items:flex-start;
        padding:20px;
        display:none;
        border-top:2px solid #eb2226;
    }
    .links-navbar a{margin:0 8px;height:auto;padding:7px;border-bottom:2px solid #eb2226;width:95%;}
    .links-navbar a:hover{border-bottom:2px solid #eb2226;}
    .ourlogo img{height:35px;}
    header{justify-content:center;}
}
@media only screen and (min-width:601px)
{
    .links-navbar{display:flex !important;}
}
.engine-banner
{
    width:100%;
    height:300px;
    background-image:url("/resources/images/ebg.jpg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.engine-overlay
{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    display:flex;
    justify-content:center;
    color:#eee;
}
.engine-overlay span
{
    margin-top:80px;
    font-size:27px;
    font-weight:500;
}
.engine-container
{
    padding:0 10px;
}
.engine
{
    max-width:1100px;
    margin:auto;
    background-color:#ffffff;
    border-radius:8px;
    padding:20px;
    margin-top:-100px;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
}
.trip-selector
{
    display:flex;
    margin:0 0.5%;
    width:99%;
}
.trip-selector label input
{
    height:0;
    width:0;
    position:absolute;
    opacity:0;
}
.trip-selector label
{
    color:#303030;
    margin-right:15px;
    display:flex;
    align-items:center;
    cursor: pointer;
    font-size:15px;
}
.custom-radio-selector
{
    height:17px;
    width:17px;
    border-radius:50%;
    background-color:#ffffff;
    margin-right:5px;
    border:3px solid #ffffff;
    box-shadow:1px 1px 1px #ccc,-1px -1px 1px #ccc,-1px 1px 1px #ccc,1px -1px 1px #ccc;
}
.trip-selector label input:checked~.custom-radio-selector
{
    background-color:#eb2226;
    box-shadow:1px 1px 1px #eb2226,-1px -1px 1px #eb2226,-1px 1px 1px #eb2226,1px -1px 1px #eb2226;
}
.search-section
{
    display:flex;
    margin:10px 0 5px 0;
    flex-wrap:wrap;
}
.search-section div input
{
    height:40px;
    border:0;
    outline:0;
    border-radius:10px;
    padding-left:10px;
    font-size:16px;
    font-weight:400;
    color:#101010;
    border:1px solid #707070;
    width:100%;
    margin:0;
    font-family:'Lato',sans-serif;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-section input:focus
{
    border:2px solid #eb2226;
}
.search
{
    width:22%;
    margin:5px 0.5%;
}
.dates
{
    width:15%;
    margin:5px 0.5%;
}
.passenger
{
    width:21%;
    margin:5px 0.5%;
    position:relative;
}
.dates input,.passenger input
{
    cursor: pointer;
}
.dates input,.mdates input
{
    background-image:url(../images/calendar.png);
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:5px 10px;
    padding-left:35px !important;
}
.passenger input
{
    background-image:url(../images/avatar.png);
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:5px 10px;
    padding-left:35px !important;
}
.onewaysearch
{
    width:28%;
}
.onewaydate
{
    width:19%;
}
.multicity-container
{
    width:100%;
    flex-wrap:wrap;
    display:none;
}
.multicity
{
    width:78%;
    display:flex;
    flex-wrap:wrap;
}
.msearch
{
    width:35.90%;
    margin:5px 0.64%;
}
.mdates
{
    width:24.36%;
    margin:5px 0.64%;
}
.search-button
{
    width:100%;
    margin:25px 0 -40px 0;
    display:flex;
    justify-content:center;
}
.search-button button
{
    border:0;
    height:40px;
    background:linear-gradient(#eb2226,#f96800);
    color:#ffffff;
    font-size:17px;
    padding:0 20px;
    border-radius:25px;
    font-weight:400;
    cursor: pointer;
    font-family:'Rubik',sans-serif;
    outline:0;
    box-shadow:rgb(158 158 158 / 61%) 0 2px 5px 0;
    transform: translateY(0);
    transition:transform 0.3s ease-in-out;
}
.search-button button:hover
{
    transform:translateY(-5px);
}
.remove-flight
{
    height:46px;
    background-color:rgba(0,0,0,0);
    border:0;
    width:5%;
    color:#ffffff;
    font-family:'Rubik',sans-serif;
    margin:7px 0.5%;
    font-size:16px;
    cursor: pointer;
    font-weight:400;
    outline:0;
    display:none;
}
.add-flight
{
    height:46px;
    background-color:rgba(0,0,0,0);
    border:1px solid #ffffff;
    width:15%;
    color:#ffffff;
    border-radius:5px;
    font-family:'Rubik',sans-serif;
    margin:7px 0.5%;
    font-size:16px;
    cursor: pointer;
    font-weight:400;
    outline:0;
}
.madd-flight
{
    height:46px;
    background-color:rgba(0,0,0,0);
    border:1px solid #ffffff;
    width:23%;
    color:#ffffff;
    border-radius:5px;
    font-family:'Rubik',sans-serif;
    margin:7px 0.5%;
    font-size:16px;
    cursor: pointer;
    font-weight:400;
    outline:0; 
    order:6;  
    display:none;
}
.passenger-counter
{
    position:absolute;
    top:55px;
    background-color:#fafafa;
    border-radius:5px;
    width:150%;
    right:0;
    box-shadow:rgb(158 158 158 / 61%) 0 2px 5px 0;
    display:none;
    z-index:100;
}
.passenger-counter::before
{
    content:"";
    position: absolute;
    display: block;
    width: 0;
    top: -13px;
    right: 30px;
    bottom: auto;
    left:auto;
    border-width: 0 10px 13px;
    border-style: solid;
    border-color: #f4f5f6 transparent;
}
.close-pc-row
{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color:#f4f5f6;
    padding:10px;
    color:#eb2226;
    font-size:18px;
    font-weight:500;
    border-radius:5px 5px 0 0;
}
.close-pc-row i
{
    color:#eb2226;
    cursor: pointer;
}
.steeper-container
{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
}
.steeper-type
{
    display:flex;
    align-items:center;
}
.steeper-type img
{
    height:25px;
}
.sttxt
{
    display:flex;
    flex-direction:column;
    margin:0 10px;
}
.sttxt span:nth-child(1)
{
    color:#303030;
    font-size:16px;
    font-weight:500;
}
.sttxt span:nth-child(2)
{
    color:#626262;
    font-size:13px;
    opacity:0.7;
}
.steeper
{
    display:flex;
    align-items:center;
}
.step-down
{
    height:35px;
    width:35px;
    border:0;
    border-radius:10px 0 0 10px;
    background:linear-gradient(rgba(235,34,38,0.2),rgba(235,34,38,0.3));
    color:#ffffff;
    border-bottom:3px solid rgba(235,34,38,0.3);
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
    outline:0;
}
.step-up
{
    height:35px;
    width:35px;
    border:0;
    border-radius:0 10px 10px 0;
    background:linear-gradient(rgba(235,34,38,0.8),rgba(235,34,38,0.6));
    color:#ffffff;
    border-bottom:3px solid rgba(235,34,38,0.6);
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
    outline:0;
}
.steeper-value
{
    height:35px;
    width:35px;
    background-color:#ffffff;
    color:#303030;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:500;
}
.cabin-selector
{
    position:relative;
    margin:10px;
    padding:7px 10px;
    border:2px solid rgba(235,34,38,0.3);
    color:#303030;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:5px;
    font-weight:500;
    background-color:#ffffff;
    cursor: pointer;
}
.cabin-selector i
{
    font-size:20px;
}
.cabin-options
{
    position:absolute;
    display:flex;
    flex-direction:column;
    width:100%;
    background-color:#ffffff;
    border-radius:0 0 5px 5px;
    top:36px;
    left:0;
    display:none;
    box-shadow:rgb(158 158 158 / 61%) 0 2px 5px 0;
}
.cabin
{
    padding:5px 10px;
    color:#303030;
    font-size:15px;
    font-weight:500;
}
.cabin:hover
{
    background-color:rgba(0,0,0,0.1);
}
.active-cabin
{
    color:#ffffff;
    background-color:#eb2226;
}
.active-cabin:hover
{
    background-color:#eb2226;
}
.flightno
{
    width:99%;
    margin:0 0.5%;
    padding:0 3px;
    color:#ffffff;
    font-size:15px;
    align-items:center;
    justify-content:space-between;
    display:none;
}
.flightno a
{
    text-decoration:none;
    color:#ffffff;
    font-size:15px;
}
@media only screen and (max-width:1000px)
{
    .search{width:49%;}
    .dates{width:24%;}
    .passenger{width:49%;}
    .onewaydate{width:49%;}
    .mcsearch{width:37%}
    .mcdate{width:23%;}
    .multicity-container{order:4;}
    .passenger{order:5}
    .mcpassenger{width:75%;}
    .multicity{width:100%;}
    .msearch{width:37%;margin:5px 0.5%;}
    .mdates{width:23%;margin:5px 0.5%;}
    .add-flight{display:none !important;}
    .remove-flight{display:none !important;}
    .flightno-show{display:flex;}
    .madd-show{display:block;}
    .passenger-counter{width:100%;max-width:600px;}
}
@media only screen and (max-width:700px)
{
    .dates{width:49%;}
    .passenger{width:99%;}
    .onewaydate{width:99%;}
    .mcsearch{width:49%;}
    .msearch{width:49%;}
    .mdates{width:99%;}
}
@media only screen and (max-width:600px)
{
    .dates{width:99%;}
    .search{width:99%;}
    .mcsearch{width:99%;}
    .msearch{width:99%;}
    .madd-flight{width:40%;}
    .engine-banner{display:none;}
    .engine-container{padding:10px 5px;}
    .engine{margin-top:0;padding:20px 10px;border-radius:0;}
    .trip-selector{justify-content:center;}
    .trip-selector label{font-size:13.5px;margin-right:7px;}
}
.section-head
{
    font-size:20px;
    font-weight:400;
    color:#333;
    letter-spacing:.4px;
    max-width:1200px;
    margin:auto;
    padding:20px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.swiper-container
{
    max-width:1200px;
    margin:10px auto;
    padding:20px;
    overflow:hidden;
}
.islide
{
    cursor: pointer;
    transform:scale(1.0);
    transition:transform 0.2s ease-in-out;
    border-radius:10px;
}
.islide:hover
{
    transform:scale(1.05);
}
.img-section
{
    height:270px;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.img-section img
{
    height:100%;
}
.country-name
{
    padding:15px 3px;
    color:#404040;
}
.img-tag
{
    position:absolute;
    top:10px;
    right:10px;
    color:#ffffff;
    background-color:#3cb371;
    padding:3px 6px;
    border-radius:3px;
    font-size:13px;
    display:none;
}
.swiper-btns
{
    position: relative;
}
.swiper-button-next:after, .swiper-button-prev:after
{
    font-size:16px;
    color:#fff;
    padding:4px 8px;
    background-color:#eb2226;
    border-radius:3px;
    font-weight:600;
}
.swiper-button-next
{
    top:0;
    right:0;
}
.swiper-button-prev
{
    top:0;
    left:-65px;
}
.swiper-button-next, .swiper-button-prev
{
    color:#ccc;
}
@media only screen and (max-width:600px)
{
    .img-section{height:220px;}
    .section-head{font-size:17px;}
    .section-head span{max-width:70%;text-overflow: ellipsis;overflow:hidden;white-space: nowrap;}
}
.pdeal-item
{
    display:flex;
    flex-direction:column;
    padding:10px;
    border-radius:8px;
    background-color:#ffffff;
    margin:10px 1.5%;
    width:100%;
    cursor:pointer;
    box-shadow: rgb(158 158 158 / 61%) 0 2px 5px 0;
}
.pdeal-item:hover
{
    box-shadow: rgb(158 158 158 / 61%) 0 2px 10px 0;
}
.vertical-graph
{
    display:flex;
    margin:10px 0;
    align-items:center;
}
.graph-line
{
    width:1px;
    height:65px;
    max-height:65px;
    border-left:1px dashed #eb2226;
    position:relative;
    margin:0 10px;	
}
.graph-line::after
{
    content:'';
    width:6px;
    height:6px;
    position:absolute;
    top:-8px;
    left:-5.5px;
    border-radius:50%;
    background-color:none;
    border:2px solid #eb2226;
}
.graph-line::before
{
    content:'';
    width:9px;
    height:9px;
    position:absolute;
    bottom:-9px;
    left:-5px;
    border-radius:50%;
    background-color:#eb2226;
}
.graph-contents
{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:90px;
}
.from-airp div:nth-child(1),.to-airp div:nth-child(1)
{
    font-size:15px;
    font-weight:500;
    color:#404040;
}
.from-airp div:nth-child(2)
{
    font-size:15px;
    font-weight:400;
    color:#606060;
}
.srates
{
    display:flex;
    flex-direction:column;
    color:#707070;
    font-size:12px;
    padding-top:10px;
    padding-left:10px;
}
.sprice
{
    font-size:20px;
    font-weight:500;
    color:#eb2226;
}
.ns-container
{
    background-color:#f5f5f5;
}
.newsletter-suscribe
{
    padding:20px 0;
    max-width:1200px;
    margin:10px auto;
    display:flex;
    align-items:center;
    flex-wrap: wrap;
}
.nstxt
{
    width:45%;
    margin:10px 2.5%;
    color:#eb2226;
    display:flex;
    flex-direction:column;
}
.nstxt span:nth-child(1)
{
    font-size:30px;
    font-weight:500;
}
.nstxt span:nth-child(2)
{
    font-size:16px;
    color:#404040;
}
.ns-form
{
    width:45%;
    margin:10px 2.5%;
    padding:20px;
    background-color:#ffffff;
    border-radius:10px;
    display:flex;
    justify-content:space-between;
    box-shadow:rgb(158 158 158 / 61%) 0 2px 5px 0;
}
.ns-input
{
    display:flex;
    flex-direction:column;
    width:75%;
}
.ns-input label
{
    color:#404040;
    font-size:15px;
    padding:5px 2px;
}
.ns-input input
{
    height:40px;
    border:0;
    outline:0;
    border-radius:10px;
    padding-left:10px;
    font-size:16px;
    font-weight:400;
    color:#101010;
    border:1px solid #707070;
    width:100%;
    margin:0;
    font-family:'Lato',sans-serif;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;
}
.ns-input input:focus
{
    border:2px solid #eb2226;
}
.ns-form button
{
    background:linear-gradient(#eb2226,#f96800);
    border:0;
    border-radius:20px;
    height:40px;
    outline:0;
    color:#ffffff;
    padding:0 20px;
    margin-top:10px;
    font-size:16px;
    font-family:'Rubik',sans-serif;
    box-shadow:rgb(158 158 158 / 61%) 0 2px 5px 0;
    cursor: pointer;
    align-self:flex-end;
}
@media only screen and (max-width:800px)
{
    .nstxt{width:95%;}
    .ns-form{width:95%;}
    .nstxt span:nth-child(1){font-size:25px;}
    .ns-form button{align-self:center;}
}
@media only screen and (max-width:600px)
{
    .nstxt span:nth-child(1){font-size:20px;text-align:center;}
    .nstxt span:nth-child(2){font-size:14px;text-align:center;}
    .ns-form{flex-direction:column;}
    .ns-input{width:100%;}
}
.besto-item
{
    width:100%;
    padding:15px;
    box-shadow: rgb(158 158 158 / 61%) 0 2px 5px 0;
    border-radius:10px;
    display:flex;
    align-items:center;
    height:150px;
}
.besto-txt
{
    margin:0 10px;
    color:#606060;
    font-size:13px;
}
.off-line
{
    font-size:18px;
    font-weight:500;
    color:#404040;
}
.off-des
{
    padding:12px 0;
}
.promo-line
{
    font-size:14px;
    font-weight:400;
}
.pcode
{
    color:#eb2226;
    font-size:15px;
    font-weight:500;
    padding:3px;
    background-color:rgba(249,104,0,0.05);
    border:1px dashed #eb2226;
    margin:0 5px;
}
.why-book-container
{
    width:100%;
    background:linear-gradient(to right,rgba(235,34,38,0.7),rgba(249,104,0,0.7));
}
.why-book
{
    padding:10px 20px;
    color:#ffffff;
    font-size:15px;
    display:flex;
    align-items:center;
}
.wbhead
{
    color:#ffffff;
    font-size:20px;
    font-weight:500;
    width:22%;
    text-align:center;
    padding:10px;
}
.wbitems-container
{
    display:flex;
    flex-wrap:wrap;
    margin:15px 0;
    width:78%;
}
.wbitem
{
    display:flex;
    width:23.5%;
    margin-right:1.5%;
}
.wbitem img
{
    width:45px;
    height:45px;
}
.wbdes
{
    margin:0 10px;
}
.wbtop
{
    font-size:15.5px;
    color:#ffffff;
    font-weight:500;
}
.wbtxt
{
    font-size:13.5px;
    color:#eee;
    padding:5px 0;
}
@media only screen and (max-width:1150px)
{
    .why-book{flex-direction:column;}
    .wbhead{width:100%;}
    .wbitems-container{width:100%;}
}
@media only screen and (max-width:950px)
{
    .wbitem{width:48.5%;margin-bottom:10px;margin-top:10px;}
}
@media only screen and (max-width:600px)
{
    .wbitem{width:98.5%;border-bottom:1px solid #eee;padding-bottom:10px;}
    .wbhead{font-size:20px;color:#eb2226;}
    .wbtop{color:#303030;}
    .wbtxt{color:#505050;}
    .why-book-container{background:#ffffff;}
}
.footer-container
{
   background-color:#303030;
}
.footer
{
    max-width:1200px;
    margin:auto;
    padding:20px;
    display:flex;
    flex-wrap:wrap;
    padding-bottom:0;
}
.fs-sep
{
    border-left:1px solid #505050;
    height:250px;
    margin:auto 1%;
    width:1px;
}
.fabout-section img
{
    height:40px;
}
.fabout-section
{
    color:#eee;
    font-size:14px;
    line-height:23px;
    width:30.33%;
    margin:0 1%;
    font-weight:400;
}
.flinks-section
{
    width:32%;
    margin:0 0.5%;
    display:flex;
    justify-content:center;
}
.flinks-head
{
    color:#ffffff;
    font-size:14px;
    font-weight:500;
    padding:3px 0;
    display:inline-block;
}
.flinks
{
    display:flex;
    flex-direction:column;
    margin-top:10px;
}
.flinks a
{
    color:#eee;
    font-size:13px;
    padding:3px 0;
    text-decoration:none;
    display:flex;
    align-items:center;
}
.flinks a i
{
    color:#f96800;
    margin-right:5px;
    font-size:14px;
}
.get-touch-section
{
    width:28.33%;
    margin:0 1%;
}
.gtlinks
{
    margin:15px 0;
    display:flex;
    flex-wrap:wrap;
}
.sicon-container
{
    text-decoration:none;
    margin:0 10px 10px 0;
    display: flex;
    align-items:center;
    cursor: pointer;
}
.sicon-container i
{
    color:#ffffff;
    font-size:16px;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background-color:none;
    border-radius:50%;
    border:1px solid #ffffff;
}
.sicon-container:hover i
{
    color:#303030;
    background-color:#ffffff;
}
.payment-icons
{
    display:flex;
    flex-wrap:wrap;
    margin:15px 0;
}
.payment-icons img
{
    height:35px;
    border-radius:3px;
    display:block;
    margin:0 10px 10px 0; 
}
.cr-line
{
    font-size:14px;
    color:#eee;
    text-align:center;
    padding:7px 10px 7px 10px;
    border-top:1px solid #ccc;
}
@media only screen and (max-width:1050px)
{
    .fabout-section,.flinks-section{width:46% !important;}
    .flinks-section{justify-content:flex-start !important;}
    .get-touch-section{width:97%;margin-top:20px;}
    .fs-sep:nth-child(5){display:none;}
}
@media only screen and (max-width:800px)
{
    .fabout-section,.flinks-section,.get-touch-section{width:100% !important;margin-top:20px;}
    .fs-sep{display:none;}
}
@media only screen and (max-width:600px)
{
    .fabout-section,.flinks-section,.get-touch-section{width:100% !important;margin:10px auto;}
}
.ui-menu
{
    padding:5px;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
}
.ui-menu .ui-menu-item
{
    display:flex;
    flex-direction:column;
    color:#424242;
    font-size:16px;
}
.ui-menu .ui-menu-item a
{
    padding:15px 3px;
    background-color:#ffffff;
    border-bottom:1px solid #e0e0e0;
    border-radius:0;
}
.ui-menu .ui-menu-item a.ui-state-focus
{
    background-color:#f4f5f6;
    border-radius:0;
    border:0 !important;
    outline:0;
}
.ui-menu .ui-menu-item a.ui-state-focus .highlight
{
}
.highlight
{
    color:#eb2226;
    font-weight:400;
}
.ui-corner-all
{
border-radius:0;
}

.ui-datepicker
{
padding:0;
z-index:5 !important;
font-family:'Poppins',sans-serif;
border-radius:0;
box-shadow:1px 1px 0.5px #e5e5e5,-1px 1px 0.5px #e5e5e5,1px -1px 0.5px #e5e5e5,-1px -1px 0.5px #e5e5e5;
width:auto !important;
}
.ui-datepicker .ui-datepicker-header
{
padding:10px 0 !important;
}
.ui-widget-header
{
background-color:#f4f5f6 !important;
border:0 !important;
color:#212121 !important;
border-radius:0 !important;
}
.ui-datepicker-week-col
{
text-align:center;
font-family:'Poppins',sans-serif;
color:#212121;
font-weight:500;
padding:3px;
font-size:16px;
}
.ui-datepicker table thead
{
background-color:#f4f5f6 !important;
color:#eb2226 !important;
padding:10px 0;
}
.ui-datepicker table thead .ui-datepicker-week-col
{
color:#ffffff;
}
.ui-widget.ui-widget-content
{
border:0;
}
.ui-widget-content
{
border:0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
top:10px;
border-radius:50%;
cursor:pointer;
}
.ui-datepicker .ui-datepicker-next
{
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover
{
background-color:#ffffff;
}

.ui-datepicker-month,.ui-datepicker-year
{
border-radius:5px;
color:#212121;
margin:1px 5px !important;
width:40% !important;
font-weight:400;
color:#424242;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active 
{
border:0;
background-color:#ffffff;
font-family:'Poppins',sans-serif;
text-align:center;
font-weight:500;
padding:20px;
font-size:16px;
color:#424242;
width:30px;
height:30px;
display:flex;
align-items:center;
justify-content:center;
margin:0;
}
.ui-datepicker-calendar .ui-state-active
{
background:#eb2226;
color:#ffffff;
}
.ui-datepicker td 
{
   border:1px solid #eee !important;
   padding:0 !important;
}
.ui-datepicker td.ui-datepicker-other-month
{
   border:0 !important;
}
.ui-datepicker-calendar .ui-state-hover 
{
background:#eb2226;
color:#ffffff;
}
.ui-datepicker .ui-datepicker-buttonpane button
{
color:#ffffff;
background-color:#eb2226;
font-weight:600;
border-radius:20px;
padding:0 20px;
}
.asgt-head
{
color:#ffffff;
font-size:30px;
text-align:center;
padding:30px 20px;
font-weight:400;
width: 100%;
background:linear-gradient(to right,rgba(235,34,38,0.7),rgba(249,104,0,0.7));
}
.asgt-content
{
padding:20px;
margin:10px;
max-width:1200px;
margin:auto;
}
.asgt-content h3,.asgt-content h4
{
color:#eb2226;
font-weight:400;
}
.asgt-content p
{
color:#505050;
font-size:15px;
text-align:justify;
line-height:20px;
}
.asgt-content ul
{
padding-left:20px;
list-style-type:circle;
}
.asgt-content li
{
color:#505050;
font-size:15px;
}
.contact-container
{
    padding: 20px;
    max-width: 1100px;
    margin:10px  auto;
    display:flex;
    justify-content:space-between;
}
.contact-details
{
    display:flex;
    flex-direction:column;
}
.details-item
{
    margin:10px 0;
    display:flex;
}
.details-item i
{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    width:40px;
    height:40px;
    border-radius:50%;
    color:#ffffff;
    font-size:17px;
    background-color:#eb2226;
    font-weight:400;
}
.di-detail
{
    margin-left:12px;
}
.did-head
{
    font-size:17px;
    color:#eb2226;
    font-weight:500;
}
.did-txt
{
    color:#404040;
    font-size:15px;
    padding:5px 0;
}
.contact-form
{
    padding:20px;
    border-radius:5px;
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:500px;
    box-shadow: rgb(158 158 158 / 61%) 0 2px 5px 0;
    margin:10px 0;
}
.cf-head
{
    color:#eb2226;
    font-size:22px;
    font-weight:500;
    margin-bottom: 10px;
}
.cf-input
{
    display:flex;
    flex-direction:column;
    margin:5px 0;
}
.cf-input label
{
    color:#404040;
    font-size:15px;
    padding:5px 0;
}
.cf-input input
{
    height: 40px;
    outline: 0;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    border: 1px solid #707070;
    width: 100%;
    margin: 0;
    font-family: 'Lato',sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cf-input textarea
{
    height:120px;
    outline: 0;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    border: 1px solid #707070;
    width: 100%;
    margin: 0;
    font-family: 'Lato',sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cf-input input:focus,.cf-input textarea:focus
{
    border:2px solid #eb2226;
}
.contact-form button
{
    background: linear-gradient(#eb2226,#f96800);
    border: 0;
    border-radius: 20px;
    height: 40px;
    outline: 0;
    color: #ffffff;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Rubik',sans-serif;
    box-shadow: rgb(158 158 158 / 61%) 0 2px 5px 0;
    cursor: pointer;
    align-self: flex-start;
}
@media only screen and (max-width:850px)
{
    .contact-container{flex-direction:column;}
}
.error
{
border:2px solid red !important;
}