.rightLogo {
    width: 250px;
    margin-top: -10px;
}



.blueBox1 .caption {
    margin: 36px auto;
}

.blueBox1 h2 {
    margin-bottom: 10px;
    font-size: 50px;
}

.addOnLounge .panel-title {
    cursor: pointer;
}

.addOnLounge .panel-title .selLounge {
    float: left;
}

.addOnLounge .panel-title small {
    color: #ff9500;
    width: auto;
    float: left;
    margin: 5px;
}

.addOnLounge .panel-title .btn-skip {
    background: #ff9500;
    color: #fff;
    float: right;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 7px;
    text-align: center;
    width: 175px;
    margin-right: 15px;
}

.loungeList {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.loungeList li {
    width: 23.7%;
    float: left;
    border: 1px solid #ddd;
    margin: 7px;
    border-radius: 5px;
}

.loungeList li h4 {
    color: #2ea8e6;
    font-size: 15px;
    padding: 10px;
    margin: 0;
    min-height: 50px;
}

.loungeList li img {
    width: 93%;
    height: 150px;
    margin: 0 10px;
}

.loungeList li ul {
    float: left;
    margin: 10px;
    padding: 0;
    list-style-type: none;
    min-height: 75px;
}

.loungeList li ul li {
    float: left;
    margin: 0 7px 0 0;
    width: 47%;
    border: none;
    font-size: 12px;
}

.loungeList li ul li:last-child {
    margin: 0;
}

.loungeList li ul li:before {
    content: '';
    background-image: url(../img/list-icon.png);
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-bottom: 5px;
}

.loungeList li .loungeListFoot {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f4f4f4;
    text-align: center;
}

.loungeList li .loungeListFoot .price {
    width: 50%;
    float: left;
    text-align: center;
}

.loungeList li .loungeListFoot .price small {
    width: 100%;
    float: left;
    color: #9ea1a6;
    font-size: 11px;
}

.loungeList li .loungeListFoot .price big {
    width: 100%;
    float: left;
    color: #10bc65;
}

.btn-addBook {
    background: #2096de;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 10px 2px;
    width: 48%;
    float: left;
}

.btn-addBook:hover, .btn-addBook:focus {
    color: #fff;
}

.btn-addBook.active {
    background: #00d56f;
}

a.viewMore {
    float: right;
    margin: 0 15px 5px 5px;
    font-style: italic;
    font-weight: 500;
    color: #1fcc75;
    font-size: 14px;
}

a.viewMore:focus {
    outline: 0;
}

a.viewMore i {
    margin-left: 5px;
}

#loungeDetails .modal-dialog {
    width: 900px;
    margin-top: 3%;
}

#loungeDetails .modal-dialog .modal-body {
    max-height: fit-content;
}

#loungeDetails .servicesBox {
    width: 100%;
    float: left;
}

#loungeDetails .servicesBox .serText {
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #646B71;
    width: 100%;
    float: left;
}

#loungeDetails .servicesBox .serText h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2ea8e6;
}

#loungeDetails .servicesBox .serText p {
    margin-top: 15px;
    width: 100%;
    float: left;
    font-weight: 300;
    color: #4c5159;
}

#loungeDetails .servicesBox .serText ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

#loungeDetails .servicesBox .serText li {
    width: 33%;
    float: left;
    margin: 3px 0;
    font-weight: 300;
    color: #4c5159;
    word-break: break-word;
}

#loungeDetails .servicesBox .serText li:before {
    content: '';
    background-image: url(../img/list-icon.png);
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}

#loungeDetails .servicesBox .serText p {
    margin: 0px;
    width: 100%;
    float: left;
    font-weight: 300;
    color: #4c5159;
}

#loungeDetails .servicesBox .serText ul.list1 {
    list-style: disc;
    padding-left: 25px;
}

#loungeDetails .servicesBox .serText ul.list1 li {
    width: auto;
    margin-right: 25px;
}

#loungeDetails .servicesBox .serText ul.list1 li:before {
    display: none;
}

.text-danger {
    color: #e2110d;
}

.text-warning {
    color: #ff9500;
}

.quoteSummary .rightPanel .panel-default > .panel-heading {
    padding: 10px 0;
}

