@import url('../fonts/Poppins.css');


:root {
    --heading-font: 'Poppins', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

.colorin {
    color: rgba(179, 20, 20, 0.92) !important;
}

.colorout {
    color: transparent !important;
}

/* Image */
img {
    border: none;
}


/* Anchor Tags */
a {
    text-decoration: none;
    outline: none;
}

a:link {}

a:active {}

a:visited {}

a:hover {
    text-decoration: underline;
}

h1 {}

h1 a {}

h1 a:hover {}

h2 {}

h2 a {}

h2 a:hover {}

.error {
    color: #ff0000;
}

.particles {
    background: url(../images/particles.png) no-repeat;
}


/* Layout Starts Here */
#fullScreenTop100 {
    width: 100%;
    height: auto;
    /*background:url(../images/topBg.jpg) repeat-x;*/
    float: left;
    clear: left;
}

#fullScreenTop100SubPage {
    width: 100%;
    height: auto;
    background: url(../images/subPageTopBg.jpg) repeat-x;
    float: left;
    clear: left;
}

#headerAndBody {
    width: 960px;
    height: auto;
    margin: 0px auto;
    clear: left;
}


#logoMenuLine {
    width: 100%;
    height: 116px;
    float: left;
    clear: left;
    background: #004BCB;
}

#logo {
    /*	background:url(../images/logo.png) no-repeat;*/
}

#topMenuRight {
    width: 760px;
    height: auto;
    text-transform: uppercase;
    float: left;
}

#topCustomerCare {
    width: 760px;
    height: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    background: url(../images/topPhoneMenuDiff.jpg) no-repeat bottom right;
    float: left;
    clear: left;
}

#topCustomerCare span {
    width: 330px;
    height: auto;
    margin-left: 510px;
    color: #fff;

    font-size: 14px;
    float: left;
    clear: left;
}

.menuHomeDiv {
    width: 24px;
    height: auto;
    padding-left: 300px;
    float: left;
}

.menuHome {
    width: 24px;
    height: 21px;
    background-position: -429px -33px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

.menuHome:hover {
    background-position: -429px -54px;
}

#topMenu {
    width: 760px;
    height: auto;
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    float: left;
}

#topMenu a {
    text-decoration: none;
    color: #fff;
}

#topMenu a:hover {
    text-decoration: underline;
}

#topMenu ul {
    color: #636262;
    list-style-type: none;
    float: left;
}

#topMenu ul li {
    list-style-type: none;
    float: left;
}

.topMenudiff {
    width: 11px;
    height: 44px;
    padding: 0px 10px;
    background: url(../images/menuDiff.jpg) no-repeat bottom;
}

#fullCustumGall100 {
    width: 100%;
    height: auto;
    min-height: 165px;
    /*background:url(../images/customerGalBg.png) no-repeat top center; */
    background: #E3411F;
    float: left;
    clear: left;
}

#fullCustumGall {
    width: 960px;
    height: auto;
    overflow: auto;
    margin: 0px auto;
    clear: left;
}

#fullCustumGallLeft {
    width: 480px;
    height: 125px;
    padding: 20px;
    background: #f2e3c1;
    float: left;
}

#fullCustumLbl {
    width: 480px;
    height: auto;
    font-size: 36px;
    color: #c0b08b;
    text-align: right;
    font-weight: bold;
    float: left;
    clear: left;
}

#fullCustumTalk {
    width: 480px;
    height: auto;
    color: #002345;
    margin-bottom: 5px;
    font-size: 30px;
    float: left;
    clear: left;
}

#fullCustumPeople {
    width: 480px;
    height: auto;
    color: #5bc0de;
    font-size: 18px;
    float: left;
    clear: left;
}

#fullCustumGallRight {
    width: 400px;
    height: 125px;
    padding: 20px;
    background: #fcf5e6;
    float: left;
}

#fullScreenFooter100 {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}

#footer-menu {
    width: 960px;
    height: auto;
    font-size: 14px;
    overflow: auto;
    #padding-bottom: 50px;
    margin: 0px auto;
    /*background:#F8F8F8 url(../images/footerDesign.png) no-repeat;*/
    clear: left;
}

.footerPoweredBy {
    width: 960px;
    height: auto;
    /*margin-top:25px;*/
    text-align: center;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.footerCopyright {
    width: 960px;
    height: auto;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 20px;
    float: left;
    clear: left;
}


.footerMenu {
    width: 960px;
    height: auto;
    text-align: center;
    margin-top: 50px;
    float: left;
    clear: left;
}

.footerMenu a {
    color: #111111;
}

.footerCopyright a {
    color: #111111;
}

/* Layout Ends Here */

/* Common Starts Here */
.txtBox {
    padding: 5px;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 40px;
    margin: 5px;
    width: 165px;
}

.chkBox {
    padding: 5px;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 22px;
    margin: 5px;
}

select .bpclass {
    overflow: scroll;

}

button,
input,
select,
textarea {
    margin: 0px;
    font-size: 100%;
    vertical-align: middle;
}

.asterik {
    color: #ff0000;
}

/* Common Ends Here */

/* Icons Seperate Starts Here */
#phoneIcon {
    width: 32px;
    height: 32px;
    background: url(../images/particles.png) no-repeat 0px 0px;
    float: left
}

#facebook {
    width: 47px;
    height: 40px;
    background: url(../images/fb.png) no-repeat;
    float: right;
}

/*#facebook:hover{
    background-position:-37px -32px;
}*/

#twitter {
    width: 47px;
    height: 40px;
    background: url(../images/twitter.png) no-repeat;
    float: right;
}

#googleplus {
    width: 47px;
    height: 40px;
    background: url(../images/gplus.png) no-repeat;
    float: right;
}

#gmail {
    width: 27px;
    height: 27px;
    background: url(../images/particles.png) no-repeat -98px -4px;
    float: left;
}

#gmail:hover {
    background-position: -98px -32px;
}

#youtube {
    width: 27px;
    height: 27px;
    background: url(../images/particles.png) no-repeat -129px -4px;
    float: left;
}

#youtube:hover {
    background-position: -129px -32px;
}

/* Icons Seperate Starts Here */


.basic-modal-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

#signInForm-modal-Head {
    width: 300px;
    height: auto;
    color: #000;
    font-size: 24px;
    float: left;
    clear: left;
}

/* Container */
#simplemodal-container {
    width: 490px;
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff url(../images/modalBg.jpg) repeat-x;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 0px 12px 20px 12px;
    overflow: auto;
    float: left;
}

#simplemodal-container .simplemodal-data {
    padding: 8px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(../images/particles.png) no-repeat -829px -27px;
    width: 22px;
    height: 22px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modalCloseImg:hover {
    background: url(../images/particles.png) no-repeat -829px -5px;
}

#simplemodal-container h3 {
    color: #84b8d9;
}



/* Sub Page Starts Here Common */
#subPageTopBg {
    width: 960px;
    height: 30px;
    float: left;
    clear: left;
}

#subPageFull100 {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}

#subPageContent {
    width: 958px;
    height: auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#subPageHeadLine {
    width: 918px;
    height: auto;
    margin: 20px 20px 5px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#subPageTopBg {
    width: 958px;
    height: auto;
    overflow: hidden;
    line-height: 10px !important;
    float: left;
    clear: left;
}

#subPageBottomBg {
    width: 958px;
    height: auto;
    overflow: hidden;
    line-height: 10px !important;
    float: left;
    clear: left;
}

.normalSubHead1 {
    width: 549px;
    height: auto;
    padding-bottom: 10px;
    font-size: 24px;
    float: left;
    clear: left;
}

.normalSubHead2 {
    width: 549px;
    height: auto;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 20px;
    float: left;
    clear: left;
}

.normalPara1 {
    width: 549px;
    height: auto;
    line-height: 20px !important;
    float: left;
    clear: left;
}

.normalPara2 {
    width: 549px;
    height: auto;
    line-height: 20px !important;
    float: left;
    clear: left;
}

/* Sub Page Ends Here Common */


/* Pre Ticket Booking Starts Here */
#preTicketBookingContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#preTicketBookingLeft {
    width: 648px;
    height: auto;
    padding: 20px 0px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

#preTicketBookingHeadLine {
    width: 608px;
    height: auto;
    margin: 0px 20px 20px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}


#preTicketBookingHeadLine1 {
    width: 608px;
    height: auto;
    margin: 30px 20px 20px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#preTicketBookingPaymentHeadLine {
    width: 608px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#preTicketBookingPaymentHead {
    width: 300px;
    height: auto;
    font-size: 20px;
    color: #1d3a8e;
    float: left;
}

#preTicketBookingPayment {
    width: 300px;
    height: auto;
    padding-top: 5px;
    text-align: right;
    float: left;
}

#preTicketBookingPassHeadLine {
    width: 606px;
    height: auto;
    font-size: 20px;
    color: #1d3a8e;
    padding: 10px 0px;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

.preTicketBookingPassDataLine {
    width: 608px;
    height: auto;
    padding: 10px 0px;
    background: url(../images/pre_ticket_booking-data-line.jpg) repeat-x bottom left;
    float: left;
    clear: left;
}

.preTicketBookingPassName {
    width: 250px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingPassGender {
    width: 200px;
    padding-left: 20px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingPassAge {
    width: 90px;
    padding-left: 20px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingTermsOfferCouponWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    margin-top: 20px;
    float: left;
    clear: left;
}

.preTBOfferCashLine {
    width: 608px;
    height: auto;
    margin-top: 15px;
    float: left;
    clear: left;
}

.preTBOfferCashInput {
    width: 170px;
    float: left;
}

.preTBOfferDiv {
    width: 598px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
}

.preTBCashDiv {
    width: 598px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
}

.preTBDivOfferCashLine {
    width: 598px;
    height: auto;
    padding-top: 5px;
    font-size: 11px;
    float: left;
    clear: left;
}

.preTBDivOfferCashInput {
    width: 170px;
    float: left;
}

.preTBDivOfferCashBtn {
    width: 100px;
    height: auto;
    float: left;
}

.preTBTermsLine {
    width: 588px;
    height: auto;
    background: #ffd0d0;
    border-top: 1px solid #e90000;
    border-bottom: 1px solid #e90000;
    padding: 10px 0px;
    margin-top: 10px;
    float: left;
    clear: left;
}

.preTBOfferCashLine input,
.preTBTermsLine input {
    margin-right: 10px;
    margin-left: 10px;
}

.offerCashTxt {
    width: 150px;
}

.passName {
    width: 230px;
}

.passAge {
    width: 80px;
}

.maleLine {
    width: 60px;
    float: left;
}

.maleLine input,
.femaleLine input {
    margin-right: 5px;
}

.femaleLine {
    width: 77px;
    float: left;
}

#preTicketBookingPassDetWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    float: left;
    clear: left;
}

#preTicketBookingPassHeadLine {
    width: 606px;
    height: auto;
    float: left;
    clear: left;
}

#preTicketBookingPassConDetWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    float: left;
    clear: left;
}

#preTicketBookingPassConDetLblMobile {
    width: 60px;
    padding-top: 5px;
    float: left;
}

#preTicketBookingPassConDetTxtMobile {
    width: 220px;
    float: left;
}

#preTicketBookingPassConDetLblEmail {
    width: 60px;
    padding-top: 5px;
    float: left;
}

#preTicketBookingPassConDetTxtEmail {
    width: 260px;
    float: left;
}

.mobileTxt {
    width: 188px;
}

.emailTxt {
    width: 240px;
}

#preTicketBookingOffWhole {
    width: 608px;
    height: auto;
    background: url(../images/payment-details-head-rpt.jpg) repeat-x;
    padding: 0px 20px;
    margin-top: 20px;
    float: left;
    clear: left;
}


#preTicketBookingRightWhole {
    width: 310px;
    height: auto;
    float: left;
}

#preTicketBookingTravelDet {
    width: 270px;
    padding: 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background: #c8e965 url(../images/ticketBg.jpg) repeat-y;
    float: left;
}

#preTicketBookingFareWhole {
    width: 310px;
    height: auto;
    background: #c8e965 url(../images/paymentdetrpt.jpg) repeat-y;
    float: left;
}

#preTicketBookingFareWhole1 {
    width: 270px;
    padding: 20px;
    background: url(../images/paymentDetTopDes.png) no-repeat;
    float: left;
}

#preTicketBookingFareHead {
    width: 270px;
    height: auto;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    float: left;
    clear: left;
}

#preTicketBookingFareOnwardLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareOnwardLbl {
    width: 170px;
    height: auto;
    float: left;
}

#preTicketBookingFareOnwardAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}

#preTicketBookingFareReturnLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareReturnLbl {
    width: 170px;
    height: auto;
    float: left;
}

#preTicketBookingFareReturnAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}

#preTicketBookingFareTotalLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareTotalLbl {
    width: 160px;
    height: auto;
    text-align: right;
    padding-right: 10px;
    float: left;
}

#preTicketBookingFareTotalAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}

/* Pre Ticket Booking Ends Here */


/* Pre Ticket Booking Starts Here */
#ticketConfirmContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#ticketConfirmLeft {
    width: 648px;
    height: auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

#ticketConfirmRight {
    width: 270px;
    padding: 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background: #c8e965 url(../images/ticketBg.jpg) repeat-y;
    float: left;
}

/* Pre Ticket Booking Ends Here */



/* Ticket Confirmation Page Starts Here */

#ticketConfirmResultLine {
    width: 608px;
    height: auto;
    padding: 20px;
    float: left;
    clear: left;
}

#ticketConfirmResultYes {
    width: 130px;
    height: 130px;
    background: url(../images/particles.png) no-repeat -2px -502px;
    float: left;
}

#ticketConfirmResultNo {
    width: 130px;
    height: 130px;
    background: url(../images/particles.png) no-repeat -137px -502px;
    float: left;
}

#ticketConfirmResultMess {
    width: 458px;
    height: auto;
    padding-left: 20px;
    float: left;
}

#ticketConfirmResultEx {
    width: 458px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmResultRes {
    width: 458px;
    height: auto;
    font-size: 32px;
    color: #1d3887;
    padding-bottom: 5px;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmResultMessage {
    width: 458px;
    height: auto;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmDet {
    width: 608px;
    height: auto;
    padding: 20px;
    background: url(../images/ticketconfirm-mes-det.png) repeat-x;
    float: left;
    clear: left;
}

#ticketConfirmDetLeft {
    width: 400px;
    height: auto;
    float: left;
}

#ticketConfirmDet1 {
    width: 400px;
    height: auto;
    float: left;
    clear: left;
}

.ticketConfirmDet2 {
    width: 400px;
    height: auto;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #adadad;
    float: left;
    clear: left;
}

#ticketConfirmCancel {
    width: 400px;
    height: auto;
    padding-top: 30px;
    float: left;
    clear: left;
}

#ticketConfirmCancel a {
    color: #0042ff;
}

#ticketConfirmCancel a:hover {
    text-decoration: underline;
}

#ticketConfirmDetRight {
    width: 125px;
    height: 100px;
    padding-left: 80px;
    float: left;
}

#ticketConfirmPrintTicket {
    width: 122px;
    height: 36px;
    float: left;
    clear: left;
}

#ticketConfirmPrintTicket a {
    width: 122px;
    height: 36px;
    text-indent: -10000px;
    background: url(../images/particles.png) no-repeat -690px -81px;
    float: left;
    clear: left;
}

#ticketConfirmPrintTicket a:hover {
    background-position: -690px -117px;
}

#ticketConfirmDownload {
    width: 122px;
    height: 36px;
    margin-top: 3px;
    float: left;
    clear: left;
}

#ticketConfirmDownload a {
    width: 122px;
    height: 36px;
    text-indent: -10000px;
    background: url(../images/particles.png) no-repeat -690px -161px;
    float: left;
    clear: left;
}

