@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?e8ojxl');
  src:  url('../fonts/icomoon.eot?e8ojxl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?e8ojxl') format('truetype'),
    url('../fonts/icomoon.woff?e8ojxl') format('woff'),
    url('../fonts/icomoon.svg?e8ojxl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checked:before {
  content: "\e935";
}
.icon-dots-menu:before {
  content: "\e900";
}
.icon-left-arrow1:before {
  content: "\e901";
}
.icon-right-arrow1:before {
  content: "\e902";
}
.icon-down-arrow1:before {
  content: "\e903";
}
.icon-up-arrow1:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e910";
}
.icon-megaphone:before {
  content: "\e933";
}
.icon-layers:before {
  content: "\e934";
}
.icon-bulb-business-idea:before {
  content: "\e905";
}
.icon-business-cash-management:before {
  content: "\e906";
}
.icon-business-management-presentation:before {
  content: "\e907";
}
.icon-business-management-stamp:before {
  content: "\e908";
}
.icon-business-management-target:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e90a";
}
.icon-chart-diagram-pie:before {
  content: "\e90b";
}
.icon-chart-graph-pie:before {
  content: "\e90c";
  color: #4d4d4d;
}
.icon-clock:before {
  content: "\e90d";
}
.icon-contact-support:before {
  content: "\e90e";
}
.icon-diagram-business:before {
  content: "\e90f";
}
.icon-earth-alt:before {
  content: "\e911";
}
.icon-edit-square:before {
  content: "\e912";
}
.icon-edit-square-1:before {
  content: "\e913";
}
.icon-email-mail:before {
  content: "\e914";
}
.icon-flower-smile:before {
  content: "\e915";
}
.icon-folder:before {
  content: "\e916";
}
.icon-folder-1:before {
  content: "\e917";
}
.icon-happy-smile:before {
  content: "\e918";
}
.icon-image-comment:before {
  content: "\e919";
}
.icon-link:before {
  content: "\e91a";
}
.icon-location:before {
  content: "\e91b";
}
.icon-minus:before {
  content: "\e91c";
}
.icon-newspaper-news:before {
  content: "\e91d";
}
.icon-phone:before {
  content: "\e91e";
}
.icon-phone-call:before {
  content: "\e91f";
}
.icon-play:before {
  content: "\e920";
}
.icon-plus:before {
  content: "\e921";
}
.icon-quote:before {
  content: "\e922";
}
.icon-rating:before {
  content: "\e923";
}
.icon-search:before {
  content: "\e924";
}
.icon-up-arrow:before {
  content: "\e925";
}
.icon-down-arrow:before {
  content: "\e926";
}
.icon-left-arrow:before {
  content: "\e927";
}
.icon-right-arrow:before {
  content: "\e928";
}
.icon-up-arrow-1:before {
  content: "\e929";
}
.icon-down-arrow-1:before {
  content: "\e92a";
}
.icon-right-arrow-1:before {
  content: "\e92b";
}
.icon-left-arrow-1:before {
  content: "\e92c";
}
.icon-up-arrow-2:before {
  content: "\e92d";
}
.icon-down-arrow-2:before {
  content: "\e92e";
}
.icon-right-arrow-2:before {
  content: "\e92f";
}
.icon-left-arrow-2:before {
  content: "\e930";
}
.icon-user:before {
  content: "\e931";
}
.icon-user-1:before {
  content: "\e932";
}








