@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira+Condensed:wght@500&display=swap');

body {font-family: "Poppins", sans-serif; color: #000;}
*:focus{outline:none; box-shadow: none!important; border: none;}
.formRight .submitBtn,.formRight .submitBtn:active:focus, .formRight .submitBtn:focus {outline: none; border: none;}
.formRight .submitBtn:active:hover {background-color: #e77101;}
.formRight .submitBtn:hover {background-color: #e77101;}

.formRight .submitBtn2,.formRight .submitBtn2:active:focus, .formRight .submitBtn2:focus {outline: none; border: none;}
.formRight .submitBtn2:active:hover {background-color: #e77101;}
.formRight .submitBtn2:hover {background-color: #e77101;}

section.mainHeading {background-color: #e77101; text-align: center; padding: 15px 0;}
section.mainHeading h1 {text-align: center; color: #fff; font-weight: 800; font-size: 50px; filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.35));}
section.breadcrum {padding: 25px 0;}
section.breadcrum ul {list-style-type: none; display: flex; padding: 0; margin: 0;}
section.breadcrum ul li {padding: 0 15px 0 0; font-weight: bold; font-weight: 500; font-size: 13px; margin-right: 20px; position: relative;}
section.breadcrum ul li span {position: relative;}
section.breadcrum ul li span:after {content: ''; position: absolute; width: 100%; height: 1px; bottom: -4px; left: 0; background-color: #000;}
section.breadcrum ul li a {text-decoration: none; color: rgba(0, 0, 0, 0.5); position: relative;}
.formSection {
    background-color: #002a5e;
    color: #fff;
    background: url(/contact-page/images/mapBg.jpg) left bottom no-repeat;
    background-size: cover;
    padding: 50px 0 60px;
}
.formSection .formLeft {color: #fff; max-width: 475px;}
.borderCenter {border-right: 1px solid #fff;}
.formSection .formLeft h2 {color: #FFA047; font-size: 24px; font-weight: 600; margin: 0; margin-bottom: 10px; text-align:left;}
.formSection .formLeft p {font-size: 16px; font-weight: 400;}
.formSection .formLeft ul {margin: 0; list-style-type: none; padding: 0; margin-top: 22px;}
.formSection .formLeft ul li {font-size: 15px; font-weight: 400; margin-bottom: 7px;}
.formSection .formLeft ul li img {margin-right: 8px;}
.formSection .formLeft ul li a {color: #fff;}
.formSection .formLeft ul li.spaceTop {margin-top: 25px;}
.formSection .formLeft ul li.spaceTop a {text-decoration: underline;}
.formRight {color: #fff; max-width: 475px; margin-left: 70px;}
.formRight .form-control:focus {border-color: #fff;}
.formRight h2 {color: #FFA047; font-size: 24px; font-weight: 600; margin: 0; margin-bottom: 10px; text-align:left;}
.formRight label {font-size: 16px; font-weight: 500;}
.formRight input {border: 1px solid #fff; background-color: transparent; border-radius: 7px; font-size: 14px; font-weight: 300; padding: 20px 10px; color: #fff;}
.formRight textarea {border: 1px solid #fff; background-color: transparent; border-radius: 7px; font-size: 14px; font-weight: 300; padding: 20px 10px; color: #fff; height: 100px;}
.formRight .submitBtn {width: 100%; background-color: #FF8F24; border-radius: 7px; font-weight: 500; font-size: 16px; padding: 10px 0;}
.formRight .submitBtn2 {width: 100%; background-color: #FF8F24; border-radius: 7px; font-weight: 500; font-size: 16px; padding: 10px 0;}
section.bestSelling {padding: 8px 0; border-bottom: 2px solid #d4d4d4; text-align: center;}
section.bestSelling h3 {font-weight: 500; font-size: 22px; font-family: "Poppins", sans-serif;}
.pdNone {padding-left: 0;}
.packageDiv {margin-top: 45px;}
.detailText p {font-size: 13px; font-weight: 400; color: #808080;}
.travelAgentText h2 {font-size: 28px; font-weight: 400; color: #000; margin-bottom: 15px; margin-top: 0; text-align:left;}
.travelAgentText p {font-size: 13px; font-weight: 400; color: #808080;}

.whyChoose {background: rgb(0,88,164); background: radial-gradient(circle, rgba(0,88,164,1) 0%, rgba(0,60,119,1) 50%, rgba(0,43,94,1) 100%); padding: 50px 0 60px;}
.whyChoose .leftBox {color: #fff; max-width: 475px;}
.whyChoose .leftBox h2 {color: #FFA047; font-size: 24px; font-weight: 600; margin: 0; margin-bottom: 40px; text-align: left;}
.whyChoose .leftBox ul {list-style-type: none; display: flex; margin: 0; padding: 0; flex-wrap: wrap; justify-content: center; text-align: center; margin-left: -20px;}
.whyChoose .leftBox ul li {width: 33%; display: inline-block; margin-bottom: 45px;}
.whyChoose .leftBox ul li img {margin-bottom: 5px;}
.whyChoose .leftBox ul li p {text-align: center; font-size: 13px; font-weight: 500;}
.whyChoose .leftBox ul li p span {display: block; font-weight: 600; font-size: 16px; margin-bottom: 5px;}


.arrows li {
    position: relative;
}
.arrows li::before,
.arrows li::after {
    border-right: 2px solid #666666;
    content: '';
    display: block;
    height: 20%;
    position: absolute;
    left: 0;
    right: 2px;
    top: 5px;
    z-index: -1;
    transform: skewX(45deg);   
}
.arrows li::after {
    bottom: 6px;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}

.iti__arrow {border-top-color:#fff}
.iti__arrow--up {border-bottom-color: #fff;}
.iti__flag-box, .iti__country-name {color: #000;}


#fd-sliderNew .owl-controls{position:absolute;top:-50px;right:15px; margin: 0;}
#fd-sliderNew .item img {width: 100%;}
#fd-sliderNew .item {position: relative; margin:0 15px;}
#fd-sliderNew .item .sliderText {position: absolute; bottom: 20px; text-align: center; width: 100%; color: #fff; font-family: "Poppins", sans-serif;}
#fd-sliderNew .item .sliderText p {text-align: center; font-weight: 500; font-size: 13px; font-family: "Poppins", sans-serif; margin: 0;}
#fd-sliderNew .item .sliderText h4 {text-align: center; font-weight: 500; font-size: 15px; font-family: "Poppins", sans-serif; margin: 5px 0;}

.packageDiv .owl-theme .owl-controls .owl-buttons .owl-prev {border-radius:0; padding: 0; background:transparent url(/contact-page/images/next-slide.png) no-repeat; width: 26px ; height: 26px; }
.packageDiv .owl-theme .owl-controls .owl-buttons .owl-next {
    border-radius: 0;
    padding: 0;
    background: transparent url(/contact-page/images/prev-slide.png) no-repeat;
    width: 26px;
    height: 26px;
}
.packageDiv .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: transparent url(/contact-page/images/next-slide.png) no-repeat;
}
.packageDiv .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: transparent url(/contact-page/images/prev-slide.png) no-repeat;
}



@media (max-width: 1650px)
{
	section.mainHeading h1 {font-size: 45px;}
}
@media (max-width: 1440px)
{
	section.mainHeading h1 {font-size: 40px;}
    .formSection .formLeft h2 {font-size: 21px;}
    .formSection .formLeft p {font-size: 14px;}
    .formSection .formLeft ul li {font-size: 13px;}
    .formRight h2 {font-size: 21px;}
    .formRight label {font-size: 14px;}
    .formRight .submitBtn {font-size: 14px;}
    .travelAgentText h2 {font-size: 26px;}
    .whyChoose .leftBox h2 {font-size: 21px;}
    section.bestSelling h3 {font-size: 20px;}
}

@media (max-width: 1200px) {
    .formSection .formLeft {max-width: 380px;}
}
@media (max-width: 980px) {
    .formSection .formLeft {max-width: 100%;}
    .formRight {max-width: 100%; margin-left: 0;}
    .iti {width: 100%;}
    .whyChoose .leftBox {max-width: 100%;}
    .pdNone {padding-right: 0;}
    .formRight {margin-top: 30px;}
}
@media (max-width: 480px) {
    .whyChoose .leftBox ul li {width: 49%;}
}

span.errorMsg {color: red; font-size: 13px;}