#ticketConfirmDownload a:hover {
    background-position: -690px -197px;
}

#tickerConfirmGreen {
    width: 528px;
    height: auto;
    padding: 20px 20px 20px 90px;
    float: left;
    clear: left;
}

#tickerConfirmGreenIcon {
    width: 74px;
    height: 76px;
    background: url(../images/particles.png) no-repeat -414px -408px;
    float: left;
}

#tickerConfirmGreenMes {
    width: 380px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 24px;
    float: left;
}

#ticketContHead1 {
    width: 270px;
    height: auto;
    color: #1d3887;
    padding-bottom: 5px;
    border-bottom: 1px solid #a6c744;
    font-size: 24px;
    float: left;
    clear: left;
}

#ticketContHead2 {
    width: 270px;
    height: auto;
    color: #1d3887;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a6c744;
    font-size: 24px;
    float: left;
    clear: left;
}

.ticketContDetWhole {
    width: 270px;
    height: auto;
    #border-top: 1px solid #e4ff95;
    float: Left;
    clear: left;
}

.ticketContDetLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    float: Left;
    clear: left;
}

.ticketContDetLeft {
    width: 90px;
    height: auto;
    float: left;
}

.ticketContDetMiddle {
    width: 5px;
    height: 9px;
    margin-top: 3px;
    background: url(../images/particles.png) no-repeat -306px -517px;
    float: left;
}

.ticketContDetRight {
    width: 150px;
    height: auto;
    padding-left: 10px;
    float: left;
}

.ticketContDetSeatNo {
    width: 22px;
    height: 18px;
    margin-right: 3px;
    background: url(../images/particles.png) no-repeat -277px -511px;
    padding-top: 3px;
    padding-left: 5px;
    float: left;
}

/* Ticket Confirmation Page Ends Here */

/* Travel Search Result starts Here */
#searchRes {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 10px;
    background: #fff;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

#searchResHeadLine {
    width: 940px;
    height: auto;
    float: left;
    clear: left;
    background: #422340;
    background: #422340;
    color: white;
    border-bottom: 10px solid #a5a5a5;
    border-radius: 19px;
}

/* Search Res for Width Starts Here */
.searchResRouteOrTravels {
    width: 165px;
    color: #393939;
    margin-left: 5px;
    float: left;
}

.searchResDiscountYes {
    width: 45px;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    margin-left: 5px;
    background: url(../images/particles.png) no-repeat -831px -152px;
    float: left;
}

.searchResDiscountNo {
    width: 55px;
    height: 30px;
    margin-left: 5px;
    text-indent: -10000px;
    float: left;
}

.searchResBusType {
    width: 325px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResDepart {
    width: 90px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResArrival {
    width: 129px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResmKT {
    width: 73px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResFare {
    width: 88px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResSeats {
    width: 103px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResBooking {
    width: 80px;
    height: 29px;
    padding-left: 10px;
    float: left;
}

#bookNowBtn {
    width: 105px;
    height: auto;
    background: #1a9e00;
    padding: 7px 0px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    #border-radius: 3px;
    color: #fff;
    float: left;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
}

.seatsoldout {
    background: #9E9A9A !important;
    font-size: 12px;
}

.hideSeatsBtn {
    width: 105px;
    height: auto;
    background: #422340;
    padding: 7px 0px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    #border-radius: 3px;
    color: #fff !important;
    float: left;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    text-decoration: none;
}

.searchingSeatsBtn {
    width: 105px;
    height: auto;
    background: #422340;
    padding: 7px 0px;
    text-align: center;
    #border-radius: 3px;
    color: #fff;
    float: left;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    color: #ffffff !important;
}

/* Search Res for Width Ends Here */
.searchResHeadRouteOrTravels {
    width: 165px;
    color: #393939;
    font-size: 16px;
    padding-top: 15px;
    margin-left: 5px;
    float: left;
}

.searchResHeadDiscount {
    width: 55px;
    margin-left: 5px;
    text-indent: -10000px;
    float: left;
}

.searchResHeadBusType {
    width: 325px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;
}

.searchResHeadBusType-Normal {
    background-position: 0px 0px;
}

.searchResHeadBusType-Up {
    background-position: 0px -44px;
}

.searchResHeadBusType-Down {
    background-position: 0px -88px;
}


.searchResHeadDepart {
    width: 90px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;

}

.searchResHeadDepart-Normal {
    background-position: -249px 0px;
}

.searchResHeadDepart-Up {
    background-position: -249px -44px;
}

.searchResHeadDepart-Down {
    background-position: -249px -88px;
}

.searchResHeadArrival {
    width: 129px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;
}

.searchResHeadArrival-Normal {
    background-position: -395px 0px;
}

.searchResHeadArrival-Up {
    background-position: -395px -44px;
}

.searchResHeadArrival-Down {
    background-position: -395px -88px;
}

.searchResHeadmKT {
    width: 130px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat -545px 0px;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;

}

.searchResHeadFare {
    width: 88px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;
}

.searchResHeadFare-Normal {
    background-position: -638px 0px;
}

.searchResHeadFare-Up {
    background-position: -638px -44px;
}

.searchResHeadFare-Down {
    background-position: -638px -88px;
}

.searchResHeadSeats {
    width: 103px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;
}

.searchResHeadSeats-Normal {
    background-position: -745px 0px;
}

.searchResHeadSeats-Up {
    background-position: -745px -44px;
}

.searchResHeadSeats-Down {
    background-position: -745px -88px;
}

/* Search Result Data Line Starts Here */
.searchResDataLine1 {
    width: 940px;
    height: auto;
    padding: 15px 0px;
    /*background:#fff url(../images/search-result-travel-plan-bg.png) repeat-x;*/
    float: left;
    clear: left;
}

.searchResDataLine2 {
    width: 940px;
    height: auto;
    padding: 15px 0px;
    background: #f3fbff;
    border-top: 1px solid #d2d2d2;
    float: left;
    clear: left;
}

.searchResmKTNo {
    width: 28px;
    height: 21px;
    margin-left: 20px;
    background: url(../images/particles.png) no-repeat -863px -113px;
    float: left;
}

.searchResmKTYes {
    width: 28px;
    height: 21px;
    margin-left: 20px;
    background: url(../images/particles.png) no-repeat -830px -113px;
    float: left;
}

/* Search Result Data Line Starts Here */
/* Travel Search Result Ends Here */

/* Search Result Starts Here */
#searchResToFrom {
    width: 960px;
    height: 78px;
    /*background:url(../images/search-result-travel-plan-bg.png) no-repeat bottom left;*/
    float: left;
    clear: left;
}

#searchResOneWay {
    /*width:32%;
    height:66px;
    padding-top:20px;
    padding-left:20px;
    float:left;*/
}

#searchResRoundTrip {
    width: 285px;
    margin-left: 5px;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

.searchRes-active-tab {
    /*height:48px;
    margin-top:2px;
    color:#000;
    /*background:url(../images/particles.png) no-repeat -23px -241px;*/
}

.searchRes-inactive-tab {
    height: 45px;
    margin-top: 2px;
    background: url(../images/particles.png) no-repeat -333px -241px;
}

.searchRes-inactive-tab a {
    color: #111 !important;
}

#searchResAddTrip {
    width: 230px;
    height: 35px;
    padding-left: 110px;
    padding-top: 10px;
    float: left;
    .
}

#searchResAddTrip a {
    width: 230px;
    height: 35px;
    background: url(../images/particles.png) no-repeat -23px -332px;
    float: left;
    clear: left;
}

#searchResAddTrip a:hover {
    width: 230px;
    height: 35px;
    background: url(../images/particles.png) no-repeat -23px -367px;
    float: left;
    clear: left;
}

#searchResPlaces {
    /*width:250px;*/
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
    /*float:left;
    clear:left;*/
    text-align: center;
    background: #422340;
    border-radius: 20px;
    width: 33%;
    margin: 0 auto;
    color: white;
    padding: 5px 0px;
}

#searchResDayOptions {
    width: 250px;
    height: auto;
    float: left;
    clear: left;
    font-size: 18px;
    margin-top: -23px;
    color: #000000;
    margin-left: 75px;
}

#searchResDayOptions a {
    color: #422340;
    text-decoration: underline;
}

#searchRedFilterLine {
    /*width:100%;
    /*background:#ffffff;*/
    height: auto;
    /*padding:10px 0px;*/
    /*float:left;
    clear:left;*/
    position: absolute;
    /*margin-top: 39px;*/
    right: 245px;
}

#searchRedFilterLine .filter {
    margin-right: 5px;
    height: 35px;
}

#searchRedFilterLine .filter a {
    /*text-indent:-10000px;*/
    height: 35px;
}

#searchRedFilterLine .travelsActive,
#searchRedFilterLine .travelsInActive {
    width: 89px;
    float: left;
}

#searchRedFilterLine .travelsActive a {
    width: 89px;
    background: url(../images/particles.png) no-repeat -233px -712px;
    float: left;
    clear: left;
}

#searchRedFilterLine .travelsInActive a {
    width: 89px;
    background: url(../images/particles.png) no-repeat -233px -747px;
    float: left;
    clear: left;
}



#searchRedFilterLine .boardingPointsActive,
#searchRedFilterLine .boardingPointsInActive {
    width: 147px;
    float: left;
}

#searchRedFilterLine .boardingPointsActive a {
    width: 147px;
    float: left;
    background: url(../images/particles.png) no-repeat -351px -332px;
    clear: left;
}

#searchRedFilterLine .boardingPointsInActive a {
    width: 147px;
    float: left;
    background: url(../images/particles.png) no-repeat -351px -367px;
    clear: left;
}

#searchRedFilterLine .droppingPointsActive,
#searchRedFilterLine .droppingPointsInActive {
    width: 148px;
    float: left;
}

#searchRedFilterLine .droppingPointsActive a {
    width: 148px;
    background: url(../images/particles.png) no-repeat -501px -332px;
    float: left;
    clear: left;
}

#searchRedFilterLine .droppingPointsInActive a {
    width: 148px;
    background: url(../images/particles.png) no-repeat -501px -367px;
    float: left;
    clear: left;
}

#searchRedFilterLine .modifySearchActive,
#searchRedFilterLine .modifySearchInActive {
    width: 118px;
    margin-left: 70px;
    float: left;
}

.modifySearchActiveBtn {
    width: 118px;
    /*background:url(../images/particles.png) no-repeat -653px -332px;*/
    float: left;
    clear: left;
}

.modifySearchInActiveBtn {
    width: 118px;
    /*background:url(../images/particles.png) no-repeat -653px -367px;*/
    float: left;
    clear: left;
}

.searchProce1 {
    /*width:430px;
    height:18px;
    margin-top:10px;
    margin-right:20px;
    margin-left:10px;
    /*background:url(../images/particles.png) no-repeat -184px -154px;
    float:left;*/
}

/* Search Result Ends Here */

/* Pre- Ticket Payment Starts Here */
#tabwrap {
    width: 850px;
    float: left;
    clear: left;
}

/*#tabs { padding-left:10px; overflow: hidden;}*/
#tabs li {
    list-style: none;
    padding-right: 2px;
    float: left;
}

#tabs li a {
    float: left;
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #111;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 125px;
}


#tabs li.current a {
    background: #5bc0de;
    padding: 7px 15px;
    color: #fff;
}

#content>div {
    clear: both;
    padding: 0px 20px 20px 20px;
    line-height: 19px;
    border: 1px solid #ddd;
    overflow: auto;
    display: none;
}

#content .current {
    display: block;
}

#content #home.first {
    display: block;
}

#content p {
    margin: 0 0 20px 0;
}

.namefl {
    width: 300px;
}

.netbankingSelect {
    width: 300px !important;
}

.payAcdet {
    vertical-align: middle;
    margin: 20px 0;
    overflow: hidden
}

.sct {
    float: left;
    margin: 4px 0 0;
    width: 129px
}

.amcardHolder,
.sbi,
.visaCard,
.visaMasterMaestro {
    background: url('../images/bank-simples.png') no-repeat scroll left center transparent;
}


.visaCard {
    background-position: -1px -29px;
    float: left;
    height: 23px;
    width: 83px;
    margin: 2px 50px 0 0
}

.amcardHolder {
    background-position: 0 -2px;
    float: left;
    height: 27px;
    width: 36px
}

.visaMasterMaestro {
    background-position: -3px -55px;
    float: left;
    height: 20px;
    width: 121px;
    margin: 2px 50px 0 0
}

.sbi {
    background-position: -42px -2px;
    float: left;
    margin-top: 2px;
    height: 27px;
    width: 22px
}

.paymentLabel {
    width: 145px;
    display: inline-block;
    float: left;
}

.payInput {
    margin-top: 10px;
    clear: both
}

.cntRow {
    padding-left: 145px;
    clear: both;

}

.continueBtn {
    width: 144px;
    height: 36px;
    border: none;
    background: url(../images/particles.png) no-repeat -536px -203px;
    text-indent: -10000px;
}

.continueBtn:hover {
    background-position: -536px -239px;
}

#amexAlert {
    margin: 20px 0 0 130px;
    text-align: center;
    width: 75%
}

.infoImg1 {
    background-position: -59px -1px;
    height: 31px;
    margin: 0 5px 0 15px;
    padding-left: 41px;
    display: inline-block
}

.wthis {
    text-decoration: underline
}

.ie7 .payAcdet input {
    margin-top: 0
}

.whatzthis {
    background: #FFF;
    height: 86px;
    border: 1px solid #333;
    left: 277px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    bottom: 24px;
    width: 240px;
    display: none
}

.whatzthis .lftImg {
    float: left;
    width: 69px;
    height: 86px;
    background-position: 0 -401px
}

.whatzthis .rgtImg {
    color: #7F7F7F;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    width: 150px
}

#rbimessage {
    padding: 5px;
    margin: 10px 5px 5px
}

.justpayExp {
    margin-left: 145px;
    margin-bottom: 5px
}

.inpRad {
    margin: 6px 5px 0 16px
}

.payAcdet .CVVclass {
    margin: 0 0 0 10px;
    width: 30px
}

.payAcdet .juspaycardsradio {
    margin: 5px 5px 0 0
}

.hide {
    display: none
}

.cntBt {
    margin-left: 0
}

#BtnContinueCC,
#BtnContinueCCJP {
    margin-top: 20px
}

.no {
    padding: 5px 20px 7px;
    font-size: 100%;
    margin-left: 30px
}

#tooltip {
    width: 200px;
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 2px 5px;
    color: #333;
    display: none;
}

/* Pre- Ticket Payment Ends Here */