.card{

	background-color: #fff;
	border:none;
	border-radius: 10px;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.image-container{

	position: relative;
}

.thumbnail-image{
	border-radius: 10px !important;
}


.discount{

	background-color: red;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10px;
	border-radius: 6px;
	color: #fff;
}

.wishlist{

	height: 25px;
	width: 25px;
	background-color: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.first{

	position: absolute;
	width: 100%;
	    padding: 9px;
}


.dress-name{
	font-size: 13px;
	font-weight: bold;
	width: 75%;
}


.new-price{
	font-size: 13px;
	font-weight: bold;
	color: red;
	
}
.old-price{
	font-size: 8px;
	font-weight: bold;
	color: grey;
}


.btn1{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	padding: 3px;
}

.creme{
	background-color: #fff;
	border: 2px solid grey;
	

}
.creme:hover {
	border: 3px solid grey;
}

.creme:focus {
	background-color: grey;

}


.red{
	background-color: #fff;
	border: 2px solid red;
	
}


.red:hover {
	border: 3px solid red;
}
.red:focus {
	background-color: red;
}



.blue{
	background-color: #fff;
	border: 2px solid #40C4FF;
}

.blue:hover {
	border: 3px solid #40C4FF;
}
.blue:focus {
	background-color: #40C4FF;
}
.darkblue{
	background-color: #fff;
	border: 2px solid #01579B;
}
.darkblue:hover {
	border: 3px solid #01579B;
}
.darkblue:focus {
	background-color: #01579B;
}
.yellow{
	background-color: #fff;
	border: 2px solid #FFCA28;
}
.yellow:hover {
	border-radius: 3px solid #FFCA28;
}
.yellow:focus {
	background-color: #FFCA28;
}


.item-size{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid grey;
	color: grey;
	font-size: 10px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}


.rating-star{
	font-size: 10px !important;
}
.rating-number{
	font-size: 10px;
	color: grey;

}
.buy{
	font-size: 12px;
	color: purple;
	font-weight: 500;
}














.voutchers{
	background-color: #fff;
	border:none;
	border-radius: 10px;
	width: 190px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden;

}
.voutcher-divider{

	display: flex;

}
.voutcher-left{
	width: 60%
}
.voutcher-name{
	color: grey;
	font-size: 10px;
	font-weight: 500;
}
.voutcher-code{
	color: red;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}
.voutcher-right{
	width: 40%;	 
	background-color: purple;
	color: #fff;
}

.discount-percent{
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 10px;
	color: #fff;
}
.off{
	font-size: 14px;
	position: relative;
	bottom: 0px;
}




.whtsapp-img {
	width: 40px;
	padding: 6px 9px;
	background: #008000;
	border-top-left-radius: 5px;
	margin-right: 5px;
	border-bottom-left-radius: 5px;
}
.whtsapp-lnk {
	color: #fff !important;
	font-size: 15px;
	display: block;
	height: 32px;
}
.whtsapp-dv {
	position: fixed;
	bottom: 5px;
	left: 10px;
	border-radius: 5px;
	width: 145px;
	height:33px;
	display: block;
	background: #090;
	color: #fff !important;
	padding: 0 !important;
	overflow:hidden;
	z-index:1000;
}
.sldr-hdr {
    color: #189fd9;
    font-weight: 600 !important;
    font-size: 40px !important;
    letter-spacing: normal !important;
    margin-bottom: 15px !important;
}
.sldr-tag {
    font-weight: 100 !important;
    letter-spacing: normal !important;
    margin-bottom: 25px !important;
}
.sldr-btn {
    height: 45px !important;
    font-size: 18px !important;
    width:168px !important;
    text-align: center !important;
    text-transform:uppercase;
}
.lrnbtn {
    margin-right: 15px!important;
    background-color: #fff!important;
    border: 1px solid #fff !important;
    color: #1D4368 !important;
}
.dmobtn {
    background-color: #1D4368 !important;
    border: 1px solid #1D4368 !important;
    color: #FFF !important;
}



.qefxdbtn-dv {
	position: fixed;
	right: 10px;
	bottom: 5px;
	background: #e62e00;
	padding: 5px 10px !important;
	width: 145px;
	height: 33px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	z-index:1000;
}
.hpff-icn {
	margin-right: 6px;
	font-size: 16px;
}













.whtsapp-img {
	width: 40px;
	padding: 6px 9px;
	background: #008000;
	border-top-left-radius: 5px;
	margin-right: 5px;
	border-bottom-left-radius: 5px;
}
.whtsapp-lnk {
	color: #fff !important;
	font-size: 15px;
	display: block;
	height: 32px;
}
.whtsapp-dv {
	position: fixed;
	bottom: 5px;
	left: 10px;
	border-radius: 5px;
	width: 145px;
	height:33px;
	display: block;
	background: #090;
	color: #fff !important;
	padding: 0 !important;
	overflow:hidden;
	z-index:1000;
}
.sldr-hdr {
    color: #189fd9;
    font-weight: 600 !important;
    font-size: 40px !important;
    letter-spacing: normal !important;
    margin-bottom: 15px !important;
}
.sldr-tag {
    font-weight: 100 !important;
    letter-spacing: normal !important;
    margin-bottom: 25px !important;
}
.sldr-btn {
    height: 45px !important;
    font-size: 18px !important;
    width:168px !important;
    text-align: center !important;
    text-transform:uppercase;
}
.lrnbtn {
    margin-right: 15px!important;
    background-color: #fff!important;
    border: 1px solid #fff !important;
    color: #1D4368 !important;
}
.dmobtn {
    background-color: #1D4368 !important;
    border: 1px solid #1D4368 !important;
    color: #FFF !important;
}



.qefxdbtn-dv {
	position: fixed;
	right: 10px;
	bottom: 5px;
	background: #e62e00;
	padding: 5px 10px !important;
	width: 145px;
	height: 33px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	z-index:1000;
}
.hpff-icn {
	margin-right: 6px;
	font-size: 16px;
}









.demo{ background: #24A593; }
.modal-box{ font-family: 'Roboto', sans-serif; }
.modal-box .show-modal{
    color: #273c75;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
    display: block;
}
.modal-box .show-modal:hover{
    color: #273c75;
    text-decoration: none;
    border: none;
    outline: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ top: 70px !important; }
.modal-box .modal-dialog{
    width: 400px;
    margin: 30px auto 10px;
}
.modal-box .modal-dialog .modal-content{
    text-align: center;
    border-radius: 30px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}
.modal-box .modal-dialog .modal-content:before{
    content: "";
    background: #00BFE3;
    position: absolute;
    width: 100%;
    height: 15%;
    top: 0;
    left: 0;
    border-radius: 25px 25px 0 0;
    z-index: 0;
}
.modal-box .modal-dialog .modal-content .close{
    color: #273c75;
    background-color: #fff;
    font-size: 28px;
    text-shadow: none;
    line-height: 33px;
    height: 33px;
    width: 33px;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 5px #555;
    position: absolute;
    left: auto;
    right: -5px;
    top: -5px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{
    color: #fff;
    background-color: #273c75;
}
.modal-box .modal-dialog .modal-content .modal-body{ padding: 0 20px 30px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #fff;
    background: #00BFE3;
    font-size: 60px;
    text-align: center;
    text-shadow: 0 0 10px#555 inset;
    line-height: 130px;
    width: 130px;
    height: 130px;
    margin: -25px auto 30px;
    border-radius: 100px;
    box-shadow: 0 0 0 5px #fff inset, 0 0 0 10px #273c75 inset, 7px 7px 2px rgba(144, 144, 144,0.8);
    display: block;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #273c75;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #00BFE3;
    text-align: center;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    color: #000;
    background: #E2E2E2;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    height: 40px;
    padding: 2px 15px 2px 15px;
    border-radius: 50px;
    display: block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    box-shadow: none;
    border: 1px solid #00BFE3;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #909090;
    font-size: 14px;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background: #273c75;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 38px;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    display: block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{ background-color: #00BFE3; }
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 96% !important; }
}



.cet-program {
    padding-right: 200px;
    padding-left: 200px;
}
@media screen and (max-width: 1199px){
.cet-program {
    padding-right: 0;
    padding-left: 0;
}
}

.more199{
	color:#005598;
}

.fixed {
    position: fixed;
    top: 230px;
}
.course-details-fix-div{margin-top: -60px;width: 100%;transition: 0.3s ease-in-out;-ms-transition:0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;z-index: 10;}
.course-details-fix-div .course-circle1{height: 130px;width: 130px;border-radius: 50%;background-color: #076390;text-align: center;margin: 0 auto;border: 13px solid #e2e4e6;margin-bottom: 15px;}
.course-dtls-side-div1, .other-course-section1, .course-list-div{display: none;}
.course-dtls-side-div1 .course-circle1{height: 130px;width: 130px;border-radius: 50%;background-color: #076390;text-align: center;margin: 0 auto;border: 13px solid #e2e4e6;margin-bottom: 15px;}
.course-icon2 {line-height: 115px;font-size: 75px;}
.course-icon3{line-height: 106px;font-size: 55px; color:#fff}
.register2-btn{background-color: #2199cb;border: 2px solid #2199cb;color: #fff;padding: 12px 0;}
.download2-btn{border: 2px solid #2199cb; color: #2199cb !important;padding: 12px 0; }
.course-details-fix-div .register2-btn:hover{color: #2199cb !important;background-color: transparent;}
.download2-btn:hover{background-color: #2199cb;color: #fff !important;}
.course-details-fix-div .certificate{color: #32c748;}
.course-details-fix-div .certificate-icon{font-size: 20px;vertical-align: middle;}
.course-details-fix-div p{font-family: 'quicksandmedium';} 
.certificate-text{font-size: 14px;vertical-align: middle;}
.course-details-headings{font-family: 'quicksandmedium';font-size: 24px;padding-left: 25px;padding-right: 25px;margin-top: 0;}
.xlg {
    font-size: 24px;
}
.course-details-fix-div p {
    font-family: 'quicksandmedium';
	color:#000;
}



.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.about-text .features-list li {
  position: relative;
  margin-bottom: 12px;
  color: #252525;
  padding-top: 3px;
  padding-left: 30px;
}

.about-text .features-list li i {
  font-size: 16px;
  color: #252525;
  background-color: #eaeaf2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-text .features-list li:last-child {
  margin-bottom: 0;
}

.about-text .features-list li:hover i {
  background-color: #ff1949;
  color: #ffffff;
}

 Previous DemoBest jQueryCodelab 
Modal Style : Demo 77
HTML (Icons : Fontawesome & CSS Framwork: Bootstrap)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<div class="container">
    <div class="row">
        <div class="col-md-12">
            <div class="modal-box">
                <!-- Button trigger modal -->
                <button type="button" class="btn btn-primary btn-lg show-modal" data-toggle="modal" data-target="#myModal">
                  view modal
                </button>
 
                <!-- Modal -->
                <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
                    <div class="modal-dialog" role="document">
                        <div class="modal-content clearfix">
                            <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
                            <div class="modal-content clearfix">
                                <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
                                <div class="modal-body">
                                    <div class="modal-icon">
                                        <i class="fas fa-desktop"></i>
                                    </div>
                                    <h3 class="title">Hello User! <span>Welcome back :)</span></h3>
                                    <div class="form-group">
                                        <input type="text" class="form-control" placeholder="Username" required="">
                                    </div>
                                    <div class="form-group">
                                        <input type="password" class="form-control" placeholder="Password" required="">
                                    </div>
                                    <button class="btn">Free Login</button>
                                </div>
                                <div class="modal-footer">
                                    <ul>
                                        <li><a href="">Forgot Password ?</a></li>
                                        <li><a href="">Sign Up</a></li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
CSS (Fonts required: Noto Sans JP)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
.modal-box{ font-family: 'Noto Sans JP', sans-serif; }
.modal-box .show-modal{
    color: rgba(255, 255, 255, 0.7);
    background: linear-gradient(#00ACC8, #0094B9);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px 11px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    display: block;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    box-shadow: 7px 7px rgba(0, 0,05, 0.1);
    outline: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 400px;
    margin: 100px auto 0;
}
.modal.fade .modal-dialog{
    transform-origin: top center;
    transform: scaleY(1);
}
.modal.in .modal-dialog{ transform: scaleY(1); }
.modal-box .modal-dialog .modal-content{
    color: #555;
    background: linear-gradient(45deg,#fff,#fcfcfc,#fff);
    text-align: center;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.modal-box .modal-dialog .modal-content .close{
    color: rgba(255, 255, 255, 0.7);
    background-color: #0094B9;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    line-height: 15px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 5px;
    top: 5px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 0 30px !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-icon{
    color: #fff;
    background: linear-gradient(#00ACC8, #0094B9);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: -50px auto 35px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 50%;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .title span{
    font-size: 16px;
    font-weight: 400;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    background-color: #e7e7e7;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 45px;
    border: 2px solid #e7e7e7;
    border-radius: 50px;
    box-shadow: none;
	margin-bottom: 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    background-color: #fff;
    box-shadow: none;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: linear-gradient(#00ACC8, #0094B9);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 10px 13px;
    margin: 25px 0 35px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    text-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.modal-box .modal-dialog .modal-content .modal-body .btn:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-footer{
    background-color: #f5f5f5;
    text-align: center;
}
.modal-box .modal-dialog .modal-content .modal-footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.modal-box .modal-dialog .modal-content .modal-footer ul li{
    display: inline-block;
    padding: 0 10px;
}
.modal-box .modal-dialog .modal-content .modal-footer ul li:first-child{ border-right: 1px solid #999; }
.modal-box .modal-dialog .modal-content .modal-footer ul li a{
    color: #555;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-footer ul li a:hover{ color: #0094B9; }
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 95% !important; }
}
.aobut-contact .card-body {
  height: 128px !important;
}

.director-message-page .col-lg-7 {
  margin: auto;
}
.job-placement-page p{
  margin-bottom: -2px;
  margin-top: 5px;
}
.tour-details-page img{
  width: 100%;
}
.tour-details-page .col-lg-6{
  margin: auto;
}
.tour-details-page h3{
  margin-bottom: 20px;
}

.Product .nav.nav-tabs {
  text-align: center;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.Product .nav-tabs>li {
  float: inherit;
  margin-bottom: -1px;
  display: inline-block;
}
.Product .nav-tabs .nav-link.active {
  background-color: #f94c30;
  color: #fff;
  border-radius: 0;
  border: 1px solid #f94c30;
}
.nav-tabs .nav-link {
  color: #000;
  border: 1px solid #f94c30;
  border-radius: 0;
  margin: 0 10px;
  font-weight: 600;
}
.nav-tabs .nav-link:hover {
  background-color: #f94c30;
  color: #fff;
  border: 1px solid #f94c30;
}