.quoteSummary .rightPanel .panel-default > .panel-heading .panel-title a {
    padding: 10px 0;
    color: #2EA8E6;
}

/***ram**/
.quoteSummary .servicesBox h4.collapsed {
    margin-bottom: 10px;
}

.logo-arsort-services {
    display: none;
}

.serviceSection ul li {
    background: #fff;
    box-shadow: 0 0.8rem 4.8rem 0 rgba(0, 0, 0, .17);
    box-sizing: border-box;
    margin: 15px;
    width: 30.5%;
    float: left;
    padding: 28px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 300;
}

.serviceSection ul li img {
}

.rightPanel .m_summary {
    display: none;
}

.m_leftBox {
    display: block;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	
	.informForm .panel-group{margin-top:15px;}
    .blueBox {
        padding: 0;
        height: auto;
        text-align: left;
        color: inherit;
    }

    .blueBox h2 {
        font-size: 22px;
        margin-top: 15px;
        font-weight: 500;
    }
    .blueBox1 h2{font-size: 22px;}
    

    .logo {
        width: 92px;
    }

    .logo-arsort-services {
        display: block;
        float: right;
        width: 190px;
    }

    .logo-arsort-services img {
        width: 100%
    }

    .mob {
        display: none;
    }

    .blueBox1 .caption {
        margin: 215px auto 20px;
    }

    .aboutSection {
        padding: 10px 0;
    }

    .serviceSection {
        padding: 0px 0;
    }

    .serviceSection ul li {
        margin: 3px 0px;
        width: 100%;
        padding: 28px;
    }

    .testimonial .testimonial-item .content {
        margin-left: 5px;
        margin-top: 10px;
    }

    /*.meetAndGreetService ul li {width: 100%; text-align: center; margin-bottom: 10px;}	.meetAndGreetService ul li p { padding: 5px; margin-bottom: 0;font-size: 15px; min-height: 83px;}*/
    .meetAndGreetService ul li h4 span {
        width: 100%;
        text-align: center;
        float: left;
    }

    .meetAndGreetService ul li h4 span img {
        width: 33px;
        padding-bottom: 5px;
    }

    .meetAndGreetService ul .list {
        display: none
    }

    .select2-container--default.select2-container--disabled .select2-selection--single {
        background-color: #fff;
        cursor: default;
    }

    .topForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: none;
        height: 35px;
        left: 100%;
        margin-left: 0;
        margin-top: 0px;
        position: absolute;
        top: 12%;
        width: 25px;
        background: url(../img/select-arr.png) right center no-repeat !important;
        float: right;
    }

    .meetAndGreetService {
        padding: 0;
        margin-bottom: 25px;
    }

    .blueBox .m_caption {
        margin: 15px auto 45px;
        width: 100%;
    }

    .m_heding {
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 0px 20px;
    }

    .m_heding .pull-right {
        width: 100%;
    }

    .informForm .btn-success {
        padding: 4px 23px;
        font-size: 16px;
        border-radius: 3.2rem;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .informForm strong.passType {
        width: 100%;
    }

    .informForm .title {
        width: 100%;
    }

    .informForm label {
        font-size: 13px;
    }

    .informForm .panel-heading {
        border-bottom: 0px solid #bfbfbf;
    }

    .leftPanel {
        display: none;
    }

    .quoteSummary .servicesBox {
        display: none;
    }

    .summary .rightPanel {
        display: inline-block;
    }

    .rightPanel .m_summary {
        display: block;
        font-size: 22px !important;
        color: #3991d8;
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }

    .mNgTab .serviceDetail .servicesBox1 .sertype h3 {
        font-weight: normal;
    }

    .m_caption_ls {
        background-color: #3991d8;
        padding: 30px 0px;
        margin: 0px;
        margin-top: 0px !important;
    }

    .m_caption_ls h2 {
        background-color: #3991d8;
        padding: 0px 0px;
        margin-top: 0px;
    }

    .m_leftBox {
        display: none;
    }

    .contactAddress {
        top: 0px;
    }

    .contactAddress .right {
        height: auto;
    }

    .blueBox .m_priv-pol h2 {
        color: inherit;
        font-size: 22px;
        margin-top: 15px;
        font-weight: 500;
        text-align: center;
		color:#fff;
    }

    #loungeDetails .modal-dialog {
        width: 94%;
        margin-top: 3%;
    }

    .modal-header .close {
        margin-top: -10px;
        margin-right: -8px;
        padding: 0 3px;
        border: 1px solid #8d8d8d;
        opacity: 0.5;
    }

    .modal-body {
        position: relative;
        padding: 0px;
    }
    #submit_mg_details {
        margin-bottom: 30px;
    }
    #transfersbt {
        margin-bottom: 30px;
    }
    #footer .copyright {
        color: #fff;
        width: 100%;
        text-align: center;
        float: left;
        padding: 15px;
        font-size: 12px;
        padding: 10px !important;
        box-sizing: border-box;
        border-top: 0px solid #f2f2f2;
    }
    #footer .copyright .comodo-logo{float: none;}
	
	.informForm .details.passCount {margin-bottom: 20px;}
	
	.informForm .appNation .select2-container, .informForm .mCode .select2-container { height: 38px;}
	.informForm .appNation { margin-bottom: 6px;}
	
	#loginClientForm .modal-content{padding:0px 10px 10px 10px }
	#loginClientForm .modal-content .modal-header{padding: 8px 7px; margin-bottom: 10px;}
	#loginClientForm .modal-content .modal-header .close { margin-top: 0px;  margin-right: -8px;}
}