/* Select Seat Starts Here */
.selectSeat {
    width: 900px;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 60px;
    background: #fff;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

.busFloor {
    width: 900px;
    height: auto;
    float: left;
    clear: lefft;
}

.busFloorTip {
    width: 900px;
    height: auto;
    color: #555;
    float: left;
}

.busFloorMainWhole {
    width: 900px;
    height: auto;
    margin-top: 25px;
    float: left;
}

.busFloorSeatSymbols {
    width: 200px;
    height: auto;
    float: left;
}

.busFloorSearArrange {
    width: 630px;
    height: auto;
    padding: 20px;
    border: 5px solid #ddd;
    float: left;
}

.busFloorBerthSymbols {
    width: 200px;
    height: auto;
    padding-left: 50px;
    float: left;
}

.seatBerthSymbols {
    margin-right: 6px;
}


.busFloorSymbolsLine {
    width: 200px;
    height: auto;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.busFloorSymbolsLine1 {
    width: 200px;
    height: auto;
    margin-top: 20px;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.seatLayout {
    background: url(../images/seatlayoutarasu2.png) no-repeat -95px 0;
}

.busSymbSeat {
    width: 33px;
    height: 24px;
    color: #fff;
    line-height: 0.6;
    font-size: 11px;
    float: left;
}

/*.busSymbBerth{
    width:40px;
    height:18px;
    float:left;
}*/

/*.busSymbBerth{
    width:52px;
    height:20px;
    text-align:center;
    padding:4px 0px 0px 0px !important;
    color:#fff;
    float:left;
}*/
.busSymbBerth {
    width: 42px;
    height: 20px;
    text-align: center;
    color: #fff;
    float: left;
}

/*.busSymbBerthVert{
    width:18px;
    height:40px;
    float:left;
}*/

/*.busSymbBerthVert{
    width:24px;
    height:37px;
    text-align:center;
    padding:15px 0px 0px 0px !important;
    color:#fff;
    float:left;
}*/
.busSymbBerthVert {
    width: 20px;
    height: 42px;
    text-align: center;
    color: #fff;
    float: left;
}

/* Seat Alignment Ends Here */

.busSeatAvailable {
    background-position: -21px -14px;
}

.busSeatResLadies {
    background-position: -20px -87px;
}

.busSeatSelected {
    background-position: -20px -49px !important;
}

.busSeatLadiesSelected {
    background-position: -20px -198px !important;
}

.busSeatBooked {
    background-position: -65px -199px;
    color: #fff;
}

.busSeatLadiesBooked {
    background-position: -20px -162px;
}

/* Seat Alignment Ends Here */

/* Horizontal Berth Alignment Starts Here */

.busBerthAvailable {
    background-position: -68px 0px;
}

.busBerthLadiesBooked {
    /*changed from BerthResLadies*/
    background-position: -111px -53px;
    width: 50px !important;
}

.busBerthSelected {
    background-position: -110px -169px !important;
    width: 50px !important;
}

.busBerthBooked {
    background-position: -182px -203px;
    width: 50px !important;
}

.busBerthResLadies {
    /*changed from LadiesBerthSelected*/
    background-position: -113px -131px;
    width: 50px !important;
}

.busLadiesBerthSelected {
    background-position: -111px -17px !important;
    width: 50px !important;
}

.busBerthLadiesSelected {
    background-position: -123px -75px;
}

.busBerthSeatAvailable {
    background-position: -113px -203px;
    width: 50px !important;
}

/* Horizontal Berth Alignment Ends Here */

/* Vertical Berth Alignment Starts Here */
.busSeatResGents {
    background-position: -68px -51px;
}

.busBerthResGents {
    background-position: -184px -55px;
    width: 50px !important;
}

.busBerthResGentsVert {
    background-position: -411px -86px;
    height: 55px !important;
    width: 25px !important;
}

.busBerthAvailableVert {
    background-position: -255px -14px;
    height: 60px !important;
    width: 25px !important;
}

.busBerthResLadiesVert {
    background-position: -337px -14px;
    height: 55px !important;
    width: 25px !important;
}

.busBerthSelectedVert {
    background-position: -296px -13px !important;
    height: 55px !important;
    width: 25px !important;
}

.busBerthBookedVert {
    background-position: -449px -16px;
    height: 55px !important;
    width: 25px !important;
}

.busLadiesBerthSelectedVert {
    background-position: -409px -16px;
    height: 55px !important;
    width: 25px !important;
}

.busSeatLadiesBookedVert {
    background-position: -295px -82px;
    width: 25px !important;
    height: 55px !important;
}

/* Vertical Berth Alignment Ends Here */


/* Deck Starts Here */
/*.lowerDeck{
    width:380px;
    height:135px;
    border:1px solid #ddd;
    padding:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:50px;
    float:left;
    clear:left;
}*/
/*.lowerDeck{
    width:430px;
    height:160px;
    border:1px solid #ddd;
    padding:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:25px;
    float:left;
    clear:left;
}*/
.lowerDeck {
    width: auto;
    height: 160px;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 25px;
    float: left;
    clear: left;
}

.lowerDeckSteerLblArea {
    width: 50px;
    height: 80px;
    float: left;
}

/*.lowerDeckSteering{
    width:19px;
    height:20px;
    background-position:-24px -108px;
    float:left;
    clear:left;
}*/
/*.lowerDeckSteering{
    width:26px;
    height:26px;
    background-position:-239px -132px;
    float:left;
    clear:left;
}*/
.lowerDeckSteering {
    width: 40px;
    height: 41px;
    background-position: -241px -137px;
    float: left;
    clear: left;
}


/*.lowerDeckLbl{
    width:10px;
    height:45px;
    background-position:-29px -134px;
    margin-top:10px;
    margin-left:5px;
    float:left;
    clear:left;
}*/
/*.lowerDeckLbl{
    width:10px;
    height:47px;
    background-position:-300px -129px;
    margin-top:10px;
    margin-left:5px;
    float:left;
    clear:left;
}*/
.lowerDeckLbl {
    width: 10px;
    height: 70px;
    background-position: -260px -175px;
    margin-top: 10px;
    margin-left: 5px;
    float: left;
    clear: left;
}


/*.upperDeck{
    width:380px;
    height:100px;
    border:1px solid #ddd;
    padding:10px;
    margin-top:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:50px;
    float:left;
    clear:left;
}*/
/*.upperDeck{
    width:430px;
    height:100px;
    border:1px solid #ddd;
    padding:10px;
    margin-top:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left:25px;
    float:left;
    clear:left;
}*/
.upperDeck {
    width: auto;
    height: 140px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 25px;
    float: left;
    clear: left;
}

.upperDeckSteerLblArea {
    width: 50px;
    height: 80px;
    float: left;
}

/*.upperDeckSteering{
    width:19px;
    height:20px;
    background-position:-24px -108px;
    float:left;
    clear:left;
}*/
/*.upperDeckSteering{
    width:26px;
    height:26px;
    background-position:-239px -132px;
    float:left;
    clear:left;
}*/
.upperDeckSteering {
    width: 26px;
    height: 35px;
    background-position: -253px -145px;
    float: left;
    clear: left;
}

/*.upperDeckLbl{
    width:10px;
    height:45px;
    background-position:-58px -134px;
    margin-top:20px;
    margin-left:5px;
    float:left;
    clear:left;
}*/
/*.upperDeckLbl{
    width:10px;
    height:47px;
    background-position:-322px -129px;
    margin-top:20px;
    margin-left:5px;
    float:left;
    clear:left;
}*/
.upperDeckLbl {
    width: 10px;
    height: 65px;
    background-position: -297px -180px;
    margin-top: 20px;
    margin-left: 5px;
    float: left;
    clear: left;
}


.busFloorSearArrange ul {
    list-style-type: none;
}

.busFloorSearArrange ul.deck {
    /*width:300px;
    list-style:none;
    padding:0;
    position:relative;
    float:left;
    margin:10px;
    list-style-type:none;*/
    list-style: none;
    padding: 0;
    position: relative;
    float: left;
    /* margin: 10px; */
    list-style-type: none;
}

.busFloorSearArrange ul.deck li {
    padding: 0;
    margin: 0;
    position: absolute;
    margin: 10px;
    list-style-type: none;
}

.busFloorSearArrange ul.deck li a {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
}

/* Deck Ends Here */

.amountSeatsContLine {
    width: 280px;
    height: auto;
    margin-top: 10px;
    float: left;
    clear: left;
}

.amountSeatsContLeft {
    width: 350px;
    height: auto;
    float: left;
}

.seatsAmountLine {
    width: 280px;
    height: auto;
    margin-bottom: 10px;
    float: left;
    clear: left;
}

.seatsBoardingLbl {
    width: 200px;
    height: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.seatsBoardingDropDown {
    width: 300px;
    height: auto;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.seatsContinueBtnHolder {
    width: 130px;
    height: auto;
    float: left
}

.seatsContinueBtn {
    width: 140px;
    height: auto;
    background: #422340;
    font-size: 14px;
    border: none;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    color: #fff;
    padding: 5px 10px;
    float: left
}

.seatsContinueBtn {}

/* Select Seat Ends Here */

/* Travels Search Starts Here */
.travelsSearchBlock {
    width: 220px;
    height: auto;
    float: left;
}

.SwapButton {
    width: 30px;
    height: 29px;
    background: url(../images/swap_route.png) no-repeat;
    float: left;
    cursor: pointer;
    margin: 28px 5px 0 0;
}

#travelsSearchBox .searchLabel {
    color: #111;
}

.travelsSearchBlock1 {
    /*width:250px;*/
    height: auto;
    float: left;
}

.travelsSearchBlock .searchInput {
    width: 180px;
    height: 25px;
    padding: 5px;
    border: 1px solid #2A7197;
}

#travelsSearchBox .buttonContainer {
    padding-left: 400px !important;
}

.searchLeft {
    width: 280px;
    height: auto;
    float: left;
}

.searchLeft {
    width: 240px;
    height: auto;
    float: left;
}

.searchInput {
    width: 210px;
    height: 25px;
    padding: 5px;
    border: 1px solid #2a7197;
}

.searchPlace {
    width: 210px;
    height: 35px;
    padding: 5px;
    border: 1px solid #2a7197;
}

.calendarInput {
    width: 215px;
    height: 37px;
    border: none;
    background-position: -483px -40px;
    cursor: pointer;
    padding: 5px;
    margin-right: 10px;
}

#searchBtn {
    width: 180px;
    height: 48px;
    border: none;
    background-position: -15px -8px;
    cursor: pointer;
    text-indent: -10000px;
    padding: 5px;
}

#searchBtn:hover {
    background-position: -15px -8px;
}

#searchmdfy {
    width: 120px;
    height: 35px;
    border: none;
    background: none;
    color: #fff;
    font-size: 15px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    background: #422340;
    cursor: pointer;
    padding: 5px;
}

.dateError {
    text-align: center;
    color: #F00;
    visibility: hidden;
    font-size: 12px;
}

/* Travels Subpage starts Here */
#travelsSearchFull100 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #c4c4c4;
    float: left;
    clear: left;
}

#travelsSearchContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#travelsCompanyName {
    width: 960px;
    height: auto;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/travelsNameBg.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #92b32c;
    float: left;
    clear: left;
}

#travelsSearchBox {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(21, 21, 21, 0.68);
    float: left;
    clear: left;
    margin-top: 15px !important;
}

#travelsDetFull100 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    clear: left;
}

#travelsDetContent {
    width: 100%;
    height: auto;
    margin-top: 72px;
    float: left;
    clear: left;
    background: #ffff;
    padding-top: 48px;
    margin-bottom: 20px;
}

#travelsAbout {
    width: 918px;
    height: auto;
    padding: 20px;
    margin: 0px auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
    clear: left;
}

#travelsDetLeft {
    width: 625px;
    height: auto;
    float: left;
}

#travelsDetHead {
    width: 625px;
    height: auto;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    float: left;
    clear: left;
}

.travelsDetPara1 {
    width: 625px;
    height: auto;
    padding-bottom: 10px;
    line-height: 19px;
    float: left;
    clear: left;
}

#travelsDetRight {
    width: 250px;
    height: auto;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #c6c6c6;
    float: left;
}

.travelsRightStatLine {
    width: 220px;
    height: 25px;
    padding: 15px;
    background: url(../images/particles.png) no-repeat -350px -506px;
    float: left;
    clear: left;
}

.travelsRightStatPic {
    width: 20px;
    height: 25px;
    background: url(../images/particles.png) no-repeat -830px -75px;
    float: left;
}

.travelsRightStats {
    width: 190px;
    height: auto;
    font-size: 20px;
    padding-left: 10px;
    float: left;
}

.travelsRightStatStar {
    float: left;
}

.travelsRightStatsStar {
    padding-left: 10px;
    font-size: 16px;
    float: left;
}

.boardingAddress {
    padding: 5px;
    padding-left: 23px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    margin: 10px 0;
    width: 300px;
    line-height: 18px;
    background-color: #f7f7f7;
}

/* Travels Subpage Ends Here */


/*PassnegerInfo screen css starts here*/

.f1Left {
    float: left;
}

.uppercase {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #71779f;
    margin: 0px 1px !important;
}

.passengerHeadline {
    margin-top: 14px;
    font-size: 14px;
    height: 25px;
    border-radius: 2px;
    border-bottom: 1px solid #E1E6EF;
}

.seatno {
    margin-left: 20px;
    /*font-weight:bold;*/
    color: #422340;
}

.passinfo {
    height: auto !important;
    margin-top: 5px;
    min-height: 50px;
    min-height: 50px;
}

.passtxt {
    padding: 5px;
    border: 1px solid #422340;
    border-radius: 2px;
    height: 36px !important;
}

.offcode {
    padding: 5px 10px 10px 0px;
    width: 75%;
    height: 25px;
}

.preTBOfferDiv {
    width: 700px;
    height: 100px;
    overflow: hidden;
}

.offercheck {
    width: 100%;
    height: 15px;
    padding: 5px 5px 0px 0px;
    margin: 25px 0 0 0;
}

.center {
    text-align: center;
}

.pd5 {
    padding: 5px;
}

.mandatory {
    color: #EC0F0F;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt90 {
    margin-top: 90px;
}

.cno {
    width: 42px !important;
    height: 12px;
    padding: 7px;
    border: 1px solid #577FA1;
    border-radius: 2px;
}

.clr {
    clear: both;
}

.crdlel {
    width: 145px;
    padding: 5px;
    margin-left: 5px;
}


.wd118 {
    width: 122px !important;
}

.wd100 {
    width: 100px !important;
}

.w210 {
    width: 210px;
}

.w120 {
    width: 120px;
}

.mgl5 {
    margin-left: 5px !important;
}

.hgt30 {
    height: 30px;
}

.hg50 {
    height: 50px;
}

.selbox {
    color: #000;
    height: 32px;
    margin-left: 0px;
    padding: 5px;

}

.wd53 {
    width: 53px;
}

.wdh195 {
    width: 195px;
}

.wd247 {
    width: 247px !important;
}


.noDisplay {
    display: none;
}

/*PassnegerInfo screen css ends here*/

.page_bg_404 {
    border: 1px solid #004B7F;
    border-radius: 6px;
    box-shadow: 0 0 10px #002845 inset;
    height: auto;
    margin: 25px auto 35px;
    padding: 40px;
    /*width: 873px;*/
    line-height: 26px;
}

.mgl200 {
    margin-left: 200px !important;
}

.mgl65 {
    margin-left: 65px;
}

/*contact us page design starts*/

.contact-us-info {
    background-color: #f2f2f2;
    border: solid 1px #d6d6d6;


    color: #002345
}

.contact-us {
    text-align: center;
    font-size: 28px;
    color: #72789f;
}

.pd20 {
    padding: 20px;
}

/*contact us page design ends*/


.red {
    color: red;
}

.mgb10 {
    margin-bottom: 10px;
}

.wd145 {
    width: 145px;
}

.pointer {
    cursor: pointer;
}

.txtCenter {
    text-align: center;
}

.fadeFrm {
    padding: 0px 20px;
}

.chkBox .rediobox {
    padding: 0px;
    margin: 2px 1px 2px 0px;
    width: 14px;
    height: 13px;
}

.fadeFrm label {
    margin-right: 8px;
}

.fadeFrm dl {
    clear: both;
    margin: 0px;
    padding: 8px 0px 10px 0px;
    height: 25px;
}

.fadeFrm dt {
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    font-weight: bold;
}

.Agent dd {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    line-height: 23px;
    width: 220px;
}

.Agent dt {
    margin-left: 10px;
    width: 108px;
}

.Agent dl {
    #margin-left: 100px;
}

.fadeFrm div span {
    width: 150px;
}

/*fade frmstyle end*/

/*Ticket confirm page css starts*/

.fontsize25 {
    font-size: 25px;
}

.ticketconfirm dt,
.ticketconfirm dl {
    font-size: 20px;
    width: 100%;
    height: 50px;
    text-align: center;
}

