a, a:hover{ text-decoration:none; outline: none;}
.dis-inblk { display:inline-block; }
input:focus { outline: none; }
img { max-width:100%; height:auto; }

.hr-line-typ1 {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    margin: 10px 0px;
	}
/*=====================
 Common Form fields CSS
=====================*/
.form-typ1 input[type='text'],
.form-typ1 select.form-control,
.form-typ1 select.form-control:not([size]):not([multiple]){
    font-size: 14px;
    padding: 5px 8px;
    height: auto;
    border-radius: 0;
}
.input-group-text, .btn { border-radius: 0 !important; }
.f-underline { text-decoration:underline; }
.ui-datepicker-trigger {
    position: absolute;
    top: 52px;
    right: 14px;
}
/*=====================
 Font Color CSS
=====================*/
.f-blue{ color:#0095d9;}
.f-red { color:#ff0000; }
/*=====================
 Font Weight CSS
=====================*/
.f-400 { font-weight:400; }
.f-600 { font-weight:600; }
.f-700 { font-weight:700; }
.f-800 { font-weight:800; }
/*=====================
 BOX TYPE CSS
=======================*/
.box-type1{
    background: #eaf2f6;
    margin-bottom: 20px;
    padding: 15px;
}

.box-type2{
    position: relative;
    background: #FFFFFF;
    margin-bottom: 15px;
    padding: 0;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: -0.2px;
    color: #848585;
    height: 200px;
    overflow: hidden;
}
.box-type2:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 125px;
    bottom: 0;  left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.box-type3{
    background: #F7F7F7;
    margin-bottom: 20px;
    padding: 30px;
}

.box-type4{
    background: #E7F4FF;
    margin-bottom: 36px;
    padding: 27px 30px;
    border-radius: 3px;
}

.box-type5{
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 22px 26px 21px 26px;
    display: block;
    margin-bottom: 27px;
}

/*=====================
 Header Type CSS
=====================*/
.hd-type1{
	font-weight:600;
	font-size:30px;
	line-height:37px;
	letter-spacing:-0.3px;
	color:#1a2b49;
	margin-bottom:20px;
}
.hd-type2{
	font-family:'Montserrat';
	position: relative;
    font-size: 40px;
    font-weight: 900;
    color: #1a2b49;
    line-height: 1.55;
    text-transform: uppercase;
/*    z-index: 1;*/
    margin-bottom: 20px;
}
.hd-type3{
	font-family:'Montserrat';
	position:relative;
    margin:0px 0 20px;
    font-size:18px;
    font-weight: 900;
    color:#1a2b49;
    line-height:22px;
	text-transform:uppercase;
    z-index:1;
}
.hd-type4{
    font-family: 'Montserrat';
    position:relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: 0.7px;
    color: #1a2b49;
    z-index:1;
}
.hd-type5{
	font-family:'Montserrat';
	position:relative;
    font-size:30px;
    line-height:35px;
    color: #1a2b49;
    font-weight: 900;
    z-index:1;
	text-transform:uppercase;
}
.hd-type6{
    font-family: 'Montserrat';
    font-weight: 800;
    position:relative;
    margin:0px 0 15px;
    font-size:18px;
    color:#1a2b49;
    line-height:27px;
    margin-bottom: 10px;
}
.hd-type7{
    font-family: 'Muli';
    font-weight: 800;
    position:relative;
    margin:0px 0 15px;
    font-size:18px;
    color:#1a2b49;
    line-height:23px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}
.hd-type8{
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 15px;
    line-height: 27px;
    color: #1a2b49;
    background: rgba(21, 147, 255, 0.08);
    padding: 17px 23px 16px 23px;
}
.hd-type9{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: -0.2px;
    color: #1a2b49;
}
.hd-type10{
    font-family: 'Montserrat';
    position:relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: 0.7px;
    color: #1a2b49;
    z-index:1;
    margin-bottom: 25px;
}
.hd-type11{
    font-family: 'Muli';
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #1a2b49;
    margin-bottom: 25px;
}
.hd-type12{
    position: relative;
    font-family: 'Muli';
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.21px;
    color: #1a2b49;
    padding-bottom: 12px;
    padding-top: 15px;
    border-bottom: 1px solid #bfbfbf;
    padding-right: 20px;
    display: block;
    cursor: pointer;
    margin-bottom: 0px;
}
.hd-type12 .arrow{
    position: absolute;
    background: url('https://www.goldentours.com/images/cms-arrow-down.svg')no-repeat;
    display: inline-block;
    height: 10px;
    width: 17px;
    top: 23px;
    right: 0px;
}
.hd-type12.open .arrow{
    background: url('https://www.goldentours.com/images/cms-arrow-up.svg')no-repeat;
}
.hd-type13{
    font-family: 'Muli';
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.17px;
    color: #1593ff;
    margin-bottom: 11px;
}
@media(max-width: 1440px) {
    .hd-type2 { font-size: 35px; margin-bottom: 15px; line-height: 1.25; }
}
@media(max-width: 991px) {
    .hd-type2 { font-size: 30px; }
}
@media(max-width: 767px) {
    .hd-type2 { font-size: 24px; }
}
@media(max-width: 576px) {
    .hd-type2 { font-size: 20px; }
}
/*=====================
 LINK TYPE CSS
=====================*/
.link-type1,.link-type1:focus{color:#1593ff;font-size:17px;}
.link-type1:hover{ color:#000000; }

.link-type2,.link-type2:focus{ color:#1593ff;font-size:16px;line-height: 30px;letter-spacing: -0.2px;}
.link-type2:hover{ color:#000000; }

.link-type3,.link-type3:focus{ color:#0095d9; }
.link-type3:hover{ color:#000000; }

.link-type4,.link-type4:focus{ color:#1593ff; text-decoration: underline; }
.link-type4:hover{ color:#000000; }

.link-type5,.link-type5:focus{
    font-size: 12px;
    line-height: 15px;
    color: #1a2b49;
    text-decoration: underline;
    font-weight: bold;
}
.link-type5:hover{ color:#000000; }
.link-type6,.link-type6:focus{
    font-size: 14px;
    line-height: 17px;
    color: #1a2b49;
    text-decoration: none;
}
.link-type6:hover{ color:#000000; }
.link-type7,.link-type7:focus{
    font-size: 15px;
    line-height: 28px;
    color: #848585;
    letter-spacing: -0.17px;
    text-decoration: underline;
}
.link-type7:hover{ color:#000000; }
/*=====================
 POINTS TYPE CSS
=====================*/
.points { margin:0; padding:0; list-style-type:none; }
.points-type1 > li {
	position:relative;
	padding: 0 0px 8px 10px;
	}
.points-type1 > li:before {
	content:'';
	position:absolute;
	top:5px; left:0;
	width:3px; height:3px;
	background-color:#dcd8cf;
	}
.points-type1 > li > a {
	font-size: 13px;
	font-weight:normal;
	color: #0085e2;
	display: inline-block;
	text-decoration:none;
	}
.points-type1 > li > a:hover { color:#494949; }

.points-type2 > li {
	margin: 0px 0 15px;
	font-size: 16px;
    font-weight: bold;
	position: relative;
	color: #1a2b49;
	transition: 0.3s;
	}
.points-type2 > li > a { color: #1a2b49; display: inline-block; }
.points-type2 > li > a:hover {color: #0095d9;}

.points-type3 { margin: 0; padding: 0; }
.points-type3 > li {
    list-style-type: none;
    padding-left: 30px;
	margin: 4px 0 15px;
	font-size: 14px;
    font-weight: 400;
	position: relative;
	color: #848585;
	transition: 0.3s;
}
.points-type3 > li:before { content: ""; background: url(https://www.goldentours.com/images/check-list-icon.svg) no-repeat; width: 17px; height: 16px; position: absolute; top: 0; left: 0; }
.points-type3 > li > a { color: #263652; display: inline-block; }
.points-type3 > li > a:hover {color: #1593ff;}

.points-type4 { margin: 0; padding: 0px; list-style-type: none; }
.points-type4 > li {
    margin: 0px 0 15px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.2px;
    position: relative;
    color: #848585;
    padding-left: 20px;
}
.points-type4 > li:before{
    content: '';
    height: 6px; width: 6px;
    border-radius: 50%;
    background-color: #848585;
    position: absolute;
    left: 0px;
    top: 9px;
}
.points-type4 > li:last-child{ margin-bottom: 0px; }

.points-type5 { margin: 0; padding: 0; }
.points-type5 > li {
    list-style-type: none;
    padding-left: 30px;
	margin: 4px 0 15px;
	font-size: 14px;
    font-weight: 400;
	position: relative;
	color: #848585;
	transition: 0.3s;
}
.points-type5 > li:before { content: ""; background: url(https://www.goldentours.com/images/uncheck-list-icon.svg) no-repeat; width: 18px; height: 18px; position: absolute; top: 0; left: 0; }
.points-type5 > li > a { color: #263652; display: inline-block; }
.points-type5 > li > a:hover {color: #1593ff;}

.points-type6,
.points-type6 ul { margin: 0; padding: 0; }
.points-type6 li {
    font-family: 'Muli';
    font-weight: bold;
    list-style-type: none;
    padding-left: 29px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.16px;
    position: relative;
    color: #1c2d4b;
    transition: 0.3s;
}
.points-type6 {
  counter-reset: section; /* Set a counter named 'section', and its initial value is 0. */
}
.points-type6 li:before{
    position: absolute;
    counter-increment: section; /* Increment the value of section counter by 1 */
    content: counter(section)".";
    left: 0px;
    top: 0px;
}
.points-type6 li a{
    color: #1c2d4b;
    font-family: 'Muli';
    font-weight: bold;
}

.points-type7 { margin: 0; padding: 0; }
.points-type7 > li {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: -0.17px;
    margin-bottom: 8px;
    list-style-type: none;
    padding-left: 32px;
    font-weight: 400;
    position: relative;
    color: #848585;
    transition: 0.3s;
}
.points-type7 > li:before {
    content: "";
    background: url(https://www.goldentours.com/images/triangle.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
}
.points-type7 > li > a { color: #263652; display: inline-block; }
.points-type7 > li > a:hover {color: #1593ff;}

/*=====================
Custom Checkbox CSS
=====================*/
.customCheckBox {
    position: relative;
    padding: 0 0 0 40px;
}
.customCheckBox input {
    position: absolute;
    top: 0; left: 0; opacity: 0;
	margin:0; padding:0;
}
.customCheckBox span {
    font-size: 14px;
    line-height: 25px;
    cursor: pointer; color: #1a2b49;
}
.customCheckBox span:before, .customCheckBox span:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid 1px rgba(151, 151, 151, 0.25);
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
}
.rightAlign.customCheckBox span:before, .rightAlign.customCheckBox span:after { right: 0px; left: auto; }
.customCheckBox input[type="checkbox"]:checked + span:after {
    content:"\f00c";
	font-family: "Font Awesome\ 5 Free";
    font-weight:900;
	color:#0095d9;
    text-align: center; line-height: 25px;
}
/*=====================
Custom Radio Button CSS
=====================*/
.customRadioBtn {
    position: relative;
    cursor: pointer;
    padding: 0 0 20px 40px;
    margin-bottom: 15px;
}
.customRadioBtn:before{
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% + 30px);
    left: -15px;
    bottom: 0px;
    background-color: rgba(255, 243, 243, 0.27);
}
.customRadioBtn:last-child{margin-bottom: 0px;}
.customRadioBtn input {
    position: absolute;
    top: 0; left: 0; opacity: 0;
}
.customRadioBtn label {
    font-family: 'Muli';
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
    cursor: pointer;
    color: #ffffff;
}
.customRadioBtn label:before, .customRadioBtn label:after {
    content: "";
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 100%;
    display: inline-block;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.5);

}
.customRadioBtn input[type="radio"]:checked + label:after {
    content: "";
    background-color: #1593ff;
    position: absolute;
    top: 6px;
    left: 6px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: none;
}

/** common Btnbar **/
.btnbar{ text-align: center; margin-top: 35px; }
/***************************************
* COMMON WIDTH CSS
****************************************/
.wp1   { width:1%; }
.wp2   { width:2%; }
.wp3   { width:3%; }
.wp4   { width:4%; }
.wp5   { width:5%; }
.wp6   { width:6%; }
.wp7   { width:7%; }
.wp8   { width:8%; }
.wp9   { width:9%; }
.wp10  { width:10%; }
.wp11  { width:11%; }
.wp12  { width:12%; }
.wp13  { width:13%; }
.wp14  { width:14%; }
.wp15  { width:15%; }
.wp16  { width:16%; }
.wp17  { width:17%; }
.wp18  { width:18%; }
.wp19  { width:19%; }
.wp20  { width:20%; }
.wp21  { width:21%; }
.wp22  { width:22%; }
.wp23  { width:23%; }
.wp24  { width:24%; }
.wp25  { width:25%; }
.wp26  { width:26%; }
.wp30  { width:30%; }
.wp33  { width:33%; }
.wp35  { width:35%; }
.wp40  { width:40%; }
.wp42  { width:42%; }
.wp44  { width:44%; }
.wp45  { width:45%; }
.wp47  { width:47%; }
.wp48  { width:48%; }
.wp49  { width:49%; }
.wp50  { width:50%; }
.wp55  { width:55%; }
.wp60  { width:60%; }
.wp65  { width:65%; }
.wp70  { width:70%; }
.wp75  { width:75%; }
.wp77  { width:77%; }
.wp80  { width:80%; }
.wp85  { width:85%; }
.wp90  { width:90%; }
.wp95  { width:95%; }
.wp100 { width:100%; }
.max-width100{max-width:100px;}
.max-height100{max-height:100px;}
/** Custom Grid CSS **/
.row.grid-sp10{margin-right: -10px;margin-left: -10px;}
.row.grid-sp10 > div { padding-right: 10px;padding-left: 10px; }
.row.grid-sp5{margin-right: -5px;margin-left: -5px;}
.row.grid-sp5 > div { padding-right: 5px;padding-left: 5px; }

/**========================
 Common Progressbar CSS
===========================**/
.progress { height: 10px; border-radius: 3px; background: #cecece; margin-bottom: 5px; }
.progress-bar { background: #ffc600; }



/**========================
 Common Table type CSS
===========================**/
.table-type1 { width: 470px; }
.table-type1 th { border: none !important; background: #FFF; color: #1a2b49; font-size: 14px; padding: 5px 3px; font-weight: 800; width: 12.5%; }
.table-type1 td { border: 1px solid #bfbfbf; border-width: 0 1px 1px 0; background: #FFF; color: #1a2b49; padding: 8px 3px; }
.table-type1 tr:last-child td { border-width: 0 1px 0 0; }

@media(max-width:768px){
    .table-type1 { width: 100%; }
}
@media(max-width:576px){
    .box-type1 { padding: 10px; }
    .btnbar > a { display: block; }
}


/* REDESIGN CSS */

@media(max-width:991px){
    .hd-type5{
        font-size: 25px;
        line-height: 30px;
    }
}
@media(max-width:767px){
    .hd-type5{
        font-size: 20px;
        line-height: 25px;
    }
    .customCheckBox span{
        font-size: 12px;
        line-height: 19px;
    }
}

.pageheader-bg ol.breadcrumb { padding-top:60px;  padding-top:0; }
.pageheader-bg ol.breadcrumb a {     color: rgb(0, 149, 217);
    position: relative;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease 0s; }
.pageheader-bg ol.breadcrumb a:hover {
    color: #003974; transition: all 0.3s ease;
}

@media (max-width: 1199px) {
    .pageheader-bg ol.breadcrumb { padding-top: 40px;  padding-top:0; }
}

@media (max-width: 767px) {
    .pageheader-bg ol.breadcrumb { padding-top: 20px;  padding-top:0; }
}
@media (min-width: 992px) {
    .tjl-hide-desktop { display:none !important; }
}
.tjl-agent { color: #fff; padding-left: 25px; }