/***ram end**/

.serviceSection ul li {
    height: 400px;
}

.serviceSection ul li .list li {
    height: auto;
}

.meetAndGreetService ul li {
    height: 420px;
}

#loungeCollapse .list1 {
    padding-left: 15px;
}

#loungeCollapse .list1 li {
    width: 100%;
}

.callNow .numDet {
    width: 340px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .caption1 {
        color: #fff;
        margin-bottom: 10px;
    }

    .addOnLounge .panel-title {
        padding: 5px 0;
        margin: 0;
    }

    .addOnLounge .panel-title .btn-skip {
        margin: 5px 0 5px;
        float: left;
    }

    .addOnLounge .panel-title small {
        width: auto;
    }

    .loungeList li {
        width: 100%;
        margin: 10px 0;
    }

    .loungeList li img {
        margin: 0 10px;
    }

    .loungeList li h4 {
        border: none;
    }

    .loungeList li ul li {
        width: 33%;
        font-size: 11px;
        margin: 0 0 3px;
    }

    .loungeList li .loungeListFoot .price {
        width: 27%;
    }

    .btn-addBook {
        padding: 7px;
    }

    .lounge-det .adult, .lounge-det .child {
        margin-right: 12px;
    }

    .informForm .title {
        width: 100%;margin-bottom: 6px;
    }

    .informForm .appName {
        width: 100%; margin-bottom: 6px;
    }

    .informForm .flightType {
        width: 100%; margin-bottom: 6px;
    }

    .informForm .infantDet .appName {
        width: 100%; margin-bottom: 6px;
    }

    .lounge-det .panel-title {
        padding: 5px 0;
        margin: 0;
    }

    .lounge-det .panel-title a .more-less {
        font-size: 15px;
    }

    .informForm .infant {
        width: 32%;
    }

    .blueBox .caption {
        float: left;
        padding: 7px;
    }

    .blueBox .caption .pull-right {
        float: left !important;
    }

    .meetAndGreetService ul li {
        height: auto;
    }

    .meetAndGreetService h3 {
        color: #fff;
    }

    .logo {
        display: none;
    }

    .logo-arsort-services {
        float: left;
        width: 230px;
    }

    .button {
        right: 0;
        top: -60px;
    }

    .blueBox .caption {
        margin: 0 auto 0;
    }

    .blueBox strong {
        color: #fff;
    }

    .mNgTab .serviceDetail .servicesBox1 .serPrice {
        float: right;
    }

    .mNgTab .serviceDetail .servicesBox1 {
        border-bottom: 1px solid #ccc;
    }

    .unsuccessM {
        float: left;
        margin: 100px 0 15px;
    }

    #loungeDetails .modal-dialog .modal-body {
        max-height: 540px;
    }

    #loungeDetails .servicesBox .serText {
        padding: 10px 0;
    }

    #loungeDetails .servicesBox .serText .col-md-8, #loungeDetails .servicesBox .serText .col-md-4 {
        float: left;
        width: 100%;
        padding: 0 10px;
    }

    #loungeDetails .servicesBox .serText li {
        width: 50%;
    }

    .loungeList li ul {
        min-height: auto;
    }

    .resultBox .loungeBox .serText li {
        width: 50%;
        word-break: break-word;
    }

    .resultBox .servicesBox .serText {
        float: left;
    }

    .resultBox .servicesBox.active .serPrice {
        float: left !important;
        width: 100%
    }

    .resultBox .servicesBox .serPrice {
        float: left !important;
        width: 100%
    }

    .loungeSummary h3 .pull-right {
        float: left !important;
    }

    .viewImage {
        float: right;
        margin: 10px 0;
        width: 35%;
        text-align: center;
        font-weight: bold;
    }
	
	
	
}
.serviceSection{border:none!important}
.topForm .floatLeft label, .topForm .loading label {position: absolute;left: 0; z-index: -1;}
#footer .footerRow{float:left; width:100%;margin:0;padding: 15px 0;}
#footer .footerRow ul{float:left; margin:0;padding:0}
#footer .footerRow ul:nth-child(1){width:15.5%;}
#footer .footerRow ul:nth-child(2){width:15.5%;}
#footer .footerRow ul:nth-child(3){width:23%;}
#footer .footerRow ul:nth-child(4){width:23%;}
#footer .footerRow ul:nth-child(5){width:23%;}
#footer .footerRow ul li{float:left; width:95%;margin:0 0 10px 0;padding:0;list-style:none; font-family: Roboto,sans-serif; font-size:12px;line-height:normal;font-weight:500}
#footer .footerRow ul li:first-child{margin:0}
#footer .footerRow ul li span{float: left;width: 90%;padding: 0 0 11px 0;margin: 0 0 20px 0; border-bottom: 1px solid #f3f4f4;font-family: Roboto,sans-serif; font-size:16px; color:#f3f4f4;font-weight:600;}
#footer .footerRow ul li a{float:left; width:100%;margin:0;padding:0; color:#f3f4f4;text-decoration:none}
#footer .footerRow ul li a:hover{color:#fff;}
.serviceWrapper{display:none;float:left; width:100%; margin:0;padding:0 0 30px 0;background-image: url(../img/main/our-services.jpg); background-size:cover}
.serviceWrapper .swRow{float:left; width:87%; margin:0 6.5%; padding:0;vertical-align: middle }
.serviceWrapper .swRow h1{float:left; width:100%; margin:30px 0; padding:0;font-family:Roboto,sans-serif; color:#fff; font-size:35px; text-align:center;font-weight: 300;}
.serviceWrapper .swRow .card { float: left; width: 30%; background-color: rgba(12,121,169,.7); border: 1px solid rgba(255,255,255,.3); padding: 2% 1% 4%; text-align: center; color: #fff; margin:0 5% 0 0; border-radius: 10px;}
.serviceWrapper .swRow .card:last-child{margin:0}
.serviceWrapper .swRow .card:hover { background-color: rgba(12,121,169,.8); border:  1px solid rgba(255,255,255,.5); box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2) }
.serviceWrapper .swRow .card .card-title {float:left;width:100%; font-family:Roboto,sans-serif; color:#fff; font-size:22px;text-align:center; }
.serviceWrapper .swRow .card:hover .card-content .btn{ border: 1px solid #2bade7; color: #fff; background-color: #2bade7;}
.serviceWrapper .swRow .card figure {float:left; width:100%; margin: 20px 0 }
.serviceWrapper .swRow .card p{float:left; width:100%; margin:0 0 25px 0; padding:0;font-family:Roboto,sans-serif; color:#fff; font-size:13px;line-height: 20px;text-align:left;}
.serviceWrapper .swRow .card-content {float:left; width: 100%; margin: 0 auto }
.serviceWrapper .swRow .card-content ul {float:left;width:98%; margin: 0 0 0 15px; padding: 0; list-style-type: disc; min-height: 160px; }
.serviceWrapper .swRow .card-content ul li {margin:0 0 10px 0; font-family:Roboto,sans-serif; color:#fff; font-size:13px;line-height: 20px;text-align:left;}
.serviceWrapper .swRow .card-content .btn {background-color: transparent;color: #fff;border: 2px solid #fff;padding: 10px 15px;  font-family: Roboto;font-size: 13px;margin-left: 0;border-radius: 10px;cursor:pointer; height:auto;transition:all .5s ease 0s;}
.serviceWrapper .swRow .card-content .btn:hover { border: 1px solid #2bade7; color: #fff; background-color: #2bade7 }
.cardli{padding: 28px 22px!important;min-height: 380px;}
.serviceSection ul li{position:relative;}
.serviceSection ul li a{margin-top: 25px;position: absolute;top: 23px;right: 20px; background-color:#000; color:#fff; border:1px solid #000;}
.serviceSection ul li a.bot{top: 80%;right: 42%;background-color:#8e8e8e; border: none;}
.serviceSection ul li a.bot:hover{background-color:#2ea8e6}
.serviceSection ul li a:hover{background-color:#000}
.serviceSection h3 {color: #262626!important;}
.oser:before{background:transparent !important}
.oser:after{background:transparent !important}
.about h3, .about p{color:#fff!important;}
.pvmgs_popup{background:url(../img/404-bg.png) #fff center center no-repeat;background-size:100% auto;padding:0 50px;position:relative}
.pvmgs_popup img{width:100%;}
.pvmgs_popup button.close{position:absolute;right:10px;top:5px}
.pvmgs_popup .titleRow{float:left;width:100%; margin:20px 0 0 0;padding:0;font-family:Roboto,sans-serif;color:#da6548;font-size:16px;text-align:center;font-weight:400}
.pvmgs_popup .titleRowB{float:left;width:100%; margin:15px 0 0 0;padding:0;font-family:Roboto,sans-serif;color:#0d0d0d;font-size:18px;text-align:center;font-weight:500}
.pvmgs_popup .titleRowB span{color:#427db5;font-size:20px;text-decoration: underline;}
.pvmgs_popup .titleRowC {float:left;width:100%; margin:5px 0 0 0;padding:0;}
.pvmgs_popup .titleRowC p{float:left;width:100%;margin:0;padding:0;font-family:Roboto,sans-serif;color:#0d0d0d;font-size:12px;text-align:center;}
.pvmgs_popup .titleRowC p span{color:#09549e;font-size:14px;font-weight:500}
.pvmgs_popup .titleRowC .ulRow{float:left;width:70%;margin:15px 15% 0 20%;padding:0;}
.pvmgs_popup .titleRowC .ulRow ul{float:left;width:100%;margin:0;padding:0;}
.pvmgs_popup .titleRowC .ulRow ul li{float:left;width:50%;margin:0 0 5px 0;padding:0;font-family:Roboto,sans-serif;color:#0d0d0d;font-size:12px;text-align:left;list-style: none;}
.pvmgs_popup .titleRowC .ulRow ul li:before{content:'';background-image:url(../img/list-icon.png);float:left;width:15px;height:15px;margin-right:7px}
.pvmgs_popup .titleRowD {text-align:center;margin:10px 15% 0 20%;padding:0;clear: both;}
.pvmgs_popup .titleRowD .book_btn{padding: 10px 20px;margin:20px 0 40px 0;background-color:#09549e;border-radius:5px;border:transparent;font-family:Roboto,sans-serif;color:#fff;font-size:14px;text-align:center; box-shadow:0 7px 11px 0 rgba(0,0,0,.2);}
.pvmgs_popup .titleRowD .book_btn:hover{background-color:#0d4d8c;}
@media only screen and (min-width :321px) and (max-width :480px) {
.pvmgs_popup{padding:0 10px}
.pvmgs_popup .titleRowB, .pvmgs_popup .titleRowB span{font-size: 13px;}
.pvmgs_popup .titleRowC .ulRow {width: 92%;margin: 15px 2% 0 8%;}   
.pvmgs_popup .titleRowD{margin: 10px 15% 0 15%;}