/*Ticket confirm page css ends*/


/*My ticket page css*/
.divBorder {
    border: 1px solid #ceed75;
    border-radius: 6px;
    box-shadow: 0 0 10px #ceed75 inset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.divErrorBorder {
    border: 1px solid #F90909;
    border-radius: 6px;
    box-shadow: 0 0 10px #ED7575 inset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.la3 {
    background: #fff;
    border: 1px solid #2A7197;
    width: 200px;
    height: 24px;
    padding: 5px;
    border-radius: 1px;
}


.top_bg {
    background: url(../images/top_bg.jpg) center top repeat;
    overflow: hidden;
    width: 100%;
    height: 8px;
}

.mid {
    background: url(../images/bg_1.png) top center repeat-y;
    overflow: hidden;
    width: 100%;
}

.top_scrol {
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
    z-index: 9;
}

.header {
    width: 990px;
    height: 95px;
    margin: 0 auto;
}

.header a {
    width: 280px;
    height: 75px;
    display: block;
    margin: -4px 0px 0px 44px;
    float: left;
}

.header span {
    height: 20px;
    display: block;
    float: right;
    margin-right: 18px;
}

.header span h4 {
    margin: 0px 0px 5px 86px;
    padding: 0px 0px 5px 0px;
    text-align: center;
    color: #00359e;
    border-bottom: 1px solid #007acc;
    width: 220px;
}

.header span img {
    float: left;
    padding: 0px 0px 0px 0px;
}

.header span p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 20px;
}

.menu_1 {
    width: 100%;
    background: url(../images/m_1.jpg) repeat-x;
    height: 53px;
}

.menu {
    width: 990px;
    height: 53px;
    margin: 0 auto;
}

.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.menu ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.menu ul li a {
    float: left;
    display: block;
    color: #fff;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    margin: 10px 7px 10px 7px;
}

.menu ul li a:hover {
    background: #00b2ed;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.menu ul li ul {
    list-style: none;
    display: none;
    padding: 11px 10px 11px 10px;
    margin-left: 5px;
    margin-top: 50px;
}

.menu ul li:hover>ul {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 10000;
    border-bottom: 5px solid #000;
}

.menu ul li ul li {
    float: none;
    margin: 0px;
}

.menu ul li ul li a {
    padding: 11px 22px 11px 21px;
    margin-left: 5px;
    background: #00b2ed;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 100px;
}

.menu ul li ul li a:hover {
    color: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.menu ul li ul li ul {
    list-style: none;
    display: none;
    padding: 11px 10px 11px 10px;
    margin-left: 75px;
    margin-top: 0px;
    border-bottom: 5px solid #000;
}

.menu ul li ul :hover>ul {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 10000;
}

.menu ul li ul li ul li {
    float: none;
    margin: 0px;
}

.menu ul li ul li ul li a {
    padding: 11px 22px 11px 21px;
    margin-left: 5px;
    background: #00b2ed;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.menu ul li ul li ul li a:hover {
    color: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.banner {
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}

.banner_mid {
    width: 990px;
    height: 427px;
    margin: 0 auto;
}

.flRight {
    float: right;
}

/* .form {
    width: 394px;
    height: auto;
    margin: 15px 0px 0px 17px;
    float: left;
    background: #fff;
} */

.form_top {
    background: url(../images/E1.jpg) no-repeat;
    width: 395px;
    height: 68px;
}

.banner_ani {
    width: 552px;
    float: right;
    margin: 34px 15px 0px 0px;
}

.banner_ani_in {
    width: 552px;
    height: 362px;
}


.content {
    width: 930px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 15px 20px 15px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fr_fo {
    margin: 0px 0px 0px 30px;
}

.fr_fo ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.fr_fo ul li {
    float: left;
    font: bold 14px arial;
    width: 360px;
    color: #303030;
}

.fr_fo ul li span {
    width: 100px;
}

.search {
    width: 395px;
    height: 70px;
    border-top: 1px solid #e8e8e8;
    background: #f7f7f7;
    margin-top: 23px;
}

.search_button {
    width: 103px;
    height: 39px;
    display: block;
    margin: 14px 0px 0px 34px;
    background: #22a4e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}

.clear1 {
    clear: both;
    width: 300px;
    height: 20px;
}

.mgrl150 {
    margin-left: 150px;
}

.content_1_sal {
    width: 337px;
    height: 181px;
    float: left;
}

.content_1_sal p {
    background: url(../images/w1.jpg) no-repeat #0099cc;
    background-position: 13px 13px;
    padding: 15px 8px 15px 50px;
    color: #fff;
    margin: 0px 30px 0px 0px;
}

.content_1_sal span {
    display: block;
    background: #fff;
    width: 337px;
    height: 127px;
    -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    border: 1px solid #ccc;
}

.content_1_sal span marquee img {
    padding: 18px 0px 0px 0px;
}

.content_1_qui {
    width: 570px;
    height: 181px;
    float: right;
}

.content_1_qui p {
    background: url(../images/ve1.jpg) no-repeat #0099cc;
    background-position: 13px 13px;
    padding: 15px 8px 15px 50px;
    color: #fff;
    margin: 0px 30px 0px 0px;
}

.content_1_qui span {
    display: block;
    background: #fff;
    width: 568px;
    height: 127px;
    -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    border: 1px solid #ccc;
}

.content_1_qui span ul {
    list-style: none;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    float: left;
}

.content_1_qui span ul li {
    padding: 18px 0px 0px 0px;
}

.content_1_qui span ul li a {
    display: block;
    color: #4c4c4c;
    padding: 0px 0px 0px 20px;
    background: url(../images/buller.jpg) no-repeat left center;
}

.post {
    margin: 0 auto;
    padding-bottom: 50px;
    float: left;
    width: 960px;
}

.btn-sign {
    width: 39px;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 232px;
    height: 140px;
}

.btn-sign a {
    color: #fff;
    text-shadow: 0 1px 2px #161616;
}

.login-popup {
    display: none;
    background: #f1f1f1;
    border: 10px solid #0099cc;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari, Chrome */
}

.login-popup h4 {
    background: #0099cc;
    margin: -1px;
    padding: 0px 10px 10px 10px;
    color: #fff;
}

.content_2 {
    width: 930px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

.content_2_lat {
    width: 600px;
    float: left;
    background: #7fcce5;
    border: 2px solid #e7e7e7;
    height: 130px;
}

.content_2_lat p {
    background: url(../images/fr.jpg) no-repeat;
    background-position: 13px 13px;
    padding: 15px 8px 3px 80px;
    color: #fff;
    margin: 0px 20px 0px 20px;
    border-bottom: 1px solid #bfe6f2;
    line-height: 37px;
}

.content_2_lat div {
    color: #fff;
    padding: 10px 20px 23px 20px;
    line-height: 20px;
}

.content_2_lat span {
    display: block;
    width: 599px;
}

.content_2_lat span p {
    background: none;
    color: #fff;
}


.footer {
    width: 100%;
    background: url(../images/f_bg.jpg) repeat;
}

.footer_in {
    width: 990px;
    margin: 0 auto;
}

.footer_menu {
    width: 550px;
    float: left;
    padding-top: 20px;
}

.footer_menu ul {
    list-style: none;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    float: left;
}

.footer_menu ul li {
    padding: 18px 0px 0px 0px;
}

.footer_menu ul li a {
    display: block;
    color: #4c4c4c;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
}

.footer_border {
    margin: 30px 0px 10px 150px;
}

.footer_likes {
    float: right;
    width: 375px;
    padding: 30px 0px 0px 0px;
}

.footer_likes a {
    display: block;
    float: left;
    padding: 0px 20px 0px 0px;
}

.footer p {
    color: #fff;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.content_2_age {
    width: 308px;
    float: right;
    background: #7fcce5;
    border: 2px solid #e7e7e7
}

.content_2_age span {
    display: block;
    width: 308px;
}

.content_2_age span img {
    float: left;
    padding: 30px 0px 30px 13px;
}

.content_2_age span h4 {
    margin: 0px 23px 8px 99px;
    padding: 22px 0px 5px 0px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 26px;
}

.content_2_age span p {
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #fff;
    line-height: 22px;
}

.content_3 {
    width: 930px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

.content_3_tes {
    width: 925px;
    float: left;
}

.content_3_tes h4 {
    background: url(../images/te_1.jpg) no-repeat #0099cc;
    background-position: 26px 8px;
    padding: 10px 8px 3px 80px;
    color: #fff;
    margin: 0px 20px 0px 0px;
    border-bottom: 1px solid #bfe6f2;
    line-height: 37px;
}

.content_3_tes div {
    color: #4c4c4c;
    padding: 10px 20px 23px 20px;
    line-height: 20px;
    -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    width: 885px;
    height: 50px;
    border: 1px solid #ccc;
}

.content_3_tes div a {
    color: #0099cc;
    text-align: right;
    display: block;
    text-decoration: none;
    line-height: 25px;
}

.pageMainContent {
    width: 100%;
    height: auto;
    padding: 25px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

.termsPrivacyPoints {
    line-height: 30px;
    list-style-type: none;
}

.termsPrivacyPara2 {
    line-height: 30px;
}

.PassegerpanelRight {
    float: right;
    height: auto;
    margin-top: 10px;
    width: 315px;
}

.onwardjourneyDet {
    /*box-shadow: 0 0 2px 2px #cecece;*/
    float: left;
    height: auto;
    padding: 20px;
    width: auto;
    margin-bottom: 10px;
    border: 1px solid #522c51;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/*Calender Theme Changed Here */
/* .ui-widget-header {
    color: #222 !important;
} */

@media (max-width: 770px) {
    .imagesize {
        width: 140px;
        position: absolute;
        top: 0px;
        left: 35px;
        border-radius: 5px;
    }
}

/*.ui-widget-header .ui-state-focus {	
    background: #0065CD !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{	
    background: #0065CD !important;
}
Calender Theme style changes ENd*/
.logoDesign {
    text-align: center;
    padding: 11px;
    font-size: 32px;
    text-transform: uppercase;
    color: #00dcff;
}

.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 15px;

}

.navbar-default .navbar-nav>li>a {
    color: white !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ff6657 !important;
}

.btn-success {
    background-color: #422340 !important;
    border-color: #422340 !important;
}

.btn-success:hover {
    background-color: #f42a02 !important;
    border-color: #422340 !important;
}

.bus-check {
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0px 0px 20px;
    background: #422340;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 20px 10px;
    text-align: center;
}

.bus-check:after {
    background: #422340 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "\f046";
    font-family: FontAwesome;
    left: 45%;
    padding: 10px;
    position: absolute;
    top: 60%;
}

.quick-search {
    padding: 0px 15px 30px 15px !important;
    background: rgba(70, 70, 70, 0.61) !important;
}

a {
    color: #422340;
}

#footer {
    background: #ffffff !important;
    padding: 0px !important;
}

.form-control1 {
    font-weight: bolder;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.col-md-5 {
    width: 36% !important;
}

#service h2 {
    margin-bottom: 21px !important;
}

/*Calender Theme style changes ENd*/
.imageslide {
    width: 100%;

    height: 450px;

    margin: 0 auto;

    margin-bottom: 20px;

    overflow: hidden;

    position: relative;

    text-align: center;

    border-radius: 8px;

}

.slider-content {

    position: absolute;

    width: 100%;

    height: 400px;
}

.animate-enter,
.animate-leave {

    -webkit-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

    -moz-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

    -ms-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

    -o-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

    transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

}

.animate-enter {
    left: 100%;
}

.animate-enter.animate-enter-active {
    left: 0;
}

.animate-leave {
    left: 0;
}

.animate-leave.animate-leave-active {

    margin-left: -100%;

}

#service {
    width: 100%;
    padding: 6px 0 !important;
}

.arrow {
    cursor: pointer;
    display: block;
    height: 64px;
    margin-top: -35px;
    outline: medium none;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 5;
}

.arrow.prev {
    background-image: url("../images/prev.png");
    left: 20px;
    opacity: 0.2;
    transition: all 0.2s linear 0s;
}

.arrow.next {
    background-image: url("../images/next.png");
    opacity: 0.2;
    right: 20px;
    transition: all 0.2s linear 0s;
}

.arrow.prev:hover {
    opacity: 1;
}

.arrow.next:hover {
    opacity: 1;
}

/* .nav {
    bottom: -4px;
    display: block;
    height: 48px;
    left: 0;
    margin: 0 auto;
    padding: 1em 0 0.8em;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
} */

.nav li {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.nav li.active {
    border: 5px solid #FFFFFF;
}

.nav li img {
    width: 100%;
}

.modifysearchamr {
    border-radius: 2px;
    height: auto;
    padding: 9px 8px;
    float: right;
    background: #422340;
    cursor: pointer;
    color: #e7e7e7 !important;
    font-weight: bold
}

.busListamr {
    /*margin-top:83px !important;*/
}

.searchTop {
    background: #ffffff !important;
}

#myFooter {
    background: #c66fa1;
    color: white;
    border: 1px solid #afafaf;
}

#myFooter .footer-copyright {
    background-color: #66416c;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;

}

#myFooter h5 {
    font-size: 18px;
    color: #0181a1;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a {
    color: white;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #00000000;
}

#myFooter .myCols {
    text-align: start;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 38px;
}

#myFooter .social-networks a {
    font-size: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: #0181a1;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;

}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #d34836;
}

#myFooter .twitter:hover {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

.service-icon {
    background-color: #fff;
    color: #1d809f;
    height: 7rem;
    width: 7rem;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #1bc1a3;
}


#wrapper {
    width: 600px;
    height: 400px;
    position: relative;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#slider-wrap {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#slider-wrap ul#slider {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    width: 600px;
    height: 400px;
}

#slider-wrap ul#slider li>div {
    position: absolute;
    top: 20px;
    left: 35px;
}

#slider-wrap ul#slider li>div h3 {
    font-size: 36px;
    text-transform: uppercase;
}

#slider-wrap ul#slider li>div span {
    font-size: 21px;
}

#slider-wrap ul#slider li i {
    text-align: center;
    line-height: 400px;
    display: block;
    width: 100%;
    font-size: 90px;
}

.fa {
    line-height: unset !important;
}

/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;


    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover {
    background: rgba(0, 0, 0, 0.3);
}

#next {
    background-color: #00B7C3;
    right: -50px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -50px;
    background-color: #00B7C3;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    color: black;
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}


/*bar*/
#pagination-wrap {
    min-width: 20px;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0;


}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}




/*ANIMATION*/
#slider-wrap ul,
#pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

/* Side-Bar Widget Navigation. Note: if you added new element in sidebar need to add top for that element */
#Sidenav {
    position: relative;
    z-index: 3;
}

#Sidenav a {
    position: fixed;
    left: -175px;
    background-color: #e6028d;
    transition: 0.3s;
    padding: 10px;
    width: 220px;
    text-align: center;
    border: 2px solid #e6028d;
    text-decoration: none;
    font-size: 14px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#Sidenav a:hover {
    left: 0px;
    width: 180px;
    color: white !important;
    background-color: #422340;
}

#nav1 {
    top: 40%;
}

#nav2 {
    top: 47.5%;
}

#nav3 {
    top: 55%;
}

#nav4 {
    top: 32.5%;
}

#nav5 {
    top: 25%;
}

#newi {
    margin: 4px;
    float: right;
    position: relative;
    font-size: 18px;
}

#nav-text {
    position: relative;
    vertical-align: middle;
    font-size: 14px;
}

.cocolor {
    color: #f42805;
}

.nav>li>a {
    padding: 10px 15px !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    font-weight: 500;
    text-shadow: none !important;
}

/*BacktoTop*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}

#myBtn:hover {
    background-color: white;
}

.hova a:hover {
    color: black !important;
}

.well {
    min-height: 20px;
    padding: 0px !important;
    margin-bottom: 0px !important;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.parent {
    width: 100%;
    margin: 20px;
    height: 240px;
    border: 2px solid #325ac5;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    width: 88%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.varticals a {
    display: none;
    font-size: 20px;
    color: white !important;
    text-align: center;
    margin: auto;
    position: relative;
    top: 100px;
    height: 40px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #fc2802;
    padding: 10px;
}

.par {
    position: absolute;
    top: 185px;
    padding: 13px;
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    width: 100%;
}

.parent:hover a,
.parent:focus a {
    display: block;
    color: white;
    z-index: 10000;
}

.bg-three {
    background-image: url(../images/holiday.jpg);
    background-size: 100% 100%;
    width: 360px;
}

.bg-two {
    background-image: url(../images/charter.jpg);
    background-size: 100% 100%;
    width: 360px;
}

.bg-one {
    background-image: url(../images/car.jpg);
    background-size: 100% 100%;
    width: 360px;
}

.child:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    opacity: 0.5;
}

/*.nav>li>a:hover{text-decoration:none;background-color:white!important;color:#0181a1 !important;background:url(../images/arasu_letters.png) no-repeat;
    height: 75px;
    margin-top: -18px;
    background-position: 23px -9px;
	border-right: 2px solid #2d758e;
    border-left: 2px solid #2d758e;

}*/
.nav>li>a:hover {
    text-decoration: none;
    color: #0181a1 !important;
    /* background: url(../images/arasu_letters.png) no-repeat; */
    /* height: 75px; */
    /* margin-top: -18px; */
    background-position: 23px -9px;
    /* border-right: 2px solid #2d758e; */
    /* border-left: 2px solid #2d758e; */
}

.carEnquiryamr {
    margin-top: 100px !important;
    box-shadow: none !important;
}

.outLocalStationamr {
    width: 1119px !important;
}

.outstationamr {
    width: 560px !important;
}

.localstationamr {
    width: 557px !important;
}

.canenquiryleftamr {
    width: 85% !important;
}

.carenquiryamr {
    width: 200px !important;
}

.inputcarenquiryamr {
    width: 260px !important;
    height: 30px !important;
}

.vehiclecarenquiryamr {
    border: 1px solid #2a7197 !important;
}

.ourser h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 53px;
    height: 3px;
    background: #fc2802;
    left: 50%;
    margin-left: -38px;
    margin-top: 5px;
}

.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        color: #422340;
    }

    100% {
        color: white;
    }
}

.calenderdate::before {
    content: "\f073";
    color: #000000;
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 32px;
    padding: 11px 4px;
}

.navbar .nav li {

    width: 125px;
}

.bgheader::after {
    border-top: 40px solid #c09b49;
    border-left: 25px solid transparent;
    content: "";
    height: 39px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 82%;
    z-index: -8;
}

#section-3 {
    background: rgba(1, 129, 161, 0.85);
    padding: .5% 0 4% 0;
}

.fp-table {
    display: table;
    table-layout: fixed;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#gallery-imgs {
    margin: 0;
}

#gallery-imgs .hovereffect {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    width: 100%;
}

#gallery-imgs .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
    border: 1px solid #fff;
}

#gallery-imgs .hovereffect:hover img {
    -ms-transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.underline h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    height: 4px;
    background: #fc2802;
    left: 48%;
    margin-left: -38px;
    margin-top: 5px;
}

.feaarea {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}


.blockquote-reverse,
blockquote {
    position: relative;
    left: 45px;
}

.blockquote-reverse,
blockquote {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-3b .hi-icon {
    color: #fff;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon-effect-3b .hi-icon:hover {
    background-color: #fff;
    border: 3px solid #2d6b1e;
}

.service-icon-1 {
    margin-top: 21px;
    width: 61%;
}

.shape-1 {
    position: absolute;
    top: 77px;
    right: 186px;
    transform: rotate(15deg);
}

.bubble {
    position: relative;
    bottom: 45px;
    left: 97px;
    width: 217px;
    height: 217px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 110px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #fff;
    -moz-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    z-index: 10;
}

.service-1 {
    font-size: 33px;
    position: relative;
    top: 60px;
    left: 44px;
    text-transform: capitalize;
    color: #2794af;
    font-weight: bold;
}

.bubble-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    right: -29px;
    border-style: solid;
    border-width: 22px 0px 23px 24px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
}

.bubble-2 {
    top: 74px;
    left: 43px;
}

.service-item-2 {
    position: relative;
    left: 37px;
    bottom: 3px;
}

.service-icon-2 {
    margin-top: 18px;
    width: 44%;
}

.shape-2 {
    position: absolute;
    bottom: 0px;
    left: 13px;
    transform: rotate(112deg);
}

.service-2 {
    font-size: 33px;
    position: relative;
    top: 60px;
    left: 6px;
    text-transform: capitalize;
    color: #2794af;
    font-weight: bold;
}

.bubble-2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    left: -28px;
    border-style: solid;
    border-width: 23px 24px 23px 0px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
}

blockquote p {
    font-size: 15px;
    color: #fff;
}

.service-logo {
    position: absolute;
    left: 48.5%;
    top: 46%;
    width: 7%;
    cursor: pointer;
    background: white;
    border-radius: 50% !important;
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

.block-3 {
    padding-top: 169px;
}

.service-item-3 {
    position: relative;
    top: 152px;
    right: 3px;
}

.service-icon-3 {
    margin-top: 21px;
    width: 54%;
}

.shape-3 {
    position: absolute;
    top: 2px;
    right: 168px;
    transform: rotate(111deg);
}

.bubble-3 {
    bottom: 140px;
}

.service-3 {
    font-size: 33px;
    position: relative;
    top: 60px;
    left: 44px;
    text-transform: capitalize;
    color: #2794af;
    font-weight: bold;
}

.bubble-3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    right: -29px;
    border-style: solid;
    border-width: 22px 0px 23px 24px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
}

.bubble-4 {
    bottom: 23px;
    left: 51px;
}

.service-2 {
    font-size: 33px;
    position: relative;
    top: 60px;
    left: 6px;
    text-transform: capitalize;
    color: #2794af;
    font-weight: bold;
}

.bubble-4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    left: -28px;
    border-style: solid;
    border-width: 23px 24px 23px 0px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
}

.service-item-4 {
    position: relative;
    top: 157px;
    right: -35px;
}

.service-icon-4 {
    margin-top: 24px;
    width: 52%;
}

.shape-4 {
    position: absolute;
    bottom: 86px;
    transform: rotate(22deg);
    left: 20px;
}

.feature {
    z-index: 100;
}

.service-image {
    position: absolute;
    top: 12%;
    left: 26%;
    z-index: 0;
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);

    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.head-title h3 {
    font-family: "Nature Beauty Personal Use";
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 45px;
    color: #fff;
    text-transform: capitalize;
}

.head-title .subtitle {
    font-size: 16px;
    width: 50%;
    padding: 7px 0px 14px 0;
    width: 44%;
    margin: 0 auto;
    color: #fff;
}

.service-section .container-fluid {
    position: relative;
    right: 20px;
}

.bubble:hover {
    cursor: pointer;
    border: 3px solid #2d6b1e;
}


.head-title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 83px;
    height: 4px;
    background: #fc2802;
    left: 46%;
    margin-left: -38px;
    margin-top: 5px;
}

.about-content h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 4px;
    background: #fc2802;
    left: 14%;
    margin-left: -38px;
    margin-top: 5px;
}

/* feedback starts here */
.action-button-submit {
    background: #0181a1;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    padding: 4px 20px;
    height: 35px;
    width: 110px;
}

.action-button-reset {
    background: red;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    padding: 4px 20px;
    height: 35px;
    width: 110px;
}

.action-button-submit:hover {
    background-color: #226dbf;
}

#error {
    color: #FF0000;
}

td#tabledata {
    height: 45;
}

#formbody {
    font-weight: 400;
    background: #fff !important;
    margin: 0;
    color: #333;
    line-height: 1.42857143;
}

td#status {
    height: 35;
}

.new-design-inner {
    width: 70%;
    padding: 8% 5% 0% 4%;
    min-height: 300px;
    background: #fff;
    margin: 85px auto 4em;
    box-shadow: 1px 1px 10px 3px rgba(53, 53, 53, 0.61);
    position: relative;
    display: block;
    box-sizing: content-box;
    padding-top: 7%;
    display: flex;
}

user agent stylesheet div {
    display: block;
}

#canvas {
    background-color: white;
    clear: both;
    margin: 0 auto 0;
    min-height: 750px;
    text-align: left;
    width: 100%;
}

.new-design-inner:before {
    background-color: #0181a1;
    color: #fff;
    width: 114px;
    height: 114px;
    border-radius: 0;
    float: none;
    text-align: center;
    font-size: 5.5em;
    line-height: 1.6em;
    content: "";
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -57px;
    border-radius: 15px;
}

.feed_back_tic:after {
    background-position: left -61.4em top;
    width: 75px;
    height: 85px;
    top: -34px;
}

.new-design-inner:after {
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -37px;
    background-image: url(../images/feedbacklogo.png);
    background-repeat: no-repeat;
}

#box_header {
    border: 0;
    background-color: #0181a1;
    text-align: center;
    padding: 0;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    color: #fff;
}

.welcometitle {
    font-family: Comic Sans MS;
}

.error {
    color: red;
}

.Input {
    height: 25px;
    width: 177px;
    font-size: 12pt;
    font-family: times new roman;
}

#empty-space {
    padding-top: 100px;
}

#submit-status {
    color: #a94442;
    border-color: #ebccd1;
    padding: 15px;
    border-radius: 4px;
}

.headerbodyF {
    min-height: 950px !important;
}

.feed_back_ticR:after {
    background-position: left -56.6em top;
    width: 75px;
    height: 85px;
    top: -34px;
}

/*feedback ends here*/
.locationimage::before {
    content: "\f041";
    color: #000000;
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 32px;
    padding: 11px 4px;
}

.content-area {
    background: url(../images/features-bg.png) no-repeat;
    background-position: 0px 115px;
    position: relative;
    background-size: 100%;
}

.bout-content>.container {
    width: 1113px;
}

.about-image {
    padding-top: 2em;
}

.about-text-area {
    padding-top: 0em;
}

.about-content h1 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
}

.about-content h2 {
    color: #083553;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to right, #b53aad 38%, #ed1c25 63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--heading-font);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.about-content p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: 1.5;
    padding-top: 1em;
}

.ab1 {
    left: 5em;
}

.ab3 {
    position: absolute;
    top: 4em;
    padding-right: 0;
    right: 18.5em;
}

.ab4 {
    position: relative;
    top: -11.5em;
    padding: 0;
    left: 20em;
}

.ab5 {
    position: absolute !important;
    top: 23.5em;
    padding: 0;
    left: -31em;
}

.ab6 {
    position: absolute !important;
    top: 24.5em;
    padding: 0;
    left: -12em;
}

.ab7 {
    position: absolute !important;
    top: 27.5em;
    padding: 0;
    left: 3em;
}

.imgborder {
    border: 5px solid #ff2c2c;
    border-radius: 5px;
}

/******************************amenities******************************/
.amenities {
    background: url(../images/amenities-bg.png) no-repeat;
    background-size: 100%;
}

.list-amenities {
    background: #fff;
    height: 766px;
    background: url(../images/amenities-img.png) no-repeat center;
}

.amenities h1 {
    color: #083553;
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(to right, #b53aad 38%, #ed1c25 63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--heading-font);
}

.amenities .list-amenities p {
    color: #fff;
}

.list-amenities1 {
    top: 5em;
    position: relative;
}

.list-amenities2 {
    top: 17em;
    position: relative;
}

.list-amenities1 p,
.list-amenities2 p {
    font-size: 25px;
    position: relative;
    font-weight: bold;
    line-height: 1.1;
    padding-top: 0.5em;
}

.a1 {
    right: 1.5em;
    position: relative;
}

.a5 {
    left: 2.5em;
    position: relative;
    top: 0em;
}

.a2 {
    left: 5em;
    position: relative;
}

.a4 {
    right: 6em;
    position: relative;
}

.hoverbtn {
    padding: 10px 42px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ca1616;
    border: none;
}

.book-inner h3 {
    color: #fff;
    float: left;
    margin: 18px 0px 15px;
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

.book-inner .applink {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle !important;
    color: #fff;
    padding-top: 6px;
}

.book-inner {
    border-radius: 0;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden;
    /* padding: 0px 0 20px; */
    position: relative;
    background: #4c4c4c;
}

.book {
    width: 100%;
    position: relative;
    /* margin: 40px 0; */
}

.book-div {
    float: left;
    width: 100%;
    position: relative;
    background: #4c4c4c;
    bottom: 0px;
}

.book-inner form {
    padding: 0 30px;
}

.new-symbol {
    color: #fff;
    position: absolute;
    top: 4px;
    transform: rotate(-20deg);
    animation: blink 1s steps(2, start) infinite;
    background-color: #ea2330;
    padding: 1px 6px;
    border-radius: 50%;
    z-index: 1;
    right: 422px;
}

@keyframes blink {
    0% {
        color: #422340;
    }

    100% {
        color: white;
    }
}



/* Css For Realshed */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map

 /* theme-color */

.scroll-top {
    background: var(--primarycolors);
}

.mobile-menu .contact-info ul li a:hover {
    color: var(--primarycolors);
}

.mobile-menu .social-links li a:hover {
    color: var(--primarycolors);
}

.switcher .switch_btn button {
    background: var(--primarycolors);
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: white !important;
}

.main-menu .navigation>li>ul {
    border-top: 3px solid var(--primarycolors);
}

.main-menu .navigation>li>ul>li>a:hover {
    color: var(--primarycolors);
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
    color: var(--primarycolors);
}

.main-menu .navigation>li>ul>li>ul {
    border-top: 3px solid var(--primarycolors);
}

.header-top .info li a:hover {
    color: var(--primarycolors);
}

.header-top .info li i {
    color: var(--primarycolors);
}

.header-top .social-links li a:hover {
    color: var(--primarycolors);
}

.header-top .sign-box a:hover {
    color: var(--primarycolors);
}

.header-top .sign-box a i {
    color: var(--primarycolors);
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    color: var(--primarycolors);
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--primarycolors);
}

.main-menu .navigation>li.dropdown>.megamenu {
    border-top: 3px solid var(--primarycolors);
}

.main-menu .navigation>li>a:before {
    background-color: var(--primarycolors);
}

.theme-btn.btn-one {
    background-color: var(--primarycolors);
    border: 2px solid var(--primarycolors);
}

.search-field .top-search .search-btn .button {
    background-color: var(--primarycolors);
}

.search-field .tab-btn-box li.active-btn {
    background-color: var(--primarycolors);
}

/* .ui-slider-horizontal .ui-slider-range {
    background-color: var(--primarycolors);
}

.ui-slider .ui-slider-handle {
    background-color: var(--primarycolors);
} */

.search-field .advanced-search .range-box input {
    color: var(--primarycolors);
}

.category-block-one .inner-box:before {
    background-color: var(--primarycolors);
}

.sec-title h5 {
    color: var(--primarycolors);
}

.feature-block-one .inner-box .lower-content .author-info .buy-btn a:hover {
    background-color: var(--primarycolors);
}

.feature-block-one .inner-box .lower-content .title-text h4 a:hover {
    color: var(--primarycolors);
}

.feature-block-one .inner-box .lower-content .price-box .price-info h4 {
    color: var(--primarycolors);
}

.feature-block-one .inner-box .lower-content .price-box .other-option li a:hover {
    background-color: var(--primarycolors);
    border-color: var(--primarycolors);
}

.theme-btn.btn-two:hover {
    border-color: var(--primarycolors);
}

.theme-btn.btn-two:before {
    background-color: var(--primarycolors);
}

.deals-block-one .inner-box .lower-content .title-text h4 a:hover {
    color: var(--primarycolors);
}

.deals-block-one .inner-box .lower-content .other-option li a:hover {
    background-color: var(--primarycolors);
    border-color: var(--primarycolors);
}

.deals-block-one .inner-box .lower-content .price-box .price-info h4 {
    color: var(--primarycolors);
}

.nav-style-one .owl-nav button:hover {
    background-color: var(--primarycolors) !important;
    border-color: var(--primarycolors) !important;
}

.testimonial-block-one .inner-box .author-info h4 {
    color: var(--primarycolors);
}

.place-block-one .inner-box .text h4 a:hover {
    color: var(--primarycolors);
}

.team-block-one .inner-box .lower-content .inner h4 a:hover {
    color: var(--primarycolors);
}

.team-block-one .inner-box .lower-content .inner .social-links li a:hover {
    border-color: var(--primarycolors);
    background-color: var(--primarycolors);
}

.theme-btn.btn-three:before {
    background-color: var(--primarycolors);
}

.theme-btn.btn-three:hover {
    border-color: var(--primarycolors);
}

.news-block-one .inner-box .lower-content h4 a:hover {
    color: var(--primarycolors);
}

.news-block-one .inner-box .lower-content .post-info li.author-box h5 a:hover {
    color: var(--primarycolors);
}

.bg-color-3 {
    background-color: var(--primarycolors);
}

.footer-top a:hover {
    color: var(--primarycolors);
}

.footer-top .links-widget .links-list li a:hover:before {
    background-color: var(--primarycolors);
}

.footer-top .contact-widget .info-list li i {
    color: var(--primarycolors);
}

.footer-bottom a:hover {
    color: var(--primarycolors);
}

.main-header .menu-right-content .sign-box a:hover {
    color: var(--primarycolors);
}

.main-header .menu-right-content .sign-box a i {
    color: var(--primarycolors);
}

.banner-carousel .owl-dots .owl-dot.active span,
.banner-carousel .owl-dots .owl-dot span:hover {
    background-color: var(--primarycolors);
}

.dots-style-one .owl-dots .owl-dot.active span,
.dots-style-one .owl-dots .owl-dot span:hover {
    background-color: var(--primarycolors) !important;
}

.deals-style-two .image-box .buy-btn a:hover {
    background-color: var(--primarycolors);
}

.testimonial-block-two .inner-box .author-info h4 {
    color: var(--primarycolors);
}

.content_block_2 .content-box .place-list li a:hover {
    color: var(--primarycolors);
}

.content_block_2 .content-box .place-list li a:hover span {
    color: var(--primarycolors);
}

.content_block_2 .content-box .place-list li a h5:before {
    background-color: var(--primarycolors);
}

.header-style-three .header-lower .main-menu .navigation>li.current>a,
.header-style-three .header-lower .main-menu .navigation>li:hover>a {
    background-color: var(--primarycolors);
}

.search-field-section .tabs-content .tab-btns li.active-btn:before {
    border-color: var(--primarycolors);
}

.search-field-section .tabs-content .tab-btns li.active-btn:after {
    background-color: var(--primarycolors);
}

.feature-block:nth-child(2) .feature-block-two .inner-box .icon-box {
    color: var(--primarycolors);
}

.feature-block:nth-child(2) .feature-block-two .inner-box .icon-box:before {
    background-color: var(--primarycolors);
}

.funfact-block-one .inner-box .count-outer {
    color: var(--primarycolors);
}

.pricing-block-one .pricing-table .table-header h2 {
    color: var(--primarycolors);
}

.pricing-block-one .pricing-table .table-footer .link-btn {
    border: 2px solid var(--primarycolors);
}

.pricing-block-one .pricing-table .table-footer .link-btn:hover {
    background-color: var(--primarycolors);
}

.pricing-block-one .pricing-table:hover .table-header {
    background-color: var(--primarycolors);
}

.contact-section .form-inner input:focus,
.contact-section .form-inner textarea:focus {
    border-color: var(--primarycolors) !important;
}

.item-shorting .right-column .short-menu button:hover,
.item-shorting .right-column .short-menu button.on {
    border-color: var(--primarycolors);
    background-color: var(--primarycolors);
}

.pagination li a:hover,
.pagination li a.current {
    border-color: var(--primarycolors);
    background-color: var(--primarycolors);
}

.owl-item:nth-child(2n+1) .feature-block-two .inner-box .icon-box {
    color: var(--primarycolors);
}

.owl-item:nth-child(2n+1) .feature-block-two .inner-box .icon-box:before {
    background-color: var(--primarycolors);
}

.image_block_2 .image-box .text h2 {
    color: var(--primarycolors);
}

.testimonial-block-three .inner-box h5 {
    color: var(--primarycolors);
}

.news-block-two .inner-box .content-box .post-info li.author-box h5 a:hover {
    color: var(--primarycolors);
}

.news-block-two .inner-box .content-box h4 a:hover {
    color: var(--primarycolors);
}

.page-title .bread-crumb li a:hover {
    color: var(--primarycolors);
}

.default-sidebar .category-widget .category-list li a:hover {
    color: var(--primarycolors);
}

.default-sidebar .category-widget .category-list li a:hover:before {
    border-color: var(--primarycolors);
}

.default-sidebar .category-widget .category-list li a:hover:after {
    background-color: var(--primarycolors);
}

.agents-block-one .inner-box .content-box .title-inner a:hover {
    color: var(--primarycolors);
}

.agents-block-one .inner-box .content-box .social-list li a:hover {
    border-color: var(--primarycolors);
    background: var(--primarycolors);
}

.agents-block-one .inner-box .content-box .info li i {
    color: var(--primarycolors);
}

.agents-block-one .inner-box .content-box .info li a:hover {
    color: var(--primarycolors);
}

.agents-block-two .inner-box:hover .image-box {
    border-color: var(--primarycolors);
}

.agents-block-two .inner-box .content-box .title-inner a:hover {
    color: var(--primarycolors);
}

.agents-block-two .inner-box .content-box .info li a:hover {
    color: var(--primarycolors);
}

.agents-block-two .inner-box .content-box .info li i {
    color: var(--primarycolors);
}

.agent-details-page .tab-btn-box .tab-btns li.active-btn:before {
    border-color: var(--primarycolors);
}

.agent-details-page .tab-btn-box .tab-btns li.active-btn:after {
    background-color: var(--primarycolors);
}

.agent-details-page .tab-btn-box .tab-btns li.active-btn {
    color: var(--primarycolors);
}

.agent-details-page .deals-block-one .image-box .buy-btn a:hover {
    background-color: var(--primarycolors);
}

.default-form input:focus,
.default-form textarea:focus {
    border-color: var(--primarycolors) !important;
}

.page-title-two .bread-crumb li:last-child {
    color: var(--primarycolors);
}

.page-title-two .bread-crumb li a:hover {
    color: var(--primarycolors);
}

.property-page-section .deals-block-one .image-box .buy-btn a:hover {
    color: var(--primarycolors);
}

.default-sidebar .price-filter .input input {
    color: var(--primarycolors);
}

.property-details .top-details .right-column .price-inner .price-box h3 {
    color: var(--primarycolors);
}

.property-details .top-details .right-column .other-option li a:hover {
    background-color: var(--primarycolors);
    border-color: var(--primarycolors);
}

.property-details .carousel-inner .owl-nav button:hover {
    background-color: var(--primarycolors);
}

.property-details-content .amenities-box .list li:before {
    border: 2px solid var(--primarycolors);
}

.property-details-content .amenities-box .list li:after {
    background-color: var(--primarycolors);
}

.accordion-box .block .acc-btn.active h5 {
    color: var(--primarycolors);
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: var(--primarycolors);
}

.property-details-content .nearby-box .single-item .icon-box {
    background-color: var(--primarycolors);
}

.property-details-content .form-group input:focus,
.property-details-content .form-group textarea:focus {
    border-color: var(--primarycolors) !important;
}

.property-sidebar .author-widget .author-box .inner .info li i {
    color: var(--primarycolors);
}

.property-sidebar .author-widget .author-box .inner .info li a {
    color: var(--primarycolors);
}

.property-sidebar .author-widget .author-box .btn-box a {
    color: var(--primarycolors);
    border: 1px solid var(--primarycolors);
}

.property-sidebar .author-widget .author-box .btn-box a:hover {
    background-color: var(--primarycolors);
}

.property-details-three .slider-content .slider-pager .thumb-box li figure:after {
    border-color: var(--primarycolors) !important;
}

.faq-sidebar .form-inner input:focus,
.faq-sidebar .form-inner textarea:focus {
    border-color: var(--primarycolors) !important;
}

.pricing-section .tab-btns li:before {
    background-color: var(--primarycolors);
}

.pricing-section .tab-btns:before {
    border: 2px solid var(--primarycolors);
}

.properties-section th .price {
    color: var(--primarycolors);
}

.sortable-masonry .filters .filter-tabs li:hover,
.sortable-masonry .filters .filter-tabs li.active {
    background-color: var(--primarycolors);
    border-color: var(--primarycolors);
}

.myprofile-section .tab-btns li.active-btn {
    color: var(--primarycolors);
}

.myprofile-section .tab-btns li.active-btn span {
    background-color: var(--primarycolors);
    border-color: var(--primarycolors);
}

.myprofile-section h4 i {
    color: var(--primarycolors);
}

.myprofile-section .other-option .radio-box input[type="radio"]:checked+label span:before {
    border-color: var(--primarycolors);
}

.myprofile-section .other-option .radio-box input[type="radio"]:checked+label span:after {
    background-color: var(--primarycolors);
}

.myprofile-section .other-option .radio-box input[type="radio"]:checked+label {
    color: var(--primarycolors);
}

.ragister-section .inner-box .othre-text p a {
    color: var(--primarycolors);
}

.ragister-section .tab-btn-box .tab-btns li.active-btn {
    background-color: var(--primarycolors);
}

.info-block-one .inner-box p a:hover {
    color: var(--primarycolors);
}

.info-block:nth-child(2) .info-block-one .inner-box .icon-box:before {
    background-color: var(--primarycolors);
}

.info-block:nth-child(2) .info-block-one .inner-box .icon-box {
    color: var(--primarycolors);
}

.blog-sidebar .sidebar-widget .search-inner .form-group button {
    background-color: var(--primarycolors);
}

.blog-sidebar .sidebar-widget .search-inner .form-group input:focus {
    border-color: var(--primarycolors) !important;
}

.blog-sidebar .category-widget .category-list li a:hover {
    color: var(--primarycolors);
}

.blog-sidebar .post-widget .post h5 a:hover {
    color: var(--primarycolors);
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    background-color: var(--primarycolors);
    border-color: var(--primarycolors);
}

.news-block-one .inner-box .lower-content h3 a:hover {
    color: var(--primarycolors);
}

.blog-details-content .news-block-one .inner-box .lower-content .text blockquote {
    border-left: 3px solid var(--primarycolors);
}

.blog-details-content .news-block-one .inner-box .lower-content .text blockquote h4 {
    color: var(--primarycolors);
}

.blog-details-content .post-tags .tags-list li a:hover {
    background-color: var(--primarycolors);
    border-color: var(--primarycolors);
}

.blog-details-content .comments-area .comment .text a:hover {
    color: var(--primarycolors);
}



* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
    font-family: var(--heading-font);
    font-size: 14px;
    color: #333;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-weight: 400;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    color: #333;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    color: #2d2929;
    margin: 0px;
    transition: all 500ms ease;
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}



figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

/** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    padding: 15.5px 34px;
    text-transform: capitalize;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn.btn-one {
    color: #ffffff;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}

.theme-btn:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn.btn-one:before {
    background-color: #1b1d21;
}

.theme-btn:hover:before {
    width: 100%;
}

.theme-btn span {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
}

.theme-btn.btn-two {
    color: #333;
    border: 1px solid #e5e7ec;
}

.theme-btn.btn-two:hover {
    color: #ffffff;
}

.theme-btn.btn-two:before {}

.theme-btn.btn-three {
    color: #2d2929;
    border: 2px solid #fff;
    background-color: #ffffff;
}

.theme-btn.btn-three:before {}

.theme-btn.btn-three:hover {
    color: #ffffff;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.pagination li:last-child {
    margin: 0px !important;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-weight: 500;
    border: 1px solid #e5e7ec;
    background: #ffffff;
    text-align: center;
    color: #2d2929;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff;
}

.pagination li a i {
    font-weight: 700;
}

.sec-pad {
    padding: 114px 0px 120px 0px;
}

.sec-pad-2 {
    padding: 120px 0px;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    color: #ffffff;
    font-size: 20px;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
}

.scroll-top.open {
    bottom: 50px;
}

.scroll-top:after,
.scroll-top:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.scroll-top:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.sec-title h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.sec-title h2 {
    display: block;
    font-size: 35px;
    font-weight: bold;
    margin: 0px;
}

.sec-title.light h2 {
    color: #ffffff;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    box-shadow: 0 10px 20px 0px rgb(0 0 0 / 7%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/** header-top **/

.header-top {
    position: relative;
    background-color: #1b1d21;
    padding: 11.5px 70px;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255);
    margin-right: 40px;
}

.header-top .info li:last-child {
    margin: 0px !important;
}

.header-top .info li a {
    display: inline-block;
    color: rgba(255, 255, 255);
}


.header-top .info li:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255);
    width: 1px;
    height: 16px;
    top: 4px;
    right: -20px;
}

.header-top .info li:last-child:before {
    display: none;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.header-top .social-links li:last-child {
    margin: 0px !important;
}

.header-top .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255);
}

.header-top .social-links li a:hover {}

.header-top .social-links,
.header-top .sign-box {
    position: relative;
    float: left;
}

.header-top .social-links {
    margin-right: 60px;
}

.header-top .social-links:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255);
    width: 1px;
    height: 16px;
    right: -30px;
    top: 4px;
}

.header-top .sign-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255);
}

.header-top .sign-box a:hover {}

.header-top .sign-box a i {
    margin-right: 8px;
}

/** header-lower **/

.header-lower {
    position: relative;
}

.main-header .outer-box {
    position: relative;
    padding: 0px 70px;
}

.main-header .outer-box .main-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .logo-box {
    position: relative;
    padding: 14px 0px;
}

.main-header .logo-box .logo {
    max-width: 214px;
}

.main-header .logo-box .logo img {
    width: 100%;
}

/** main-menu **/

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 0px 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    color: #2d2929;
    padding: 40px 20px;
    border-right: 1px solid #e5e7ec;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 40px;
}

.main-menu .navigation>li:first-child>a {
    border-left: 1px solid #e5e7ec;
}

.main-menu .navigation>li.dropdown>a span {
    position: relative;
    display: inline-block;
}

.main-menu .navigation>li.dropdown>a span:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    top: 2px;
    right: -17px;
    font-size: 16px;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%) scale(0, 0);
    bottom: -4px;
    transition: all 500ms ease;
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    transform: translateX(-50%) scale(1, 1);
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    padding-bottom: 15px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 7px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #2d2929;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 7px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    right: 100%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    padding-bottom: 15px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #2d2929;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
    background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    margin-bottom: 10px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;

}

.mobile-menu .nav-logo a {
    color: white;
    font-weight: 600;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #061a3a;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}

.main-header .sticky-header .logo-box {
    padding: 15.5px 0px !important;
}

.main-header .sticky-header .navigation>li {
    padding: 0px !important;
}

.main-header .sticky-header .navigation>li:hover {
    background-color: var(--primarycolors);
}

.main-header .sticky-header .menu-right-content {
    margin-top: 11px !important;
}

/** banner-section **/

.banner-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 60px;
}

/* 
.banner-section:before {
    position: absolute;
    content: '';
    background-color: #1d2534;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
} */

.banner-section .content-box {
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.banner-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-section .content-box p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.98, 0.98) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.nice-select:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #808288;
    top: 0px;
    right: 25px;
    margin: 0px;
    font-weight: 700;
    border: none !important;
    transform: rotate(0deg) !important;
}

.nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    max-width: 100%;
    line-height: 50px;
    border: 1px solid #e5e7ec !important;
    font-size: 14px;
    color: #808288;
    font-weight: 400;
    background: transparent;
    border-radius: 5px;
    padding: 0px 20px;
    text-transform: uppercase;
}

.search-field .top-search .nice-select {
    padding: 0px 50px;
}

.search-field .top-search .column:last-child .nice-select {
    padding: 0px 20px;
}

.search-field {
    position: relative;
    display: block;
    z-index: 1;
}

.search-field .top-search {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 15px 50px 0px rgb(0 0 0 / 10%);
}

.search-field .top-search .search-form {
    position: relative;
    padding: 25px 170px 32px 40px;
}

.search-field .top-search .form-group {
    position: relative;
    margin: 0px;
}

.search-field .top-search .form-group label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 7px;
}

.search-field .top-search .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    padding: 10px 20px 10px 50px;
    font-size: 14px;
    color: #808288;
    transition: all 500ms ease;
}

.search-field .top-search .form-group .field-input,
.search-field .top-search .form-group .select-box {
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: 1px solid #e5e7ec;
}

.search-field .top-search .form-group .field-input input,
.search-field .top-search .form-group .field-input select {
    width: 100%;
    margin: 0 !important;
}

.search-field .top-search .form-group .field-input .errorMessageFixed {
    position: absolute;
    bottom: -12px;
    left: 0px;
}

.search-field .top-search .form-group i {
    margin-right: 15px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    border: 1px solid #e5e7ec;
}

.nice-select .option {
    padding: 5px 20px 2px 20px !important;
}

.nice-select .option {
    background-color: transparent !important;
    padding: 4px 20px 4px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400 !important;
    color: #808288;
}

.nice-select .list {
    padding: 20px 20px !important;
}

.search-field .top-search .search-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 140px;
    height: 100%;
    text-align: center;
}

.search-field .top-search .search-btn .button {
    /* position: absolute; */
    top: 0px;
    right: 0px;
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    transition: all 500ms ease;
    padding: 10px 0px;
}

.search-field .top-search .search-btn button:hover {
    background-color: #1b1d21 !important;
}

.search-field .top-search .search-btn button span {
    display: block;
    margin-top: 6px;
}

.search-field .tab-btn-box li {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #0f172b;
    text-align: center;
    text-transform: capitalize;
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    width: 120px;
    padding: 10px 10px;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-field .tab-btn-box li.active-btn {
    color: #ffffff;
}

.search-field .advanced-search-text {
    position: relative;
    display: block;
    text-align: right;
    padding: 14px 0px 6px 0px;
}

.search-field .advanced-search-text h6 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 17px;
}

.banner-section .search-field .advanced-search-text h6 {
    color: #ffffff;
}

.search-field .advanced-search-text h6 i {
    position: relative;
    font-size: 18px;
    margin-right: 10px;
    top: 2px;
}

.search-field .advanced-search-text h6:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    top: 2px;
    right: 0px;
}

.advanced-search {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 45px 40px 34px 40px;
    box-shadow: 0 15px 50px 0px rgb(0 0 0 / 10%);
}

.search-field .advanced-search .form-group {
    position: relative;
    margin-bottom: 23px;
}

.search-field .advanced-search .select-box {
    position: relative;
    min-height: 50px;
}

.search-field .advanced-search label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 7px;
}

.search-field .advanced-search .range-box {
    position: relative;
    display: block;
    padding-top: 0px;
}

.search-field .advanced-search .range-box h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 6px;
}

/* .ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background-color: #e5e7ec;
}

.ui-slider-horizontal .ui-slider-range {}

.ui-slider .ui-slider-handle {
    position: absolute;
    content: '';
    top: -4px;
    width: 11px;
    height: 11px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
} */

.search-field .advanced-search .range-box input {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 6px;
}

.banner-section .inner-container {
    position: relative;
}

/** category-section **/

.category-section {
    position: relative;
    background-color: #ffffff;
}

.category-section .category-list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
}

.category-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 210px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 35px 0px;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}

.category-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.category-block-one .inner-box:hover:before {
    height: 100%;
}

.category-section .category-block-one .inner-box {
    margin: 0 auto;
}

.category-section .inner-container {
    position: relative;
    margin: 0px -15px;
}

.category-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 12px;
    color: var(--primarycolors);
    transition: all 500ms ease;
}

.category-block-one .inner-box:hover .icon-box {
    color: #ffffff;
}

.category-block-one .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    transition: all 500ms ease;
}

.category-block-one .inner-box h5 a {
    display: inline-block;
    color: #2d2929;
}

.category-block-one .inner-box:hover h5 a {
    color: #ffffff;
}

.category-block-one .inner-box span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    background-color: #f2f2f5;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

.category-block-one .inner-box:hover span {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.category-section .more-btn {
    position: relative;
    margin-top: 50px;
}

.bg-color-1 {
    background-color: #e5f8ed;
}

/** chooseus-section **/

.chooseus-section {
    position: relative;
}

.chooseus-section .inner-container {
    position: relative;
    display: block;
    padding: 64px 70px 63px 70px;
    z-index: 1;
}

.chooseus-section .upper-box .sec-title {
    margin-bottom: 0px;
}

.chooseus-section .upper-box {
    position: relative;
    display: block;
    padding-bottom: 28px;
    margin-bottom: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chooseus-section .upper-box .btn-box {
    position: absolute;
    top: 17px;
    right: 0px;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    padding-right: 40px;
}

.chooseus-block-one .inner-box:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 120px;
    top: 13px;
    right: 15px;
}

.chooseus-block:last-child .chooseus-block-one .inner-box:before {
    display: none;
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 23px;
    z-index: 1;
}

.chooseus-block:nth-child(1) .chooseus-block-one .inner-box .icon-box {
    color: #f2b241;
}

.chooseus-block:nth-child(2) .chooseus-block-one .inner-box .icon-box {
    color: var(--primarycolors);
}

.chooseus-block:nth-child(3) .chooseus-block-one .inner-box .icon-box {
    color: #ef5350;
}

.chooseus-block:nth-child(4) .chooseus-block-one .inner-box .icon-box {
    color: #00bcd4;
}

.chooseus-block:nth-child(5) .chooseus-block-one .inner-box .icon-box {
    color: #9ccc65;
}

.chooseus-block:nth-child(6) .chooseus-block-one .inner-box .icon-box {
    color: #f94c4c;
}

.chooseus-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    top: -14px;
    right: -30px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 1s infinite linear;
    animation: zoom-fade 1s infinite linear;
}

.chooseus-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 16px;
}

.chooseus-block-one .inner-box p {
    color: rgba(255, 255, 255);
}

.bg-color-2 {
    background-color: #1b1d21;
}

/** cta-section **/

.cta-section {
    position: relative;
    padding: 75px 0px;
}

.cta-section .text h2 {
    display: block;
    font-size: 40px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
}

.cta-section .btn-box {
    margin-top: 26px;
}

.cta-section .btn-box .theme-btn {
    width: 190px;
    padding: 15.5px 15px;
}

.cta-section .btn-box .btn-three {
    margin-right: 15px;
}

.cta-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

/** download-section **/

.download-section {
    position: relative;
}

.download-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
}

.download-section .image-box {
    position: relative;
    display: block;
    margin-right: 35px;
    min-height: 400px;
}

.download-section .image-box .image {
    position: absolute;
    bottom: -82px;
}

.download-section .image-box .image-1 {
    left: 0;
}

.download-section .image-box .image-2 {
    right: 0px;
}

.download-section .content-box {
    padding: 50px 0px;
}

.content_block_1 .content-box {
    position: relative;
    display: block;
}

.content_block_1 .content-box span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0px 14px;
    text-align: center;
    background-color: #f2b241;
    margin-bottom: 18px;
}

.content_block_1 .content-box h2 {
    display: block;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.content_block_1 .content-box .download-btn a {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 40px 15px 80px;
    color: #2d2929;
    cursor: pointer;
}


.content_block_1 .content-box .download-btn a i {
    position: absolute;
    left: 30px;
    top: 15px;
    font-size: 40px;
}

.content_block_1 .content-box .download-btn a p {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    transition: all 500ms ease;
}

.content_block_1 .content-box .download-btn a h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    transition: all 500ms ease;
}

/** main-footer **/

.main-footer {
    position: relative;
}

.footer-top {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.footer-top .widget-title h3 {
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
}

.footer-top p,
.footer-top a {
    color: rgba(255, 255, 255);
}

.footer-top a:hover {}

.footer-top .about-widget .text p {
    line-height: 30px;
    margin-bottom: 30px;
}

.footer-top .about-widget .text p:last-child {
    margin-bottom: 0px;
}

.ml-70 {
    margin-left: 70px;
}

.footer-top .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.footer-top .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    line-height: 30px;
}

.footer-top .links-widget .links-list li a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 4px;
    transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover:before {
    width: 100%;
}

.footer-top .post-widget .post {
    position: relative;
    display: block;
    padding: 0px 0px 6px 115px;
    margin-bottom: 38px;
    min-height: 88px;
}

.footer-top .post-widget .post:last-child {
    margin-bottom: 0px;
}

.footer-top .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: -2px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.footer-top .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.footer-top .post-widget .post:hover .post-thumb img {
    opacity: 0.5;
}

.footer-top .post-widget .post h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-top .post-widget .widget-title {
    margin-bottom: 35px;
}

.footer-top .contact-widget .info-list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255);
}

.footer-top .contact-widget .info-list li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 20px;
}

.footer-top .contact-widget .info-list li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #0d6efd;
}

.footer-top .contact-widget .info-list li:first-child i {
    top: 7px;
}

.footer-top .contact-widget .widget-title {
    margin-bottom: 26px;
}

.footer-bottom {
    position: relative;
    display: block;
    background-color: #272a2f;
    padding: 17px 0px;
}

.footer-bottom .footer-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
    z-index: 1;
}

.footer-bottom p,
.footer-bottom a {
    color: rgba(255, 255, 255);
}

.footer-bottom a:hover {}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.footer-bottom .footer-nav li:last-child {
    margin: 0px !important;
}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255);
    width: 1px;
    height: 18px;
    top: 3px;
    right: -15px;
}

.footer-bottom .footer-nav li:last-child:before {
    display: none;
}

/*==========
  Styles Switcher
============*/

#color_switcher_preview h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#color_switcher_preview {
    background: #f9f9f9;
    width: 210px;
    position: fixed;
    top: 200px;
    z-index: 999;
    right: -210px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0px 15px;
}

#color_switcher_preview ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}


/* #color_switcher_preview div {
    padding: 6px 18px;
} */

#color_switcher_preview h2 {
    background: #323232;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
}

#color_switcher_preview h2 a {
    background-color: #323232;
    display: block;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    border-radius: 25px 0 0 25px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#color_switcher_preview h2 a i {
    position: relative;
    top: 0px;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    margin: 6px 3px 0 3px;
}

.colors li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    color: #1b1d21;
}

.colors li a:hover {
    background-color: var(--primarycolors);
    color: white;
}

div.layout-style {
    padding: 0 !important;
}

.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 25px 0px;
    background-color: #505050;
    border: 0;
    min-height: auto;
}

@media only screen and (max-width: 767px) {
    #color_switcher_preview {
        display: none;
    }
}

/* Responsive Css */

@media only screen and (max-width: 1599px) {
    .main-header .outer-box {
        padding: 0px 30px;
    }

    .main-header .outer-box .btn-box {
        display: none;
    }

    .page-content .left-column,
    .page-content .right-column {
        float: none;
        width: 100%;
    }

    .page-content .item-shorting .left-column {
        float: left;
        width: auto;
    }

    .page-content .item-shorting .right-column {
        float: right;
        width: auto;
    }

    .rtl .main-header .menu-right-content .sign-box {
        margin-left: 0px;
    }

    .main-header .menu-right-content .sign-box {
        margin-right: 0px;
    }

    .header-style-two .header-lower .main-menu .navigation>li>a {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1200px) {

    .main-menu,
    .sticky-header,
    .main-header.style-one .outer-container:before {
        display: none !important;
    }

    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px;
        margin-top: 0px;
    }

    .megamenu ul li:first-child {
        display: none;
    }

    .header-top .left-column,
    .header-top .right-column {
        float: none;
        display: flex;
        text-align: center;
        justify-content: space-between;
    }

    .header-top .info li {
        float: none;
    }

    .header-top .social-links,
    .header-top .sign-box {
        float: none;
        display: inline-block;
    }

    .header-top .sign-box {
        top: -8px;
    }

    .header-top .left-column {
        margin-bottom: 10px;
    }

    .category-section .category-list li {
        width: 33.333%;
    }

    .category-section .category-block-one .inner-box {
        margin-bottom: 30px;
    }

    .category-section .more-btn {
        margin-top: 20px;
    }

    .feature-block-one .inner-box .lower-content .more-details li:before {
        display: none;
    }

    .cta-section .text,
    .cta-section .btn-box {
        float: none;
        display: block;
    }

    .content_block_1 .content-box .download-btn a.app-store {
        margin-bottom: 10px;
    }

    .banner-carousel .owl-dots {
        display: none;
    }

    .agents-block-one .inner-box .content-box .title-inner {
        float: none;
        display: block;
    }

    .agents-block-one .inner-box .content-box .social-list {
        float: none;
        display: block;
        margin-top: 10px;
    }

    .item-shorting .left-column,
    .item-shorting .right-column {
        float: none;
        display: block;
        text-align: center;
    }

    .agent-details-page .tab-btn-box .tab-btns li {
        float: none;
    }

    .item-shorting .short-box {
        float: none;
    }

    .property-page-section .deals-block-one .inner-box {
        padding-right: 30px;
    }

    .deals-block-one .inner-box .lower-content .price-box .author-thumb span {
        display: none;
    }

    .property-details-three .product-image {
        padding: 0px;
        margin-bottom: 50px;
    }

    .property-details-three .slider-content .slider-pager {
        position: relative;
        width: 100%;
    }

    .property-details-three .slider-content .slider-pager .thumb-box li {
        width: 33.333%;
    }

    .myprofile-section .tab-btns li {
        margin-right: 30px;
        margin-bottom: 15px;
    }

    .blog-sidebar .social-widget .social-links li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .blog-sidebar .social-widget {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul,
    .main-menu .navigation>li>.megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 991px) {
    .search-field .top-search .form-group input[type='search'] {
        margin-bottom: 15px;
    }

    .feature-block-one .inner-box {
        margin-bottom: 30px;
    }

    .testimonial-section .owl-nav {
        display: none;
    }

    .chooseus-section .upper-box .btn-box {
        position: relative;
        top: 0px;
        right: 0px;
        margin-top: 10px;
    }

    .chooseus-block-one .inner-box {
        margin-bottom: 40px;
    }

    .chooseus-section .inner-container {
        padding-bottom: 23px;
    }

    .news-block-one .inner-box {
        margin-bottom: 30px;
    }

    .news-section,
    .footer-top {
        padding-bottom: 90px;
    }

    .footer-top .footer-widget {
        margin: 0px 0px 30px 0px !important;
    }

    .team-block-one .inner-box {
        margin-bottom: 30px;
    }

    .team-section {
        padding-bottom: 90px;
    }

    .location-section .feature-block-one .inner-box {
        margin-bottom: 0px;
    }

    .search-field-section .search-field .top-search .search-form {
        padding-right: 170px;
    }

    .search-field-section .search-field .top-search .search-btn button {
        right: 25px;
    }

    .search-field-section.style-two .advanced-search {
        top: 285px !important;
    }

    .feature-block-two .inner-box {
        margin-bottom: 30px;
    }

    .pricing-block-one {
        margin-bottom: 30px;
    }

    .pricing-section {
        padding-bottom: 90px;
    }

    .contact-section .image-box {
        margin-left: 0px;
    }

    .contact-section .content-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .news-block-two .inner-box {
        margin-bottom: 30px;
    }

    .news-style-two {
        padding-bottom: 90px;
    }

    .banner-carousel .image-box {
        display: none;
    }

    .banner-style-three .content-box {
        max-width: 100%;
    }

    .property-details-content {
        margin-bottom: 30px;
    }

    .property-details {
        padding-bottom: 90px;
    }

    .clients-section .clients-logo {
        margin-left: 0px;
        margin-top: 0px;
    }

    .testimonial-block-three .inner-box {
        margin-bottom: 30px;
    }

    .testimonial-style-four {
        padding-bottom: 90px;
    }

    .info-block-one .inner-box {
        margin-bottom: 30px;
    }

    .contact-info-section {
        padding-bottom: 90px;
    }

    .image_block_2 .image-box {
        margin-bottom: 30px;
    }

    .agent-sidebar {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .search-field .top-search .search-form {
        padding-left: 30px;
        padding-right: 30px;
    }

    .search-field .top-search .search-btn {
        position: relative;
        width: 100%;
        margin-top: 15px;
    }

    .search-field .top-search .search-btn button {
        position: relative;
        padding: 12px 15px;
        border-radius: 5px;
    }

    .advanced-search .price-range {
        margin-bottom: 15px;
    }

    .category-section .category-list li {
        width: 50%;
    }

    .banner-section .content-box h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .banner-section {
        padding-top: 100px;
    }

    .banner-section .content-box {
        margin-bottom: 50px;
    }

    .search-field .top-search .form-group {
        margin-bottom: 15px;
    }

    .category-section {
        padding: 330px 0px 70px 0px;
    }

    .sec-pad {
        padding: 64px 0px 70px 0px;
    }

    .video-section {
        padding: 150px 0px;
    }

    .deals-section .owl-nav {
        display: none;
    }

    .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .sec-title p br {
        display: none;
    }

    .sec-title h2 br {
        display: none;
    }

    .testimonial-section {
        padding: 64px 0px 250px 0px;
    }

    .chooseus-block-one .inner-box {
        padding-right: 0px;
    }

    .chooseus-block-one .inner-box:before {
        display: none;
    }

    .place-section,
    .team-section {
        padding-bottom: 40px;
    }

    .cta-section .text h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .cta-section .text h2 br {
        display: none;
    }

    .cta-section {
        padding: 40px 0px;
    }

    .download-section .content-box {
        padding: 70px 0px;
    }

    .news-section {
        padding-bottom: 40px;
    }

    .content_block_1 .content-box h2 {
        font-size: 30px;
    }

    .download-section .image-box {
        display: none;
    }

    .footer-bottom .footer-logo {
        position: relative;
        left: 0px;
        transform: translate(0px);
        top: 0px;
        text-align: center;
    }

    .footer-bottom .footer-nav {
        float: none;
        display: block;
        text-align: center;
    }

    .footer-bottom .footer-nav li {
        float: none;
    }

    .banner-carousel .slide-item {
        padding: 180px 0px 200px 0px;
    }

    .banner-carousel .content-box h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .search-field-section .search-field .top-search .search-form {
        padding-right: 30px;
    }

    .page-content .search-field-section .search-field .top-search .search-form {
        padding-right: 0px;
    }

    .search-field-section .search-field .top-search .search-btn button {
        right: 0px;
        top: 0px;
        width: 100%;
        height: auto;
    }

    .switch_btn_one {
        position: relative;
    }

    .search-field-section .switch_btn_one button {
        position: relative;
        right: 0px;
        bottom: 0px;
    }

    .cta-section.alternate-2 {
        padding: 65px 0px 70px 0px;
    }

    .chooseus-section.alternate-2 {
        padding: 65px 0px 35px 0px;
    }

    .testimonial-style-two {
        padding: 70px 0px;
    }

    .clients-section .logo-list li {
        width: 50%;
    }

    .clients-section {
        padding: 65px 0px 35px 0px;
    }

    .search-field-section.style-two .advanced-search,
    .search-field-section .advanced-search,
    .page-content .search-field-section.style-two .advanced-search {
        top: 75px !important;
    }

    .search-field-section.style-two .search-field .top-search .search-btn button {
        top: 0px;
    }

    .feature-style-three {
        padding-top: 70px;
    }

    .feature-style-two .owl-nav {
        display: none;
    }

    .funfact-block-one .inner-box:before {
        display: none;
    }

    .testimonial-style-three,
    .contact-section {
        padding: 70px 0px;
    }

    .pricing-section {
        padding-bottom: 40px;
    }

    .page-content .item-shorting .left-column {
        float: none;
    }

    .page-content .item-shorting .right-column {
        float: none;
        width: 100%;
    }

    .page-content .deals-block-one .inner-box {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .deals-block-one .inner-box .image-box {
        position: relative;
        margin-bottom: 20px;
    }

    .deals-block-one .inner-box .image-box .image {
        border-radius: 10px;
    }

    .banner-style-three .inner-box {
        padding: 100px 0px;
    }

    .banner-style-three .banner-carousel .content-box h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .feature-style-three .owl-dots {
        display: none;
    }

    .feature-style-three {
        padding-bottom: 40px;
    }

    .about-section {
        padding: 70px 0px;
    }

    .testimonial-style-four .owl-dots {
        display: none;
    }

    .testimonial-style-four .inner-container {
        padding-bottom: 40px;
        padding-top: 65px;
    }

    .testimonial-style-four {
        padding-bottom: 0px;
    }

    .news-style-two .sec-title {
        margin-bottom: 20px;
    }

    .news-style-two .title-text {
        margin-bottom: 30px;
    }

    .news-style-two {
        padding-bottom: 40px;
    }

    .rtl .chooseus-block-one .inner-box .icon-box:before {
        right: inherit;
        left: -30px;
    }

    .footer-top {
        padding: 70px 0px 40px 0px;
    }

    .page-title {
        padding: 80px 0px;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .agents-page-section {
        padding: 70px 0px;
    }

    .agents-block-one .inner-box .content-box {
        padding-left: 0px;
    }

    .agents-block-one .inner-box .image-box {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px;
        max-width: 270px;
    }

    .agent-details-page .deals-block-one .inner-box {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .agent-details-page .deals-block-one .inner-box .image-box {
        position: relative;
        margin-bottom: 20px;
    }

    .property-page-section .deals-block-one .inner-box {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .property-page-section .deals-block-one .inner-box .image-box {
        position: relative;
    }

    .property-page-section {
        padding: 70px 0px;
    }

    .property-details {
        padding: 70px 0px 40px 0px;
    }

    .property-details .top-details .left-column {
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    .property-details .top-details .right-column {
        float: none;
        display: block;
    }

    .property-details-content .details-box .list li {
        width: 50%;
    }

    .property-details-content .amenities-box .list li {
        width: 50%;
    }

    .property-details-content .location-box .info li {
        width: 50%;
    }

    .about-section .inner-container {
        padding-bottom: 70px;
    }

    .feature-style-three.service-page {
        padding: 70px 0px 40px 0px;
    }

    .properties-section {
        padding: 70px 0px;
    }

    .category-section.category-page {
        padding: 70px 0px 40px 0px;
    }

    .sec-pad-2 {
        padding: 70px 0px;
    }

    .gallery-style-one {
        padding: 64px 0px 40px 0px;
    }

    .gallery-style-two .owl-dots {
        display: none;
    }

    .myprofile-section .tab-btns {
        padding: 30px 30px;
    }

    .contact-info-section {
        padding-bottom: 40px;
    }

    .agent-details {
        padding-top: 70px;
    }

    .news-block-two .inner-box {
        display: block;
        padding-left: 0px;
    }

    .news-block-two .inner-box .image-box {
        position: relative;
        margin-bottom: 20px;
        border-radius: 10px;
        width: auto;
    }

    .news-block-two .inner-box .content-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .news-block-two .inner-box {
        padding: 30px;
    }

    .news-block-two {
        max-width: 350px;
        margin: 0 auto;
    }

    .news-block-two .inner-box .image-box .image {
        border-radius: 10px;
    }

    .news-block-two .inner-box .image-box .image img {
        border-radius: 10px;
    }

    .blog-sidebar {
        margin-top: 30px;
    }

    .place-style-two .content_block_2 .content-box {
        margin-right: 0px;
    }

    .cta-section.alternate-2.pb-240 {
        padding-bottom: 170px !important;
    }

    .page-content .map-column {
        padding-right: 0px;
    }

    .page-content .search-field-section .switch_btn_one button {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .agents-block-one .inner-box .content-box {
        padding-right: 0px;
    }

    .search-field-section .switch_btn_one button {
        margin: 15px 0px;
    }

    .rtl .place-style-two .content_block_2 .content-box {
        margin-left: 0px;
    }

    .mortgage-calculator {
        padding: 70px 0px 40px 0px;
    }

    .faq-content-side {
        margin-right: 0px;
    }

    .career-page-section .sec-title {
        margin-right: 0px;
    }

    .sortable-masonry .filters .filter-tabs li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 599px) {
    .category-section .category-list li {
        width: 100%;
    }

    .chooseus-section .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonial-style-three .testimonial-block-two {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonial-block-two .inner-box .text h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .testimonial-style-three .owl-dots {
        display: none;
    }

    .deals-block-one .inner-box .image-box {
        width: 100%;
    }

    .agents-block-one .inner-box .image-box {
        max-width: 100%;
    }

    .agent-details-page .deals-block-one .inner-box .image-box {
        width: 100%;
    }

    .agent-details-page .deals-block-one .inner-box .image-box img {
        width: 100%;
    }

    .property-page-section .deals-block-one .inner-box .image-box {
        width: 100%;
    }

    .property-page-section .deals-block-one .inner-box .image-box img {
        width: 100%;
    }

    .property-details-content .details-box .list li {
        width: 100%;
    }

    .property-details-content .location-box .info li {
        width: 100%;
    }

    .property-details-three .slider-content .slider-pager .thumb-box li {
        width: 50%;
    }

    .blog-details-content .comments-area .comment.replay-comment {
        margin-left: 0px;
    }

    .mortgage-calculator h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 499px) {
    .mobile-menu {
        width: 100%;
    }

    .property-details-content .amenities-box .list li {
        width: 100%;
    }

    .property-details .slider-content .slider-pager {
        position: relative;
        bottom: 0px;
    }

    .property-details .slider-content .slider-pager .thumb-box li {
        width: 100%;
        margin-top: 15px;
    }

    .header-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-top .info li:before {
        display: none;
    }

    .header-top .social-links li {
        margin-right: 20px;
    }

    .main-header .logo-box .logo {
        margin: 0 auto;
    }

    .search-field .advanced-search {
        padding-left: 30px;
        padding-right: 30px;
    }

    .feature-block-one .inner-box .lower-content .more-details li {
        width: 50%;
        margin-bottom: 5px;
    }

    .feature-block-one .inner-box .lower-content .more-details li:last-child {
        margin-bottom: 0px;
    }

    .deals-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cta-section .btn-box .theme-btn {
        margin: 5px 5px;
    }

    .main-header .menu-right-content .sign-box {
        position: absolute;
        left: 0px;
        bottom: 12px;
    }

    .banner-carousel .slide-item {
        padding-top: 240px;
    }

    .nice-select .option {
        font-size: 12px;
    }

    .deals-style-two .deals-block-one .inner-box {
        padding-right: 20px;
    }

    .testimonial-style-two .owl-dots {
        display: none;
    }

    .clients-section .logo-list li {
        width: 100%;
        text-align: center;
    }

    .subscribe-section .subscribe-form .form-group {
        padding-right: 0px;
    }

    .subscribe-section .subscribe-form .form-group button {
        position: relative;
        border-radius: 5px;
        margin-top: 15px;
        width: 100%;
    }

    .subscribe-section .subscribe-form .form-group {
        background: transparent;
    }

    .subscribe-section .subscribe-form .form-group input[type='email'] {
        border-radius: 5px;
    }

    .feature-block-two .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .item-shorting h5 {
        font-size: 14px;
    }

    .page-content .deals-block-one .inner-box {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .feature-block-one .inner-box .lower-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-style-three .pattern-box {
        display: none;
    }

    .image_block_2 .image-box .text {
        position: relative;
        bottom: 0px;
        width: 100%;
        margin-top: 30px;
    }

    .image_block_2 .image-box {
        padding-left: 0px;
    }

    .content_block_3 .content-box {
        margin-left: 0px;
    }

    .rtl .main-header .logo-box {
        float: none;
        margin: 0px;
    }

    .image_block_1 .image-box .image {
        transform: translate(0px) !important;
    }

    .image_block_1 .image-box .image-2 {
        position: relative;
        top: 0px;
        margin-top: 30px;
    }

    .image_block_1 .image-box {
        padding: 0px;
    }

    .place-style-two .content_block_2 .content-box {
        margin-bottom: 30px;
    }

    .default-sidebar .featured-widget .owl-dots {
        display: none;
    }

    .item-shorting .short-box {
        width: 155px;
    }

    .property-page-section .deals-block-one .inner-box {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .property-details .top-details .right-column .price-inner .category {
        margin-bottom: 10px;
    }

    .property-details-content .nearby-box .single-item .text {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .property-details-content .nearby-box .single-item .rating {
        float: none;
        display: block;
    }

    .myprofile-section .general-information {
        padding-left: 20px;
        padding-right: 20px;
    }

    .error-section .inner-box h1 {
        font-size: 130px;
        line-height: 130px;
    }

    .agent-details-page .deals-block-one .inner-box {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .blog-details-content .post-tags .tags-list li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 399px) {
    .item-shorting .nice-select {
        padding-left: 0px;
    }

    .blog-details-content .comments-area .comment {
        padding-left: 0px;
    }

    .blog-details-content .comments-area .comment .thumb-box {
        position: relative;
        top: 0px;
        margin-bottom: 15px;
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: transparent;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ===================
Date picker css 
====================== */
.ui-datepicker {
    z-index: 50 !important;
    font-family: var(--heading-font);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
    display: none;
}

.ui-datepicker.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 500;
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: url(../images/prev.png);
    left: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-datepicker-next:after {
    content: url(../images/next.png);
    right: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-widget-header {
    background: var(--primarycolors);
    color: white;
    border: none;
    border-radius: 8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.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: none;
    border-radius: 8px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #013f7e88;
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--primarycolors);
    color: white;
}


.swap-image i {
    transform: rotate(0deg);
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.swap-image i.swapani {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.category-item {
    position: relative;
    color: var(--primarycolors);
    border: 2px solid var(--primarycolors);
    padding: 10px 5px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.category-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid var(--primarycolors);
    border-right: 20px solid transparent;
    top: 0px;
    left: 0px;
}

.category-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.aboutus-section p {
    line-height: 2;
    font-size: 16px;
    text-align: center;
}

.swap {
    position: relative;
}

.swap-image {
    position: absolute;
    padding: 11px;
    right: 49px;
    top: -12px;
    background-color: var(--primarycolors);
    z-index: 1;
    color: white;
}

.swap img {
    position: initial;
}

@media (max-width: 992px) {
    .swap-image {
        transform: rotate(90deg);
    }

}

@media (min-width: 992px) {

    .swap-image {
        position: initial;
        margin-bottom: 5px;
    }
}
